Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed May 9, 2023
1 parent c9b742d commit 46eefd6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.9.2

- Add monk villager with village structures

# 0.9.1

Initial Release!
Expand Down
10 changes: 5 additions & 5 deletions common/src/main/java/net/paladins/config/Default.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ public class Default {

worldGenConfig = new WorldGenConfig();
worldGenConfig.entries.addAll(List.of(
new WorldGenConfig.Entry("minecraft:village/desert/houses", "paladins:village/desert/sanctuary", 5),
new WorldGenConfig.Entry("minecraft:village/savanna/houses", "paladins:village/savanna/sanctuary", 5),
new WorldGenConfig.Entry("minecraft:village/plains/houses", "paladins:village/plains/sanctuary", 5),
new WorldGenConfig.Entry("minecraft:village/taiga/houses", "paladins:village/taiga/sanctuary", 5),
new WorldGenConfig.Entry("minecraft:village/snowy/houses", "paladins:village/snowy/sanctuary", 5)
new WorldGenConfig.Entry("minecraft:village/desert/houses", "paladins:village/desert/sanctuary", 6),
new WorldGenConfig.Entry("minecraft:village/savanna/houses", "paladins:village/savanna/sanctuary", 6),
new WorldGenConfig.Entry("minecraft:village/plains/houses", "paladins:village/plains/sanctuary", 6),
new WorldGenConfig.Entry("minecraft:village/taiga/houses", "paladins:village/taiga/sanctuary", 6),
new WorldGenConfig.Entry("minecraft:village/snowy/houses", "paladins:village/snowy/sanctuary", 6)
));
}

Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Daedelus"
],
"contributors": [
"Bubblecat (Artwork)", "baldmanmods (Artwork)"
"Bubblecat (Artwork)", "baldmanmods (Artwork)", "carlos52 (Artwork)"
],
"contact": {
"repo": "https://github.com/ZsoltMolnarrr/Paladins",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ forge_version=1.19.2-43.1.25
# Mod
maven_group=net
archives_base_name=paladins
mod_version=0.9.1
mod_version=0.9.2

# Dependencies
gecko_mc_prefix=1.19:
Expand Down

0 comments on commit 46eefd6

Please sign in to comment.