TeamGalacticraft / Galacticraft

The classic space mod, rewritten for modern versions of Minecraft.
MIT License
402 stars 85 forks source link

hotfix: Registering fluid variants attributes after blocks #273

Closed supersimple33 closed 11 months ago

supersimple33 commented 12 months ago

I split apart the stages of registering in GCFluids so that fluidVariantAttributes can inherit the names when calling GCBlocks.<block>.getDescriptionId() while not requiring the GCFluids to be registered after GCBlocks.

supersimple33 commented 12 months ago

@SteveKunG this will not interfere with your solution correct?

SteveKunG commented 12 months ago

Yeah, this looks good!