Fix fluid generator formspec not updating after putting fluid

This commit is contained in:
mrkubax10 2025-12-02 21:45:55 +01:00
parent 0d8807a1c3
commit 8125d280da

View File

@ -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