Finish updating to 1.19, rename Aion to Eternium

This commit is contained in:
Zontreck 2022-06-27 00:49:47 -07:00
parent f3e94c68a7
commit 7dc2dbda4f
55 changed files with 298 additions and 190 deletions

View file

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

View file

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

View file

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 173 KiB

Before After
Before After

View file

@ -0,0 +1,17 @@
{
"itemGroup.refinedfabric.materials": "RefinedFabric Materials",
"itemGroup.refinedfabric.tools": "RefinedFabric Utilities",
"itemGroup.refinedfabric.blocks": "RefinedFabric Blocks",
"item.otemod.eternium_ore": "Raw Eternium Ore",
"item.otemod.ihan_crystal": "Ihan Crystal",
"item.otemod.ihan_crystal.levels": "Stored XP: ",
"item.otemod.ihan_crystal.empty": "* Crystal Is Empty *",
"item.otemod.ihan_crystal.need_repair": "Ihan Crystal must now be repaired",
"item.otemod.ihan_crystal.durability": "Durability: ",
"item.otemod.eternium_fragment": "Fragmented Eternium",
"block.otemod.eternium_ore_block": "Eternium Ore",
"block.otemod.deepslate_eternium_ore_block": "Deepslate Eternium Ore",
"block.otemod.aion_block": "Aion Block"
}

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "otemod:item/aion_fragment"
"layer0": "otemod:item/eternium_fragment"
}
}

View file

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "otemod:item/aion_crystal"
"layer0": "otemod:item/eternium_ore"
}
}

View file

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

View file

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "otemod:item/aion_ore"
"layer0": "otemod:item/ihan_crystal"
}
}

View file

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

View file

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

View file

@ -1,17 +0,0 @@
{
"itemGroup.refinedfabric.materials": "RefinedFabric Materials",
"itemGroup.refinedfabric.tools": "RefinedFabric Utilities",
"itemGroup.refinedfabric.blocks": "RefinedFabric Blocks",
"item.otemod.aion_ore": "Raw Aion Ore",
"item.otemod.aion_crystal": "Aion Crystal",
"item.otemod.aion_crystal.levels": "Stored XP: ",
"item.otemod.aion_crystal.empty": "* Crystal Is Empty *",
"item.otemod.aion_crystal.need_repair": "Aion Crystal must now be repaired",
"item.otemod.aion_crystal.durability": "Durability: ",
"item.otemod.aion_fragment": "Fragmented Aion Crystal",
"block.otemod.aion_ore_block": "Aion Ore",
"block.otemod.deepslate_aion_ore_block": "Deepslate Aion Ore",
"block.otemod.aion_block": "Aion Block"
}

View file

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

View file

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

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB