Upload fixed mod with oregen
This commit is contained in:
parent
1ce264862e
commit
4252f8281a
19 changed files with 141 additions and 30 deletions
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "shapedaionresources:block/deepslate_aion_ore_block"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -12,5 +12,6 @@
|
|||
"item.shapedaionresources.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"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "shapedaionresources:block/deepslate_aion_ore_block"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "shapedaionresources:block/deepslate_aion_ore_block"
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 718 B After Width: | Height: | Size: 705 B |
Binary file not shown.
After Width: | Height: | Size: 650 B |
Reference in a new issue