update 0.9.9 (pre-release)
finished jeremium and added deepslate variants of all ores
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "gamermod:block/deepslate_omnium_ore" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "gamermod:block/deepslate_orium_ore" }
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "gamermod:block/deepslate_omnium_ore"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "gamermod:block/deepslate_orium_ore"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "gamermod:block/deepslate_omnium_ore"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "gamermod:block/deepslate_orium_ore"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/handheld",
|
||||
"textures": {
|
||||
"layer0": "gamermod:item/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/handheld",
|
||||
"textures": {
|
||||
"layer0": "gamermod:item/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/handheld",
|
||||
"textures": {
|
||||
"layer0": "gamermod:item/"
|
||||
}
|
||||
}
|
||||
@@ -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 |
Reference in New Issue
Block a user