update 0.9.9 (pre-release)

finished jeremium and added deepslate variants of all ores
This commit is contained in:
RyanTLG
2022-04-27 16:58:47 +02:00
parent 879271705a
commit 5d4eed24e1
42 changed files with 505 additions and 43 deletions

View File

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

View File

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

View File

@@ -65,6 +65,9 @@
"item.gamermod.jeremium_hoe": "Jeremium Hoe",
"item.gamermod.jeremium_shovel": "Jeremium Shovel",
"item.gamermod.jeremium_pickaxe": "Jeremium Pickaxe",
"item.gamermod.jeremium_sword.tooltip": "Kinda heavy"
"item.gamermod.jeremium_sword.tooltip": "Kinda heavy",
"block.gamermod.deepslate_jeremium_ore": "Deepslate Jeremium Ore",
"block.gamermod.deepslate_omnium_ore": "Deepslate Omnium Ore",
"block.gamermod.deepslate_orium_ore": "Deepslate Orium Ore"
}

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "gamermod:item/"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "gamermod:item/"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "gamermod:item/"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "gamermod:item/"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 841 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 B