Skip to content

Commit

Permalink
Puzzle 1.2.2 - Update ETF, New translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Motschen committed May 31, 2022
1 parent 222f842 commit fbbfe77
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 21 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Based on https://github.com/OnyxStudios/Cardinal-Components-API/blob/1.17/build.gradle
plugins {
id "fabric-loom" version "0.10-SNAPSHOT" apply false
id "fabric-loom" version "0.12-SNAPSHOT" apply false
id "com.matthewprenger.cursegradle" version "1.4.0"
id "maven-publish"
id "java-library"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.13.3

# Mod Properties
mod_version = 1.2.1
mod_version = 1.2.2
maven_group = net.puzzlemc
archives_base_name = puzzle

Expand Down
3 changes: 2 additions & 1 deletion puzzle-gui/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"fabric": "*"
},
"breaks": {
"citresewn": "<=1.0.0+1.18.2"
"citresewn": "<=1.0.0+1.18.2",
"entity_texture_features": "<=3.0.0"
}
}
2 changes: 1 addition & 1 deletion src/main/resources/assets/puzzle/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"puzzle.option.unlimited_model_rotations":"Unlimited Model Rotations",
"puzzle.option.bigger_custom_models":"Bigger Custom Models",
"puzzle.option.render_layer_overrides":"Render Layer Overrides",
"puzzle.midnightconfig.title":"Puzzle Advanced Configuration"
"puzzle.midnightconfig.title":"Puzzle Advanced Config"
}
17 changes: 0 additions & 17 deletions src/main/resources/assets/puzzle/lang/zh-cn.json

This file was deleted.

0 comments on commit fbbfe77

Please sign in to comment.