did stuff
This commit is contained in:
parent
68f4b5d7ea
commit
d34a77f816
@ -93,7 +93,7 @@ local function inventoryRework()
|
||||
turtle.select(i)
|
||||
itemDetail = turtle.getItemDetail()
|
||||
if itemDetail ~= nil then
|
||||
if itemDetail.name == "minecraft:coal" then
|
||||
if itemDetail.name == "minecraft:coal" or itemDetail.name == "minecraft:charcoal" then
|
||||
turtle.refuel()
|
||||
spaceAvailable = true
|
||||
elseif itemDetail.name == "minecraft:chest" or itemDetail.name == "minecraft:barrel" then
|
||||
|
Loading…
Reference in New Issue
Block a user