fix red sandstone again lol

This commit is contained in:
Pyritie 2026-01-03 17:53:33 +00:00
parent 532929209c
commit 11ca916b45
5 changed files with 18 additions and 8 deletions

View file

@ -1,6 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"all": "minecraft:block/red_sandstone_bottom"
"bottom": "minecraft:block/red_sandstone_bottom",
"side": "minecraft:block/red_sandstone_bottom",
"top": "minecraft:block/red_sandstone_bottom"
}
}

View file

@ -1,6 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"all": "minecraft:block/red_sandstone_bottom"
"bottom": "minecraft:block/red_sandstone_bottom",
"side": "minecraft:block/red_sandstone_bottom",
"top": "minecraft:block/red_sandstone_bottom"
}
}

View file

@ -1,6 +1,8 @@
{
"parent": "minecraft:block/stairs",
"textures": {
"all": "minecraft:block/red_sandstone_bottom"
}
"parent": "minecraft:block/stairs",
"textures": {
"bottom": "minecraft:block/red_sandstone_bottom",
"side": "minecraft:block/red_sandstone_bottom",
"top": "minecraft:block/red_sandstone_bottom"
}
}

View file

@ -1,6 +1,8 @@
{
"parent": "minecraft:block/inner_stairs",
"textures": {
"all": "minecraft:block/red_sandstone_bottom"
"bottom": "minecraft:block/red_sandstone_bottom",
"side": "minecraft:block/red_sandstone_bottom",
"top": "minecraft:block/red_sandstone_bottom"
}
}

View file

@ -1,6 +1,8 @@
{
"parent": "minecraft:block/outer_stairs",
"textures": {
"all": "minecraft:block/red_sandstone_bottom"
"bottom": "minecraft:block/red_sandstone_bottom",
"side": "minecraft:block/red_sandstone_bottom",
"top": "minecraft:block/red_sandstone_bottom"
}
}