File Details
2.3.0+1.20.1
- R
- Mar 8, 2024
- 3.00 MB
- 8.2K
- 1.20.4+83
- Fabric + 1
File Name
porting_lib-2.3.0+1.20.1.jar
Supported Versions
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17.1
- 1.17
- 1.16.5
- 1.16.4
- 1.16.3
- 1.16.2
- 1.16.1
- 1.16
- 1.15.2
- 1.15.1
- 1.15
- 1.14.4
- 1.14.3
- 1.14.2
- 1.14.1
- 1.14
- 1.13.2
- 1.13.1
- 1.13
- 1.12.2
- 1.12.1
- 1.12
- 1.11.2
- 1.11.1
- 1.11
- 1.10.2
- 1.10.1
- 1.10
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9
- 1.8.9
- 1.8.8
- 1.8.7
- 1.8.6
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8
- 1.7.10
- 1.7.9
- 1.7.8
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.6.4
- 1.6.2
- 1.6.1
- 1.5.2
- 1.5.1
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.2
- 1.3.2
- 1.3.1
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.1
- 1.0
Curse Maven Snippet
- improve compatibility with other mods injecting into loot tables
- Improve compatibility with other mods adding attributes to players
- Implement ShieldBlockEvent
- Deprecate all of StructureTemplateExtensions, add StructureTemplateUtils
- Implement shield tool actions
- Fix broken logic in DualSortedSetIterator
- Add debug flag (-DportingLib.debug=true)
- Deprecate LivingEntityEvents.TICK and LivingEntityEvents.ATTACK, replaced with LivingTickEvent and LivingAttackEvent
- Fix EntityEvents.ENTERING_SECTION being fired every tick
- Add LivingDamageEvent and LivingHurtEvent
- Deprecate LivingDeathEvent and LivingEntityEvents.CHECK_SPAWN
- Implement ITeleporter on vanilla's PortalForcer
- Add AttackEntityEvent and NeighborNotifyEvent
- Cleanup of code around CustomParticleIconModel, fix wrong source pos being set for sprint particles