[Change] Adopted changes in Bonemeal API

This commit is contained in:
Frank 2023-12-05 17:31:39 +01:00
parent bec94d96e6
commit 66b1aa50d5
41 changed files with 78 additions and 66 deletions

View file

@ -27,7 +27,7 @@ public class BaseGlassBlock extends BaseBlockNotFull implements AddMineablePicka
}
public BaseGlassBlock(Block block, float resistance) {
super(Properties.copy(block)
super(Properties.ofFullCopy(block)
.explosionResistance(resistance)
.noOcclusion()
.isSuffocating((arg1, arg2, arg3) -> false)