Simple Quests (Fabric)

Serversided questing system

File Details

simplequests-1.20.1-1.5.5-fabric.jar

  • R
  • May 4, 2024
  • 316.83 KB
  • 1.3K
  • 1.20.1
  • Fabric

File Name

simplequests-1.20.1-1.5.5-fabric.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:simple-quests-580853:5315330"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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
        }
      },```
      
      
      
      
      
      

For past versions see: https://github.com/Flemmli97/SimpleQuests/blob/1.20.1/Changelog.md