]> git.lizzy.rs Git - Crafter.git/blobdiff - mods/hopper/api.lua
Fix logging spam from chests and hoppers
[Crafter.git] / mods / hopper / api.lua
index 3698705400480bce56ee67711863bb39b4c65ff8..909c72cc30f82cc0589ebbcef0182de4b36d99d3 100644 (file)
@@ -81,6 +81,10 @@ hopper:add_container({
        {"top", "utility:chest", "main"},
        {"bottom", "utility:chest", "main"},
        {"side", "utility:chest", "main"},
+       
+       {"top", "utility:chest_open", "main"},
+       {"bottom", "utility:chest_open", "main"},
+       {"side", "utility:chest_open", "main"},
 
        {"top", "utility:furnace", "dst"},
        {"bottom", "utility:furnace", "src"},