You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.NullPointerException: Feature class io.github.togar2.fluids.FluidSimulationFeature has not loaded yet.
at java.base/java.util.Objects.requireNonNull(Objects.java:360)
at net.minestom.vanilla.VanillaReimplementationImpl.feature(VanillaReimplementationImpl.java:87)
at org.minebit.Main.main(Main.java:68)
How to integrate features? What better to use: vri.feature or .registerAll(vri) and why it does not loading needed class?
The text was updated successfully, but these errors were encountered:
AntonIXO
changed the title
How to integrate block and fluid features
How to integrate block and fluid features?
Jul 2, 2024
I've tried to add this into server startup code:
But it results in:
How to integrate features? What better to use: vri.feature or .registerAll(vri) and why it does not loading needed class?
The text was updated successfully, but these errors were encountered: