WanionCane / UniDict

a mod about unifying all the things.
https://www.curseforge.com/minecraft/mc-mods/unidict
Mozilla Public License 2.0
38 stars 16 forks source link

last custom oredict entry in config seems to load late #185

Open xemnes opened 3 years ago

xemnes commented 3 years ago

not sure how to word this properly, basically ive created a load of oredict entries for flowers so i can use them in enderio sag mill. i found the last entry in the custom oredict list in the config which i named "flowerBrown" wasnt working for some reason. after a lot of troubleshooting, i tried adding a dummy entry after flowerBrown in the unidict config and suddenly flowerBrown was working. my conclusion is that for some reason, the last entry seems to load late and so enderio is not catching it.

ElektroKill commented 3 years ago

Hello, thank you for reporting an issue. However, could you provide reproduction instructions so I could reproduce the issue in my environment in order to look into it more? Like what mods, config setting changes (exact), craft tweaker code maybe, etc? So I could reproduce the issue with ease.

xemnes commented 3 years ago

ok hmm. i guess the best way is to give you my configs .config/enderio/recipes/user_recipes.xml https://pastebin.com/cwdGkQ86

unidict.cfg https://pastebin.com/nd5uyCrL

install enderio and ferdinands flowers the oredicts for flowerBrown is second from last with the included ids try use them in a sag mill, the input slot. they should work

now remove flowerDark entries from the list which is the last entry, try use the flowerBrown items again in a sag mill

ElektroKill commented 3 years ago

In the unidict config, I only see entries to add flowers to the allFlowers key?

xemnes commented 3 years ago

woops, sorry. i gave you the one from my modpack source which isnt updated yet. here you go https://pastebin.com/C4GZTMpc

ElektroKill commented 3 years ago

I am not able to reproduce this behavior, when removing the two last flowerDark entries from the config, reloading the game, the brown flowers still work fine in the SAG Mill.

image

image

xemnes commented 3 years ago

thats odd... must be something to do with my setup then. not sure where to begin looking.