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.

Luis_ST

Members
  • Joined

  • Last visited

Everything posted by Luis_ST

  1. you can upload a file here...! so yes
  2. one of your mods, it is difficult to say which mod is causing this, because with such errors no real error can be recognized in the log -> because in most cases the server stops with server overload but please post the log
  3. use the SleepFinishedTimeEvent and set the time in the Event to the time you want
  4. what exactly?
  5. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  6. Problem with BetterFoliageMod. Check if there is an update, report to the author if that does not help.
  7. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  8. don't use this in separate classes, use the EventBusSubscriber annotation instead https://mcforge.readthedocs.io/en/latest/events/intro/#events
  9. your problem is that your texture folder has the wrong name (your name: "texutres"), it should: "textures"
  10. post debug log
  11. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  12. I'm not 100% sure because I've never tested it myself, but I think NullPointerException and ExceptionInInitializerError -> putting the DeferredRegister in the class of the RegistryObjects ensures that the class is loaded
  13. delete this file in the config folder: immersiveengineering-client.toml
  14. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  15. whats the problem?, if you use different mappings between your projects you can use the forge bot on discord to convert the mapping names the import: net.minecraft.item.Items I think you are using eclipse as an IDE, because the code auto correction in enums doesn't work if i'm right you can use CTRL + SHIFT + O to organize imports, it will add the imports automatically
  16. its not possible to fix that, because there is no event to modify this It shouldn't really matter because there are no recipes for the potions, so you can't get them in survival You should also put your DeferredRegisters in the same class as the associated RegistryObjects, since this can usually lead to problems
  17. you need to create a builder with net.minecraftforge.common.ForgeConfigSpec.Builder define all values to the builder and register the return value of ForgeConfigSpec.Builder#build in your mod constructor
  18. What exactly do you mean? Items. ?
  19. the best way would be to create your own DamageSource like: DamageSource VOID = new DamageSource(MOD_ID + "_void"); and add your own death message, e.g.: "death.attack.mod_id_void": "%1$s killed with void", "death.attack.mod_id_void.player": "%1$s killed himself with void whilst fighting %2$s"
  20. just create a new DamageSource with: new DamageSource(name) what did you mean by "deal void damage"? -> you already damage the Entity via Void use this for the death message without player: "death.attack.name": "%1$s message", -> %1$s, will replace with the player name and this with player: "death.attack.name.player": "%1$s message %2$s", -> %1$s, target and %2$s is the attacker Note: DamageSource are not namespaced save so add your mod id to name of a DamageSource to prevent problems with other mods
  21. You're still doing what you shouldn't this is optional that is required
  22. please post the full TE class that's basic java, INBT is an interfaces, and CompoundNBT is an implemention of INBT
  23. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.

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.