https://minecraft.wiki/
The Minecraft Wiki has now moved to minecraft.wiki. Here is a brief rundown of the changes we were able to implement in the new wiki:
- A new skin
- Faster load times
- Fewer ads
- Improved search functionality
- Removed age popup
- Reintroduced anonymous editing
Consider checking out the full announcement on the new wiki for a more detailed explanation.
- root tag
- Tags common to all entities
- width: The width of the entities bounding box. Defaults to 1.
- height: The height of the entities bounding box. Defaults to 1.
- response: A boolean specifying whether an interaction should trigger a response. Defaults to false.
- attack: The last attack (left click) to hit the entity.
- player: The UUID of the player that attacked the entity. The 128-bit UUID is stored as four 32-bit integers, ordered from most to least significant.
- timestamp: When the attack took place.
- interaction: The last interaction (right click) to hit the entity.
- player: The UUID of the player that interacted with the entity. The 128-bit UUID is stored as four 32-bit integers, ordered from most to least significant.
- timestamp: When the interaction took place.