Jump to content

TITANJC

Forge Modder
  • Posts

    2
  • Joined

  • Last visited

Everything posted by TITANJC

  1. Awesome, thank you for the examples. I took a step away for a bit and while talking with my niece it suddenly occurred to me that I was thinking of the BlockState json in totally the wrong way. This is what I have now. and though I'm changing the model in the wrong directions it is working, and that's a simple fix. [EDIT] had my left and right backwards { "forge_marker": 1, "defaults": { "model": "titancraft:shelf_single_oak" }, "variants": { "connections": { "1": { "model": "titancraft:shelf_right_oak" }, "2": { "model": "titancraft:shelf_left_oak" }, "3": { "model": "titancraft:shelf_center_oak" }, "4": { "model": "titancraft:shelf_single_oak" } }, "facing": { "north": { }, "east": { "y": 90 }, "south": { "y": 180 }, "west": { "y": 270 } } } }
  2. Been beating my head against the wall for a while on this one. I am creating a block that should change it's model based on whether or not it is next to another one. However I'm having this error and I can't seem to figure out what's going on. Here is a single instance of the error http://pastebin.com/eEja2LJT There are four block models shelf_center_oak.json shelf_left_oak.json shelf_right_oak.json shelf_single_oak.json My BlockShelf.json (BlockState) http://pastebin.com/8c1sx859 and finally my BlockShelf.java class http://pastebin.com/AhAvZtcw Any insight would be greatly appreciated. Though I am not yet familiar with the inner workings of MinecraftForge, nor would I call myself a Java expert, I am a Software Engineer and perfectly ok with Googling something i don't understand in your answer
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.