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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue