Jump to content

SuperRuper1209

Members
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

SuperRuper1209's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. ok i found the solution, to anyone wondering here is my build gradle: https://pastebin.com/raw/EQ59BF5T
  2. 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 [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:129)
  3. oh god i just realised build.gradle is without whitespaces, here is pastebin: https://pastebin.com/raw/Z4niE2Dv
  4. 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
  5. 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.
  6. Thanks for help! Also I see diesieben07 is kinda active, i see him and draco18(or how is he named) almost in every topic
  7. 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"))); }
  8. Parsing error loading recipe tds:marshmallow com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'tds:crafting_special_marshmallow'
  9. Thanks I guess I'll try, also I need it for one specific recipe
  10. 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
  11. i guess something with forge topic closed waiting for forge to start working
  12. forgot to say "edance" project is just a new to test if a new would open properly
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.