Emendatus Enigmatica

Emendatus Enigmatica

3M Downloads

No warning when not-existent stratas are used in the deposit

FooterManDev opened this issue ยท 1 comments

commented

Issue description

When creating an Emendatus Geode, the Geode will be air.
image

{
    "type": "emendatusenigmatica:geode_deposit",
    "dimension": "minecraft:overworld",
    "biomes": ["minecraft:ice_spikes"],
    "registryName": "silica_geode",
    "config": {
        "outerShellBlocks": [
            {"block": "minecraft:granite", "weight": 20},
            {"block": "minecraft:dirt", "weight": 5}
        ],
        "innerShellBlocks": [
            {"block": "minecraft:diorite", "weight": 30}
        ],
        "innerBlocks": [
            {"block": "emendatusenigmatica:silica_cluster_shard_block", "weight": 6},
            {"block": "emendatusenigmatica:budding_silica", "weight": 4}
        ],
        "clusters": [
            "emendatusenigmatica:small_silica_bud",
            "emendatusenigmatica:medium_silica_bud"
        ],
        "fillBlocks": [
            {"block": "minecraft:air", "weight": 10}
        ],
        "chance": 10,
        "rarity": "common",
        "crackChance": 0.25,
        "minYLevel": -60,
        "maxYLevel": 20,
        "generateSamples": false,
        "sampleBlocks": [],
        "fillerTypes": [
            "minecraft_stone",
            "minecraft_deepslate",
            "minecraft_diorite",
            "minecraft_andesite",
            "minecraft_tuff",
            "minecraft_granite"
        ]
    }
}

Steps to reproduce

Make a Geode.
Find where the Geode is set to generate.

Minecraft version

1.19.2 (Latest)

Forge version

43.2.21

Emendatus Enigmatica version

2.1.x (Latest)

Other relevant versions

No response

If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)

No response

commented

After a bit of investigation, it turned out the issue was missing stratas used in the FillerTypes ๐Ÿ˜…
Might be worth changing this to "No warning when not-existent stratas are used in the deposit"

Additional context:
Behaviour tested in EE 2.1.5 on Forge 43.2.3