Skip to content

Instantly share code, notes, and snippets.

@yrsegal
yrsegal / makeb.sh
Last active January 10, 2016 23:07 — forked from Vazkii/_makeb.bat
1.8 JSON Model/Blockstate autogenerators - ported to sh by WireSegal
#!/bin/sh
# Vazkii's JSON creator for blocks
# Ported to sh by WireSegal
# Put in your /resources/assets/$MODID/models/block
# Makes basic block JSON files as well as the acossiated item and simple blockstate
# Can make multiple blocks at once
#
# Usage:
# makeb (block name 1) (block name 2) (block name x)