revert: last commit
This commit is contained in:
parent
3fb955bf0f
commit
ecb7ff7c40
1 changed files with 1 additions and 27 deletions
|
|
@ -12,33 +12,7 @@ local REQUEST_TICKER = ""
|
|||
local SLEEP_TIME = 30
|
||||
local NUGGET_RATIO = 63 -- amount of nuggets per craft
|
||||
local BLOCK_RATIO = 7 -- amount of blocks per craft
|
||||
local ITEM_TYPES = {
|
||||
iron = {
|
||||
nugget = "minecraft",
|
||||
ingot = "minecraft",
|
||||
block = "minecraft",
|
||||
},
|
||||
copper = {
|
||||
nugget = "create",
|
||||
ingot = "minecraft",
|
||||
block = "minecraft",
|
||||
},
|
||||
zinc = {
|
||||
nugget = "create",
|
||||
ingot = "create",
|
||||
block = "create",
|
||||
},
|
||||
gold = {
|
||||
nugget = "minecraft",
|
||||
ingot = "minecraft",
|
||||
block = "minecraft",
|
||||
},
|
||||
electrum = {
|
||||
nugget = "createaddition",
|
||||
ingot = "createaddition",
|
||||
block = "createaddition",
|
||||
},
|
||||
}
|
||||
local ITEM_TYPES = { "iron", "copper", "zinc", "gold", "electrum" }
|
||||
|
||||
local STACKS = 64
|
||||
local NUGGETS = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue