[BUG] "validFluidNames" in configs is ignored
Shazuli opened this issue ยท 1 comments
Describe the bug
Entries in the configs ignore what fluids a block can be fluidlogged with.
"whitelist":[
{"blockId": "botania:avatar","validFluidNames":["water"]}
]
Specifying "lava" in the blacklist does not make any difference either.
"blacklist":[
{"blockId": "botania:avatar","validFluidNames":["lava"]}
]
Expected behavior
Only water should be able to be fluidlogged in botania:avatar
block.