{"id":15140965,"url":"https://github.com/minetest-mods/item_drop","last_synced_at":"2025-06-19T07:37:21.121Z","repository":{"id":58062327,"uuid":"102104733","full_name":"minetest-mods/item_drop","owner":"minetest-mods","description":"A highly configurable mod providing item magnet and in-world node drops","archived":false,"fork":false,"pushed_at":"2022-10-06T17:02:03.000Z","size":362,"stargazers_count":13,"open_issues_count":4,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-30T20:05:38.238Z","etag":null,"topics":["minetest","minetest-mod"],"latest_commit_sha":null,"homepage":"https://forum.minetest.net/viewtopic.php?t=16913","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minetest-mods.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-01T11:03:48.000Z","updated_at":"2023-02-10T21:03:18.000Z","dependencies_parsed_at":"2022-08-29T17:51:04.738Z","dependency_job_id":null,"html_url":"https://github.com/minetest-mods/item_drop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minetest-mods%2Fitem_drop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minetest-mods%2Fitem_drop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minetest-mods%2Fitem_drop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minetest-mods%2Fitem_drop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minetest-mods","download_url":"https://codeload.github.com/minetest-mods/item_drop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237869132,"owners_count":19379271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minetest","minetest-mod"],"created_at":"2024-09-26T08:42:46.452Z","updated_at":"2025-02-08T20:31:04.413Z","avatar_url":"https://github.com/minetest-mods.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Item Drop [![](https://github.com/minetest-mods/item_drop/workflows/build/badge.svg)](https://github.com/minetest-mods/item_drop/actions) [![License](https://img.shields.io/badge/license-LGPLv2.1%2B-blue.svg)](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html)\n\nA highly configurable mod providing item magnet and in-world node drops\\\nBy [PilzAdam](https://github.com/PilzAdam),\n[texmex](https://github.com/tacotexmex/), [hybriddog](https://github.com/hybriddog/).\n\n## Licensing\nLGPLv2.1/CC BY-SA 3.0. Particle code from WCILA mod by Aurailus, originally licensed MIT.\n\n## Notes\n`item_drop` can be played with Minetest 0.4.16 or above. It was originally\ndeveloped by [PilzAdam](https://github.com/PilzAdam/item_drop).\n\n## List of features\n* All settings may be configured from within the game itself.\n  (Settings tab \u003e Advanced settings \u003e Mods \u003e item_drop)\n* Drops nodes as in-world items on dig if `item_drop.enable_item_drop` is\n  `true` (true by default) It does nothing in creative mode.\n* Puts dropped items to the player's inventory if `item_drop.enable_item_pickup`\n  is `true` (true by default)\n  * Multiple items are picked in a quick succession instead of all at once which\n    is indicated by the pickup sound.\n  * It uses a node radius set in `item_drop.pickup_radius` (default 0.75),\n    if items are within this radius around the player's belt, they're picked.\n  * If `item_drop.pickup_age` is something positive, items dropped by players\n    are ignored for this time to avoid instantly picking up when dropping.\n  * If `item_drop.pickup_age` is `-1`, items are only picked when they don't\n    move, it's another fix for instant item picking.\n  * If `item_drop.magnet_radius` is bigger than `item_drop.pickup_radius`,\n    items between these radii are flying to the player for\n    `item_drop.magnet_time` seconds, after this time, they're picked or stop\n    flying.\n  * Enable manual item pickups by mouse only if `item_drop.mouse_pickup` is\n    `true` (true by default)\n* Plays a sound when the items are picked up with the gain level set to\n  `item_drop.pickup_sound_gain` (default 0.2)\n* Requires a key to be pressed in order to pick items if\n  `item_drop.enable_pickup_key` is `true` (true by default)\n  * The keytypes to choose from by setting `item_pickup_keytype` are:\n    * Use key (`Use`)\n    * Sneak key (`Sneak`)\n    * Left and Right keys combined (`LeftAndRight`)\n    * Right mouse button (`RMB`)\n    * Sneak key and right mouse button combined (`SneakAndRMB`)\n  * If `item_drop.pickup_keyinvert` is `true`, items are\n    collected when the key is not pressed instead of when it's pressed.\n* Displays a particle of the picked item above the player if\n  `item_drop.pickup_particle` is `true` (true by default)\n\n\n## Known issues\n\n## Bug reports and suggestions\nYou can report bugs or suggest ideas by\n[filing an issue](http://github.com/minetest-mods/item_drop/issues/new).\n\n## Links\n* [Download ZIP](https://github.com/minetest-mods/item_drop/archive/master.zip)\n* [Source](https://github.com/minetest-mods/item_drop/)\n* [Forum thread](https://forum.minetest.net/viewtopic.php?t=16913)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminetest-mods%2Fitem_drop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminetest-mods%2Fitem_drop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminetest-mods%2Fitem_drop/lists"}