Skip to content

doodadlabs/mapartcraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

472 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This fork makes the following updates to the original MapartCraft

These updates are live on GitHub Pages (needs Chrome): https://doodadlabs.github.io/mapartcraft/

What are the changes?

  1. Added the ability to get materials lists per chunk
  2. Has transparent blocks for use in void maps
  3. Adds various blocks not supported by original MapartCraft
  4. Unsorted materials list. Organize your storage in the same order as MapartCraft's "Block Selection" list. When you gather materials for a chunk/map, you can gather them more efficiently because they will always be in the same order.
  5. 2D view: highlight the chunk you are currently working on
  6. 2D view: darker chunk border
  7. 2D view: no shading (this really made it hard to see carpet color differences)

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

 
 
 

Contributors

Languages

  • JavaScript 86.7%
  • Python 9.8%
  • CSS 2.7%
  • Other 0.8%