Skip 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.

warjort

Members
  • Joined

  • Last visited

Everything posted by warjort

  1. There are literally hundreds of threads in this forum where this is discussed because people do it wrong. Use Minecraft.getInstance() on the client then get what state you want. But you should put all client code in a separate class otherwise you are very likely going to crash the game on a dedicated server. https://docs.minecraftforge.net/en/latest/networking/simpleimpl/#handling-packets
  2. See ClientboundBlockUpdatePacket.
  3. Looks like you are missingf the koitlin mod wanted by the essential mod.
  4. You should speak to mod authors. From what I understand create updated their mod and broke their extension mods. So you will probably have to use the previous version of create until all other the mods catchup.
  5. https://forums.minecraftforge.net/topic/122698-forge-1182-server-wont-load-up-with-dawncraft/#comment-533997
  6. Then you need to show the log when you are using java 17 (the long term support version of java). Java 20 won't work if you have any mods that use mixins.
  7. Conflict betewen apotheosis and unique enchantments.
  8. FLUID_SPRINGS are done before VEGETAL_DECORATION, see the GenerationStep.Decoration Without seeing your code (all the relevant code on github) it is impossible to say what is wrong. But if you look at the vanilla TreePlacements class it uses the following logic by default for the sapling that grows the tree: PlacementUtils.filteredBlockBySurvival() -> WouldSurvivePredicate -> [Sapling/Bush]Block.canSurvive() -> Block.mayPlaceOn() and Block.canSustainPlant() or in json https://github.com/misode/mcmeta/blob/data/data/minecraft/worldgen/placed_feature/oak.json
  9. Issue with expandability. There is a previous warning about a conflict with UnlimitedFluidity which might be the cause? But a warning normally means it handled the error.
  10. Probably install the previous version of create until other mods have had chance to update? The create related mod authors would give you better help.
  11. Some issue with create. From what I understand create recently updated their mod for 1.18.2 and broke some or all of their extension mods? e.g. there are many others.
  12. Or from my footer: Or from the original response to your post Why do we have to keep repeating ourselves?
  13. which I guess is this mod?
  14. Images are worthless. We cannot debug images. I would suggest you start with no mods and then add the mods one-by-one and test it. You will then know which mod is causing the problem, it is the one you just added.
  15. * That's not the logs/debug.log * You shouldn't post logs in the forum There is no error in that log. If it really is getting stuck there then we will need to see a thread dump: https://www.baeldung.com/java-thread-dump which probably means you will need to install the jdk to get acces to the tools, e.g. https://adoptium.net/ Otherwise you will have to experiment with removing mods until you find the mod that is causing the problem.
  16. https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820
  17. The link is: https://maven.minecraftforge.net/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/forge-1.7.10-10.13.4.1614-1.7.10-installer.jar But that version is not supported in these forums: https://forums.minecraftforge.net/topic/91712-supported-version-directory/
  18. Conflict between rudbidium and chunk animator.
  19. That is one other error, there are many others relating to create.
  20. See my footer for how to find it.

Important Information

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

Account

Navigation

Search

Search

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.