fabric/fabric-object-builder-api-v1
Shnupbups d63b52ea53 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

Signed-off-by: modmuss50 <modmuss50@gmail.com>
2023-07-03 13:13:08 +01:00
..
src Add builders for BlockSetType and WoodType to replace registries (#3115) 2023-07-03 13:13:08 +01:00
build.gradle Setup unit tests & format gradle files. (#3073) 2023-05-30 13:10:24 +01:00