fixed small error with silo.

This commit is contained in:
NathanSalapat 2016-11-21 11:46:35 -06:00
parent d2666e9cd7
commit 71956d0f7b
2 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ minetest.register_node('drinks:liquid_silo', {
if fruit_in == 'empty' then
meta:set_string('fruit', fruit)
local vessel = string.sub(inputstack, 8, 10)
drinks.drinks_barrel(pos, inputstack)
drinks.drinks_silo(pos, inputstack)
end
if fruit == fruit_in then
local vessel = string.sub(inputstack, 8, 10)

View File

@ -1 +1 @@
name=drinks
name = drinks