Compatibility
Minecraft: Java Edition
1.21.x
1.20.4
1.20–1.20.2
1.19.4
1.19.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated 4 days ago
Changelog
- Added a new
entity_type
field to temperature effects - this is a new field that causes the effect to only apply to the specific entity type. This is also more performant than using predicates for this, as the effect will only be ticked for that type. Unfortunately, this means that tags won't work in this field. However, for effects that should only apply to a single type of entity (eg players), using this field can significantly reduce the amount of stuff the server has to tick. If this field is unspecified, then the existing behaviour of ticking the effect on all entities is retained. - Added a new
maxWetTicks(Soakable)
method to the environment controller. In order to preserve existing functionality, this defaults to a value of600
instead of the usual0
. However, this value may now be overridden by mods as they see fit. - Fixed up some javadoc on the environment controller that was outdated
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
2.1.0Loaders
Game versions
1.20–1.20.1Downloads
138688Publication date
November 1, 2023 at 10:55 AMPublisher
TheDeathlyCow
Owner