[Bug]: Regular towers not spawning
Felisinnn opened this issue ยท 3 comments
Is there an existing issue for this?
- I have searched the existing issues
Description
Regular towers do not spawn.
To Reproduce
- Launch modpack with towers of the wild datapack.
- Use /locate to find regular towers.
- Command gives off some coords, but no tower spawns.
Expected behavior
Regular towers spawn.
Mod Version
v4.2.0
Mod Variation
Datapack - Waystones
Minecraft Version
1.20.1
Java Version
Java 17
Fabric Version (only if below v3.0.0)
- Fabric: 0.15.1
- Fabric API: 0.91.0+1.20.1
Relevant log output
[16:49:14] [Render thread/ERROR]: Error when terminating data generation for section {6*-61,-101}
[16:49:14] [Render thread/ERROR]: Error when terminating data generation for section {6*-47,0}
[16:49:14] [Render thread/ERROR]: Error when terminating data generation for section {6*-48,1}
[16:49:14] [Render thread/ERROR]: Error when terminating data generation for section {6*-47,1}
[16:49:14] [Render thread/ERROR]: Error when terminating data generation for section {6*-48,0}
Not sure if the above is relevant to this issue, please refer to the full log instead.
Anything else?
I'm using the v4.2.1 of the datapack, which is not on the scrollmenu above.
Full log (includes mod list):
https://mclo.gs/H8ACPRk
Is this still a problem? I'm wondering if this is afflicting older versions of MC, too.
Changing "location": "totw_reworked:regular/tower_bottom"
to "location": "totw_reworked:regular/regular_tower_bottom"
in data/totw_reworked/worldgen/template_pool/regular/bottom.json
seems to fix this issue.