This commit is contained in:
Gæmer
2025-05-15 00:55:59 +02:00
parent ea6c8eb5b8
commit fc5101ade1
3 changed files with 7 additions and 3 deletions

View File

@@ -31,4 +31,7 @@
- (internal)added terraoriginum:wings power - (internal)added terraoriginum:wings power
- increased protection effectiveness from 1.1 to 1.2 on latian origins for sun protection - increased protection effectiveness from 1.1 to 1.2 on latian origins for sun protection
- added light protection for spirit based origins - added light protection for spirit based origins
- added a description for sun protection enchant - added a description for sun protection enchant
## 1.20.1-1.0.11
- forgot to include icarus as new dependency

View File

@@ -11,7 +11,7 @@ parchment_minecraft=1.20.1
parchment_mappings=2023.09.03 parchment_mappings=2023.09.03
# Mod Properties # Mod Properties
mod_version=1.20.1-1.0.10 mod_version=1.20.1-1.0.11
maven_group=com.smithy maven_group=com.smithy
archives_base_name=TerraOriginum archives_base_name=TerraOriginum

View File

@@ -35,7 +35,8 @@
"fabricloader": ">=0.14.0", "fabricloader": ">=0.14.0",
"fabric": "*", "fabric": "*",
"minecraft": "1.20.1", "minecraft": "1.20.1",
"pehkui": ">=3.7.8" "pehkui": ">=3.7.8",
"icarus": ">=2.11.0"
}, },
"conflicts": {} "conflicts": {}
} }