BetterWithAddons icon indicating copy to clipboard operation
BetterWithAddons copied to clipboard

Soap turning into Wet Soap with meta

Open democat3457 opened this issue 4 years ago • 4 comments

When placing water on top of a Block of Soap, the Block of Soap becomes Wet Soap with meta 10, leading to a null item texture.

democat3457 avatar Jan 14 '21 23:01 democat3457

https://github.com/DaedalusGame/BetterWithAddons/blob/573974372df3fe4371f16c283119706a9ba39dab/src/main/java/betterwithaddons/block/BlockSoap.java#L28 struggling

DaedalusGame avatar Jan 15 '21 03:01 DaedalusGame

It also appears to become Wet Soap with meta 10 if you place down a normal wet soap block.

democat3457 avatar Jan 16 '21 23:01 democat3457

Why is it that wet soap drops regular soap anyways?

democat3457 avatar Jan 16 '21 23:01 democat3457

because regular soap blocks with water running over them become wet soap blocks, hence they must drop regular soap blocks. it's an alternative to ice blocks for water channel things and can be disabled in the btwtweak module.

DaedalusGame avatar Jan 17 '21 03:01 DaedalusGame