diff --git a/oregen-manager.lua b/oregen-manager.lua index ef904c4..6bab48b 100644 --- a/oregen-manager.lua +++ b/oregen-manager.lua @@ -65,15 +65,15 @@ local LIMIT_EXCEPTIONS = { } -- if these exist, they will be used up --- "limit" is the limit on the amt sent at a time --- "keep" is the amount not to use up +-- "limit" is the limit on the amt sent at a time (default is 64) +-- "keep" is the amount not to use up (default is 0) local PRODUCTS = { {"create:crimsite", CRUSHER_ADDR}, {"create:crushed_raw_iron", MELTER_ADDR}, {"create:crushed_raw_zinc", MELTER_ADDR}, {"create:asurine", CRUSHER_ADDR}, {"create:crushed_raw_copper", MELTER_ADDR}, - {"create:veridium", CRUSHER_ADDR}, + {"create:veridium", CRUSHER_ADDR, limit = 32}, {"create:ochrum", CRUSHER_ADDR}, {"create:crushed_raw_gold", MELTER_ADDR}, {"minecraft:sand", WASHER_ADDR},