You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blockstate gen should have additional options for custom values
Method of achieving this
allow for adding a custom property for blockstates and generate one for every possibility.
ex. specify 2 integer values and one boolean.
output file would look something like this:
{
"variants": {
"param1=0,param2=0,param3=false": {
"model": "<your model here>"
},
"param1=1,param2=0,param3=false": {
"model": "<your model here>"
}
"param1=2,param2=0,param3=false": {
"model": "<your model here>"
}
}
etc.
The text was updated successfully, but these errors were encountered:
Description
blockstate gen should have additional options for custom values
Method of achieving this
allow for adding a custom property for blockstates and generate one for every possibility.
ex. specify 2 integer values and one boolean.
output file would look something like this:
etc.
The text was updated successfully, but these errors were encountered: