Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SuperRuper1209

Members
  • Joined

  • Last visited

  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. thanks, but i already resolved this
  12. i guess something with forge topic closed waiting for forge to start working
  13. forgot to say "edance" project is just a new to test if a new would open properly

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.