add on_block_interact world event
This commit is contained in:
@@ -97,6 +97,7 @@ struct ContentPackStats {
|
||||
struct world_funcs_set {
|
||||
bool onblockplaced : 1;
|
||||
bool onblockbroken : 1;
|
||||
bool onblockinteract : 1;
|
||||
};
|
||||
|
||||
class ContentPackRuntime {
|
||||
|
||||
Reference in New Issue
Block a user