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.
MapartCraft is a static website 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.
npm install.npm run build, or run a debug version with npm run start.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.jsonbasename in the Router in src/app.jsRewriteRule in buildSources/apache/.htaccess if using ApacheVisit 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.