Fluidlogged API

Fluidlogged API

356k Downloads

[BUG] "validFluidNames" in configs is ignored

Shazuli opened this issue ยท 1 comments

commented

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.

commented

The "validMeta" & "validFluidNames" were the dev names for the args, they were changed to "metadata" & "fluids" before releasing v1.7, I completely forgot sorry ๐Ÿ˜Ÿ