add falling_block entity

This commit is contained in:
MihailRis
2024-07-09 18:41:03 +03:00
parent 277155e3d1
commit f7d0ec438f
9 changed files with 115 additions and 8 deletions
+1 -3
View File
@@ -6,7 +6,5 @@
"sensors": [
["aabb", -0.2, -0.2, -0.2, 0.2, 0.2, 0.2],
["radius", 1.6]
],
"save-rig-textures": true,
"save-rig-pose": true
]
}
@@ -0,0 +1,7 @@
{
"components": [
"falling_block"
],
"rig-name": "base:block",
"hitbox": [0.4, 0.4, 0.4]
}