From 682459892d3a55c541e4206859826dbb1610ebfe Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Wed, 27 Mar 2019 03:32:32 +0500 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abcf2d7..564e550 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3