Skip to content

Commit 2570870

Browse files
authored
Merge pull request #358 from DoriNori7/patch-1
Fix typo error in entity_properties.mdx
2 parents 0f000dc + 9e8d0f8 commit 2570870

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)