thanks! though i get following error:
Exception in thread "main" java.lang.module.ResolutionException: Modules annotations and org.jetbrains.annotations export package org.intellij.lang.annotations to module com.sun.jna
at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:901)
at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:815)
at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:736)
at java.base/java.lang.module.Resolver.finish(Resolver.java:380)
at java.base/java.lang.module.Configuration.<init>(Configuration.java:140)
at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:494)
at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:298)
at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:129)
build.gradle ^^^
basically when trying to launch server in intellij this happens:
Caused by 0: java.lang.reflect.InvocationTargetException
Caused by 1: java.lang.NoClassDefFoundError: net/dv8tion/jda/api/JDABuilder
If your entity uses custom renderer class, override shouldRender(or something like that) and return true. Or do the thing diesieben07 advised. Depends if you need to render always or with a higher camera angle.
Ok I got it, use this event to register if anyone has the same problem:
public void specialRecipesRegister(final RegistryEvent.Register<IRecipeSerializer<?>> event) { event.getRegistry().register(Marshmallow.MarshmallowRecipe.SERIALIZER.setRegistryName(new ResourceLocation("tds", "crafting_special_marshmallow"))); }
I need to replace vanilla water bottle with empty bottle after craft, how can I do this? I will give code if you will advice me something and error occurs.
EDIT: Version is 1.16.5