VolmitSoftware / Iris

World Generation through a new Iris
https://volmit.com
GNU General Public License v3.0
445 stars 166 forks source link

Update plugin.yml #941

Closed IPECTER closed 1 year ago

NextdoorPsycho commented 1 year ago

Can't do this, This would Pull these plugins into the Startup Category and they would break the loading of their dependencies. already tried it

NextdoorPsycho commented 1 year ago

1: no reason to do it. I can access the code regardless 2: it would pull everything into startup // pulls iris OUTSIDE of startup by disordering and everything just gets RIPPED into startup. For example, lets assume X plugin relies on PAPI, but we RIP it into Startup, then the plugin that wants papi to load on init (not startup) then its no longer going to be available in the tree.

So no, I won't do this as it will break other plugins that use papi or oraxen or anything that don't Softdepend/hardDepend as it won't be in the local class path anymore

IPECTER commented 1 year ago

I didn't think about it in detail.... Okay, Thx for review!