Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Elemend authored Jun 17, 2021
1 parent 96c3bfd commit 9476a4b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
__________________________________________________________________________________________________


Expand Down Expand Up @@ -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.
Expand All @@ -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.

0 comments on commit 9476a4b

Please sign in to comment.