1. Rename chat commands

2. Fix RTP
3. Fix RTP Warps
4. Add a eternium block from 9 ingots
5. Fix nether vault steel ore
This commit is contained in:
Aria 2023-02-27 13:20:59 -07:00
parent 5ee0aa47e9
commit 45796de812
48 changed files with 610 additions and 297 deletions

View file

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

View file

@ -49,6 +49,7 @@
"block.otemod.stable_singularity": "Stable Singularity",
"block.otemod.vault_steel_ore_block": "Vault Steel Ore",
"block.otemod.nether_vault_steel_ore_block": "Nether Vault Steel Ore",
"block.otemod.eternium_block": "Block of Eternium",
"enchantment.otemod.mob_egging": "Mob Egging",

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "otemod:block/eternium_block"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "otemod:block/vault_steel_ore_block"
"all": "otemod:block/nether_vault_steel_ore_block"
}
}

View file

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

View file

@ -1,3 +1,3 @@
{
"parent": "otemod:block/vault_steel_ore_block"
"parent": "otemod:block/nether_vault_steel_ore_block"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B