estebes / Gravitation-Suite-Reloaded

Reviving Gravitation Suite
GNU Lesser General Public License v3.0
6 stars 4 forks source link

Unable to determine registrant mod #3

Closed Tsyklop closed 8 years ago

Tsyklop commented 8 years ago

Error in the log: http://pastebin.com/panmbAya

GraviSuite_Reloaded-1.7.10-0.9.1

Speiger commented 8 years ago

Whats causing that: You register the item in the constructor in the eventhandler thats why it is crashing. Simple fix: make a interface (my was IBootableObject) that will be called after the item got constructed. (IBootableObject was simply a interface with a function in it which was called init and it got called after the item was registered in the gameRegistry)

Tsyklop commented 8 years ago

@Speiger I am not the developer of this mod

Speiger commented 8 years ago

@Tsyklop i know but i know the dev and i thaught maybe that helps him^^

estebes commented 8 years ago

this is already fixed in the new build but i still need to finish some stuff before releasing it.

Speiger commented 8 years ago

@estebes no problem^^"