diff --git a/src/main/resources/assets/inspirations/blockstates/flower_pot.json b/src/main/resources/assets/inspirations/blockstates/flower_pot.json index f5bae1c1..f7aa0587 100644 --- a/src/main/resources/assets/inspirations/blockstates/flower_pot.json +++ b/src/main/resources/assets/inspirations/blockstates/flower_pot.json @@ -1,9 +1,5 @@ { - "forge_marker": 1, "variants": { - "normal": { - "model": "flower_pot_fern", - "textures": { "plant": "inspirations:blocks/flower_missingno" } - } + "normal": { "model": "inspirations:extended_flower_pot" } } } diff --git a/src/main/resources/assets/inspirations/models/block/extended_flower_pot.json b/src/main/resources/assets/inspirations/models/block/extended_flower_pot.json new file mode 100644 index 00000000..c9683559 --- /dev/null +++ b/src/main/resources/assets/inspirations/models/block/extended_flower_pot.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_fern", + "textures": { + "plant": "inspirations:blocks/flower_missingno" + } +} \ No newline at end of file