Push some experimental new features
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "shapedaionresources:block/aion_block"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "shapedaionresources:block/aion_ore_block"
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/shapedaionresources/icon.png
Normal file
After Width: | Height: | Size: 173 KiB |
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"itemGroup.refinedfabric.materials": "RefinedFabric Materials",
|
||||
"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",
|
||||
|
||||
"block.shapedaionresources.aion_ore_block": "Aion Ore",
|
||||
"block.shapedaionresources.aion_block": "Aion Block"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "shapedaionresources:block/aion_block"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "shapedaionresources:block/aion_ore_block"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "shapedaionresources:block/aion_block"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "shapedaionresources:item/aion_crystal"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "shapedaionresources:item/aion_fragment"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "shapedaionresources:item/aion_ore"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "shapedaionresources:block/aion_ore_block"
|
||||
}
|
After Width: | Height: | Size: 493 B |
After Width: | Height: | Size: 718 B |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 294 B |
After Width: | Height: | Size: 263 B |
After Width: | Height: | Size: 449 B |