Fixed sapling startup error message

This commit is contained in:
drcrazy 2017-10-13 18:20:04 +03:00
parent 2fd8df2118
commit 7b4178eba8

View file

@ -19,6 +19,9 @@
},
"jungle": {
"model": "cross"
},
"acacia": {
"model": "cross"
}
},
"stage": {
@ -47,13 +50,13 @@
"normal": {
"parent": "item/generated",
"textures": {
"layer0": "expandedindustry:blocks/sapling/sapling.redwoodd"
"layer0": "techreborn:blocks/rubber_sapling"
}
},
"inventory": {
"parent": "item/generated",
"textures": {
"layer0": "expandedindustry:blocks/sapling/sapling.redwoodd"
"layer0": "techreborn:blocks/rubber_sapling"
}
}
}