Begin updating to 1.19 and rename mod
This commit is contained in:
parent
26d6cd4d5e
commit
f3e94c68a7
52 changed files with 196 additions and 414 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "shapedaionresources:block/aion_block"
|
||||
"model": "otemod:block/aion_block"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "shapedaionresources:block/aion_ore_block"
|
||||
"model": "otemod:block/aion_ore_block"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "shapedaionresources:block/deepslate_aion_ore_block"
|
||||
"model": "otemod:block/deepslate_aion_ore_block"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,15 +3,15 @@
|
|||
"itemGroup.refinedfabric.tools": "RefinedFabric Utilities",
|
||||
"itemGroup.refinedfabric.blocks": "RefinedFabric Blocks",
|
||||
|
||||
"item.shapedaionresources.aion_ore": "Raw Aion Ore",
|
||||
"item.shapedaionresources.aion_crystal": "Aion Crystal",
|
||||
"item.shapedaionresources.aion_crystal.levels": "Stored XP: ",
|
||||
"item.shapedaionresources.aion_crystal.empty": "* Crystal Is Empty *",
|
||||
"item.shapedaionresources.aion_crystal.need_repair": "Aion Crystal must now be repaired",
|
||||
"item.shapedaionresources.aion_crystal.durability": "Durability: ",
|
||||
"item.shapedaionresources.aion_fragment": "Fragmented Aion Crystal",
|
||||
"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.shapedaionresources.aion_ore_block": "Aion Ore",
|
||||
"block.shapedaionresources.deepslate_aion_ore_block": "Deepslate Aion Ore",
|
||||
"block.shapedaionresources.aion_block": "Aion Block"
|
||||
"block.otemod.aion_ore_block": "Aion Ore",
|
||||
"block.otemod.deepslate_aion_ore_block": "Deepslate Aion Ore",
|
||||
"block.otemod.aion_block": "Aion Block"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "shapedaionresources:block/aion_block"
|
||||
"all": "otemod:block/aion_block"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "shapedaionresources:block/aion_ore_block"
|
||||
"all": "otemod:block/aion_ore_block"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "shapedaionresources:block/deepslate_aion_ore_block"
|
||||
"all": "otemod:block/deepslate_aion_ore_block"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "shapedaionresources:block/aion_block"
|
||||
"parent": "otemod:block/aion_block"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "shapedaionresources:item/aion_crystal"
|
||||
"layer0": "otemod:item/aion_crystal"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "shapedaionresources:item/aion_fragment"
|
||||
"layer0": "otemod:item/aion_fragment"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "shapedaionresources:item/aion_ore"
|
||||
"layer0": "otemod:item/aion_ore"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "shapedaionresources:block/aion_ore_block"
|
||||
"parent": "otemod:block/aion_ore_block"
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "shapedaionresources:block/deepslate_aion_ore_block"
|
||||
"parent": "otemod:block/deepslate_aion_ore_block"
|
||||
}
|
Reference in a new issue