henkelmax / advanced-mining-dimension

A dimension consisting just of caves.
25 stars 81 forks source link

Modded ores not spawning 1.16.3 #9

Closed ClaudiusMinimus closed 4 years ago

ClaudiusMinimus commented 4 years ago

Bug description Modded ores not spawning. Only vanilla ores spawn. The overworld spawns all the ores just fine.

Steps to reproduce the issue

  1. Load mods that generate ores with the Mining Dimension

Expected behavior Modded ores should spawn

Log files latest.log

Versions

Other mods

henkelmax commented 4 years ago

There unfortunately is not much I can do about that. It depends on the implementation of the ore mod. The best thing would be to create a datapack that manually adds the ores to the dimension. If you have any other suggestions, let me know.

ClaudiusMinimus commented 4 years ago

I see what you mean. I just added Immersive Engineering and it generates ores. I'll contact the devs of the mods to be sure they make their mods compatible. Thanks!

ClaudiusMinimus commented 4 years ago

One last thing. Do you have an example of adding ores with a datapack?

henkelmax commented 4 years ago

This should help.

ClaudiusMinimus commented 4 years ago

I've played with your datapacks as suggested and wondered if you could add some definitions for the following: From more_ores/data/mining_dimension/worldgen/configured_feature/ore_coal.json

From: more_ores/data/mining_dimension/worldgen/configured_feature/ore_lapis.json

Also, I have not been able to get clay to spawn at all. I have tried with and without the datapack.

henkelmax commented 4 years ago

I've played with your datapacks as suggested and wondered if you could add some definitions for the following: From more_ores/data/mining_dimension/worldgen/configured_feature/ore_coal.json

  • Line 16: "size": 34
  • Line 40: "count": 40

From: more_ores/data/mining_dimension/worldgen/configured_feature/ore_lapis.json

  • Line 20: "baseline": 32
  • Line 21: "spread": 32
          "config": {
            "baseline": 32,
            "spread": 32
          },

This is just vanilla Minecraft. See this

From: more_ores/data/mining_dimension/worldgen/biome/mining.json

  • Lines 39-41
      "minecraft:disk_sand",
      "minecraft:disk_clay",
      "minecraft:disk_gravel"

I have not seen nor been able to find reference to disk_[name] or how to use it in a json for configured_feature.

Also, I have not been able to get clay to spawn at all. I have tried with and without the datapack.

Same as above. It is located in /worldgen/configured_feature/