Releases: 1holz/Einholzscher-Tech-Mod
COAL ORE FIX RELEASE
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.
COAL ORE FIX BACKPORT RELEASE
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
MC 1.18.2 RELEASE
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.
COPPER AND DEEPSLATE RELEASE
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
LEGACY REMOVAL RELEASE
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
TRANSFER API RELEASE
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.
INVENTORY REWRITE RELEASE
This is an alpha release
This release makes a lot of internal changes and some new bugs. Most noticeable for the normal user is a small redesign of the sideconfig screen. But I consider this to run well enough to focus onto updating to newer Minecraft and dependencies versions and fix the remaining bugs and polish the mod later on.
1.16.2 RELEASE
This is a beta release.
Changelog:
-updated to 1.16.2
-may break some compatibility to LBA
COAL RELEASE
This is a beta release.
Changelog:
-separated registry to an included lib
-is now developed for java version 11 should still work for java version 8
-redone versioning system (now this has a beta version number)
-added coke coal
-added tiny, chunk and block versions of all coal types
-lot of internal code changes
Bug fix release
This is a beta release.
Previously 1.0.2
Changelog:
-fixes container titles not being translated properly
-fixes item deletion on transfer
-fixes ore grower deleting input items if there was a block but not enough power
-code improvements