Skip to content

Commit

Permalink
- Spawn category (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix authored Mar 15, 2024
1 parent b6a091a commit f95ee61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/behavior/entities/format/minecraft.entity.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@
}
}
}
},
"spawn_category": {
"type": "string",
"enum": ["monster", "creature", "ambient", "axoltols", "underground_water_creature", "water_creature", "water_ambient", "misc"],
"description": "At the moment, not fully implemented and does nothing. Recommended to leave it empty or set it to misc",
"default": "misc"
}
}
},
Expand Down

0 comments on commit f95ee61

Please sign in to comment.