Skip to content

mike2b2t/mapartcraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

515 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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.

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. This is a fork of the original tool with newer version support.

You can find the original MapartCraft tool on rebane2001.com or use a mirror on web.archive.org.

Credits/Thanks

About

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

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • JavaScript 90.2%
  • Python 7.2%
  • CSS 2.1%
  • Other 0.5%