fabric/fabric-object-builder-api-v1
Shnupbups 6beca848ff
Add builders for BlockSetType and WoodType to replace registries (#3115)
* Add builders for BlockSetType and WoodType to replace registries

Adds `BlockSetTypeBuilder` and `WoodTypeBuilder` to replace `BlockSetTypeRegistry` and `WoodTypeRegistry` respectively.

* whoops

* double whoops

* Register and Build now separate methods

Separated the register and build methods, with the former calling the latter. Their relationship is explained in the javadoc.

* Update BlockSetTypeBuilder.java
2023-07-03 13:10:39 +01:00
..
src Add builders for BlockSetType and WoodType to replace registries (#3115) 2023-07-03 13:10:39 +01:00
build.gradle Setup unit tests & format gradle files. (#3073) 2023-05-30 13:07:11 +01:00