9
0
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:
XiaoMoMi
2025-03-26 21:36:08 +08:00
parent 15f1f00356
commit 299852ead3
25 changed files with 341 additions and 23 deletions

View File

@@ -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();