PlateUp!

PlateUp!

Not enough ratings
Bx3's PlateUp
   
Award
Favorite
Favorited
Unfavorite
Items (16)
Automatable Spaghetti
Created by IcedMilo
Allow dumping water into sink instead of bin...
Get Over Here!
Created by IcedMilo
Move robot buffers and mops during the day. https://github.com/UrFriendKen/PlateUpGetOverHere...
American Names
Created by QuackAndCheese
Changes appliance and dish names from British English into their American English equivalents! Chips -> Fries Breakfast -> English Breakfast Hob -> Stove Trainers -> Sneakers Wellies -> Rain Boots Sharp Cutlery -> Silverware...
KitchenLib
Created by StarFluxGames
https://i.imgur.com/LHjtO2p.png KitchenLib is a library designed to make modding PlateUp! significantly easier. The project originally started in August of 2022 with support for unofficial third-party modding with MelonLoader, with BepInEx support launchin...
HarmonyX
Created by StarFluxGames
https://i.imgur.com/GqsQGhs.png Harmony gives you an elegant and high level way to alter functionality in applications written in C#. It does this at runtime by monkey patching methods unlike other solutions that change the content of dll files. Github Mod...
Better Table Assignment
Created by IcedMilo
Customers will prefer table types based on the assigned priority group in ascending order. Options => PreferenceSystem => BetterTableAssignment Then tables with fewer seats are prioritized before tables with more seats in the same priority group. Customers...
I Messed Up
Created by IcedMilo
Allows placing copied (gray) blueprints back into blueprint cabinets, so long as it matches the original (colored) blueprint that's already in it. https://github.com/UrFriendKen/PlateUpIMessedUp...
Melt Ice Cream
Created by remas
Allows you to get rid of ice cream by cooking it, similar to the composter bin garbage bags...
More Loading bay carts
Created by Theo
More loading bay carts to bring more crates from the garage into runs...
More Upgrades
Created by Belkorin
Adds cycling upgrades for hobs, tables, counters, and more! Adds options to enable - * Danger hob <--> Safety hob * Workstation <--> Freezer * Combiner <--> Portioner * Bar table -> Metal table -> Simple table cloth table -> Fancy table cloth table -> Bar ...
Hassle Free Shop
Created by IcedMilo
Automatically opens all blueprints and parcels if enabled. Mod can be enabled/disabled in Mod Preferences. https://github.com/UrFriendKen/PlateUpHassleFreeShop...
PlateupPrepGhost
Created by The Crow
Patch Notes: - Fixed the issue where this mod would break the menu during multiplayer sessions. Kudos to Aragami_delp_ on the discord - Added the requested speed up to the ghost mode with an adjustable menu setting. Ranges from Off -> 10x normal player spe...
CountUp!
Created by Swift
Displays a number over portionable foods, bins, and providers! Adjusts certain types of splittable items. Configurable in the Mod Preferences menu....
Visible Upgrade Chains
Created by ZekNikZ
Simple mod that adds a list of possible upgrades to appliances on their tooltips...
Drag N' Drop Designer
Created by IcedMilo
NOTE: This mod will only work on versions of PlateUp! up to 1.1.9 Further development integrating most of the existing features with Advanced Build Mode will be done in a separate mod: Super Crane https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3305...
PreferenceSystem
Created by IcedMilo
This is a mod tool! PreferenceSystem allows for the creation of complex nested Mod Preferences menus. You will use method chaining to create preferences and menus, with the preferences handled internally. This removes the need to cache preferences yourself...