New-Soviet-Era/CHANGELOG

51 lines
2.3 KiB
Text
Raw Normal View History

### Changelog 0.1 -> 0.2
2023-10-19 00:21:45 +03:00
* Added new "Dirt Road" block
* Made by tilling coarse dirt with a rake. Right now you get 1 flint out of the process as a placeholder drop
2023-10-19 00:21:45 +03:00
* Behaves like gravel
* Drops with silk touch, otherwise result is dirt
* Texture will likely be adjusted in a future update
2023-10-19 00:21:45 +03:00
* Improved TVs
* Re-made texture and model to better fit the USSR aesthetic
* Added white noise animation if TV is powered with redstone or right-clicked (same as lamps). White noise emits a bit of light.
* Added cracked screen if TV is hit with a snowball (reset when block is broken)
2023-10-19 00:21:45 +03:00
* TVs can now be waterlogged
* Improved Radio
* Re-made texture and model to better fit the USSR aesthetic
* Added ability to waterlog radios
2023-10-19 21:04:17 +03:00
* Improved ceiling fan
* Re-made texture and model to better fit the USSR aesthetic
* Changed crafting recipe to match new model
* Added golden lamp crafting recipe
* Several tiny fixes
* Light bulb break noise is now in correct category
* Barbed wire drops iron nugget without silk touch
* Expanded description and removed dead link in metadata
* Technical changes
* Optimised chess model files
* Removed several unused textures (may reduce file size)
* Updated one of authors' nicks in credits
* Moved to newer versions of Yarn, Loom, Fabric loader & API
### Changelog 0.2 -> 0.3
This version focuses on QOL and bug fixes
2023-10-22 18:02:46 +03:00
* Added Russian (ru_ru) and pre-reform Russian (ru_rpr) translations
2023-10-23 20:36:23 +03:00
* Added missing warped, cherry and bamboo planks
2023-10-31 12:02:59 +03:00
* Added unique sounds for TV being turned on/off and broken.
* Added many of the missing recipes
* Removed ability to cut blocks back into original form on stone-cutter
2023-10-21 17:19:40 +03:00
* Added button to open config file when using Mod Menu
* Added several new achievements and challenges
2023-10-21 17:19:40 +03:00
* Minor bug fixes
2023-10-22 18:02:46 +03:00
* Added some dedicated particle textures
2023-10-21 17:19:40 +03:00
* Fixed issue with some blocks being non opaque
2023-10-31 12:02:59 +03:00
* Fixed TVs' hit-boxes
2023-10-21 17:19:40 +03:00
* Switches no longer emit redstone particle
* Slightly improved cigarette's GUI model
2023-10-31 12:02:59 +03:00
* Light bulb lamp now makes a sound when repaired
* TV can now be repaired with a glass pane (breaking and re-placing still works for now)
2023-10-21 17:19:40 +03:00
* Technical changes
* Simplified recipe data generation
2023-10-31 12:06:14 +03:00
* Deleted various unused files - code, textures and models
* Bumped Fabric API, loader and mappings versions