Ex Deorum 2.9
This commit is contained in:
parent
ace64a7201
commit
84ac61684b
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
id 'net.neoforged.gradle.userdev' version '7.0.105'
|
||||
}
|
||||
|
||||
version = '2.8'
|
||||
version = '2.9'
|
||||
group = 'thedarkcolour.exdeorum'
|
||||
base {
|
||||
archivesName = 'exdeorum'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
## Ex Deorum 2.9
|
||||
- Fix overriding default world type in Create World screen when common config option set_void_world_as_default is false.
|
||||
- Removed set_void_world_as_default option from client config, you must now only use the option from the common config.
|
||||
- Fixed bug where barrels filled by rain would not trigger a transformation recipe (e.g. Witch Water conversion)
|
||||
- Added clientside config option to disable rainbow compost in barrels during June
|
||||
- Fixed barrel fluid transformation recipes ignoring the result fluid and only crafting witch water
|
||||
- Fixed bug where barrels would not trigger a transformation recipe while it is raining (ex. Witch Water conversion)
|
||||
- Add config options to prevent barrels and crucibles from collecting rainwater
|
||||
|
||||
## Ex Deorum 2.8
|
||||
- Fixed bug where compressed sieves would not drop their sieves upon being broken.
|
||||
- Fix typo in JEI integration where both sieve categories were "Compressed Sieve".
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user