Updated Integrations (markdown)

ME1312 2021-03-08 10:20:55 -05:00
parent 7159ef012b
commit d8bb863880

@ -156,19 +156,19 @@ Numeric IDs were removed in 1.13, but if your servers are old enough, you can st
### Named IDs
These existed in the older versions, but were not finalized until 1.13. This means that, for example, `minecraft:grass` will show a different item entirely in 1.12 and 1.13.
```
minecraft:stone <- Smooth Stone
minecraft:granite <- Granite (1.13)
minecraft:carrot <- Carrots
minecraft:stone <- Smooth Stone
minecraft:granite <- Granite (1.13)
minecraft:repeater <- Redstone Repeater
```
### Legacy Bukkit Material IDs
Before Mojang started naming their items, Bukkit decided to give everything a name of their own, creating a third naming scheme. While also removed in 1.13, Spigot's plugin compatibility layer keeps this naming scheme alive, making it somewhat of a bridge between versions. As such, `bukkit:grass` shows the same item in both 1.12 and 1.13.
```
bukkit:stone <- Smooth Stone
bukkit:stone#0 <- Smooth Stone (again)
bukkit:stone#1 <- Granite
bukkit:grass <- Grass Block
bukkit:carrot_item <- Carrots
bukkit:stone <- Smooth Stone
bukkit:stone#0 <- Smooth Stone (again)
bukkit:stone#1 <- Granite
bukkit:grass <- Grass Block
bukkit:diode <- Redstone Repeater
```
<br><br><br>