diff --git a/README.md b/README.md index 0720ac02..43e70218 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Uses AESTD by Aeldrion https://www.github.com/Aeldrion/AESTD https://www.twitter.com/Aeldrion -# The 1.16-Version was tested in 1.16.5 +# The 1.17-Version was tested in the full 1.17-release +# The new blocks are not working to be veinmined just yet though. __________________________________________________________________________________________________ @@ -64,13 +65,12 @@ A how to with an example can be found as a [Wiki entry](https://github.com/Eleme # Installation -Download the zip-file corresponding to the Version you use: -# [vein_miner_u_1.14.zip](https://github.com/Elemend/Vein-Miner-Unified/releases/tag/v.1.14) - -# [vein_miner_u_1.15.zip](https://github.com/Elemend/Vein-Miner-Unified/releases/tag/v.1.15) +Download the zip-file corresponding to the Version you want to use this on: # [vein_miner_u_1.16.zip](https://github.com/Elemend/Vein-Miner-Unified/releases/tag/v1.16.5) +# [vein_miner_u_1.17.zip](https://github.com/Elemend/Vein-Miner-Unified/releases/tag/v.1.17.beta) + Then open your minecraft directory, where the savefile for your world is saved. Your worldsave contains a folder "datapacks", where the zipfile needs to be copied into. Just drag and drop and you're done. Minecraft will enable new availabe Datapacks on a restart of the world. If the world is currently running, you will need to type the command: "/reload" into chat. @@ -89,6 +89,6 @@ This will remove the scoreboards that were added. Then close the world and delet The commands detect the items that drop from the mined Blocks and read its ID. I do this to spare a whole load of commands and a lot of function files. This shrinks the filesize (Not so fun fact: the first version was about 6 MB) but is also a potential source of errors, since the Blocks need to drop what they would do in the Vanilla Game (without any additional datapacks). If you have a datapack that changes Block-loot-tables then things could break. -# Updated 04.06.2020 (dd.mm.yyyy) +# Updated 17.06.2020 (dd.mm.yyyy) -Fixed so many bugs, it's ridiculous. +1.17 changed some command syntax so this now is fixed. The new blocks will not work though. that will come with a later version.