Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Diamondman121314/4cbe78b9aa4b0412bbdaec43e2d82904 to your computer and use it in GitHub Desktop.
Save Diamondman121314/4cbe78b9aa4b0412bbdaec43e2d82904 to your computer and use it in GitHub Desktop.
Sapling Blockstate JSON
{
"forge_marker": 1,
"defaults": {
"model": "cross",
"textures": {
"cross": "industrialrubbertree:blocks/rubber_wood_sapling"
}
},
"variants": {
"normal": {
"parent": "item/generated",
"textures": {
"layer0": "industrialrubbertree:blocks/rubber_wood_sapling"
}
},
"type": {
"oak": {
"model": "cross"
},
"birch": {
"model": "cross"
},
"spruce": {
"model": "cross"
},
"jungle": {
"model": "cross"
},
"acacia": {
"model": "cross"
},
"dark_oak": {
"model": "cross"
}
},
"stage": {
"0": {
"model": "cross"
},
"1": {
"model": "cross"
},
"2": {
"model": "cross"
},
"3": {
"model": "cross"
},
"4": {
"model": "cross"
},
"5": {
"model": "cross"
},
"6": {
"model": "cross"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment