Skip to content

Commit

Permalink
version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Yefancy committed Aug 1, 2023
1 parent f646830 commit 856f596
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
25 changes: 7 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
# ChangeLog

* add redstone, maintenance, (advanced)item, (advanced)fluid, energy detector cover
* add zh_cn lang file
* add prospector recipe
* add missing recipes
* add remove tnt config
* fix cover drop
* improve faster ingredient copy
* improve overclock tier textures for better looking
* improve do not apply content modifier while chance is zero
* fix mining hammer's AoE tag
* fix item texture animation
* fix show coil temperature
* fix crate storage disappear
* fix distinct logic
* fix lager miner rendering
* fix drop machines while process array is broke
* fix nerfwoodrecipe + fix energy detector cover
* fix tool duplication
* add compass system for in-game guide
* add computer monitor cover and machine controller cover
* fix rubber tree generation
* fix localization
* fix oven hatch rendering + auto output
* fix bolt name
* improve recipe searching significantly by parallel searching + fast ingredient copy + fast recipe copy + fast storage copy
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx6G
# Mod Info
mod_id = gtceu
mod_name = GregTech
mod_version = 1.0.9
mod_version = 1.0.10
mod_description = GregTech CE Unofficial, ported from 1.12.2
mod_license = LGPL-3.0 license
mod_url = https://https://github.com/GregTechCEu/GregTechCEu-1.19/
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencyResolutionManagement {
def architecturyLoomVersion = "1.0-SNAPSHOT"
def vineFlowerVersion = "1.+"
def macheteVersion = "1.+"
def ldLibVersion = "1.0.16.a"
def ldLibVersion = "1.0.16.b"

fabric {
def parchment = version("parchment", parchmentVersion)
Expand Down

0 comments on commit 856f596

Please sign in to comment.