Closed Claycorp closed 9 years ago
Because of this you are making mod compatibility impossible.
Example: Dence ores can't modify poor ores as the blocks don't exist.
You should be doing block registers in preInit as you are not modifying any blocks and register the textures in Init as they require other mods.
If you don't have them separate as a last resort you can do both in init.(Not preferable.)
Moot. Mod updated.
Because of this you are making mod compatibility impossible.
Example: Dence ores can't modify poor ores as the blocks don't exist.
3
2
1
You should be doing block registers in preInit as you are not modifying any blocks and register the textures in Init as they require other mods.
If you don't have them separate as a last resort you can do both in init.(Not preferable.)