Fix minor bugs
This commit is contained in:
parent
0f7b1616e1
commit
3114d9a3e1
7 changed files with 28 additions and 19 deletions
17
CHANGELOG
17
CHANGELOG
|
@ -1,4 +1,6 @@
|
|||
### Changelog 0.1 -> 0.2
|
||||
# Changelog
|
||||
|
||||
## Changelog 0.1 -> 0.2
|
||||
|
||||
* 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
|
||||
|
@ -27,7 +29,7 @@
|
|||
* Updated one of authors' nicks in credits
|
||||
* Moved to newer versions of Yarn, Loom, Fabric loader & API
|
||||
|
||||
### Changelog 0.2 -> 0.3
|
||||
## Changelog 0.2 -> 0.3
|
||||
This version focuses on QOL and bug fixes
|
||||
|
||||
* Added Russian (ru_ru) and pre-reform Russian (ru_rpr) translations
|
||||
|
@ -50,7 +52,7 @@ This version focuses on QOL and bug fixes
|
|||
* Deleted various unused files - code, textures and models
|
||||
* Bumped Fabric API, loader and mappings versions
|
||||
|
||||
### Changelog 0.3 -> 0.4.0
|
||||
## Changelog 0.3 -> 0.4.0
|
||||
Due to sheer amount of changes, many may be undocumented. We hope you enjoy this update! :D
|
||||
|
||||
* Added dozens of new blocks
|
||||
|
@ -85,6 +87,7 @@ Due to sheer amount of changes, many may be undocumented. We hope you enjoy this
|
|||
* Stone-cutting recipe for slabs now gives 2 blocks
|
||||
* Fixed typos in Russian translation
|
||||
* Cigarettes are now less broken (and more numerous)
|
||||
* TVs now stay broken when picked up as items (use glass pane to repair)
|
||||
* Fixed a few missing drops/tags/recipes related to concrete
|
||||
* Concrete with bars is now pickaxe mine-able
|
||||
* Fixed some concrete blocks missing drops
|
||||
|
@ -93,4 +96,10 @@ Due to sheer amount of changes, many may be undocumented. We hope you enjoy this
|
|||
* Changed parts of file structure for models and textures
|
||||
* Removed some unused textures intended for later updates
|
||||
* Moved to newer Fabric, Loom etc. versions. Took a while to figure out how to update Gradle :D
|
||||
* Source-sets main and client have been merged to fix mixins
|
||||
* Source-sets main and client have been merged to fix mixins
|
||||
|
||||
## Changelog 0.4.0 -> 0.4.1
|
||||
This is a *minor* update fixing some bugs
|
||||
|
||||
* Barbed wire now damages foxes and bees
|
||||
* Purple goo now slows down properly
|
Loading…
Add table
Add a link
Reference in a new issue