Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sfence/items_update
Minetest mod for update items in player inventory which is aliased to item with different name.
https://github.com/sfence/items_update
Last synced: 3 days ago
JSON representation
Minetest mod for update items in player inventory which is aliased to item with different name.
- Host: GitHub
- URL: https://github.com/sfence/items_update
- Owner: sfence
- License: mit
- Created: 2022-08-08T19:44:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T11:59:37.000Z (over 2 years ago)
- Last Synced: 2024-11-08T11:56:47.394Z (about 1 month ago)
- Language: Lua
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Minetest mod: items_update
==========================
Mod which update aliased items in player inventory on move/put or/and on join.After some updates, item names are changed and aliases provide back compatibility.
But aliased items sometimes cause some problems, because the old item in the stack has still an old name, which is linked to the new definition table. But check for item stack name if often used in code and it can cause a problems.Source code:
--------------------------
Copyright (c) 2022 SFENCE
MIT - check LICENSE file