mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-25 15:11:20 +01:00
push build
This commit is contained in:
parent
efe3ecaad1
commit
b22639b005
@ -114,7 +114,7 @@ public class CustomBlock {
|
||||
}
|
||||
}
|
||||
|
||||
//Gets a new CustomBlock instance from a mushroom blockstate.
|
||||
//Gets a new CustomBlock instance from a mushroom blockstate.
|
||||
public static CustomBlock getFromData(BlockData data) {
|
||||
if(!MMOItems.plugin.getCustomBlocks().isMushroomBlock(data.getMaterial())) return null;
|
||||
if(!(data instanceof MultipleFacing)) return null;
|
||||
|
Loading…
Reference in New Issue
Block a user