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