upgrade registries to 1.20.2

This commit is contained in:
Tnze
2023-11-17 00:19:54 +08:00
parent 88afd00f0d
commit db5ba2bccd
3 changed files with 8167 additions and 7820 deletions

View File

@ -5,6 +5,5 @@
- [gen_block.go](block/gen_block.go) - `blocks.json` - [gen_block.go](block/gen_block.go) - `blocks.json`
- [gen_entity.go](entity/gen_entity.go) - `entities.json` - [gen_entity.go](entity/gen_entity.go) - `entities.json`
- [gen_item.go](item/gen_item.go) - `items.json` - [gen_item.go](item/gen_item.go) - `items.json`
- [gen_packetid.go](packetid/gen_packetid.go) - `protocol.json`
3. Update the `URL` in [gen_soundid.go](soundid/gen_soundid.go) (verify the URL returns a response first) 3. Update the `URL` in [gen_soundid.go](soundid/gen_soundid.go) (verify the URL returns a response first)
4. Run `go generate ./...` 4. Run `go generate ./...`

View File

@ -47,10 +47,11 @@ const (
Campfire Campfire
Beehive Beehive
SculkSensor SculkSensor
CalibratedSculkSensor
SculkCatalyst SculkCatalyst
SculkShrieker SculkShrieker
ChiseledBookshelf ChiseledBookshelf
SuspiciousSand BrushableBlock
DecoratedPot DecoratedPot
) )
@ -90,9 +91,10 @@ var names = []string{
"minecraft:campfire", "minecraft:campfire",
"minecraft:beehive", "minecraft:beehive",
"minecraft:sculk_sensor", "minecraft:sculk_sensor",
"minecraft:calibrated_sculk_sensor",
"minecraft:sculk_catalyst", "minecraft:sculk_catalyst",
"minecraft:sculk_shrieker", "minecraft:sculk_shrieker",
"minecraft:chiseled_bookshelf", "minecraft:chiseled_bookshelf",
"minecraft:suspicious_sand", "minecraft:brushable_block",
"minecraft:decorated_pot", "minecraft:decorated_pot",
} }

File diff suppressed because it is too large Load Diff