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

Use new set_rotation(rot) feature to lay down tools on anvil #15

Closed tacotexmex closed 5 years ago

tacotexmex commented 5 years ago

Above is now possible (not only mockup-able) with minetest.set_rotation(rot)!

FaceDeer commented 5 years ago

I've added support for this, falling back to the old behaviour when set_rotation isn't available.