Skip to content

A Minecraft custom mapart schematica generator, designed to be feasible in survival in servers like 2b2t

License

Notifications You must be signed in to change notification settings

aholic1208/mapartcraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapartCraft

A Minecraft mapart schematic and map.dat generator, designed to be feasible for both server admins and survival players on servers like 2b2t, running in your browser

Requirements

MapartCraft is written in ReactJS; running and building requires NPM / Node. Extra scripts in tools are written in Python3. tools/addColoursJSONBlock.py optionally uses ImageMagick to manage src/images/textures.png

Building

  1. Acquire packages with npm install
  2. Build using npm run build, or run a debug version with npm run start
  3. Alternatively use the shell script build.sh for deployment on Linux. This will also copy a .htaccess file to the build folder for use with Apache

The default build settings assume the app is being hosted at https://YOUR-SITE-HERE.com/mapartcraft. To change the folder from which the site is hosted modify the following:

  • homepage in package.json
  • basename in the Router in src/app.js
  • The RewriteRule in buildSources/apache/.htaccess if using Apache

Usage

Visit MapartCraft on rebane2001.com or use a mirror on web.archive.org. However, it is recommended to use the rebane2001.com site as it is always up to date with new features and bugfixes.

Credits/Thanks

About

A Minecraft custom mapart schematica generator, designed to be feasible in survival in servers like 2b2t

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 85.1%
  • Python 10.5%
  • CSS 3.4%
  • Other 1.0%