Skip to content

Commit

Permalink
Support Lithostitched v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Jan 13, 2025
1 parent fd9099a commit 51b396e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.6

- Support Lithostitched v1.4

# 2.2.5

- Increase status effect apply limit for Frost spells
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fabric_api_version=0.102.0+1.21.1
# Mod
maven_group=net
archives_base_name=wizards
mod_version=2.2.5
mod_version=2.2.6
minecraft_compat_version=1.21

# Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"modid": "wizards"
}
],
"template_pool": "minecraft:village/desert/houses",
"template_pools": [ "minecraft:village/desert/houses" ],
"elements": [
{
"weight": 5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"modid": "wizards"
}
],
"template_pool": "minecraft:village/plains/houses",
"template_pools": [ "minecraft:village/plains/houses" ],
"elements": [
{
"weight": 5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"modid": "wizards"
}
],
"template_pool": "minecraft:village/savanna/houses",
"template_pools": [ "minecraft:village/savanna/houses" ],
"elements": [
{
"weight": 5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"modid": "wizards"
}
],
"template_pool": "minecraft:village/snowy/houses",
"template_pools": [ "minecraft:village/snowy/houses" ],
"elements": [
{
"weight": 5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"modid": "wizards"
}
],
"template_pool": "minecraft:village/taiga/houses",
"template_pools": [ "minecraft:village/taiga/houses" ],
"elements": [
{
"weight": 5,
Expand Down

0 comments on commit 51b396e

Please sign in to comment.