Skip to content

Releases: 1holz/Einholzscher-Tech-Mod

COAL ORE FIX RELEASE

29 Aug 01:32
Compare
Choose a tag to compare
COAL ORE FIX RELEASE Pre-release
Pre-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

31 Aug 02:56
Compare
Choose a tag to compare
Pre-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

06 Aug 05:32
Compare
Choose a tag to compare
MC 1.18.2 RELEASE Pre-release
Pre-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

31 Jul 23:42
35ae6b7
Compare
Choose a tag to compare
Pre-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

18 Jul 04:45
Compare
Choose a tag to compare
Pre-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

13 Jul 23:05
Compare
Choose a tag to compare
TRANSFER API RELEASE Pre-release
Pre-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

19 Aug 20:38
Compare
Choose a tag to compare
Pre-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

10 Sep 21:57
Compare
Choose a tag to compare

This is a beta release.

Changelog:

-updated to 1.16.2
-may break some compatibility to LBA

COAL RELEASE

04 Aug 17:21
Compare
Choose a tag to compare

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

20 Jul 11:14
Compare
Choose a tag to compare

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