Skip to content

Instantly share code, notes, and snippets.

View ROMVoid95's full-sized avatar
🏆
To the awards I'll never receive

ROM ROMVoid95

🏆
To the awards I'll never receive
  • ReadOnly Development
  • Texas, USA
  • 04:13 (UTC -05:00)
View GitHub Profile
<blockstate> == {
"forge_marker": 1,
"defaults": <variant>, // optional, added to all variants
"variants": {
"<property>": {
"<value>": <variant> // variant definition for the specified value of this property; variants for multiple values can be specified.
},
"<variant name>": <variant>, // variant definition for the full variant string
"<variant name>": [<variant1>, ...], // array of definitions for the full variant - result will be the random variant
}