-
|
hi, I'm getting this when minecraft loading and I'm not finding any solution, please. java.lang.nullpointerexception: registry object not present : minecraft:lava |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
tested... public static final DeferredRegister FLUID_TYPES = DeferredRegister.create(ForgeRegistries.Keys.FLUID_TYPES, testmod.MODID); public static void register(IEventBus eventBus) { |
Beta Was this translation helpful? Give feedback.
-
|
moved |
Beta Was this translation helpful? Give feedback.
moved
Finteracion.postInit();
from public testmod
into
private void commonSetup