forked from mtcontrib/farming
localize a few functions
This commit is contained in:
parent
ce0c3e8eb8
commit
38fb55fa86
@ -7,7 +7,7 @@
|
||||
local S = farming.intllib
|
||||
|
||||
-- place beans
|
||||
function place_beans(itemstack, placer, pointed_thing, plantname)
|
||||
local function place_beans(itemstack, placer, pointed_thing, plantname)
|
||||
|
||||
local pt = pointed_thing
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
local S = farming.intllib
|
||||
|
||||
-- place cocoa
|
||||
function place_cocoa(itemstack, placer, pointed_thing, plantname)
|
||||
local function place_cocoa(itemstack, placer, pointed_thing, plantname)
|
||||
|
||||
local pt = pointed_thing
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
local S = farming.intllib
|
||||
|
||||
-- place trellis
|
||||
function place_grapes(itemstack, placer, pointed_thing, plantname)
|
||||
local function place_grapes(itemstack, placer, pointed_thing, plantname)
|
||||
|
||||
local pt = pointed_thing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user