mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-26 02:19:23 +00:00
refactor default state provider
This commit is contained in:
@@ -46,4 +46,8 @@ public abstract class BlockBehavior {
|
||||
|
||||
public void performBoneMeal(Object thisBlock, Object[] args) throws Exception {
|
||||
}
|
||||
|
||||
public Object updateStateForPlacement(Object context, Object state) {
|
||||
return state;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user