pufmat / skillsmod

A Minecraft mod that adds a fully configurable skill system to the game.
Other
36 stars 10 forks source link

'Dummy' reward type usage #31

Closed Sweenus closed 1 year ago

Sweenus commented 1 year ago

Hi there 👋

I've just updated Simply Skills to 1.20.1 and have noticed that there has been a dummy reward type added to the latest version of Puffish Skills. Is this currently usable in the definitions file? If so, do you have an example of its usage you could provide?

Cheers,

pufmat commented 1 year ago

This reward type does nothing :laughing:. It can't be used in json.

It is internally used when a reward marked as not required fails to load (e.g. attribute does not exist). Furthermore, it is also possible to create not required conditions and parameters.

Thanks to this issue I realized that I forgot to cover this topic in the wiki.

Sweenus commented 1 year ago

Ooooh, I see - I thought from the phrasing that it might have been a rewardless skill (This would be useful for my particular usecase). Thank you for the explanation 🙂