add drop-item model, new block functions

This commit is contained in:
MihailRis
2024-07-03 16:34:09 +03:00
parent 1c4e13dc67
commit 48b5be6bc9
11 changed files with 81 additions and 24 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"root": {
"model": "drop-item"
}
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"root": {
"model": "cube"
"model": "drop-block"
}
}