Fixed sapling startup error message
This commit is contained in:
parent
2fd8df2118
commit
7b4178eba8
1 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue