diff --git a/CHANGELOG b/CHANGELOG index 6d30463..2f3ae7a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -48,4 +48,8 @@ This version focuses on QOL and bug fixes * Technical changes * Simplified recipe data generation * Deleted various unused files - code, textures and models - * Bumped Fabric API, loader and mappings versions \ No newline at end of file + * Bumped Fabric API, loader and mappings versions + +### Changelog 0.3 -> 0.4 +* Added a new antenna item to improve radio electronics recipes +* Changed texture of dirt road \ No newline at end of file diff --git a/TODO.md b/TODO.md index 6a7d529..64effb9 100644 --- a/TODO.md +++ b/TODO.md @@ -25,9 +25,15 @@ TODO -- === VERSION SPECIFIC === ## 0.3 Goals left - QOL -* All missing recipes -* Better feedback - particles, noises -* Fix post lamps hit-boxes -* Missing warning stripes +* All missing recipes ~+- +* Better feedback - particles, noises ~+- +* Fix post lamps hit-boxes ~+- + +## 0.4 +* Implement antenna everywhere +* Add patterns +* Implement new concrete +* TV rework #3 (new colours, second static, ...?) +* More landmines, land mine base item, create integration for it * Rework cigarette (code and some functionality) -* More landmines, land mine base item, create integration for it +* Missing warning stripes diff --git a/src/main/resources/assets/new_soviet/models/item/dice_d20.json b/src/main/resources/assets/new_soviet/models/item/dice_d20.json index 18a9957..356ad80 100644 --- a/src/main/resources/assets/new_soviet/models/item/dice_d20.json +++ b/src/main/resources/assets/new_soviet/models/item/dice_d20.json @@ -3,5 +3,4 @@ "textures": { "layer0": "new_soviet:item/dice/dice_d20" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/textures/block/floor/dirt_road.png b/src/main/resources/assets/new_soviet/textures/block/floor/dirt_road.png index ec151a8..55e3c82 100644 Binary files a/src/main/resources/assets/new_soviet/textures/block/floor/dirt_road.png and b/src/main/resources/assets/new_soviet/textures/block/floor/dirt_road.png differ