Mystical Agradditions

Mystical Agradditions

86M Downloads

Nether Ore not Generating

rdlenk opened this issue ยท 0 comments

commented

Describe the bug
Nether ore types not generating in the Nether despite the config settings being true. Soulstone and Soulium from the base mod do spawn correctly. End versions of the ores do spawn correctly in the End.

To Reproduce
Start new world using default settings, enter Nether. No Prosperity or Inferium ore generated.

Expected behavior
Nether versions of Prosperity or and Inferium generate in new chunks in the Nether.

Screenshots / Scripts / Logs
Looked through the JSON worldgen configs in the JAR and found that the Nether ores are using a tag to try and replace:

Not Working
"target": { "predicate_type": "minecraft:tag_match", "tag": "minecraft:nether_ore_replaceables" }

The working worldgen features are using specific block replacement though. For example, Soulstone:

Working
"target": { "block": "minecraft:netherrack", "predicate_type": "minecraft:block_match" }

Creating a custom datapack to override the nether Ore gen to target Netherrack directly worked. Propose an update to the mod to target netherrack directly.

Versions (please complete the following information):

  • Minecraft: 1.21.1
  • NeoForge: 21.1.192
  • Cucumber: 8.0.13
  • Mystical Agriculture: 8.0.18
  • Mystical Agradditions: 8.0.7
  • Singleplayer or Multiplayer: Both

Datapack to correct:
mystic_ore.zip