Non-working attempt at parsing new biomesData format

This commit is contained in:
David McNett
2020-08-30 21:48:52 -05:00
parent 9c05d5ff04
commit ec0365d9c8
2 changed files with 33 additions and 14 deletions

View File

@ -134,10 +134,11 @@ const (
PlayerDigging
EntityAction
SteerVehicle
DisplayedRecipe
RecipeBookData
NameItem
ResourcePackStatus //0x20
NameItem //0x20
ResourcePackStatus
AdvancementTab
SelectTrade
SetBeaconEffect
@ -151,5 +152,5 @@ const (
AnimationServerbound
Spectate
PlayerBlockPlacement
UseItem //0x2E
UseItem //0x2F
)