TheFizzWare / DramaticDoors

Minecraft Mod for Forge Modloader: 3-block high doors, in every vanilla variety! End enderman discrimination!
MIT License
2 stars 12 forks source link

[BUG] Recipes throw error messages in logs despite mod not present. #6

Closed nanonestor closed 2 years ago

nanonestor commented 2 years ago

Important Information Minecraft Version: 1.18.1 Forge Version: 39.0.44 DramaticDoors Version: DramaticDoors-1.18.1-1.4.2.jar

Describe the bug [20:30:49] [Render thread/ERROR]: Parsing error loading recipe dramaticdoors:tall_azalea_door

In logs despite mod cavens_and_chasms not being installed.

To Reproduce Steps to reproduce the behavior:

Expected behavior Not to see error messages in logs about not-present mods, mod not present should disable. I believe the following code can also be used to prevent recipes from load attempt based on mod presence.

    "conditions": [
        {
            "type": "forge:mod_loaded",
            "modid": "evilcraft"
        }

Screenshots logs Log snip

Kitteh6660 commented 2 years ago

Thanks. It should now be resolved with mod version 1.5.0. Closed now.