"torcherino*" entry is added multiple times to forbidden items list
yurikus opened this issue ยท 8 comments
Expected Behavior
Added once
Actual Behavior
Added on every server/client start
S:forbiddenTiles <
torcherino:*
torcherino:*
torcherino:*
....
Steps to Reproduce
start/stop server/client, check config
Version of Minecraft, Carry On, Forge
MC 1.12.2, CarryOn v1.12.1, FTBServer-1.12.2-14.23.5.2784-universal.jar
Screenshots encouraged
That is very very strange... Interestingly enough, it only happens for torcherino, not for other entries, right?
https://github.com/NinjaPhenix/Torcherino/blob/81686e8851d1de0584dbbc89e917cae1750ea94b/src/main/java/com/sci/torcherino/Torcherino.java#L63-L131 lol what they force torcherino into the config
This has the potential to break so much stuff, especially since the blacklist is not up to date...
hmm, that's some eyebrow-raising design decision there...
I think I'll kick it out of my mod list for the time being. Thanks for quick triage!
// Because carryon wont add torcherino to the default config
So this is probably referring to #108, which I closed because I ususally don't add mods to the blacklist if they don't cause game crashing behavior... but I'd rather add it myself then having it hacked in there...
second brow raised .. shift-r-click is for everything now .. btw, I map CarryOn to Alt-RClick by default, something to consider
Ok, since I reopened the old issue, I'm going to close this one. And yes, many things use shift-right click, but traditionally and in vanilla shift is used to bypass the interaction of the tile entity... I think each user should decide on their own if they want to change it, that's why it's there.