implement player entity

This commit is contained in:
MihailRis
2024-07-08 18:45:35 +03:00
parent 49aa64a033
commit 487ba84517
8 changed files with 24 additions and 12 deletions
+5 -4
View File
@@ -1,6 +1,6 @@
{
"entities": [
"drop"
"items": [
"bazalt_breaker"
],
"blocks": [
"dirt",
@@ -28,7 +28,8 @@
"torch",
"wooden_door"
],
"items": [
"bazalt_breaker"
"entities": [
"drop",
"player"
]
}
+3
View File
@@ -0,0 +1,3 @@
{
"hitbox": [0.4, 0.9, 0.4]
}
+3
View File
@@ -0,0 +1,3 @@
{
"root": {}
}