Skip to content

Commit ef67895

Browse files
committed
fixed enderchest name
1 parent 5de58dc commit ef67895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/clearArea_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ describe("Testing ClearArea Function", function()
232232
for i = 2, 14, 1 do
233233
turtle.addItemToInventory({name = "minecraft:dirt", count = 64, maxcount = 64, placeAble = true}, i)
234234
end
235-
local tmpChest = {name = "enderstorage:ender_chest", count = 1, maxcount = 1, placeAble = true}
235+
local tmpChest = {name = "enderchests:ender_chest", count = 1, maxcount = 1, placeAble = true}
236236
turtle.addItemToInventory(tmpChest, 16)
237237
local enderCHest = turtleEmulator:addInventoryToItem(tmpChest)
238238

0 commit comments

Comments
 (0)