Fix some final issues with the slabs + add recipes

This commit is contained in:
modmuss50 2018-06-09 11:32:02 +01:00
parent a567139ffd
commit 0536ef08a0
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
3 changed files with 15 additions and 3 deletions

View file

@ -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": {}
}