Fix mixins with a hack
This commit is contained in:
parent
a6414c54b6
commit
d56a34bacf
2 changed files with 20 additions and 17 deletions
36
TODO.md
36
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
|
||||
* 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
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue