From a0c9e6de7210c2e921552f994e737581656ff228 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Wed, 12 Mar 2025 22:26:49 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3f570a..99caa34 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ You just boot on it and play minceraft in offline mode ## How to make iso file -That's easy enough to understand it without instructions +You need to do this from void linux!!1 ``` cd /tmp git clone https://github.com/MeexReay/minceraftOS cd minceraftOS -sudo ./mkmine.sh +sudo ./mkmine.sh # idk why, if you can fix it, please make a PR cd output ls # here has to be the iso file ``` From b04af4c0b13d72309c310407295a980ba8458461 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Wed, 12 Mar 2025 23:02:32 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 99caa34..82209fa 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ You need to do this from void linux!!1 cd /tmp git clone https://github.com/MeexReay/minceraftOS cd minceraftOS +./data/minceraft/UltimMC -l 1.21.4 # launches minecraft to test and download assets. close minecraft when it's loaded +cp data/minceraft/ultimmc.cfg.def data/minceraft/ultimmc.cfg sudo ./mkmine.sh # idk why, if you can fix it, please make a PR cd output ls # here has to be the iso file From 3311e28065be8c986d1287b8314c24a9324aa088 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Wed, 12 Mar 2025 23:02:55 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82209fa..d1a79ed 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You need to do this from void linux!!1 cd /tmp git clone https://github.com/MeexReay/minceraftOS cd minceraftOS -./data/minceraft/UltimMC -l 1.21.4 # launches minecraft to test and download assets. close minecraft when it's loaded +./data/minceraft/UltimMC -l 1.21.4 # close minecraft when it's loaded cp data/minceraft/ultimmc.cfg.def data/minceraft/ultimmc.cfg sudo ./mkmine.sh # idk why, if you can fix it, please make a PR cd output