Yamahari / ILikeWood

This mod adds wood variants for blocks that should have one but don't.
https://www.curseforge.com/minecraft/mc-mods/i-like-wood
MIT License
8 stars 16 forks source link

Fix some parts of datagen executing when they shouldn't be #51

Closed pupnewfster closed 2 years ago

pupnewfster commented 2 years ago

When loading ILikeWood in mekanism's datagen some pieces were executing due to GatherDataEvent being fired for all mods and then just the config controlling which data generators actually are added and should have their providers ran. This PR makes it so that any custom data generators being created respect whether ILikeWood is one of the mods that data is being generated for.