VOOZH about

URL: https://minecraft.wiki/w/Module:BucketPut

⇱ Module:BucketPut – Minecraft Wiki


Module:BucketPut

From Minecraft Wiki
Jump to navigation Jump to search
Documentation[view] [edit] [history] [purge]Jump to code ↴

Implements {{BucketPut}}, which is for simple inline bucket manipulation.

[view] [edit] [history] [purge]The above documentation is transcluded from Module:BucketPut/doc.
localp={}
functionp.main(frame)
localargs=frame:getParent().args
localbucket_name=mw.text.trim(args[1]or'')
localout_args={}
fork,vinpairs(args)do
ifv==''then
out_args[k]=nil
else
out_args[k]=v
end
end
out_args[1]=nil
bucket(bucket_name).put(out_args)
end
returnp
Retrieved from "https://minecraft.wiki/w/Module:BucketPut?oldid=3226480"

Navigation menu