dreambuilder_game/mods/anvil
VanessaE 4394beec6a Convert the modpack into a standalone game for the Minetest engine
Integrated into the game is most of minetest_game as the stable base
2021-02-24 22:05:32 -05:00
..
locale Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
sounds Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
textures Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
LICENSE Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
README.md Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
depends.txt Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
description.txt Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
i18n.py Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
init.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
mod.conf Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
screenshot.png Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
settingtypes.txt Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00

README.md

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.