Skip to content

Commit

Permalink
Release 3.6.0 (#590)
Browse files Browse the repository at this point in the history
* Update history.md

* Update README.md
  • Loading branch information
extremeheat authored Jul 19, 2022
1 parent 8e3b15e commit 270a6ab
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Language independent module providing minecraft data for minecraft clients, serv
Supports
* Minecraft PC version 0.30c (classic), 1.7.10, 1.8.8, 1.9 (15w40b, 1.9, 1.9.1-pre2, 1.9.2, 1.9.4),
1.10 (16w20a, 1.10-pre1, 1.10, 1.10.1, 1.10.2), 1.11 (16w35a, 1.11, 1.11.2), 1.12 (17w15a, 17w18b, 1.12-pre4, 1.12, 1.12.1, 1.12.2), 1.13 (17w50a, 1.13, 1.13.1, 1.13.2-pre1, 1.13.2-pre2, 1.13.2), 1.14 (1.14, 1.14.1, 1.14.3, 1.14.4), 1.15 (1.15, 1.15.1, 1.15.2), 1.16 (20w13b, 20w14a, 1.16-rc1, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5), 1.17, 1.17.1, 1.18 (1.18, 1.18.1, 1.18.2), 1.19
* Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1
* Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10

## Wrappers

Expand Down
43 changes: 23 additions & 20 deletions doc/history.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
## 3.6.0
* bedrock: Add bedrock 1.19.10 protocol data (#588) @stevarino

## 3.5.1
* Fix Github pages docs

## 3.5.0
* Add 1.19 Data (all but protocol) @u9g
* Add blockloot for 1.18 and 1.19 @Eejit43
* pc: Add 1.19 Data (all but protocol) @u9g
* pc: Add blockloot for 1.18 and 1.19 @Eejit43

## 3.4.0
* Add bedrock 1.19 protocol data, 1.18 protocol corrections
* bedrock: Add bedrock 1.19 protocol data, 1.18 protocol corrections

## 3.3.0
* Update dimension descriptions (#565)
* Add 1.19-pre4 to pc/common/protocolVersions.json
* Add bedrock 1.18.30 block, item, recipe data
* pc: Update dimension descriptions (#565)
* pc: Add 1.19-pre4 to pc/common/protocolVersions.json
* bedrock: Add bedrock 1.18.30 block, item, recipe data
* bedrock: 1.18 protocol fixes
* Add 1.19 to common/protocolVersions.json
* pc: Add 1.19 to common/protocolVersions.json

## 3.2.0
* Fix 1.17+ biome colors (@Karang)
* Fix shulker box and ender pearl stack sizes (@RoseChilds)
* Fixed hardness & resistance of copper_ore (@sefirosweb)
* Fix guitar spelling in instruments.json (@MrAwesome)
* Add bedrock 1.18 block/entity loot data, recipe data fix (@extremeheat)
* pc: Fix 1.17+ biome colors (@Karang)
* pc: Fix shulker box and ender pearl stack sizes (@RoseChilds)
* pc: Fixed hardness & resistance of copper_ore (@sefirosweb)
* pc: Fix guitar spelling in instruments.json (@MrAwesome)
* bedrock: Add bedrock 1.18 block/entity loot data, recipe data fix (@extremeheat)

## 3.1.1
* Fix Github CI release action
Expand All @@ -29,14 +32,14 @@
* bedrock: Add 1.18.30 protocol data

## 3.0.0
* remove findItemOrBlockById and findItemOrBlockByName entirely
* nmd: remove findItemOrBlockById and findItemOrBlockByName entirely

## 2.221.0
* Add bedrock 1.18.11 data
* Fix to 1.18.2 login packet
* bedrock: Add bedrock 1.18.11 data
* pc: Fix to 1.18.2 login packet

## 2.220.0
* Fix effect names in 1.17
* pc: Fix effect names in 1.17

## 2.119.0
* reverse bedrock version list
Expand All @@ -48,16 +51,16 @@
* Add "metadataIxOfItem" feature

## 2.116.0
* Fix loginPacket for 1.18.2
* pc: Fix loginPacket for 1.18.2

## 2.115.1
* Fix name conflict with existing "version" and type from features.json
* pc: Fix name conflict with existing "version" and type from features.json

## 2.115.0
* Add features.json from mineflayer
* pc: Add features.json from mineflayer

## 2.114.1
* fix 1.18.2 data paths
* pc: fix 1.18.2 data paths

## 2.114.0
* mcpc 1.18.2 protocol support
Expand Down

0 comments on commit 270a6ab

Please sign in to comment.