christikat / glow_crafting

MIT License
37 stars 26 forks source link

Added Bench Specific Crafting and BoxZones #2

Closed DonHulieo closed 2 years ago

DonHulieo commented 2 years ago

Added a check for benchId and whether or not the prop exists. Gives the ability to either limit recipes to specific benches or all benches. Can now easily fully replace qb/lj-inventory crafting with using base gta props.

DonHulieo commented 2 years ago

Found a bug where it would only show "shared" recipes on the first bench in the array. Fixed by removing benchId as an argument for recipe selection (as it has to be unique) and introducing benchType. Will close this PR and open a new one