mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 13:11:41 -04:00
Fix luacheck errors
This commit is contained in:
parent
41b5558aeb
commit
21bc0db651
1 changed files with 0 additions and 2 deletions
|
@ -44,7 +44,6 @@ for i in ipairs (butter_list) do
|
||||||
},
|
},
|
||||||
floodable = true,
|
floodable = true,
|
||||||
on_place = function(itemstack, placer, pointed_thing)
|
on_place = function(itemstack, placer, pointed_thing)
|
||||||
local player_name = placer and placer:get_player_name() or ""
|
|
||||||
local pos = pointed_thing.above
|
local pos = pointed_thing.above
|
||||||
|
|
||||||
local _, success = minetest.item_place(itemstack, placer, pointed_thing)
|
local _, success = minetest.item_place(itemstack, placer, pointed_thing)
|
||||||
|
@ -76,7 +75,6 @@ for i in ipairs (butter_list) do
|
||||||
groups = {not_in_creative_inventory = 1},
|
groups = {not_in_creative_inventory = 1},
|
||||||
floodable = true,
|
floodable = true,
|
||||||
on_place = function(itemstack, placer, pointed_thing)
|
on_place = function(itemstack, placer, pointed_thing)
|
||||||
local player_name = placer and placer:get_player_name() or ""
|
|
||||||
local pos = pointed_thing.above
|
local pos = pointed_thing.above
|
||||||
|
|
||||||
local _, success = minetest.item_place(itemstack, placer, pointed_thing)
|
local _, success = minetest.item_place(itemstack, placer, pointed_thing)
|
||||||
|
|
Loading…
Add table
Reference in a new issue