Jump to content

Search the Community

Showing results for tags 'worldgen'.

  • Search By Tags

    • worldgen ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 14 results

  1. Hello. regarding Invalid player data. First of all, my English is not good, so there might be mistakes. I am using Minecraft 1.20.1 forge 47.3.22 CurseForge and have over 250 mods in my modpack. Single-player. I can play the game after generating the world (about 5 hours) and restarting...
  2. I have followed a tutorial on how to generate ores for my mod though the data files have not been generated despite me running data in my IDE. I have looked over and compared my code multiple times and the only differences are either with the IDs or with unnecessary code because of what my mod...
  3. https://gist.github.com/coldboy9734/3db927a01d7b7bf5efab78893612801d Picked up _JAVA_OPTIONS: 2024-12-11 21:53:32,544 main WARN Advanced terminal features are not available in this environment [21:53:32] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, co...
  4. latest log(https://paste.gg/p/anonymous/9ba389143c0f4d2da4467eb2dcf9e148)
  5. Hello, I've been trying to get this modpack from 1.16.5 up to 1.19.2 and have been doing great up until I got hit by that wall. According to Cyanide, some vanilla features try to generate later than modded world gen which leads to a full on crash even before the world can generate. I...
  6. So im full into world generation right now, carving shit for a dimension I'm doing. I understand what the CarvingMask is, if i understand correctly, an array of bits that, for each chunk, marks wether the block the bit represent is (1) or isn't (0) carved. But I'm not seeing what uses it can ha...
  7. Hello! I'm having a problem generating data from registered blocks, I've looked through everything and haven't found anything that could be causing this problem, so I come to the Forge community as a last resort. The log information is in a gist with the file data debug.log. This is the pro...
  8. I am making a mod for 1.20.6 I want to make a randomly generated structure using jigsaw but want to guarantee that a specific room is generated and not more than once. I cant generate starting from this room as I need to do this for 2 different rooms. I cant find more info on this in the Mi...
  9. So i have a custom ore and, arround the ore, a bunch of randomly placed custom stone blocks should be placed. After applying it, i've found that it causes moderate to extreme world generation lag (new chunks refusing to load after moving for a while, height slices of the same chunk appearing and dis...
  10. Hello, I want to create an item that when used, generates a structure. (structure don't generates naturally in world) Now I am having trouble generating a structure (jigsaw). The code below works, BUT the structure does not appear in the world until I re-enter it. This is a significant flaw t...
  11. When I create a new world, after having configured the new biome using Citadel's ExpandedBiomes, it is not generated. I have decided to take the map code from Alex Caves, just for testing purposes, then I will delete it. This map can't find it either. But, in locate the biome appears, even if it can...
  12. I have been practicing modding minecraft, and I needed to make a pine forest biome, but my game crashes whenever I try to either load into, or generate, a world. I have no idea why. I will upload my crash report and pine_forest.json files. I do have some java knowledge, but I am still fairly ou...
  13. Hallo I am working on a fantasy rpg mod for 1.20.1. In this mod I want to create my own dimension which will generate a continent that we have already decided on how it should look, so the biomes should generate on the places we want them to generate instead of random like it does in vanilla minecra...
×
×
  • Create New...

Important Information

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