Fulminazzo / YAGL

Yet Another GUI Library.
0 stars 0 forks source link

ITEM_CRACK #19

Closed Fulminazzo closed 3 months ago

Fulminazzo commented 3 months ago

_ITEMCRACK from ParticleType requires an ItemStack but wrappers cannot load item module.

Fulminazzo commented 3 months ago

Since in gradle order of dependencies does not matter, there could be an empty copy of the Item interface in wrappers. The parser should use (and check for presence of) the ItemParser. Finally, the wrappers adapter should use (and check for presence of) the ItemUtils class via reflections

Fulminazzo commented 3 months ago

That's false, the order DOES matter, but in case projectB depends on projectA, then every common class will be overwritten from projectB, REGARDLESS of the order