terrarium-earth / Heracles

A tree style questing mod allowing creators to set completable quests for their users
MIT License
35 stars 19 forks source link

[Feature Request]: Random Rewards #210

Closed seriousfreezing closed 8 months ago

seriousfreezing commented 8 months ago

Is your feature request related to a problem?

I converted my quests to this mod, but it doesn't convert much. Because it doesn't have the feature, like: There's no way to do random looting as a reward in quests.

Solution(s)

No response

Describe alternatives you've considered

So far the only solution for me to convert my quest would be to just place one of the items, but it would make the experience more boring.

Mod Version

1.1.11

Mod Loader Version

1.20.1 - 0.15.7

Mod Loader

Fabric

Additional context

No response

ThatGravyBoat commented 8 months ago

You can use a loot table reward and convert your rewards to a loot table, loot tables are far more versatile and can be used with mods like loot bags for multiple purposes.

seriousfreezing commented 8 months ago

So why hasn't Odysseus already done this for me?

ThatGravyBoat commented 8 months ago

Odysseus converts only basics so far, loot tables would require out putting different files as to load a loot table you would need a mod like open loader, kubejs, or global packs to load the datapack with the loot tables.