Skip to content

Commit b3b8a46

Browse files
committed
Updated Fabric and minor fixes, bumps version
1 parent 9de3357 commit b3b8a46

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

PATCHNOTES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.10.1
2+
Hotfix!
3+
Fixed Osmium tools using the wrong material for stats
4+
Fixes broken recipes
5+
16
# 0.10.0 - Caves and Cliffs
27
This update contains the biggest changes in the history of Mythic Metals.
38
A lot has been removed from the mod, which includes:
@@ -58,6 +63,8 @@ A lot of balancing changes have been made, and considering the removal of old ma
5863

5964
There are a lot more minor changes as well, but for now I implore you to check them out for yourself.
6065

66+
# 0.9.11
67+
Hotfix - Fixes a config loading issue with old Autoconfig and Cloth2
6168

6269
# 0.9.10
6370
### Note!

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '0.9-SNAPSHOT'
2+
id 'fabric-loom' version '0.10-SNAPSHOT'
33
id 'maven-publish'
44
}
55

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ yarn_mappings=1.17.1+build.63
88
loader_version=0.12.5
99

1010
# Mod Properties
11-
mod_version = 0.10.0
11+
mod_version = 0.10.1
1212
maven_group = nourl.mythicmetals
1313
archives_base_name = mythicmetals
1414

1515
# Dependencies
16-
fabric_version=0.41.3+1.17
16+
fabric_version=0.42.1+1.17
1717
# https://www.curseforge.com/minecraft/mc-mods/cloth-config
1818
cloth_version=5.0.38
1919
# https://www.curseforge.com/minecraft/mc-mods/auto-config-updated-api
@@ -29,4 +29,4 @@ alloyforgery_id=3505805
2929
# https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files/3371046
3030
rei_version=6.0.262-alpha
3131
# OwO
32-
owo_version=0.3.0
32+
owo_version=0.3.1

src/main/resources/assets/mythicmetals/lang/ru_ru.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"text.autoconfig.mythicmetals.option.blacklist": "Biome Blacklist",
23
"block.mythicaddons.palladium_chain": "Palladium Chain",
34
"block.mythicaddons.star_platinum_chain": "Star Platinum Chain",
45
"block.mythicmetals.blackstone_stormyx_ore": "Blackstone Stormyx Ore",
@@ -563,8 +564,6 @@
563564
"block.mythicmetals.unobtainium_block": "Анобтаниевый блок",
564565
"block.mythicmetals.vermiculite_block": "Цельный блок вермикулита",
565566

566-
"text.autoconfig.mythicmetals.option.blacklist": "Biome Blacklist",
567-
568567
"text.autoconfig.mythicmetals.option.adamantite.bottom": "Установить минимальную высоту спавна адамантиевой руды (По умолчанию: 4)",
569568
"text.autoconfig.mythicmetals.option.adamantite.enabled": "Генерация адамантиевой руды ",
570569
"text.autoconfig.mythicmetals.option.adamantite.perChunk": "Вероятность спавна адамантиевой руды",
@@ -668,6 +667,6 @@
668667
"text.autoconfig.mythicmetals.title": "Конфигурация Mythic Metals",
669668
"itemGroup.mythicmetals.main": "Материалы Mythic Metals",
670669
"itemGroup.mythicmetals.main.tab.tools": "Инструменты",
671-
"itemGroup.mythicmetals.main.tab.armor": "Броня",
670+
"itemGroup.mythicmetals.main.tab.armor": "Броня"
672671

673672
}

src/main/resources/data/mythicmetals/recipes/hoe/based.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"item": "mythicmetals:celestium_block"
2727
},
2828
{
29-
"item": "mythicmetals:enchanted_golden_apple"
29+
"item": "minecraft:enchanted_golden_apple"
3030
}
3131
],
3232
"output": {

0 commit comments

Comments
 (0)