Fix some final issues with the slabs + add recipes
This commit is contained in:
parent
a567139ffd
commit
0536ef08a0
3 changed files with 15 additions and 3 deletions
|
@ -8,7 +8,15 @@
|
|||
|
||||
},
|
||||
"variants": {
|
||||
"inventory": { "transform": "forge:default-block" },
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "half_slab",
|
||||
"textures": {
|
||||
"top": "techreborn:blocks/rubber_planks",
|
||||
"bottom": "techreborn:blocks/rubber_planks",
|
||||
"side": "techreborn:blocks/rubber_planks"
|
||||
}
|
||||
},
|
||||
"variant": {
|
||||
"default": {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue