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. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  2. okay, that explains a lot, I was surprised that the log suddenly ends the error occurred in iceandfire mod, check if you use the latest version, if not update the mod if you use the latest version report the bug to the mod author
  3. there are no errors in the log part you posted so the full log is required
  4. is that the complete log?
  5. ./minecraft/logs/debug.log
  6. 1.10 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  7. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  8. after thinking about your problem, here are two possible ideas they you could help you you could create your own OverworldBiomeSource and register it with the Vanilla name or you could create your own OverworldBiomeSource and edit the overworld dimension file The first option is the simpler one, but I'm not sure whether it works the second option works but is complicated because you have to overwrite the dimension file for overworld and I don't know where the vanilla default file is
  9. you also can take a look at Biomes O' Plenty, but I have no idea if they have very small biomes
  10. the part of a dimension is json I have a mod in which I have a test dimension (I test the world generation there), you can take a look at this mod: ChunkGenerator & BiomeSource ChunkGenerator & BiomeSource Registry requires ResourceKeys Dimension Json Dimension Type Json you also will need one biome, you need to return them in BiomeSource#getNoiseBiome I hope this helps you
  11. first post the full debug log
  12. simpler: overwrite the method getAddEntityPacket in your entity class and return 'NetworkHooks.getEntitySpawningPacket(this)' and btw this is basic java
  13. overwite getAddEntityPacket in your entity class and return NetworkHooks#getEntitySpawningPacket
  14. okay, scale has nothing to do with the size of the biome the weight controls the size and the rarity of the biome
  15. not possible without using coremods You can ask questions about coremodding on the forge discord server in the non-api-modding chanel
  16. show how do you register the biome
  17. this parameter indicates the biome size: p_48592_ ? 6 : 4
  18. the mappings has changed forge now use moj mappings, you can use the forge bot on discord to convert from mcp to moj !moj -c mcp from moj to mcp !mcp -c moj from mcp to moj
  19. 1.12+? What exactly do you mean by that? you should be modding with the latest version 1.16.5 or 1.17.1, 1.15.2 is at the moment also possible, but is EOL
  20. error in flywheel, report the bug to the mod author
  21. Luis_ST replied to 02OG's topic in Modder Support
    forge doc: https://mcforge.readthedocs.io/en/latest/ McJty's Modding Tutorials: https://wiki.mcjty.eu/modding/index.php?title=YouTube-Tutorials-17
  22. sounds like you want to save a string?

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.