X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fitemdef.h;h=3dbf65d200d152102cddd24f58cef92747e83b7b;hb=925309eba69a95bcd2a49233125ce32e530fa663;hp=3bb27559ecedf3353d4e98d5762c7b7371186527;hpb=1f0d042377ed506ad460067495e5911b2fc2aacc;p=minetest.git diff --git a/src/itemdef.h b/src/itemdef.h index 3bb27559e..3dbf65d20 100644 --- a/src/itemdef.h +++ b/src/itemdef.h @@ -88,6 +88,8 @@ struct ItemDefinition // "" = no prediction std::string node_placement_prediction; u8 place_param2; + bool has_on_place; + bool has_on_secondary_use; /* Some helpful methods