I'm trying to set up cw-crafting with cw-rep and when using this:
category = "Materials",
toItems = {
steel = 1,
},
materials = {
recyclablematerial = 1,
},
maxCraft = 100,
craftingTime= 100,
customSkillGain = 1,
craftingSkill = 3050,
skillName = 'recycling',
tables = {'conversion'},
},```
Purely as a test, I have 3000 rep in recycling but this displays 0/3050 in the crafting menu
cw-crafting config options:
```Config.UseCWRepForCraftingSkill = true -- Set to true if you want to use cw-rep for skill instead of qbs metadata
-- The following all require cw-rep to be enabled:
Config.CraftingSkillName = 'crafting' -- Make sure this matches the crafting skill name in your cw-rep config
Config.CraftingSkillLabel = '"Crafting Skill"' -- Default name for the crafting skill
Config.UseLevelsInsteadOfSkill = true -- If true then cw-rep will use level instead of pure xp
Config.DefaultMaxCraft = 10 -- Default max amount a player can craft at a time```
If I don't have the `craftingSkill` requirement it does give me the recycling xp though.
I'm not getting any "errors" as such but I do get this while in the menu even though everything on that bench has the skillName = 'recycling'
Doesn't have -main or anything like that, zero other scripts that could interfere and I added all the items myself
Using qbx if that matters