Fix bucketer drainable

This commit is contained in:
Evert Prants 2018-08-24 21:51:12 +03:00
parent 534fb41fb4
commit b4e897ccf5
Signed by: evert
GPG Key ID: 1688DA83D222D0B5

View File

@ -117,7 +117,6 @@ ele.register_base_device("elepower_machines:bucketer", {
fluid_buffers = { fluid_buffers = {
input = { input = {
capacity = 8000, capacity = 8000,
drainable = false,
accepts = true, accepts = true,
}, },
}, },