jordan4ibanez
53b5d1d7a8
Merge pull request #13 from bell07/masteer
move redundant code into functions. Fix warnings with Minetest 5.5
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
Languages
Lua
100%