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.