Jeremium
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"": { "model": "gamermod:block/jeremium_block" }
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"": { "model": "gamermod:block/jeremium_ore" }
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -51,6 +51,8 @@
|
|||||||
"item.gamermod.fabric_of_reality": "Fabric of Reality",
|
"item.gamermod.fabric_of_reality": "Fabric of Reality",
|
||||||
"effect.gamermod.high": "High",
|
"effect.gamermod.high": "High",
|
||||||
"item.gamermod.jeremium_ingot": "Jeremium Ingot",
|
"item.gamermod.jeremium_ingot": "Jeremium Ingot",
|
||||||
"item.gamermod.raw_jeremium": "Raw Jeremium"
|
"item.gamermod.raw_jeremium": "Raw Jeremium",
|
||||||
|
"block.gamermod.jeremium_ore": "Jeremium Ore",
|
||||||
|
"block.gamermod.jeremium_block": "Jeremium Block"
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "block/cube_all",
|
||||||
|
"textures": {
|
||||||
|
"all": "gamermod:block/jeremium_block"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "block/cube_all",
|
||||||
|
"textures": {
|
||||||
|
"all": "gamermod:block/jeremium_ore"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"parent": "gamermod:block/jeremium_block"
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"parent": "gamermod:block/jeremium_ore"
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 798 B |
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
Reference in New Issue
Block a user