Add a new block: Clear Glass

Finalizes changes to healing system
This commit is contained in:
Zontreck 2022-10-17 03:48:42 -07:00
parent 3b6caf1a03
commit 91eb2a2e43
10 changed files with 109 additions and 49 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "otemod:block/clear_glass_block"
}
}
}

View file

@ -17,6 +17,7 @@
"block.otemod.deepslate_eternium_ore_block": "Deepslate Eternium Ore",
"block.otemod.aurora_block": "Aurora Block",
"block.otemod.aurora_door": "Aurora Door",
"block.otemod.clear_glass_block": "Clear Glass Block",
"dev.zontreck.otemod.msgs.only_player": "§cOnly players are allowed to execute this command",

View file

@ -0,0 +1,7 @@
{
"parent": "block/cube_all",
"render_type": "minecraft:translucent",
"textures": {
"all": "otemod:block/clear_glass_block"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "otemod:block/clear_glass_block"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 B