Change translucent to cutout

This commit is contained in:
GearShocky 2023-03-14 13:15:38 +06:00
parent db2ab57bfc
commit 312795df93

View File

@ -1,6 +1,6 @@
{ {
"parent": "minecraft:block/cube_all", "parent": "minecraft:block/cube_all",
"render_type": "translucent", "render_type": "cutout",
"textures": { "textures": {
"all": "overdrive_that_matters:block/decorative/metal_mesh" "all": "overdrive_that_matters:block/decorative/metal_mesh"
} }