This commit is contained in:
RyanTLG
2022-03-30 17:04:23 +02:00
parent 66e9771c83
commit f3eb0328ff
9 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "gamermod:block/jeremium_block" }
}
}

View File

@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "gamermod:block/jeremium_ore" }
}
}

View File

@@ -51,6 +51,8 @@
"item.gamermod.fabric_of_reality": "Fabric of Reality",
"effect.gamermod.high": "High",
"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"
}

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
{
"parent": "gamermod:block/jeremium_block"
}

View File

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