About Craft Controller
QuoteNow you can customize the crafting of each item, as well as disable it on the research table or using the blueprint
Open UI - /craftcontrole (craftcontroller.use)
FEATURES:
- Changing the minimum required workbench for item crafting
- Craft time is adjustable
- For items with a certain skinID
- Block crafting
- Block explore a blueprint
- Block explore at the workbench
P.s - (My Discord - tofurahie#4144)
Config:
{ "Craft Rate in %": 50, "Item Settings": { "ammo.shotgun.slug": { "Default Skin": 0, "Block craft": false, "Block to explore a blueprint": false, "Block to explore at the workbench": false, "Craft time (-1 => Default)": -1.0, "WorkbenchLevel (-1 => Default)": -1 }, "ammo.rifle": { "Default Skin": 0, "Block craft": true, "Block to explore a blueprint": true, "Block to explore at the workbench": false, "Craft time (-1 => Default)": 15.0, "WorkbenchLevel (-1 => Default)": 1 } } }