bbhurley / minecraft-PortalMod

0 stars 1 forks source link

JSON #5

Closed richard-yin closed 9 years ago

richard-yin commented 9 years ago

Start writing JSON files for blocks per 1.8 spec, starting with BlockBasicPortal

http://www.wuppy29.com/minecraft/1-8-tutorial/updating-1-7-to-1-8-part-3-basic-blocks

abujaki commented 9 years ago

Began work on json files. Presently each code block makes a different file. It can be found in this gist

Will review and wait for folder structure update before commit

abujaki commented 9 years ago

Update on branch working commit e9deb55e1eac8646fa7ddc0b1c5338f9ce2bb175 for review

abujaki commented 9 years ago

Commit 3e4218a216635d053a9c59c98afafb16fc018704 requires all instances of "portalBasic" to be changed to "teleporterSpawn", including filenames

richard-yin commented 9 years ago

JSON autogen can be found here: http://www.wuppy29.com/minecraft/json-generator/

abujaki commented 9 years ago

blocks and items properly rendering