1.1.8 (1.19.2)
on Jan 19, 2023- Fixed surface rules not applying whilst using TerraBlender
- Added biome tag surface rule condition source
- Internal breaking changes to surface rule api
1.1.7 (1.19.3)
on Jan 5, 2023- Ported to 1.19.3
- Moved classes to their separate "modules"
- Changed usages of Random to RandomSource
- Added RemovableItemTags, which allows NBT tags to be removed from items when a player receives the item.
- Added many worldgen features for mods to use
- Added a FrozenBlock badge into Mod Menu
- Added an entrypoint for creating mob categories
- Added an event and entrypoint for modifying world surface rules
1.1.7 (1.19.2)
on Jan 5, 2023- Moved classes to their separate "modules"
- Changed usages of Random to RandomSource
- Added RemovableItemTags, which allows NBT tags to be removed from items when a player receives the item.
- Added many worldgen features for mods to use
- Added a FrozenBlock badge into Mod Menu
- Added an entrypoint for creating mob categories
- Added an event and entrypoint for modifying world surface rules
1.1.6 (1.19.2)
on Dec 8, 2022- Fixed a crash regarding block sound overwrites
1.1.5
on Dec 7, 2022-
Reorganized some classes into different packages
-
Fixed MultifaceClusterBlock
-
Added FaceClusterBlock, a MultifaceClusterBlock that can have only one face
-
Added FaceBlock, a MultifaceBlock that can have only one face
-
Added data-driven block sound overwrites
-
Improved wind mechanics
-
Added BreatheAir, an entity behavior that is a brain alternative of BreathAirGoal
-
Added SmootherSwimmingMoveControl, a move control similar to SmoothSwimmingControl, but the maxTurnX and maxTurnY values have been changed to floating point values to allow for more precise values.
-
Added a command (/wind) used to control the wind manually
1.1.4
on Nov 23, 2022- Added many new tools for modders
1.1.3.1
on Oct 30, 20221.1.3
on Oct 30, 20221.1.2
on Oct 11, 2022Added distance-based fading sounds.
Added more transitive access wideners.
Added more tools for Surface Rules.
Added tools for changing entity textures.
1.1.1
on Oct 1, 2022Made some improvements to Surface Rules
Added a BlockState name datafixer
Fixed an incompatibility with Quilt
1.1
on Sep 25, 2022Many bug fixes and additions.