NOVA-Team / NOVA-Example

An example/test NOVA mod
MIT License
10 stars 6 forks source link

Register texture before item to prevent NPE #24

Closed shadowfacts closed 9 years ago

Kubuxu commented 9 years ago

This should be fixed in the core of the problem. As it is a preInit phase everything done here should be treated as a lazy evaluation.

EDIT: s/code/core

Kubuxu commented 9 years ago

I will merge it for now. Registration system is getting a rework same as the Category system.

calclavia commented 9 years ago

Yes. We need to use lazy evaluation...