mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 22:24:42 +07:00
3.13.3
This commit is contained in:
parent
19c7a87371
commit
f78b9a0960
@ -3,8 +3,8 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.4.30"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 533
|
||||
const val appVersion = "3.13.2"
|
||||
const val appCodeNumber = 534
|
||||
const val appVersion = "3.13.3"
|
||||
|
||||
const val gdxVersion = "1.9.14"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
14
changelog.md
14
changelog.md
@ -1,3 +1,17 @@
|
||||
## 3.13.3
|
||||
|
||||
Map generation parameters are moddable, allowing players to create custom terrains for map generation!
|
||||
|
||||
Custom mods with no water or grassland can now work!
|
||||
|
||||
Changed "Gold" resource to be called "Gold Ore" and "Siege" promotion to "Besiege" to not conflict with the yield type for translations - #2458
|
||||
|
||||
Maps incompatible with ruleset no longer popup errors when generating a new map
|
||||
|
||||
All resource stats from buildings converted to building uniques
|
||||
|
||||
Translation updates
|
||||
|
||||
## 3.13.2
|
||||
|
||||
Resolved #3601 - selected current tech no longer looks like unresearchable tech
|
||||
|
Loading…
Reference in New Issue
Block a user