1.6 (24w05b)
github-actions
released this
02 Feb 03:35
·
418 commits
to master
since this release
- Fixed Wind and some server-controlled Screen Shakes not working.
- Added a new /scale command (1.20.5+ only.)
- Added the
FrozenBiome
class, meant to make biome creation easier.- Contains an
injectToOverworld
method to directly add the biome to Overworld worldgen. - Be sure to create a public static final instance of your FrozenBiome in order to properly access and register it.
- Contains an
- Upgraded Gravity API to use directional gravity using
Vec3
s - Added the
getEntitiesPerLevel
method toEntityUtils
- This will return all loaded entities within a given
ServerLevel.
- This will return all loaded entities within a given
- Improved the quality of the
AxeBehaviors
class. - Added an
extensionID
method to theWindManagerExtension
class in order to improve saving with NBT. - Moved
BlockShecuduledTicks
to theblock
package. PointedDripstoneBlockMixin
is now loaded once again.- Many other improvements