mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-24 18:50:22 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -128,7 +128,7 @@ vines.register_vine = function( name, defs, biome )
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
buildable_to = false,
|
||||
tiles = {vine_image_end},
|
||||
tiles = {vine_image_end .. (drawtype == "plantlike" and "^[transformR180" or "")},
|
||||
drawtype = drawtype,
|
||||
inventory_image = vine_image_end,
|
||||
groups = groups,
|
||||
|
14
vines/locale/vines.de.tr
Normal file
14
vines/locale/vines.de.tr
Normal file
@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Shears=Schere
|
||||
Roots=Wurzeln
|
||||
Jungle Vines=Dschungelranken
|
||||
Willow Vines=Weidenranken
|
14
vines/locale/vines.eo.tr
Normal file
14
vines/locale/vines.eo.tr
Normal file
@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Shears=Tondiloj
|
||||
Roots=Radikoj
|
||||
Jungle Vines=Ĝangalaj Vitoj
|
||||
Willow Vines=Salikaj Vitoj
|
Reference in New Issue
Block a user