From d56a34bacf3b776f0e46e26c72a8bd8e56feb27a Mon Sep 17 00:00:00 2001 From: Andrew-71 Date: Thu, 11 Apr 2024 11:38:25 +0300 Subject: [PATCH] Fix mixins with a hack --- TODO.md | 36 ++++++++++++----------- src/main/resources/new_soviet.mixins.json | 1 + 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/TODO.md b/TODO.md index 3062001..58da4ef 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,4 @@ === STUFF TO ADD/FIX === -* Add windows -* Add (with functionality) present appliance/furniture/electronics textures -* Cigarettes are BROKEN and the code is a MESS sorry, but it needs CLEANUP * Fix post lamp hit-boxes * Better landmines * more types @@ -10,18 +7,23 @@ * Add rubbish, rocks * Figure out electronic devices - function -=== VERSION SPECIFIC === -## 0.3 -Goals left - QOL -* All missing recipes ~+- -* Better feedback - particles, noises ~+- - -## 0.4 -* TV rework #3 (new colours, second static, ...?) -* More landmines, land mine base item, create integration for it -* Rework cigarette (code and some functionality) -* Missing warning stripes? - ## Pre ~~flight~~ update checklist -* Update ru_ru and ru_rpr translations -* Document any missing crafting recipes and possibly fix them \ No newline at end of file +* Ensure ru_ru and ru_rpr translations are up-to-date +### Missing recipes +* Aquamarine, teal - reliance on prismarine +* Long blue tiles - missing +* White tiles - some missing, small used as main +* Yellow bricks - missing +* Whitewash - no base recipe +* Concrete plate - missing +* Spruce and jungle carved - missing +* Herringbone spruce parquet - missing +* Yellow-red linoleum - missing +* Beige linoleum - missing +* Whitewash birch door - missing + * Po-2 wall and crate...? - missing +* Rusty blue iron bars - missing +* Most wallpaper - missing +* Whitewash window - missing +* Nutrient block - missing +* Chess & Checkers figurines - missing \ No newline at end of file diff --git a/src/main/resources/new_soviet.mixins.json b/src/main/resources/new_soviet.mixins.json index 1bbbd79..9ac47e1 100644 --- a/src/main/resources/new_soviet.mixins.json +++ b/src/main/resources/new_soviet.mixins.json @@ -2,6 +2,7 @@ "required": true, "minVersion": "0.8", "package": "su.a71.new_soviet.mixin", + "refmap": "client-new_soviet-refmap.json", "compatibilityLevel": "JAVA_17", "client": [ "client.ItemRendererAccessor",