Fix fluid generator formspec not updating after putting fluid
This commit is contained in:
parent
0d8807a1c3
commit
8125d280da
@ -94,6 +94,7 @@ local function takeFuelFromItem(self,pos)
|
||||
inv:set_stack("src",1,fluidSlot)
|
||||
meta:set_string("fluid",fuel.name)
|
||||
meta:set_float("fluidAmount",fluidAmount+1000)
|
||||
self:updateFormspec(pos)
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user