Puzzle 1.2.2 - Update ETF, New translations

This commit is contained in:
Motschen
2022-05-31 17:37:43 +02:00
parent 222f842386
commit fbbfe773a8
6 changed files with 5 additions and 21 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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"
}
}

View File

@@ -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"
}

View File

@@ -1,17 +0,0 @@
{
"puzzle.text.update_available":"有新版本可供升级!",
"puzzle.screen.title":"拼图设置",
"puzzle.page.graphics":"显示设置",
"puzzle.page.resources":"资源设置",
"puzzle.page.performance":"性能设置",
"puzzle.page.misc":"其他设置",
"puzzle.option.check_for_updates":"检查更新",
"puzzle.option.show_version_info":"显示拼图版本信息",
"puzzle.option.resourcepack_splash_screen":"使用纹理包的加载界面",
"puzzle.option.disable_splash_screen_blend":"禁止加载界面徽标渲染",
"puzzle.option.emissive_textures":"发光贴图",
"puzzle.option.unlimited_model_rotations":"无限模型旋转",
"puzzle.option.bigger_custom_models":"更大的自定义模型",
"puzzle.option.render_layer_overrides":"覆盖渲染层",
"puzzle.midnightconfig.title":"拼图高级设置"
}