summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-01-13 04:17:57 +0100
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-01-13 04:17:57 +0100
commit1d990231f1670fbfa3dc40323c4aa6141c9cd19a (patch)
tree0f679be30fa1a58295747939f2b8614dd99b5320 /README.md
parentDirectory renamed (diff)
downloadAltCraft-1d990231f1670fbfa3dc40323c4aa6141c9cd19a.tar
AltCraft-1d990231f1670fbfa3dc40323c4aa6141c9cd19a.tar.gz
AltCraft-1d990231f1670fbfa3dc40323c4aa6141c9cd19a.tar.bz2
AltCraft-1d990231f1670fbfa3dc40323c4aa6141c9cd19a.tar.lz
AltCraft-1d990231f1670fbfa3dc40323c4aa6141c9cd19a.tar.xz
AltCraft-1d990231f1670fbfa3dc40323c4aa6141c9cd19a.tar.zst
AltCraft-1d990231f1670fbfa3dc40323c4aa6141c9cd19a.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 813d7d1..782cd47 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This is aimed at being fast, being free and being easy expandable.
- [x] Some general optimizations
- [x] Some graphics and gameplay settings (mouse sensitivity, rendering distance, username, etc)
- [x] C++14
-- [x] Minecraft 1.12.1
+- [x] Minecraft 1.12.2
- [ ] Decouple bundled dependencies
### Original Minecraft resources support
- [x] Block models
@@ -53,7 +53,7 @@ This is aimed at being fast, being free and being easy expandable.
mkdir build && cd build
cmake ..
```
-2. Copy *.minecraft/version/1.12.1/1.12.1.jar/assets/* to *AltCraft-root/cwd/*
+2. Copy *.minecraft/version/{version}/{version}.jar/assets/* to *AltCraft-root/cwd/*
>You can extract .jar file as .zip archive.
>*/cwd/assets/minecraft/models/block/block.json* must be a valid path.