Posted November 20, 20177 yr Hi, Currently i have a blockstate JSON to display a custom model if the block state (my_property) is set to true, in the false state it just displays the missing texture texture. Is it possible to state something like for the block state my_property = false, do not render anything (to create a block with toggle-able invisibility)? { "forge_marker": 1, "variants": { "normal": [{}], "inventory": [{}], "my_property": { "true": { "model": "myModId:my_model.obj" } } } }
November 20, 20177 yr No, you need to specify all variants. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
November 20, 20177 yr Author 57 minutes ago, Draco18s said: No, you need to specify all variants. Is there any fastest way to define a variant for an invisible block (or what is an valid way at all)?
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.