Skip to content

Commit 77d5b6d

Browse files
committed
Increment version [build] [publish]
1 parent 883f93b commit 77d5b6d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ if (System.getenv().CURSEFORGE_KEY) {
138138
mainFile.changelogType = 'markdown'
139139

140140
// mainFile.addRequirement()
141-
// mainFile.addOptional()
141+
mainFile.addOptional("jei", "emi")
142142
}
143143
}
144144

@@ -155,7 +155,8 @@ if (System.getenv().MODRINTH_KEY) {
155155
loaders = ["neoforge"]
156156

157157
dependencies {
158-
158+
optional.project "jei"
159+
optional.project "emi"
159160
}
160161
}
161162
}

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
* Fix the preview key not functioning
2-
* Fix the undo key not functioning
1+
* Add Replacement Upgrade that can be used to replace targeted blocks with the block in your off-hand
2+
* Add a block tag `constructionstick:non_replaceable` in which blocks can be placed that are not replaceable by the Replacement Upgrade
3+
* Add EMI support for the Smithing Table upgrade recipes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ curseforge_id=1156098
2020
modrinth_id=ooyjDLZt
2121

2222
# Version
23-
version=1.0.3
23+
version=1.1.0
2424

2525
# Dependencies
2626
jei_version=19.21.0.247

0 commit comments

Comments
 (0)