minetest-mods / anvil

Minetest mod providing an anvil with which to repair worn tools
GNU General Public License v3.0
14 stars 18 forks source link

Anvil wear level #5

Closed tacotexmex closed 5 years ago

tacotexmex commented 7 years ago

I'm thinking of ways to reduce the impact the anvil has on gameplay. I looked at MC and they've solved it partly by having the anvil wear out and crack over time, raising the cost of using them in the longer term. How about that?

FaceDeer commented 7 years ago

Sounds doable, I can likely add that as a configurable option. Might be a little while before I get to it, though, I've been a bit busy lately and I've got a queue of other modwork that's piled up.

tacotexmex commented 7 years ago

Cool. Yes, put this low on the list 😂

LoneWolfHT commented 7 years ago

Maybe make the hammers unrepairable and have less health?

FaceDeer commented 5 years ago

I've added a setting, "anvil_hammer_is_repairable", that can be used to disable hammer repair. That should prevent infinite reusability of tools without requiring repair materials. It defaults to "true" to preserve existing behaviour.