About Mixing Quick Craft
MixingQuickCraft enhances the usability of the Mixing Table and Cooking Workbench in Rust by adding intuitive and customizable Quick Craft buttons with item icons. Players can instantly craft complex recipes with a single click — provided they have the items and required blueprints.
Features
Custom UI Buttons added directly to Mixing Tables and Cooking Workbenches.
Auto-Fill System calculates the maximum amount of a recipe that can be crafted based on inventory resources.
Returns items to the player’s inventory if crafting is canceled or insufficient.
Blueprint Verification.
Supports crafting for teas, foods, fuel, explosives, and ammo.
Compatible with StackSizeController for dynamic stack size calculation.
Fully configurable via config.json.
Permissions
mixingquickcraft.use – Grants access to the Quick Craft UI when interacting with a Mixing Table or Cooking Workbench.
(Optional — can be disabled in config.)
Configuration
{
"Plugin Icon SteamID": "0",
"RequiredPermission": true,
"Adverts": true,
"MixingTableSlots": {
"Button1": {
"Item": "lowgradefuel"
},
"Button2": {
"Item": "gunpowder"
},
"Button3": {
"Item": "explosives"
},
"Button4": {
"Item": "ammo.pistol"
},
"Button5": {
"Item": "ammo.rifle"
},
"Button6": {
"Item": "oretea.pure"
}
},
"CookingWorkbenchSlots": {
"Button1": {
"Item": "bread.loaf"
},
"Button2": {
"Item": "pie.bear"
},
"Button3": {
"Item": "pie.pork"
},
"Button4": {
"Item": "pie.pumpkin"
},
"Button5": {
"Item": "pie.apple"
},
"Button6": {
"Item": "gunpowder"
}
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 0
}
}