Skip to content

Commit 9e8d0f8

Browse files
authored
Fix typo error in entity_properties.mdx
The sentence doesn't make sense otherwise
1 parent 0f000dc commit 9e8d0f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/current/Reference/Miscellaneous/entity_properties.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ entity.<ID> = [<namespace>:]<entity_id>
1616
entity.1 = minecraft:skeleton minecraft:sheep
1717
```
1818

19-
The optional namespace allows support for modded entities. Multiple entities can be assigned to a single ID, however a single entity can only be assigned to a single ID. IDs are stored internally as 16-bit unsigned integers, and can store values between `0` and `65535`.
19+
The optional namespace allows support for modded entities. Multiple entities can be assigned to a single ID, however a single ID can only be assigned to a single entity. IDs are stored internally as 16-bit unsigned integers, and can store values between `0` and `65535`.
2020

2121
### Hardcoded IDs
2222
The following IDs do not exist in Minecraft but are hardcoded by Iris:

0 commit comments

Comments
 (0)