diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2019-03-26 23:32:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-26 23:32:32 +0100 |
commit | 682459892d3a55c541e4206859826dbb1610ebfe (patch) | |
tree | 48955b376ad152506d76c00394b69c4b28a24b00 /README.md | |
parent | Merge pull request #32 from LaG1924/add-license-1 (diff) | |
download | AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.tar AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.tar.gz AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.tar.bz2 AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.tar.lz AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.tar.xz AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.tar.zst AltCraft-682459892d3a55c541e4206859826dbb1610ebfe.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,12 +15,12 @@ This is aimed at being fast, being free and being easy expandable. >Linux: GCC7 and system package manager. >Windows: Visual Studio 2017 and vcpkg. -3. Generate project-files for your compiler by CMake. +2. Generate project-files for your compiler by CMake. ``` mkdir build && cd build cmake .. ``` -2. Copy *.minecraft/version/{version}/{version}.jar/assets/* to *AltCraft-root/cwd/* +3. 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. |