wyldmods / KitchenCraft

Adding custom foods via JSON files!
https://github.com/wyldmods/KitchenCraft/wiki
Other
5 stars 2 forks source link

container meta problem #12

Closed thekazador closed 9 years ago

thekazador commented 9 years ago

when i use "container": "minecraft:glass_bottle" i get meta 32767, if i use "container": "minecraft:glass_bottle:0" game crash

thekazador commented 9 years ago

my bad, can use "container": "minecraft:glass_bottle;0" and work very well.