diff --git a/particlefountain.lua b/particlefountain.lua index 15a33e9..8abb726 100644 --- a/particlefountain.lua +++ b/particlefountain.lua @@ -110,7 +110,7 @@ minetest.register_node("particlefountain:particlefountain", { on_construct = function(pos) local meta = minetest.get_meta(pos) - meta:set_int("offset", 4) + meta:set_int("offset", 0) meta:set_int("amount", 4) meta:set_int("glow", 9) meta:set_int("time", 2) diff --git a/pics/screenshot_20191117_193228.png b/pics/screenshot_20191117_193228.png new file mode 100644 index 0000000..0b8273e Binary files /dev/null and b/pics/screenshot_20191117_193228.png differ diff --git a/pics/screenshot_20191117_193257.png b/pics/screenshot_20191117_193257.png new file mode 100644 index 0000000..7500dec Binary files /dev/null and b/pics/screenshot_20191117_193257.png differ diff --git a/pics/screenshot_20191117_193317.png b/pics/screenshot_20191117_193317.png new file mode 100644 index 0000000..5f59665 Binary files /dev/null and b/pics/screenshot_20191117_193317.png differ