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": { "jungle": {
"model": "cross" "model": "cross"
},
"acacia": {
"model": "cross"
} }
}, },
"stage": { "stage": {
@ -47,13 +50,13 @@
"normal": { "normal": {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "expandedindustry:blocks/sapling/sapling.redwoodd" "layer0": "techreborn:blocks/rubber_sapling"
} }
}, },
"inventory": { "inventory": {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "expandedindustry:blocks/sapling/sapling.redwoodd" "layer0": "techreborn:blocks/rubber_sapling"
} }
} }
} }