mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-10-31 15:16:19 +00:00
Bump version to 1.95.1
Will actually release tomorrow - it's getting quite late right now.
This commit is contained in:
parent
92be0126df
commit
cc5e972cfc
@ -9,7 +9,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.google.code.gson:gson:2.8.1'
|
classpath 'com.google.code.gson:gson:2.8.1'
|
||||||
classpath 'net.minecraftforge.gradle:ForgeGradle:3.0.187'
|
classpath 'net.minecraftforge.gradle:ForgeGradle:3.0.190'
|
||||||
classpath 'net.sf.proguard:proguard-gradle:6.1.0beta2'
|
classpath 'net.sf.proguard:proguard-gradle:6.1.0beta2'
|
||||||
classpath 'org.ajoberstar.grgit:grgit-gradle:3.0.0'
|
classpath 'org.ajoberstar.grgit:grgit-gradle:3.0.0'
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.95.0
|
mod_version=1.95.1
|
||||||
|
|
||||||
# Minecraft properties (update mods.toml when changing)
|
# Minecraft properties (update mods.toml when changing)
|
||||||
mc_version=1.15.2
|
mc_version=1.15.2
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
# New features in CC: Tweaked 1.95.1
|
||||||
|
|
||||||
|
Several bug fixes:
|
||||||
|
* Command computers now drop items again.
|
||||||
|
* Restore crafting of disks with dyes.
|
||||||
|
* Fix CraftTweaker integrations for damageable items.
|
||||||
|
* Catch reflection errors in the generic peripheral system, resolving crashes with Botania.
|
||||||
|
|
||||||
# New features in CC: Tweaked 1.95.0
|
# New features in CC: Tweaked 1.95.0
|
||||||
|
|
||||||
* Optimise the paint program's initial render.
|
* Optimise the paint program's initial render.
|
||||||
|
@ -1,23 +1,9 @@
|
|||||||
New features in CC: Tweaked 1.95.0
|
New features in CC: Tweaked 1.95.1
|
||||||
|
|
||||||
* Optimise the paint program's initial render.
|
Several bug fixes:
|
||||||
* Several documentation improvments (Gibbo3771, MCJack123).
|
* Command computers now drop items again.
|
||||||
* `fs.combine` now accepts multiple arguments.
|
* Restore crafting of disks with dyes.
|
||||||
* Add a setting (`bios.strict_globals`) to error when accidentally declaring a global. (Lupus590).
|
* Fix CraftTweaker integrations for damageable items.
|
||||||
* Add an improved help viewer which allows scrolling up and down (MCJack123).
|
* Catch reflection errors in the generic peripheral system, resolving crashes with Botania.
|
||||||
* Add `cc.strings` module, with utilities for wrapping text (Lupus590).
|
|
||||||
* The `clear` program now allows resetting the palette too (Luca0208).
|
|
||||||
|
|
||||||
And several bug fixes:
|
|
||||||
* Fix memory leak in generic peripherals.
|
|
||||||
* Fix crash when a turtle is broken while being ticked.
|
|
||||||
* `textutils.*tabulate` now accepts strings _or_ numbers.
|
|
||||||
* We now deny _all_ local IPs, using the magic `$private` host. Previously the IPv6 loopback interface was not blocked.
|
|
||||||
* Fix crash when rendering monitors if the block has not yet been synced. You will need to regenerate the config file to apply this change.
|
|
||||||
* `read` now supports numpad enter (TheWireLord)
|
|
||||||
* Correctly handle HTTP redirects to URLs containing escape characters.
|
|
||||||
* Fix integer overflow in `os.epoch`.
|
|
||||||
* Allow using pickaxes (and other items) for turtle upgrades which have mod-specific NBT.
|
|
||||||
* Fix duplicate turtle/pocket upgrade recipes appearing in JEI.
|
|
||||||
|
|
||||||
Type "help changelog" to see the full version history.
|
Type "help changelog" to see the full version history.
|
||||||
|
Loading…
Reference in New Issue
Block a user