Skip to content

Commit

Permalink
Always one more problem with publishing (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
OroArmor committed Sep 5, 2023
1 parent 565cb02 commit 91cdee6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Version 2.2.0

- Update to Minecraft 1.20.1
- Disabled Shields while waiting for Fabric-Shield-Lib
----
Version 2.1.0

- Update Netherite Plus to 1.19.4
- Use oro-gradle-plugin
- Update multi-item-lib to 1.6.2
----
Version 2.2.0

- Update to Minecraft 1.20.1
- Disabled Shields while waiting for Fabric-Shield-Lib
- Update multi-item-lib to 1.6.2
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ repositories {
}

oroarmor {
name = "Netherite Plus Mod"
name = "Netherite-Plus-Mod"
githubProjectName = "OroArmorModding/Netherite-Plus-Mod"
description = "This mod adds extra netherite features that aren't vanilla.\n\nNOTE: Editing the config requires a game restart."

println(projectPublishing.changelog.get())
}

import com.oroarmor.orogradleplugin.minecraft.dependency.ModDependency.DependencyType
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mod_version=2.2.0
maven_group=com.oroarmor
archives_base_name=netherite-plus-mod
project_name=Netherite Plus Mod
discord_hook_image_url=https://github.com/OroArmorModding/Netherite-Plus-Mod/blob/742eaf744ad79946d47ddc7b070ddbc90b05bb03/src/main/resources/assets/netherite_plus/icon.png
discord_hook_image_url=https://raw.githubusercontent.com/OroArmorModding/Netherite-Plus-Mod/742eaf744ad79946d47ddc7b070ddbc90b05bb03/src/main/resources/assets/netherite_plus/icon.png

# Dependencies
qsl_version=6.1.1+1.20.1
Expand Down

0 comments on commit 91cdee6

Please sign in to comment.