This is a beta release
Changelog
- implemented changes to MooshroomLib
- added copper and deepslate ores for the ore grower
- iron & gold ore now require ingots or raws as seeds instead of nuggets
- code improvements
Known Bugs
- displaying particles during ore growing leads to a crash. alledgedly because getPos() does not exist. hence particles are disabled at the moment
To Do
- get Wrench working again
This is a beta release
Changelog
- failed fix at making particles display
- fixed ore grower always growing coal ore
- Bedrock as a creative battery is 10 times faster
Known Bugs
- displaying particles during ore growing leads to a crash. alledgedly because getPos() does not exist. hence particles are disabled at the moment
- OreGrower#OreGrowerBlockStorage is a bit unreliable
- balance for BarStorages is unreliable
To Do
- get Wrench working again
*This only lists changes that affect Minecraft. For changes that e.g. affect the development workflow please see the commit messages.
This is a beta release
Changelog
- changed Minecraft version from 1.17.1 to 1.18.2
- added better modmenu support
Known Bugs
- displaying particles during ore growing leads to a crash. alledgedly because getPos() does not exist. hence particles are disabled at the moment
- OreGrower#OreGrowerBlockStorage no longer working
To Do
- get Wrench working again
*This only lists changes that affect Minecraft. For changes that e.g. affect the development workflow please see the commit messages.
This is a beta release
Changelog
- implemented changes to MooshroomLib
- added copper and deepslate ores for the ore grower
- iron & gold ore now require ingots or raws as seeds instead of nuggets
- code improvements
Known Bugs
- displaying particles during ore growing leads to a crash. alledgedly because getPos() does not exist. hence particles are disabled at the moment
To Do
- get Wrench working again
This is an alpha release
Changelog:
- adjusted fabric.mod.json
- readded bedrock as temporary creative battery
- added loottables for block
- blocks are now also mineable with a pickaxe
- added ItemGroups
- now uses static final instead of final static consistently
- updated translations
- sideconfig_button and cancel_button now uses translations
- added translations for English and German variants
- removal of legacy code
- code improvements
This is an alpha release
Updated to 1.17.1 to be able to use the fabric transfer API. So this release ditches CCA and UniversalComponents and instead reimplements a lot of stuff with the fabric transfer API. This release is full of bugs and a lot of stuff is not working properly hence this is an alpha release. The next release will probably focus on cleaning up legacy code.