add falling_block entity
This commit is contained in:
@@ -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]
|
||||
}
|
||||
Reference in New Issue
Block a user