[Change] Adopted changes in Bonemeal API
This commit is contained in:
parent
bec94d96e6
commit
66b1aa50d5
41 changed files with 78 additions and 66 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue