Skip to content

Commit

Permalink
* Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
SigmundGranaas committed Dec 2, 2024
1 parent b98fdcd commit 5106405
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
## 0.13.2

* [Patch]: Added recipes for extended by @JorisDeBeer in https://github.com/SigmundGranaas/forgero/pull/1125
* [Patch]: removed traces of patchouli by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1128
* [Patch]: Removed all gem upgrade and loot code by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1127
* [Patch]: Relative resource loading by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/1126


## 0.13.1

* [Patch]: Added a simple wood binding recipe
* [Patch]: Added c:ore and minecraft:ore to vein mining tag
* [Patch]: Added missing sword blade schematic recipe
* [Patch]: Added missing sword guard schematic recipe


## 0.13.0

## Weapons
Expand Down
6 changes: 4 additions & 2 deletions fabric/forgero-fabric-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@ loom {
accessWidenerPath = file("src/main/resources/${mod_id}-core.accesswidener")

runs {
client {
client()
ideConfigGenerated = true
}
testServer {
server()
ideConfigGenerated project.rootProject == project
name = "Test Server"
source sourceSets.test
}
Expand All @@ -60,7 +63,6 @@ loom {
name = "Test Client"
vmArg "-Dfabric-api.gametest.structures.output-dir=${file("src/test/resources/data/${mod_id}/gametest/structures")}"

ideConfigGenerated = false
source sourceSets.test
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.caching=true
maven_group=com.sigmundgranaas
mod_id=forgero
mod_name=Forgero
mod_version=0.13.1
mod_version=0.13.2
release_type=release
# Dependencies
java_version=17
Expand Down

0 comments on commit 5106405

Please sign in to comment.