forked from mtcontrib/plantlife_modpack
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -39,6 +39,9 @@ end
|
||||
local random = math.random
|
||||
|
||||
local function on_dig(pos, node, player)
|
||||
if not player or minetest.is_protected(pos, player:get_player_name()) then
|
||||
return
|
||||
end
|
||||
local vine_name_end = node.name:gsub("_middle", "_end")
|
||||
local drop_item = "vines:vines"
|
||||
if enable_vines == false then
|
||||
|
@ -1,10 +1,4 @@
|
||||
# textdomain: vines
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
Vines=
|
||||
Matured=
|
||||
Rope=
|
||||
|
@ -1,10 +1,4 @@
|
||||
# textdomain: vines
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# reusityback, 2022.
|
||||
#
|
||||
Vines=Ranken
|
||||
Matured=Gereifte
|
||||
Rope=Seil
|
||||
|
@ -1,10 +1,4 @@
|
||||
# textdomain: vines
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Jolesh, 2022.
|
||||
#
|
||||
Vines=Vitoj
|
||||
Matured=Maturita
|
||||
Rope=Ŝnuro
|
||||
|
@ -1,11 +1,4 @@
|
||||
# textdomain: vines
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# fat115 <fat115@framasoft.org>, 2017.
|
||||
#
|
||||
|
||||
Vines=Plantes grimpantes
|
||||
Matured=Extrémité de
|
||||
Rope=Corde
|
||||
|
Reference in New Issue
Block a user