Skip to content

Commit

Permalink
Stable release for 1.21.2/3.
Browse files Browse the repository at this point in the history
- Stable release for 1.21.2/3
- Use stable Biolith release
- Clean up tags and tag translations
  • Loading branch information
gniftygnome committed Nov 17, 2024
1 parent bb276bb commit 7a1dfeb
Show file tree
Hide file tree
Showing 9 changed files with 357 additions and 326 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ allprojects {
name = 'TerraformersMC'
url = 'https://maven.terraformersmc.com/'
}

// TerraBlender
maven {
url = 'https://maven.minecraftforge.net/'
}
}
}

Expand Down
4 changes: 1 addition & 3 deletions client/src/main/resources/assets/terrestria/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,5 @@
"tag.item.c.podzols": "Podzols",
"tag.item.c.sand": "Sand",
"tag.item.c.sands": "Sands",
"tag.item.c.stone": "Stone",
"tag.item.c.stripped_logs": "Stripped Logs",
"tag.item.c.stripped_woods": "Stripped Woods"
"tag.item.c.stone": "Stone"
}
27 changes: 13 additions & 14 deletions client/src/main/resources/assets/terrestria/lang/ru_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,18 @@
"item.terrestria.saguaro_cactus_sapling": "Саженец кактуса сагуаро",
"item.terrestria.yucca_palm_sapling": "Саженец юкки пальмовой",

"tag.item.terrestria.cypress_logs": "Брёвна кипариса",
"tag.item.terrestria.hemlock_logs": "Брёвна тсуги",
"tag.item.terrestria.japanese_maple_logs": "Брёвна японского клёна",
"tag.item.terrestria.mossy_ingredients": "Замшелые ингридиенты",
"tag.item.terrestria.rainbow_eucalyptus_logs": "Брёвна радужного эвкалипта",
"tag.item.terrestria.redwood_logs": "Брёвна секвойи",
"tag.item.terrestria.rubber_logs": "Брёвна гевеи",
"tag.item.terrestria.sakura_logs": "Брёвна сакуры",
"tag.item.terrestria.small_oak_logs": "Тонкие дубовые брёвна",
"tag.item.terrestria.willow_logs": "Брёвна ивы",
"tag.item.terrestria.yucca_palm_logs": "Брёвна юкки пальмовой",

"tag.item.c.basalt": "Базальт",
"tag.item.c.basalts": "Базальтовые",
"tag.item.c.black_sand": "Чёрный песок",
Expand All @@ -507,18 +519,5 @@
"tag.item.c.podzols": "Подзолы",
"tag.item.c.sand": "Песок",
"tag.item.c.sands": "Пески",
"tag.item.c.stone": "Камень",
"tag.item.c.stripped_logs": "Обтёсанные брёвна",
"tag.item.c.stripped_woods": "Обтёсанная древесина",
"tag.item.terrestria.cypress_logs": "Брёвна кипариса",
"tag.item.terrestria.hemlock_logs": "Брёвна тсуги",
"tag.item.terrestria.japanese_maple_logs": "Брёвна японского клёна",
"tag.item.terrestria.mossy_ingredients": "Замшелые ингридиенты",
"tag.item.terrestria.rainbow_eucalyptus_logs": "Брёвна радужного эвкалипта",
"tag.item.terrestria.redwood_logs": "Брёвна секвойи",
"tag.item.terrestria.rubber_logs": "Брёвна гевеи",
"tag.item.terrestria.sakura_logs": "Брёвна сакуры",
"tag.item.terrestria.small_oak_logs": "Тонкие дубовые брёвна",
"tag.item.terrestria.willow_logs": "Брёвна ивы",
"tag.item.terrestria.yucca_palm_logs": "Брёвна юкки пальмовой"
"tag.item.c.stone": "Камень"
}
Loading

0 comments on commit 7a1dfeb

Please sign in to comment.