dreambuilder_game/anvil
Vanessa Dannenberg a8ed4410a6 update castles, areas, bakedclay, basic_materials, currency, digistuff,
farming_redo, homedecor, street_signs, technic, and unified inventory

removed item_tweaks and teleport_request
2020-04-05 22:04:00 -04:00
..
locale update castles, areas, bakedclay, basic_materials, currency, digistuff, 2020-04-05 22:04:00 -04:00
sounds update digilines, technic, unified inventory, 2017-03-17 16:53:18 -04:00
textures update digilines, technic, unified inventory, 2017-03-17 16:53:18 -04:00
LICENSE update digilines, technic, unified inventory, 2017-03-17 16:53:18 -04:00
README.md update castles, bonemeal, homedecor, pipeworks, signs_lib, cool_trees 2020-02-28 11:48:06 -05:00
depends.txt update digilines, technic, unified inventory, 2017-03-17 16:53:18 -04:00
description.txt update digilines, technic, unified inventory, 2017-03-17 16:53:18 -04:00
i18n.py update castles, bonemeal, homedecor, pipeworks, signs_lib, cool_trees 2020-02-28 11:48:06 -05:00
init.lua update castles, bonemeal, homedecor, pipeworks, signs_lib, cool_trees 2020-02-28 11:48:06 -05:00
mod.conf update castles, bonemeal, homedecor, pipeworks, signs_lib, cool_trees 2020-02-28 11:48:06 -05:00
screenshot.png update digilines, technic, unified inventory, 2017-03-17 16:53:18 -04:00
settingtypes.txt update castles, areas, homedecor, plantlife, 2019-04-24 18:59:36 -04: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.