Fix the whiteout block not having an Item icon

This commit is contained in:
Tara Piccari 2024-01-30 15:12:49 -07:00
parent 1e92e698b0
commit 22e9af3868
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"parent": "minecraft:block/cube_all",
"parent": "otemod:block/fb/cube",
"textures": {
"all": "otemod:block/thresholds/void"
}

View file

@ -1,5 +1,5 @@
{
"parent": "minecraft:block/fb/cube",
"parent": "otemod:block/fb/cube",
"textures": {
"all": "otemod:block/thresholds/white"
}