Description
Life of Spice: Food Queue
Also in Modrinth
Now, when you eat food, it goes into the queue. Food in the queue cannot be eaten again, BUT the size of the queue, the size of the HUD, the increase in the size of the queue over time, and whether the food should disappear from the queue after a certain amount of time (e.g., after 3 minutes) can all be configured in the settings. Do you want to start the game in your world with one blocking slot, and after an hour of play, add 2 more to the player? All of this can be configured!

Config
The config you need is foodqueue-common.toml
- How big should the slots in the HUD?
- Range: 0.1 ~ 2.0
- slots_size = 0.75
- Reset the queue of eaten food after death?
- reset_queue_after_death = true
- When you first login the world, how many slots were there?
- Range: 1 ~ 6
- blocking_slots_count = 2
- Should food disappear from the queue of eaten items after a certain period of time?
- want_to_food_disappear_after_time_from_queue = true
- After how many minutes should the food disappear from the queue?
- Range: 1 ~ 99999
- how_many_minutes_should_to_food_disappear = 4
- Do you want to generally scale the number of slots over time? False here means disabling total scaling!
- blocking_slots_scale_total = true
- After how many MINUTES do you want to add the FIRST slot? (By default its 120 minutes or 2 hours)
- Range: 1 ~ 99999
- first_slot_scale_after = 120
- How many slots do you want to add?
- Range: 1 ~ 3
- how_many_slots_add_first_time = 1
- Do you want another slot to be added after the first one?
- locking_slots_scale_second = true
- After how many minutes do you want to add the SECOND slot?
- Range: 1 ~ 99999
- second_slot_scale_after = 180
- How many slots do you want to add again?
- Range: 1 ~ 3
- how_many_slots_add_second_time = 1
Please check out my other mods::


