More rubber stuff

This commit is contained in:
drcrazy 2019-03-13 14:57:49 +03:00
parent 9079765bc9
commit d2db53f6f2
7 changed files with 27 additions and 24 deletions

View file

@ -1,21 +1,7 @@
{
"forge_marker": 1,
"defaults": {
"model": "half_slab",
"textures": {
"top": "techreborn:blocks/rubber_planks",
"bottom": "techreborn:blocks/rubber_planks",
"side": "techreborn:blocks/rubber_planks"
"variants": {
"type=bottom": { "model": "techreborn:block/rubber_plank_slab" },
"type=top": { "model": "techreborn:block/rubber_plank_slab_top" },
"type=double": { "model": "techreborn:block/rubber_planks" }
}
},
"variants": {
"inventory": { "transform": "forge:default-block" },
"half": {
"top": { "model": "upper_slab" },
"bottom": { "model": "half_slab" }
},
"variant": {
"default": {}
}
}
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "techreborn:block/rubber_planks",
"top": "techreborn:block/rubber_planks",
"side": "techreborn:block/rubber_planks"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "techreborn:block/rubber_planks",
"top": "techreborn:block/rubber_planks",
"side": "techreborn:block/rubber_planks"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/rubber_plank_slab"
}