Draconic-Inc / Draconic-Evolution

Other
336 stars 168 forks source link

[1.16] No TechLevel in API #1700

Closed SirZontax closed 1 year ago

SirZontax commented 1 year ago

Base information

Crash report

none

Description / steps to reproduce

Tried to implement features with your mod via FusionRecipe. One requiered argument is TechLevel from com.brandon3055.draconicevolution.api.TechLevel but it doesn't exist which is wierd because it is clearly needed for a FusionRecipe, even in your newest GitHub-Version.

SirZontax commented 1 year ago

Fixed: You need the BrandonsCore-API, not only DE-API, so its com.brandon3055.brandonscore.api.TechLevel

FoxMcloud5655 commented 1 year ago

Fusion Crafting was basically directly ported to simply enable it's functionality. The 1.16.5 version of Draconic Evolution is still in beta, so these things are to be expected.

That being said, I'll make sure that @brandon3055 knows about this.