stuffs
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": {
|
||||
"model": "gameritems:block/weem_hay_block"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "gameritems:block/weem_hay_block",
|
||||
"x": 90
|
||||
},
|
||||
"axis=x": {
|
||||
"model": "gameritems:block/weem_hay_block",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -70,6 +70,7 @@
|
||||
"block.gameritems.deepslate_omnium_ore": "Deepslate Omnium Ore",
|
||||
"block.gameritems.deepslate_orium_ore": "Deepslate Orium Ore",
|
||||
"item.gameritems.gamer_bow": "Gamer Bow",
|
||||
"enchantment.gameritems.evade": "Evade"
|
||||
"enchantment.gameritems.evade": "Evade",
|
||||
"block.gameritems.weem_hay_block": "Weem Hay Bale"
|
||||
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "gameritems:block/weem_block_top",
|
||||
"side": "gameritems:block/weem_block_side"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column_horizontal",
|
||||
"textures": {
|
||||
"end": "gameritems:block/weem_block_top",
|
||||
"side": "gameritems:block/weem_block_side"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "gameritems:block/weem_hay_block"
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 821 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user