-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some way to make items go back into the kitchen when created #150
Comments
This would work well if we could designate particular storage items for particular kinds of food, probably with oreDict keys. Which works with Pams Harvestcraft, not sure about other mods (listAllveggie, listAllfruit, etc) |
Would that mean specific storage blocks per food type or would you allow the user to set one or more flags on the storage block to designate food type to store? Or both? |
Current plan: Allow droping of items inside the item list (it's the most obvious connection to your storage, even if many players won't know it's possible, hardcore users will find out). The left panel should reset and show a quick notification that an item has just been inserted in order to let unknowing players know their item is safe and wasn't deleted. |
Adding a labeled box on the gui for item storage would make it visible to users. |
The problem with adding a seperate labeled box is that it adds more clutter to the GUI, for a feature that I believe is only useful to a handfull of people. I think I'd rather keep the GUI as it is for now, since I'm pretty happy with it. Shift-click store may become an opt-in config option, I'll have to see once I implement this. |
Allow droping of items inside the item list (it's the most obvious connection to your storage, even if many players won't know it's possible, hardcore users will find out).
The left panel should reset and show a quick notification that an item has just been inserted in order to let unknowing players know their item is safe and wasn't deleted.
Items should be returned to the KitchenItemReservoir that reports the highest priority for this item.
Blocked by #673
The text was updated successfully, but these errors were encountered: