
Static non-random monthly reward without having to edit nbt of each month
LyndaFox opened this issue ยท 5 comments
Wondering if there is a way/plan to make the daily rewards per month statics per day as we want to balance the daily reward monthly ourself and keeping it the same every month. We know that we can edit the daily reward nbt ourself but we might not be able to set it through nbt editor first thing on the first day of next month everytime. The mod is working great so far except for that it randomize our 31 item list.
Thanks for the details. So in this case it's not a bug, because your list only includes 26 items instead of 28 items which would be need for the month to use it without any fill items.
But anyways I added two new config options like useFillItems
and shuffleRewardsItems
which should cover your use-cases.
- If you setting
shuffleRewardsItems
tofalse
all fill items will be append your pre-defined list. - If you disable the fill items complelty you need to make sure to provide a items for each day of the month (more items than days are fine).
The updated version should be live in the next hours.
Thanks for the feedback. Could you please share an example configuration with me, because normally if you have the same or higher amount of needed items for a month it should take the order of the list 1:1 without any randomization or adding additional items.
If this is not working, it looks like a bug which I need to check more in detail. Thanks.
Thanks looks like a bug. Could you let me know which Minecraft version you are using to replicate this issue on my side?