forked from Minetest/dynamic_liquid
added documentation to the spring block
parent
9623aec62e
commit
218d925e14
|
@ -1,2 +1,3 @@
|
||||||
default?
|
default?
|
||||||
intllib?
|
intllib?
|
||||||
|
doc?
|
2
init.lua
2
init.lua
|
@ -195,6 +195,8 @@ if springs then
|
||||||
-- Allow this one to turn into "unknown node" when this feature is disabled, since players had to explicitly place it.
|
-- Allow this one to turn into "unknown node" when this feature is disabled, since players had to explicitly place it.
|
||||||
minetest.register_node("dynamic_liquid:spring", {
|
minetest.register_node("dynamic_liquid:spring", {
|
||||||
description = S("Spring"),
|
description = S("Spring"),
|
||||||
|
_doc_items_longdesc = S("A natural spring that generates an endless stream of water source blocks"),
|
||||||
|
_doc_items_usagehelp = S("Generates one source block of water directly on top of itself once per second, provided the space is clear. If this natural spring is dug out the flow stops and it is turned into ordinary cobble."),
|
||||||
drops = "default:gravel",
|
drops = "default:gravel",
|
||||||
tiles = {"default_cobble.png^[combine:16x80:0,-48=crack_anylength.png",
|
tiles = {"default_cobble.png^[combine:16x80:0,-48=crack_anylength.png",
|
||||||
"default_cobble.png","default_cobble.png","default_cobble.png","default_cobble.png","default_cobble.png",
|
"default_cobble.png","default_cobble.png","default_cobble.png","default_cobble.png","default_cobble.png",
|
||||||
|
|
14
locale/de.po
14
locale/de.po
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2017-02-02 20:18-0700\n"
|
"POT-Creation-Date: 2017-02-12 12:55-0700\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
@ -23,3 +23,15 @@ msgstr "Feuchten Lehm"
|
||||||
#: init.lua:197
|
#: init.lua:197
|
||||||
msgid "Spring"
|
msgid "Spring"
|
||||||
msgstr "Quelle"
|
msgstr "Quelle"
|
||||||
|
|
||||||
|
#: init.lua:198
|
||||||
|
msgid ""
|
||||||
|
"A natural spring that generates an endless stream of water source blocks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: init.lua:199
|
||||||
|
msgid ""
|
||||||
|
"Generates one source block of water directly on top of itself once per "
|
||||||
|
"second, provided the space is clear. If this natural spring is dug out the "
|
||||||
|
"flow stops and it is turned into ordinary cobble."
|
||||||
|
msgstr ""
|
||||||
|
|
14
locale/es.po
14
locale/es.po
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2017-02-02 20:18-0700\n"
|
"POT-Creation-Date: 2017-02-12 12:55-0700\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
@ -23,3 +23,15 @@ msgstr "Arcilla húmeda"
|
||||||
#: init.lua:197
|
#: init.lua:197
|
||||||
msgid "Spring"
|
msgid "Spring"
|
||||||
msgstr "Manantial"
|
msgstr "Manantial"
|
||||||
|
|
||||||
|
#: init.lua:198
|
||||||
|
msgid ""
|
||||||
|
"A natural spring that generates an endless stream of water source blocks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: init.lua:199
|
||||||
|
msgid ""
|
||||||
|
"Generates one source block of water directly on top of itself once per "
|
||||||
|
"second, provided the space is clear. If this natural spring is dug out the "
|
||||||
|
"flow stops and it is turned into ordinary cobble."
|
||||||
|
msgstr ""
|
||||||
|
|
14
locale/fr.po
14
locale/fr.po
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2017-02-02 20:18-0700\n"
|
"POT-Creation-Date: 2017-02-12 12:55-0700\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
@ -23,3 +23,15 @@ msgstr "Argile humide"
|
||||||
#: init.lua:197
|
#: init.lua:197
|
||||||
msgid "Spring"
|
msgid "Spring"
|
||||||
msgstr "Source"
|
msgstr "Source"
|
||||||
|
|
||||||
|
#: init.lua:198
|
||||||
|
msgid ""
|
||||||
|
"A natural spring that generates an endless stream of water source blocks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: init.lua:199
|
||||||
|
msgid ""
|
||||||
|
"Generates one source block of water directly on top of itself once per "
|
||||||
|
"second, provided the space is clear. If this natural spring is dug out the "
|
||||||
|
"flow stops and it is turned into ordinary cobble."
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Dynamic liquid Minetest mod.
|
# SOME DESCRIPTIVE TITLE.
|
||||||
# Copyright (C) 2017
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the dynamic_liquid package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
# FaceDeer
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2017-02-02 20:18-0700\n"
|
"POT-Creation-Date: 2017-02-12 12:55-0700\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: init.lua:141
|
#: init.lua:141
|
||||||
|
@ -23,3 +23,15 @@ msgstr ""
|
||||||
#: init.lua:197
|
#: init.lua:197
|
||||||
msgid "Spring"
|
msgid "Spring"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: init.lua:198
|
||||||
|
msgid ""
|
||||||
|
"A natural spring that generates an endless stream of water source blocks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: init.lua:199
|
||||||
|
msgid ""
|
||||||
|
"Generates one source block of water directly on top of itself once per "
|
||||||
|
"second, provided the space is clear. If this natural spring is dug out the "
|
||||||
|
"flow stops and it is turned into ordinary cobble."
|
||||||
|
msgstr ""
|
||||||
|
|
Loading…
Reference in New Issue