diff options
author | SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> | 2024-12-18 02:26:43 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 02:26:43 -0600 |
commit | ee918cb476391add2121c32ba5b294cdeaafa6dd (patch) | |
tree | 8466573214afaa8a6b2c59013a7fbba208740f72 /assets/opensb/interface | |
parent | 621166242be1d2e562a7f1b347000c0fd03d3c45 (diff) |
Update crafting.config.patch
Diffstat (limited to 'assets/opensb/interface')
-rw-r--r-- | assets/opensb/interface/windowconfig/crafting.config.patch | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/assets/opensb/interface/windowconfig/crafting.config.patch b/assets/opensb/interface/windowconfig/crafting.config.patch index 0728507..9febcd4 100644 --- a/assets/opensb/interface/windowconfig/crafting.config.patch +++ b/assets/opensb/interface/windowconfig/crafting.config.patch @@ -4,7 +4,11 @@ // Disables the crafting timer if true. "disableTimer" : false, - // This is only used if the crafting timer is enabled. - // This is how many crafts are ran when the crafting timer wraps. - "craftCount" : 1 -} }
\ No newline at end of file + // This is only used if the crafting timer is enabled. + // This is how many crafts are ran when the crafting timer wraps. + "craftCount" : 1, + + // This is how many of any item can be crafted at once. + // This is also used by merchants. + "maxSpinCount" : 9999 +} } |