Skip to content

Forge 1.20.1 v2.0.0

Latest
Compare
Choose a tag to compare
@VoidLeech VoidLeech released this 26 Oct 14:56
· 9 commits to 1.20.1/forge since this release
847c997

Added:

  • Methods that put certain block/item properties back to their defaults, such as undoing noCollission()

Removed:

  • hackyMixinUtils package (PropertyRebuilders). It's intended use case of injecting at the tail of constructors can be done more safely and mod-compatible with ModifyExpressionValue into init when properties are defined in the ctor, or with ModifyExpressionValue and Slice into clinit when properties are defined at static field declaration.