Fix the whiteout block not having an Item icon
This commit is contained in:
parent
1e92e698b0
commit
22e9af3868
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"parent": "otemod:block/fb/cube",
|
||||
"textures": {
|
||||
"all": "otemod:block/thresholds/void"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "minecraft:block/fb/cube",
|
||||
"parent": "otemod:block/fb/cube",
|
||||
"textures": {
|
||||
"all": "otemod:block/thresholds/white"
|
||||
}
|
||||
|
|
Reference in a new issue