matthewperiut / Chisel-Reborn

Chisel brought to modern versions of Minecraft 1.21+
3 stars 8 forks source link

Suggestion: Use OWO Registry to better optimize registrering of blocks #10

Closed Dragon-Seeker closed 4 months ago

Dragon-Seeker commented 2 years ago

Could be easier to implement OWO's registry system for the blocks as it seems that such would remove the need for the registry method call as it basically goes thru each field of blocks and allows for custom code to be ran with registry and allow for any block to be registered without the need to also create a Reg() method call.

Example: https://docs.wispforest.io/owo/registration/

matthewperiut commented 4 months ago

I'm worried about adding another dependency so I'm not going to go through with it, but I have thought about it.