Finish updating to 1.19, rename Aion to Eternium
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "otemod:block/deepslate_eternium_ore_block"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "otemod:block/eternium_ore_block"
|
||||
}
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 173 KiB After Width: | Height: | Size: 173 KiB |
17
src/main/resources/assets/otemod/lang/en_us.json
Normal 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"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "otemod:block/deepslate_eternium_ore_block"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "otemod:block/aion_ore_block"
|
||||
"all": "otemod:block/eternium_ore_block"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "otemod:block/deepslate_eternium_ore_block"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "otemod:item/aion_fragment"
|
||||
"layer0": "otemod:item/eternium_fragment"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "otemod:item/aion_crystal"
|
||||
"layer0": "otemod:item/eternium_ore"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "otemod:block/eternium_ore_block"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "otemod:item/aion_ore"
|
||||
"layer0": "otemod:item/ihan_crystal"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 493 B |
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 650 B |
Before Width: | Height: | Size: 705 B After Width: | Height: | Size: 705 B |
Before Width: | Height: | Size: 263 B After Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 449 B After Width: | Height: | Size: 449 B |
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 294 B |
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "otemod:block/aion_ore_block"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "otemod:block/deepslate_aion_ore_block"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "otemod:block/deepslate_aion_ore_block"
|
||||
}
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"parent": "otemod:block/aion_ore_block"
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"parent": "otemod:block/deepslate_aion_ore_block"
|
||||
}
|
Before Width: | Height: | Size: 3.2 KiB |