[Suggestion] Wrapper for Material.Builder
Juuxel opened this issue ยท 2 comments
net.minecraft.block.Material.Builder
hides some of its methods using private
(setFlag5
) and protected
(setFlag3
, burnable
, destroyedByPiston
, blocksPistons
), so a wrapper would help when making a custom material.