revert: last commit

This commit is contained in:
Emerson Rosen-Jones 2026-01-16 21:55:07 -05:00
parent 3fb955bf0f
commit ecb7ff7c40

View file

@ -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