Skip to content

Commit

Permalink
lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Leronus committed Aug 10, 2024
1 parent 1f88d24 commit 7c96d37
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/generated/data/minecraft/tags/item/diamond_ores.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"mores:turquoise_ore"
]
}
5 changes: 5 additions & 0 deletions src/main/generated/data/minecraft/tags/item/iron_ores.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"mores:silver_ore"
]
}
72 changes: 72 additions & 0 deletions src/main/generated/data/minecraft/tags/item/trimmable_armor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"values": [
"mores:silver_helmet",
"mores:silver_chestplate",
"mores:silver_leggings",
"mores:silver_boots",
"mores:copper_helmet",
"mores:copper_chestplate",
"mores:copper_leggings",
"mores:copper_boots",
"mores:bronze_helmet",
"mores:bronze_chestplate",
"mores:bronze_leggings",
"mores:bronze_boots",
"mores:tin_helmet",
"mores:tin_chestplate",
"mores:tin_leggings",
"mores:tin_boots",
"mores:sterling_helmet",
"mores:sterling_chestplate",
"mores:sterling_leggings",
"mores:sterling_boots",
"mores:steel_helmet",
"mores:steel_chestplate",
"mores:steel_leggings",
"mores:steel_boots",
"mores:amethyst_helmet",
"mores:amethyst_chestplate",
"mores:amethyst_leggings",
"mores:amethyst_boots",
"mores:emerald_helmet",
"mores:emerald_chestplate",
"mores:emerald_leggings",
"mores:emerald_boots",
"mores:tourmaline_helmet",
"mores:tourmaline_chestplate",
"mores:tourmaline_leggings",
"mores:tourmaline_boots",
"mores:topaz_helmet",
"mores:topaz_chestplate",
"mores:topaz_leggings",
"mores:topaz_boots",
"mores:ruby_helmet",
"mores:ruby_chestplate",
"mores:ruby_leggings",
"mores:ruby_boots",
"mores:sapphire_helmet",
"mores:sapphire_chestplate",
"mores:sapphire_leggings",
"mores:sapphire_boots",
"mores:tanzanite_helmet",
"mores:tanzanite_chestplate",
"mores:tanzanite_leggings",
"mores:tanzanite_boots",
"mores:turquoise_helmet",
"mores:turquoise_chestplate",
"mores:turquoise_leggings",
"mores:turquoise_boots",
"mores:moissanite_helmet",
"mores:moissanite_chestplate",
"mores:moissanite_leggings",
"mores:moissanite_boots",
"mores:onyx_helmet",
"mores:onyx_chestplate",
"mores:onyx_leggings",
"mores:onyx_boots",
"mores:graphene_helmet",
"mores:graphene_chestplate",
"mores:graphene_leggings",
"mores:graphene_boots"
]
}
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

0 comments on commit 7c96d37

Please sign in to comment.