added ruby ore block
build / build (push) Has been cancelled

This commit is contained in:
Jottyfan
2025-10-29 10:41:40 +01:00
parent 4712edc42d
commit bf18dbf49b
8 changed files with 31 additions and 3 deletions
@@ -0,0 +1,8 @@
{
"variants": {
"": {
"model": "gtamfmd:block/ruby_ore"
}
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "gtamfmd:block/ruby_ore"
}
}
@@ -1,5 +1,6 @@
{
"item.gtamfmd.stub": "Stummel",
"item.gtamfmd.ruby": "Rubin",
"item.gtamfmd.ruby_block": "Rubinblock"
"item.gtamfmd.ruby_block": "Rubinblock",
"item.gtamfmd.ruby_ore": "Rubinerz"
}
@@ -1,5 +1,6 @@
{
"item.gtamfmd.stub": "Stub",
"item.gtamfmd.ruby": "Ruby",
"item.gtamfmd.ruby_block": "Ruby block"
"item.gtamfmd.ruby_block": "Ruby block",
"item.gtamfmd.ruby_ore": "Ruby ore"
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "gtamfmd:block/ruby_ore"
}
}
@@ -0,0 +1,3 @@
{
"parent": "gtamfmd:block/ruby_ore"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB