Gilly7CE / Carpet-Addons-Not-Found

Addons for the Fabric Carpet mod
MIT License
6 stars 0 forks source link

Add a rule to allow placing blocks to replace flowers like grass. #90

Closed DH12043 closed 1 year ago

DH12043 commented 1 year ago

Add a rule to allow placing blocks to replace flowers like grass. This would preferably just add to or remove from a list of blocks that can be replaced in such a way. Options: false, all_flowers, one_tall_flowers

Gilly7CE commented 1 year ago

Rule name: replaceableFlowers

Description: placing blocks on flowers will replace them like grass.

Gilly7CE commented 1 year ago

As for the options, using an enum would be good. Much like how we already use one for the movableEmptyEndPortalFrames rule.