Allow crystal flowers to be placed in flower pots
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"variants": {
|
||||
"normal": { "model": "ebwizardry:crystal_flower_pot" }
|
||||
}
|
||||
}
|
||||
@@ -16,6 +16,7 @@ tile.ebwizardry\:runestone_pedestal.name=Runestone Pedestal
|
||||
tile.ebwizardry\:thorns.name=Thorns
|
||||
tile.ebwizardry\:obsidian_crust.name=Obsidian Crust
|
||||
tile.ebwizardry\:dry_frosted_ice.name=Dry Frosted Ice
|
||||
tile.ebwizardry\:crystal_flower_pot.name=Flower Pot
|
||||
|
||||
tile.ebwizardry\:magic_crystal_block.name=Block of Crystal
|
||||
tile.ebwizardry\:fire_crystal_block.name=Block of Fiery Crystal
|
||||
|
||||
@@ -16,6 +16,7 @@ tile.ebwizardry\:runestone_pedestal.name=Runestone Pedestal
|
||||
tile.ebwizardry\:thorns.name=Thorns
|
||||
tile.ebwizardry\:obsidian_crust.name=Obsidian Crust
|
||||
tile.ebwizardry\:dry_frosted_ice.name=Dry Frosted Ice
|
||||
tile.ebwizardry\:crystal_flower_pot.name=Flower Pot
|
||||
|
||||
tile.ebwizardry\:magic_crystal_block.name=Block of Crystal
|
||||
tile.ebwizardry\:fire_crystal_block.name=Block of Fiery Crystal
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/flower_pot_cross",
|
||||
"textures": {
|
||||
"plant": "ebwizardry:blocks/crystal_flower"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user