Add EDhApiBlockMaterial

This commit is contained in:
James Seibel
2024-07-11 17:57:54 -05:00
parent 8e1dfd688e
commit 17aa85ad24
8 changed files with 91 additions and 57 deletions
@@ -104,7 +104,7 @@ public class LightingTestBlockStateWrapper implements IBlockStateWrapper
public boolean isLiquid() { throw new UnsupportedOperationException("Not Implemented"); }
@Override
public byte getIrisBlockMaterialId() { throw new UnsupportedOperationException("Not Implemented"); }
public byte getMaterialId() { throw new UnsupportedOperationException("Not Implemented"); }
@Override
public boolean isBeaconBlock() { throw new UnsupportedOperationException("Not Implemented"); }