Add Lightning Rod Model
This commit is contained in:
parent
fdcf3dc49e
commit
5027e7f984
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"": {
|
||||||
|
"model": "energonrelics:block/lightning_rod"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -33,5 +33,6 @@
|
|||||||
"item.minecraft.potion.effect.energonrelics.veridium_poison": "Potion of Degradation",
|
"item.minecraft.potion.effect.energonrelics.veridium_poison": "Potion of Degradation",
|
||||||
"item.minecraft.splash_potion.effect.energonrelics.veridium_poison": "Splash Potion of Degradation",
|
"item.minecraft.splash_potion.effect.energonrelics.veridium_poison": "Splash Potion of Degradation",
|
||||||
"item.minecraft.lingering_potion.effect.energonrelics.veridium_poison": "Lingering Potion of Degradation",
|
"item.minecraft.lingering_potion.effect.energonrelics.veridium_poison": "Lingering Potion of Degradation",
|
||||||
"item.minecraft.tipped_arrow.effect.energonrelics.veridium_poison": "Arrow of Degradation"
|
"item.minecraft.tipped_arrow.effect.energonrelics.veridium_poison": "Arrow of Degradation",
|
||||||
|
"block.energonnrelics.lightning_rod": "Lightning Rod"
|
||||||
}
|
}
|
@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"parent": "minecraft:block/block",
|
||||||
|
"textures": {
|
||||||
|
"1": "energonrelics:block/lightning_rod",
|
||||||
|
"2": "minecraft:block/polished_blackstone_bricks",
|
||||||
|
"particle": "minecraft:block/polished_blackstone_bricks"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"from": [0, 0, 0],
|
||||||
|
"to": [16, 2, 16],
|
||||||
|
"rotation": {"angle": 0, "axis": "y", "origin": [11, 8, 11]},
|
||||||
|
"faces": {
|
||||||
|
"north": {"uv": [0, 0, 16, 2], "texture": "#2"},
|
||||||
|
"east": {"uv": [0, 0, 16, 2], "texture": "#2"},
|
||||||
|
"south": {"uv": [0, 0, 16, 2], "texture": "#2"},
|
||||||
|
"west": {"uv": [0, 0, 16, 2], "texture": "#2"},
|
||||||
|
"up": {"uv": [0, 0, 16, 16], "texture": "#2"},
|
||||||
|
"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [7.5, 2, 7.5],
|
||||||
|
"to": [8.5, 18, 8.5],
|
||||||
|
"rotation": {"angle": 0, "axis": "y", "origin": [15, 10, 14]},
|
||||||
|
"faces": {
|
||||||
|
"north": {"uv": [0, 0, 1, 16], "texture": "#1"},
|
||||||
|
"east": {"uv": [0, 0, 1, 16], "texture": "#1"},
|
||||||
|
"south": {"uv": [0, 0, 1, 16], "texture": "#1"},
|
||||||
|
"west": {"uv": [0, 0, 1, 16], "texture": "#1"},
|
||||||
|
"up": {"uv": [0, 0, 0, 0], "texture": "#1"},
|
||||||
|
"down": {"uv": [0, 0, 0, 0], "texture": "#1"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [7.5, 18, 7.5],
|
||||||
|
"to": [8.5, 26, 8.5],
|
||||||
|
"rotation": {"angle": 0, "axis": "y", "origin": [15, 10, 14]},
|
||||||
|
"faces": {
|
||||||
|
"north": {"uv": [1, 8, 2, 16], "texture": "#1"},
|
||||||
|
"east": {"uv": [1, 8, 2, 16], "texture": "#1"},
|
||||||
|
"south": {"uv": [1, 8, 2, 16], "texture": "#1"},
|
||||||
|
"west": {"uv": [1, 8, 2, 16], "texture": "#1"},
|
||||||
|
"up": {"uv": [1, 8, 2, 9], "texture": "#1"},
|
||||||
|
"down": {"uv": [0, 0, 0, 0], "texture": "#1"}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"parent": "energonrelics:block/lightning_rod"
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 533 B |
Reference in New Issue
Block a user