Add a new block: Clear Glass
Finalizes changes to healing system
This commit is contained in:
parent
3b6caf1a03
commit
91eb2a2e43
10 changed files with 109 additions and 49 deletions
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "otemod:block/clear_glass_block"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"render_type": "minecraft:translucent",
|
||||
"textures": {
|
||||
"all": "otemod:block/clear_glass_block"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "otemod:block/clear_glass_block"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 88 B |
Reference in a new issue