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. post full debug log
  2. i would recommend you to use removeIf, something like this: event.getGeneration().getFeatures(GenerationStep.Decoration.UNDERGROUND_ORES).removeIf((supplier) -> { }); then you can loop inside the removeIf through the ConfiguredFeatures, after that check if the ConfiguredFeature.feature is an OreFeature, then get the OreConfiguration of the feature and from that you can get the targetStates which you can map to a List of Blocks. then return inside the removeIf if the List contains for example Blocks.COAL_ORE that was now very theoretical, you can look at this for a practical example
  3. 1.15 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  4. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  5. error in Spice-of-Life-Carrot-Edition, make sure the mod is up to date, if it is report the bug to the mod author
  6. please use a website like https://gist.github.com/ where we don't need to download something
  7. you need to use ConfiguredFeature#getFeatures
  8. the BiomeLoadingEvent is the way to go
  9. error in Konkrete, make sure the mod is up to date, if it is report the bug to the mod author
  10. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  11. error in TelepathicGrunt, make sure the mod is up to date, if it is report the bug to the mod author
  12. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  13. if you are using Eclipse, you will find the vanilla code in Your Workspace Folder (in Eclipse) > Project and External Dependencies > forge_version > package net.minecraft then you need to look at the EnderChestBlock, another way to find the class would be to search for it via CTRL + SHIFT + H (Note this is the Eclipse key shortcut).
  14. post debug log
  15. Luis_ST replied to blinky000's topic in Modder Support
    the Block is called SnowBlock, and not SnowLayerBlock
  16. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  17. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  18. 1.15 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  19. 1.15 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  20. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  21. did you tried a new world?
  22. Problem solved?

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.