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
+6 -5
View File
@@ -1,6 +1,8 @@
{
"items": [
"bazalt_breaker"
"entities": [
"drop",
"player",
"falling_block"
],
"blocks": [
"dirt",
@@ -28,8 +30,7 @@
"torch",
"wooden_door"
],
"entities": [
"drop",
"player"
"items": [
"bazalt_breaker"
]
}