add hand skeleton

This commit is contained in:
MihailRis
2025-07-27 02:45:25 +03:00
parent d06a208188
commit 5632c9ccfe
10 changed files with 226 additions and 67 deletions
+1
View File
@@ -1,2 +1,3 @@
generator = "base:demo"
player-entity = "base:player"
hand-skeleton = "base:hand"
+9
View File
@@ -0,0 +1,9 @@
{
"root": {
"nodes": [
{
"name": "item"
}
]
}
}