robbieW2004 / mapartcraft

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 86.2%Language:Python 10.2%Language:CSS 2.8%Language:HTML 0.7%Language:Shell 0.1%