Skip to content

Commit

Permalink
GH-27 - Fix waystones always named identical (#28)
Browse files Browse the repository at this point in the history
* GH-27 - Fixed waystones having the same naming

* GH-27 - Set default template_pool to none-waystone

* NTR - Prepare next release
  • Loading branch information
xPand4B authored Aug 7, 2022
1 parent af8e305 commit 9da9530
Show file tree
Hide file tree
Showing 28 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ body:
label: Mod Version
description: "Please select the used version of 'Towers of the Wild: Reworked'."
options:
- "v4.0.2"
- "v4.0.1"
- "v4.0.0"
- "v3.0.0"
Expand Down Expand Up @@ -78,6 +79,8 @@ body:
label: Minecraft Version
description: "Please select the used version of 'Minecraft'."
options:
- "1.19.2"
- "1.19.1"
- "1.19"
- "1.18.2"
- "1.18.1"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified data/totw_reworked/structures/ice/waystone_ice_tower_top.nbt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified data/totw_reworked/structures/jungle/waystone_jungle_tower_top.nbt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified data/totw_reworked/structures/ocean/waystone_ocean_tower_top.nbt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified data/totw_reworked/structures/regular/waystone_tower_top.nbt
Binary file not shown.
4 changes: 2 additions & 2 deletions data/totw_reworked/worldgen/structure_set/derelict.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 45,
"separation": 25,
"spacing": 55,
"separation": 35,
"salt": 1689780
}
}
4 changes: 2 additions & 2 deletions data/totw_reworked/worldgen/structure_set/derelict_grass.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 45,
"separation": 25,
"spacing": 55,
"separation": 35,
"salt": 1689781
}
}
4 changes: 2 additions & 2 deletions data/totw_reworked/worldgen/structure_set/ice.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 45,
"separation": 25,
"spacing": 55,
"separation": 35,
"salt": 1689779
}
}
4 changes: 2 additions & 2 deletions data/totw_reworked/worldgen/structure_set/jungle.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 45,
"separation": 25,
"spacing": 55,
"separation": 35,
"salt": 1689778
}
}
2 changes: 1 addition & 1 deletion data/totw_reworked/worldgen/structure_set/ocean.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 45,
"spacing": 55,
"separation": 25,
"salt": 1689783
}
Expand Down
4 changes: 2 additions & 2 deletions data/totw_reworked/worldgen/structure_set/regular.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 72,
"separation": 25,
"spacing": 92,
"separation": 35,
"salt": 1689777
}
}

0 comments on commit 9da9530

Please sign in to comment.