Whitelist Isn't Working
coryjreid opened this issue · 7 comments
Expected Behavior
Only be able to pickup minecraft:chest
when enabling whitelist mode and whitelisting a chest.
Actual Behavior
Cannot picking anything.
Steps to Reproduce
- Enable whitelist mode for
useWhitelistBlocks
,useWhitelistEntities
, anduseWhitelistStacking
in config. - Add
"minecraft:chest"
toallowedBlocks
in config. - Log into world which has edited config.
- Attempt to pickup chest.
Additional Notes:
- Tried placing
"minecraft:chest"
inallowedEntities
,allowedBlocks
, andallowedStacking
in all combinations - Tried enabling
pickupAllBlocks
which did not help - When using blacklist mode picking up chests works as expected
Version of Minecraft, Carry On, Forge
Minecraft: 1.16.4
Carry On: carryon-1.16.5-1.15.2.9
Forge: forge-35.1.36
Screenshots encouraged
N/A
This seemed to be fixed... but in testing it is continuing to happen.
Version: carryon-1.16.5-1.15.3.11
Steps:
- Create a new world.
- Test picking up chest (works).
- Save/close world.
- Set useWhitelistBlocks = true.
- Test picking up chest - cannot pickup chest (expected).
- Save/close world.
- Add "minecraft:chest" to allowedBlocks.
- Test picking up chest (doesn't work).
This happens in isolation (with Carry On being the only mod) and inside our modpack.
A derpy video demonstration (HD still processing at time of post): https://www.youtube.com/watch?v=vm8rBZ3SBHA
Very strange. My workspace is on 1.16.5, maybe that has an impact? It shouldn't, but I'll test more
Interesting... the same version works perfectly on 1.16.5 but doesn't work on 1.16.4 on the same world. Very strange.
Ok, I think I got it now. Tested it on 1.16.4 and it seems to work, even with hot reloading (editing the config while the world is open)
Just wanted to confirm that carryon-1.16.5-1.15.3.13 does work as intended and say thanks for the quick fix!
You saved my server a lot of crashes from my friends who like to try to picking up anything and everything. 👍🏻