jordan4ibanez 53b5d1d7a8
Merge pull request #13 from bell07/masteer
move redundant code into functions. Fix warnings with Minetest 5.5
2022-06-23 21:36:32 -04:00
2017-06-11 20:20:59 +02:00
2017-01-22 17:15:16 -05:00
2017-01-15 18:44:44 -05:00

newhand

a mod which makes the hand 3d in minetest

API

Any player skin mod can integrate the hand using this API

  • newhand.register_hand(hand, texture)

    • name - Hand (node) name. Should match mod:name_xyz
    • texture - skin texture
  • newhand.set_hand(player, hand)

    • player - Player object
    • hand - Hand (node) name
Description
No description provided
Readme 640 KiB
Languages
Lua 100%