Update insanebehaviors dispenser mixin to accurately reflect real bounds values. Previously, the lower bounds of a horizontal dropper/dispenser's velocity in the direction it was facing was 0.1 bpt higher than the vanilla implementation. Sorry 😅
Build Information
- File name:
joacarpet-mc1.21.x-v2.4.0.jar
- SHA-256:
e4b4b852c6f0ac10263797a9fd3899cd99f617ccfe12a291bfe451eea77acd08
- Built from: https://github.com/JoakimThorsen/JoaCarpet/actions/runs/13206896088
Update insanebehaviors dispenser mixin to accurately reflect real bounds values. Previously, the lower bounds of a horizontal dropper/dispenser's velocity in the direction it was facing was 0.1 bpt higher than the vanilla implementation. Sorry 😅
Build Information
- File name:
joacarpet-mc1.20.3-1.20.4-v2.4.0.jar
- SHA-256:
199c1f927c6c0ceced2bdd8e3ed464b6da40e5838f3639038156e73bd667919f
- Built from: https://github.com/JoakimThorsen/JoaCarpet/actions/runs/13206896088
Update insanebehaviors dispenser mixin to accurately reflect real bounds values. Previously, the lower bounds of a horizontal dropper/dispenser's velocity in the direction it was facing was 0.1 bpt higher than the vanilla implementation. Sorry 😅
Build Information
- File name:
joacarpet-mc1.18.x-v2.4.0.jar
- SHA-256:
ec68c92f5ac35a656cd62008a868728c7b03449b0d6614c4e8e2f81a518a7458
- Built from: https://github.com/JoakimThorsen/JoaCarpet/actions/runs/13206896088
Update insanebehaviors dispenser mixin to accurately reflect real bounds values. Previously, the lower bounds of a horizontal dropper/dispenser's velocity in the direction it was facing was 0.1 bpt higher than the vanilla implementation. Sorry 😅
Build Information
- File name:
joacarpet-mc1.20.0-1.20.2-v2.4.0.jar
- SHA-256:
583928614a1bfb201b78cc61334da706d5ff12551c987fc8f46151293dce7ef0
- Built from: https://github.com/JoakimThorsen/JoaCarpet/actions/runs/13206896088
Update insanebehaviors dispenser mixin to accurately reflect real bounds values. Previously, the lower bounds of a horizontal dropper/dispenser's velocity in the direction it was facing was 0.1 bpt higher than the vanilla implementation. Sorry 😅
Build Information
- File name:
joacarpet-mc1.19.x-v2.4.0.jar
- SHA-256:
865ac6a6ae04990e89117c8a531906909dc1fe4ba9c5d01f4e051afd7541b6cb
- Built from: https://github.com/JoakimThorsen/JoaCarpet/actions/runs/13206896088
Update insanebehaviors dispenser mixin to accurately reflect real bounds values. Previously, the lower bounds of a horizontal dropper/dispenser's velocity in the direction it was facing was 0.1 bpt higher than the vanilla implementation. Sorry 😅
Build Information
- File name:
joacarpet-mc1.17.x-v2.4.0.jar
- SHA-256:
c5c35a84ceb02a045ef293f2e8512660dedece4fb3a741f721eac6f1cb4fcb86
- Built from: https://github.com/JoakimThorsen/JoaCarpet/actions/runs/13206896088
Implemented insaneBehaviors for containers and vehicle-destruction item spawning.
Added insaneBehaviors iteration for the item contents of containes (including container minecarts), with extreme and sensible modes.
Added insaneBehaviors iteration to vehicle destroy drops, obviously also intended for container minecarts. Independent of the 1.19 gaussian/triangular change, so both modes work the same.
Added a somewhat hacky insaneBehaviorsCartYeetingException with none
, disableVehicleItem
and disableContainerContents
as options. Intended to toggle one of two item types off, to prevent them from interfering with one another (testing cart yeeting reliability is virtually impossible without it, the vehicle item iterator will kneecap the container item iterator completely)