Push some experimental new features

This commit is contained in:
Zontreck 2022-05-30 01:38:58 -07:00
parent 620207a49c
commit 1ce264862e
44 changed files with 720 additions and 2 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "shapedaionresources:block/aion_block"
}
}
}

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

View file

@ -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"
}

View file

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

View file

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

View file

@ -0,0 +1,3 @@
{
"parent": "shapedaionresources:block/aion_block"
}

View file

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

View file

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

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B