More rubber stuff
This commit is contained in:
parent
9079765bc9
commit
d2db53f6f2
7 changed files with 27 additions and 24 deletions
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/slab",
|
||||
"textures": {
|
||||
"bottom": "techreborn:block/rubber_planks",
|
||||
"top": "techreborn:block/rubber_planks",
|
||||
"side": "techreborn:block/rubber_planks"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/rubber_plank_slab"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue