Customized profile lists are ignored
tyra314 opened this issue ยท 4 comments
BlocksToStrip.blockList doesn't seem right: https://github.com/EwyBoy/World-Stripper/blob/master/src/main/java/com/ewyboy/worldstripper/common/network/PacketStripWorld.java#L51
Should be something around this: Config.stripProfile[Config.profile]
This is some old source code from a failed github merge. This is the class that works https://github.com/EwyBoy/World-Stripper/blob/master/src/main/java/com/ewyboy/worldstripper/common/network/packets/PacketStripWorld.java
Okay, then I have to rephrase the issue...
Forge Version & World-Stripper
MC: 1.12.2
Forge: 14.23.1.2561
WS: 1.5.0-1.12.2
Expected behavior
Blocks added to the profile lists should be stripped
Actual Behavior
They don't.
Link to Crashlog or Forgelog [If Applicable]
Steps to reproduce [If Applicable]
Add an additional block to the used profile, which isn't part of the default. For example minecraft:gold_block. Place this block in the world at your feets. Strip world. Block still there.
Found the issue. It was a tiny typo from copy / pasting:
Pushing 5 builds for version 1.8 to 1.12 now. Should be named 1.5.1 and be up on CurseForge soon.
Thanks for the report and info!
-Ewy