Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minetest-mods/anvil
Minetest mod providing an anvil with which to repair worn tools
https://github.com/minetest-mods/anvil
anvil i18n intllib minetest minetest-mod mod repair tool
Last synced: 3 days ago
JSON representation
Minetest mod providing an anvil with which to repair worn tools
- Host: GitHub
- URL: https://github.com/minetest-mods/anvil
- Owner: minetest-mods
- License: gpl-3.0
- Created: 2017-02-27T06:04:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T18:42:52.000Z (about 2 months ago)
- Last Synced: 2025-01-30T20:05:38.275Z (12 days ago)
- Topics: anvil, i18n, intllib, minetest, minetest-mod, mod, repair, tool
- Language: Lua
- Homepage:
- Size: 160 KB
- Stars: 14
- Watchers: 9
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Anvil mod by Sokomine, originally a part of the Cottages mod but extracted to stand alone.
This anvil (and its associated hammer) allows a player to repair worn tools. Place the worn tool in the anvil's inventory and strike it with the hammer to improve its condition.
By default, a hammer can be repaired on the anvil just like any other tool, allowing for infinite recycling of worn tools. Set "anvil_hammer_is_repairable false" to prevent this.
Any tool belonging to the group "not_repaired_by_anvil" can't be repaired at an anvil.
The API function anvil.make_unrepairable(item_name) can be used as a convenience function to add this group to an already-registered tool.