mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-26 10:29:20 +00:00
added concrete powder behavior
This commit is contained in:
@@ -41,10 +41,6 @@ public abstract class BlockBehavior {
|
||||
public void performBoneMeal(Object thisBlock, Object[] args) throws Exception {
|
||||
}
|
||||
|
||||
public Object updateStateForPlacement(Object context, Object state) {
|
||||
return state;
|
||||
}
|
||||
|
||||
//
|
||||
// public Object getFluidState(Object thisBlock, Object[] args, Callable<Object> superMethod) throws Exception {
|
||||
// return superMethod.call();
|
||||
|
||||
Reference in New Issue
Block a user