Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
1.20.1–1.20.2
1.19.4
1.18.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published last year
Updated 2 months ago
Changelog
Simple Quests 1.5.5
- Implement amount multiplier for multi quest entries (if applicable).
- Define it in the amount field in json with type
simplequests:context_multiplier
. - The original amount will be multiplied by the multiplier * amount of times the quest was completed.
final amount = amount * (1 + multiplier * times completed)
- E.g.
-
"amount": { "type": "simplequests:context_multiplier", "multiplier": 1, "max": 10 "value": { "type": "minecraft:uniform", "min": 10, "max": 15 } },```
-
- Define it in the amount field in json with type
For past versions see: https://github.com/Flemmli97/SimpleQuests/blob/1.20.1/Changelog.md
Files
Metadata
Release channel
ReleaseVersion number
1.20.1-1.5.5Loaders
Game versions
1.20.1Downloads
310Publication date
May 4, 2024 at 1:58 PMPublisher
flemmli97
Owner