Goldorion / Fabric-Generator-MCreator

A Fabric Generator plugin for MCreator
Other
111 stars 40 forks source link

Refactor biome generation, mixins, and add an access widener #520

Closed NerdyPuzzle closed 7 months ago

NerdyPuzzle commented 7 months ago

In this PR I refactor biome generation to no longer require terrablender. This means I removed terrablender completely from the project.

It also refactors the mixins.json, making it easier to add new mixins.

An access widener was also added to the project.

Thanks to the biome generation refactor, cave biomes are now also supported.

(also a small bugfix, the item property function causes a build error without the cast I added)

Closes #417 Fixes #521