Craftoria

Craftoria

816k Downloads

[Bug Report]: Apothic spawner Advancements broken

RedMerchant opened this issue ยท 1 comments

commented

Modpack Version

1.24.1

Describe your issue.

Image Advancements require lower values than possible

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

Distant Horizon

Did the issue happen in singleplayer or on a server?

Singleplayer

Discord Username

No response

commented

Thanks.

note for fixing: Criterion references 0 and 20. due to

modifier('minecraft:sugar', { value: -10, min: 100, max: 1600 }, 'apothic_spawners:min_delay');
modifier('minecraft:clock', { value: -10, min: 100, max: 1600 }, 'apothic_spawners:max_delay');
this advancement needs to be fixed/replaced:
https://github.com/Shadows-of-Fire/Apothic-Spawners/blob/1.21/src/main/resources/data/apothic_spawners/advancement/mindelay.json

same for max delay
https://github.com/Shadows-of-Fire/Apothic-Spawners/blob/1.21/src/main/resources/data/apothic_spawners/advancement/maxdelay.json

probably good to look at the others, too