The-Acronym-Coders / BASE

The Central Repo For The B.A.S.E Project
16 stars 11 forks source link

Render Issue #14

Closed gigabit101 closed 8 years ago

gigabit101 commented 8 years ago

https://github.com/The-Acronym-Coders/B.A.S.E/blob/Release/src/main/java/com/acronym/base/Base.java#L62 has to be in PreInit

jaredlll08 commented 8 years ago

No it does not, if it is in preinit, the game crashes, I did this like 30 min ago.

What is the actual issue? Like game play wise?

On Sep 24, 2016 9:33 PM, "Gigabit101" notifications@github.com wrote:

https://github.com/The-Acronym-Coders/B.A.S.E/blob/ Release/src/main/java/com/acronym/base/Base.java#L62 has to be in PreInit

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/The-Acronym-Coders/B.A.S.E/issues/14, or mute the thread https://github.com/notifications/unsubscribe-auth/AFS9xXg-dWpNzUKj-M09-BkuOTYMQtpKks5qtXsagaJpZM4KFuc5 .

gigabit101 commented 8 years ago

Matt was telling me you where having issues with blocks so I had a look at the code and the first thing I saw was that line. All of my mods get there models set in preInit otherwise they don't load for me

jaredlll08 commented 8 years ago

Take a look at what that method actually does :P

It registers the json models etc, not the TESR models

On Sep 24, 2016 9:38 PM, "Gigabit101" notifications@github.com wrote:

Matt was telling me you where having issues with blocks so I had a look at the code and the first thing I saw was that line. All of my mods get there models set in preInit otherwise they don't load for me

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/The-Acronym-Coders/B.A.S.E/issues/14#issuecomment-249383404, or mute the thread https://github.com/notifications/unsubscribe-auth/AFS9xbfBavhziTHVupySkM2qNVdXlradks5qtXxDgaJpZM4KFuc5 .

gigabit101 commented 8 years ago

yes I use jsons as well but I still have the issue if its not in preInit