Skip to content

Commit

Permalink
fix pipe name (thx @SwissalpS)
Browse files Browse the repository at this point in the history
  • Loading branch information
naturefreshmilk committed Nov 13, 2019
1 parent 8b4fbc3 commit 4dff468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeworks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ minetest.register_chatcommand("pipeworks_stats", {
-- idea and implementation originally by @SwissalpS
-- (https://github.com/pandorabox-io/pipeworks/commit/fe699d96213332c8dd5b9b7fd6fb0ec37eb3e500)
for i=1,10 do
minetest.override_item("pipeworks:teleport_tube_" .. i, {
minetest.override_item("pipeworks:mese_sand_tube_" .. i, {
on_construct = function(pos)
local meta = minetest.get_meta(pos)
meta:set_int("dist", 0)
Expand Down

0 comments on commit 4dff468

Please sign in to comment.