Jump to content

Luis_ST

Members
  • Posts

    5704
  • Joined

  • Last visited

  • Days Won

    73

Everything posted by Luis_ST

  1. did you use a config? do not use capital letters or spaces in your mod id possible: metalmaster metal_master
  2. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  3. 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
  4. there are no errors in the log part you posted so the full log is required
  5. is that the complete log?
  6. ./minecraft/logs/debug.log
  7. 1.10 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  8. 1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  9. 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
  10. you also can take a look at Biomes O' Plenty, but I have no idea if they have very small biomes
  11. 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
  12. first post the full debug log
  13. simpler: overwrite the method getAddEntityPacket in your entity class and return 'NetworkHooks.getEntitySpawningPacket(this)' and btw this is basic java
  14. overwite getAddEntityPacket in your entity class and return NetworkHooks#getEntitySpawningPacket
  15. okay, scale has nothing to do with the size of the biome the weight controls the size and the rarity of the biome
  16. not possible without using coremods You can ask questions about coremodding on the forge discord server in the non-api-modding chanel
  17. show how do you register the biome
  18. this parameter indicates the biome size: p_48592_ ? 6 : 4
  19. 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
  20. 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
  21. error in flywheel, report the bug to the mod author
  22. forge doc: https://mcforge.readthedocs.io/en/latest/ McJty's Modding Tutorials: https://wiki.mcjty.eu/modding/index.php?title=YouTube-Tutorials-17
×
×
  • Create New...

Important Information

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