Releases: Technici4n/Modern-Dynamics
Releases · Technici4n/Modern-Dynamics
Version 0.5.1-beta for Minecraft 1.19.1 and 1.19.2
What's Changed
- Add some crash report information in case simulated inserts fail by @Technici4n in #77
Full Changelog: 0.5.0-beta...0.5.1-beta
Version 0.5.0-beta for Minecraft 1.19.1 and 1.19.2
What's Changed
- Fix #73: Incompatibility with yarn dev envs by @Technici4n in #74
- Add Machine Extender by @Technici4n in #75
Full Changelog: 0.4.3-beta...0.5.0-beta
Version 0.4.3-beta for Minecraft 1.19.1 and 1.19.2
Version 0.4.2-beta for Minecraft 1.19.1 and 1.19.2
Fix #66: Pipes not rendering correctly after quitting and coming back to the game.
Version 0.4.1-beta for Minecraft 1.19.1 and 1.19.2
- Fix #65: Client needlessly recomputes the pipe shape. This largely improves client-side performance of item pipes.
- Anticipate and solve compatibility issue with Continuity.
Version 0.4.0-alpha for Minecraft 1.19.1 and 1.19.2
Changes
- Completely rework how Fluid Pipes operate. Most importantly, fluid attractors now pull from all connected tanks, similarly to what item attractors do.
- Add Modern Industrialization EU cables.
Version 0.3.4-beta for Minecraft 1.19.1 and 1.19.2
Changes
- Add vanilla fluid transfer upgrades: Buckets and Cauldrons.
- Add EMI support.
- Tweak pipe rendering a bit: add special model for straight lines, and rework model textures for smoother connections.
- Fix #50: Prevent attractors from pulling through other attractors.
- Fix #54: Add tooltip to empty upgrade slots.
- Fix #55: Prevent insertion of upgrades that don't have any effect.
Version 0.3.3-beta for Minecraft 1.19.1 and 1.19.2
What's Changed
- Fixes attractors extracting from the wrong side of the source block by @shartte in #48
- Fix #45: C2ME compatibility (toNbt called from other thread) by @Technici4n in #49
Full Changelog: 0.3.2-beta...0.3.3-beta
Version 0.2.6-beta for Minecraft 1.18.2
What's Changed
- Fixes attractors extracting from the wrong side of the source block by @shartte in #48
- Fix #45: C2ME compatibility (toNbt called from other thread) by @Technici4n in #49
Full Changelog: 0.2.5-beta...0.2.6-beta
Version 0.3.2-beta for Minecraft 1.19.1 and 1.19.2
Changelog
- Fix #42: Add a tooltip explaining how to view the upgrades:
. - Fix broken JEI integration when multiple recipes are displayed.