-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Modpack Version
1.27.0
Describe your issue.
From my experience, Ancient Debris is much rarer in Just Another Mining Dimension's nether versus the vanilla nether dimension, despite there being many more netherrack blocks for ancient debris to generate in.
In my world, as of the time of writing, there were an estimated 1,112 ancient debris within 4,321 chunks of jamd:nether, while there were an estimated 16,686 ancient debris within 16,919 chunks of minecraft:the_nether.
This corresponds to an estimated 0.25 ancient debris per chunk of jamd:nether versus 1.0 ancient debris per chunk of minecraft:the_nether.
This ore feature specification generates only 0-1 blocks of ancient debris per vein despite an ore_size of 3, leading to ancient debris being rarer in jamd:nether:
Craftoria/config/jamd/nether.json
Lines 202 to 236 in dc57471
| { | |
| "ore_size": 3, | |
| "discard_on_air_chance": 1.0, | |
| "modifiers": [ | |
| { | |
| "type": "minecraft:in_square" | |
| }, | |
| { | |
| "height": { | |
| "min_inclusive": { | |
| "absolute": 8 | |
| }, | |
| "max_inclusive": { | |
| "absolute": 24 | |
| }, | |
| "type": "minecraft:trapezoid" | |
| }, | |
| "type": "minecraft:height_range" | |
| }, | |
| { | |
| "type": "minecraft:biome" | |
| } | |
| ], | |
| "targets": [ | |
| { | |
| "target": { | |
| "tag": "minecraft:base_stone_nether", | |
| "predicate_type": "minecraft:tag_match" | |
| }, | |
| "state": { | |
| "Name": "minecraft:ancient_debris" | |
| } | |
| } | |
| ] | |
| }, |
Furthermore, the other ancient debris ore feature definition has an ore_size of 2 and never generates any ancient debris:
Craftoria/config/jamd/nether.json
Lines 237 to 271 in dc57471
| { | |
| "ore_size": 2, | |
| "discard_on_air_chance": 1.0, | |
| "modifiers": [ | |
| { | |
| "type": "minecraft:in_square" | |
| }, | |
| { | |
| "height": { | |
| "min_inclusive": { | |
| "above_bottom": 8 | |
| }, | |
| "max_inclusive": { | |
| "below_top": 8 | |
| }, | |
| "type": "minecraft:uniform" | |
| }, | |
| "type": "minecraft:height_range" | |
| }, | |
| { | |
| "type": "minecraft:biome" | |
| } | |
| ], | |
| "targets": [ | |
| { | |
| "target": { | |
| "tag": "minecraft:base_stone_nether", | |
| "predicate_type": "minecraft:tag_match" | |
| }, | |
| "state": { | |
| "Name": "minecraft:ancient_debris" | |
| } | |
| } | |
| ] | |
| }, |
Crash Report
N/A
Latest Log
N/A
Have you modified the modpack?
Yes
User Modifications
Mod list changes on top of the modpack:
Added mods:
emiffect-neoforge-2.1.5+mc1.21.1.jar
NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar
toms_storage-1.21-2.2.3.jar
Removed mods:
voicechat-neoforge-1.21.1-2.6.6.jar
However, the issue is due to a config file which was left unchanged.
Did the issue happen in singleplayer or on a server?
Singleplayer
Discord Username
No response