ModificationStation / StationAPI

A general use API for Fabric Loader mods on legacy Minecraft versions.
83 stars 19 forks source link

Bonemeal API #78

Closed paulevsGitch closed 10 months ago

paulevsGitch commented 10 months ago

Simple API to add more blocks into bonemeal actions.

Blocks can override onBonemealUse method to change their state when bonemeal was performed on them (in test mod obsidian will turn into log block).

Plants/Structures can be added into BonemealAPI to be generated on specified terrain. In test mod you can use bonemeal on sand to grow bookshelves.

PR is ready for review

2023-10-30_14 51 22

paulevsGitch commented 10 months ago

I added a small fix for missing Overworld biomes, it is a small fix so I didn't open another PR for it