This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"variants": {
|
||||
"age=0": { "model": "gtamfmd:block/christmastree0" },
|
||||
"age=1": { "model": "gtamfmd:block/christmastree1" },
|
||||
"age=2": { "model": "gtamfmd:block/christmastree2" },
|
||||
"age=3": { "model": "gtamfmd:block/christmastree3" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"item.gtamfmd.stub": "Stummel",
|
||||
"item.gtamfmd.ruby": "Rubin",
|
||||
"item.gtamfmd.ruby_block": "Rubinblock",
|
||||
"item.gtamfmd.ruby_ore": "Rubinerz"
|
||||
"item.gtamfmd.ruby_ore": "Rubinerz",
|
||||
"item.gtamfmd.christmastree": "Weihnachtsbaum"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"item.gtamfmd.stub": "Stub",
|
||||
"item.gtamfmd.ruby": "Ruby",
|
||||
"item.gtamfmd.ruby_block": "Ruby block",
|
||||
"item.gtamfmd.ruby_ore": "Ruby ore"
|
||||
"item.gtamfmd.ruby_ore": "Ruby ore",
|
||||
"item.gtamfmd.christmastree": "Christmas tree"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cross",
|
||||
"textures": {
|
||||
"cross": "gtamfmd:block/christmastree0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cross",
|
||||
"textures": {
|
||||
"cross": "gtamfmd:block/christmastree1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cross",
|
||||
"textures": {
|
||||
"cross": "gtamfmd:block/christmastree2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cross",
|
||||
"textures": {
|
||||
"cross": "gtamfmd:block/christmastree3"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 295 B |
Binary file not shown.
|
After Width: | Height: | Size: 542 B |
Binary file not shown.
|
After Width: | Height: | Size: 543 B |
Binary file not shown.
|
After Width: | Height: | Size: 580 B |
Reference in New Issue
Block a user