2023-07-24 22:11:45 +10:00
|
|
|
// Default config for all crafting interfaces, vanilla and modded.
|
|
|
|
|
|
|
|
{ "default" : {
|
|
|
|
// Disables the crafting timer if true.
|
|
|
|
"disableTimer" : false,
|
|
|
|
|
2024-12-18 02:26:43 -06:00
|
|
|
// 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
|
|
|
|
} }
|