implement player entity
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"entities": [
|
||||
"drop"
|
||||
"items": [
|
||||
"bazalt_breaker"
|
||||
],
|
||||
"blocks": [
|
||||
"dirt",
|
||||
@@ -28,7 +28,8 @@
|
||||
"torch",
|
||||
"wooden_door"
|
||||
],
|
||||
"items": [
|
||||
"bazalt_breaker"
|
||||
"entities": [
|
||||
"drop",
|
||||
"player"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"hitbox": [0.4, 0.9, 0.4]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"root": {}
|
||||
}
|
||||
Reference in New Issue
Block a user