From 98d9a65562dc55ce385de110246bea8379fb653e Mon Sep 17 00:00:00 2001 From: danil <61111955+danilwhale@users.noreply.github.com> Date: Fri, 22 Mar 2024 03:06:15 +0200 Subject: [PATCH] update todo --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 990f7d8..d1f4d8c 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,13 @@ I need to polish base game, so it will be easier to update this clone to newer versions (at least to last pre-classic version lmao) ## todo -- [ ] fix flashing chunks on update -- [ ] refactor code a little +- [ ] fix flashing chunks on block placing/removing +- [ ] refactor code a lot +- [ ] make github actions work (build for linux and windows) ## how to build™ 1. clone repo (using download button, git clone or ide's vcs clone system) 2. open project in any ide you want - in case you don't have any ide, open project's folder in command prompt 3. build it! - - no ide? dotnet build inside project's folder \ No newline at end of file + - no ide? dotnet build inside project's folder