Skip to content

Commit

Permalink
Updated tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
Leronus committed Aug 9, 2024
1 parent eaa28dd commit 3a9ce7d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions MORES-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.6.1
- Updated ruby tooltips (matched colors and fixed accidental double line)

v1.6.0
Updated to Minecraft 1.20.6
- Updated full armor effects to show infinite instead of a countdown timer that keeps refreshing
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.6+build.3
loader_version=0.15.11

# Mod Properties
mod_version=1.6.0
mod_version=1.6.1
maven_group=mod.leronus.mores
archives_base_name=mores

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/mores/lang/en_gb.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"mores.night_vision": "Night Vision",
"mores.water_effects": "Water Breathing & Dolphins",
"mores.wither_effect": "Wither Effect",
"mores.burn_effect": "Burn Effect",
"mores.auto_smelt": "Automatic Smelting",


Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/mores/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"mores.night_vision": "Night Vision",
"mores.water_effects": "Water Breathing & Dolphins",
"mores.wither_effect": "Wither Effect",
"mores.burn_effect": "Burn Effect",
"mores.auto_smelt": "Automatic Smelting",


Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/mores/lang/nl_nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"mores.night_vision": "Nachtzicht",
"mores.water_effects": "Wateradem & Gunst der dolfijnen",
"mores.wither_effect": "Verschrompelingseffect",
"mores.burn_effect": "Verbrandingseffect",
"mores.auto_smelt": "Automatisch Smelten",

"sound.mores.living_duck_sound" : "Eend kwaakt",
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/mores/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"mores.night_vision": "夜视",
"mores.water_effects": "水下呼吸 & 海豚的恩惠",
"mores.wither_effect": "凋零",
"mores.burn_effect": "烧伤效果",
"mores.auto_smelt": "自动熔炼",


Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"mores.mixins.json"
],
"depends": {
"fabricloader": ">=0.15.3",
"minecraft": "~1.20.1",
"fabricloader": ">=0.15.11",
"minecraft": "~1.20.6",
"java": ">=17",
"fabric-api": "*"
},
Expand Down

0 comments on commit 3a9ce7d

Please sign in to comment.