Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update runtime-identifier.md #849

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/entities/runtime-identifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ mentions:
- SmokeyStack
- ThomasOrs
- Goatfu
- MRBBATES1
---

`runtime_identifier` is an optional parameter that sits inside the description of the entity's behavior file, and is used to imitate a vanilla entity's hard-coded elements.
Expand Down Expand Up @@ -257,6 +258,14 @@ Color Variant: Leucistic, Wild, Yellow, Cyan, Blue.

---

### minecraft:npc

- When in creative mode; punching entity will make it instantly despawn.
- When in survival or adventure mode; punching entity causes no damage and no Knockback is applied.
- Ignores the `minecraft:health` component in all modes.

---

### minecraft:panda

- Allows `q.is_grazing` and `q.sit_mount` to function with the `minecraft:behavior.random_sitting` component.
Expand Down
Loading