diff --git a/CHANGELOG b/CHANGELOG index eaec5c4..b2e2274 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -59,12 +59,11 @@ This version focuses on QOL and bug fixes * Star * Grain(?) * Added a new antenna item to improve radio electronics recipes -* Changed texture of dirt road +* Changed textures for dirt road, green-white tiles and TV white noise * Bug fixes * Fixed a few missing drops/tags/recipes related to concrete * Concrete with bars is now pickaxe mine-able * Some concrete blocks now have drops - * Cracked concrete now has a dyeing category * Technical changes * Minor asset location/name changes - e.g. concrete with bars models moved to separate folder \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/textures/block/custom/electronics/tv/tv_screen_noise.png b/src/main/resources/assets/new_soviet/textures/block/custom/electronics/tv/tv_screen_noise.png index d70d39a..6061bf1 100644 Binary files a/src/main/resources/assets/new_soviet/textures/block/custom/electronics/tv/tv_screen_noise.png and b/src/main/resources/assets/new_soviet/textures/block/custom/electronics/tv/tv_screen_noise.png differ diff --git a/src/main/resources/assets/new_soviet/textures/block/custom/electronics/tv/tv_screen_noise.png.mcmeta b/src/main/resources/assets/new_soviet/textures/block/custom/electronics/tv/tv_screen_noise.png.mcmeta index 95a1376..fbb1fd9 100644 --- a/src/main/resources/assets/new_soviet/textures/block/custom/electronics/tv/tv_screen_noise.png.mcmeta +++ b/src/main/resources/assets/new_soviet/textures/block/custom/electronics/tv/tv_screen_noise.png.mcmeta @@ -2,6 +2,6 @@ "animation": { "frametime": 2, "interpolate": false, - "frames": [0, 1, 2] + "frames": [1, 2, 5, 4, 3, 4, 3, 4, 3, 4, 3, 4, 5, 2, 1] } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/textures/block/green_white/cracked_green_white_tiles.png b/src/main/resources/assets/new_soviet/textures/block/green_white/cracked_green_white_tiles.png index 2a5c335..89610f9 100644 Binary files a/src/main/resources/assets/new_soviet/textures/block/green_white/cracked_green_white_tiles.png and b/src/main/resources/assets/new_soviet/textures/block/green_white/cracked_green_white_tiles.png differ diff --git a/src/main/resources/assets/new_soviet/textures/block/green_white/green_white_tiles.png b/src/main/resources/assets/new_soviet/textures/block/green_white/green_white_tiles.png index 96b1685..9563ccf 100644 Binary files a/src/main/resources/assets/new_soviet/textures/block/green_white/green_white_tiles.png and b/src/main/resources/assets/new_soviet/textures/block/green_white/green_white_tiles.png differ diff --git a/src/main/resources/assets/new_soviet/textures/block/green_white/mossy_green_white_tiles.png b/src/main/resources/assets/new_soviet/textures/block/green_white/mossy_green_white_tiles.png index f0254da..4189abf 100644 Binary files a/src/main/resources/assets/new_soviet/textures/block/green_white/mossy_green_white_tiles.png and b/src/main/resources/assets/new_soviet/textures/block/green_white/mossy_green_white_tiles.png differ