trying to add item_drop again

This commit is contained in:
2023-02-18 19:03:00 +01:00
parent e41623d029
commit 0a15121fbf
14 changed files with 1074 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
- The `master` branch should be stable to end-users at all times. It should target latest Minetest point release.
- Put rewrites and new features in branches.
- Conform with setting defaults so that end-user upgrades doesn't change expected in-game behavior. Discuss default changes in an issue if one really need to change.