Posted March 23, 20178 yr Hello, I have a problem regarding BlockStates. log Here is my BlockState and here is my Block. Thanks in advance Pingubro
March 23, 20178 yr Author I changed that now: { "forge_marker": 1, "defaults": { "model": "fluxedthings:crystalcauldron_empty", "uvlock": true }, "variants": { "state": { "empty": { "model": "fluxedthings:crystalcauldron_empty" }, "lava": { "model": "fluxedthings:crystalcauldron_lava" }, "water": { "model": "fluxedthings:crystalcauldron_water" } }, "inventory": [ { "model": "fluxedthings:blockcrystalcauldron" } ] } } Now I get this error/crash: ErrorLog I dont know why because there is nothing about my code or files in there Edited March 23, 20178 yr by Pingubro
March 23, 20178 yr Author The Model is basically a copied version of the Vanilla Cauldron: Model_Empty in the other ones the liquid is just replaced with a texture of the liquid.
March 23, 20178 yr 3 minutes ago, Pingubro said: The Model is basically a copied version of the Vanilla Cauldron: Model_Empty in the other ones the liquid is just replaced with a texture of the liquid. Yous set one of the textures to an empty String. I'm not certain, but since the error is a StringIndexOutOfBoundsException at index 0, it seems likely that an empty String is the problem.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.