Merge remote-tracking branch 'upstream/master'

This commit is contained in:
bri cassa 2022-03-05 11:21:27 +01:00
commit cfe731352d
20 changed files with 732 additions and 248 deletions

163
README.md
View File

@ -1,18 +1,169 @@
# Farming Redo Mod minetest mod Farming Redo
### by TenPlus1 =========================
https://forum.minetest.net/viewtopic.php?id=9019 This mod improves all food and farming related content
Information
-----------
This mod must be named `farming` a simplified but improved version of the built-in farming
mod in minetest but with more foods, it comes with wheat, cotton, carrot, cucumber,
potato, melon, cotton, cocoa, corn, better pumpkin and tomato to start out with which
spawn throughout the map...
It also features that foods can be planted on tilled soil so for those then no seeds are required,
original wheat and cotton will require seeds which are found inside normal and jungle grass...
![screenshot.png](screenshot.png)
Tech information
----------------
Farming Redo is a simplified version of the built-in farming mod in minetest and comes with wheat, cotton, carrot, cucumber, potato and tomato to start out with which spawn throughout the map... new foods need only be planted on tilled soil so no seeds are required, original wheat and cotton will require seeds which are found inside normal and jungle grass... Farming Redo is a simplified version of the built-in farming mod in minetest and comes with wheat, cotton, carrot, cucumber, potato and tomato to start out with which spawn throughout the map... new foods need only be planted on tilled soil so no seeds are required, original wheat and cotton will require seeds which are found inside normal and jungle grass...
This mod works by adding your new plant to the {growing=1} group and numbering the stages from _1 to as many stages as you like, but the underscore MUST be used only once in the node name to separate plant from stage number e.g. This mod works by adding your new plant to the {growing=1} group and numbering the stages from _1 to as many stages as you like, but the underscore MUST be used only once in the node name to separate plant from stage number e.g.
"farming:cotton_1" through to "farming:cotton_8" * "farming:cotton_1" through to "farming:cotton_8"
"farming:wheat_1" through to "farming:wheat_8" * "farming:wheat_1" through to "farming:wheat_8"
"farming:cucumber_4" through to "farming:cucumber_4" * "farming:cucumber_1" through to "farming:cucumber_4"
https://forum.minetest.net/viewtopic.php?id=9019
Farming Redo also works with Bonemeal mod for quick growing crops and saplings which can
be found at https://notabug.org/TenPlus1/bonemeal
#### Dependencies
* default
Optional dependences:
* stairs
* intllib (only for older engines)
* lucky_block (adds 47 lucky blocks)
* toolranks
#### Configuration
It reads the configuration values from two places, `minetest.conf` and `farming.conf`, this last
must be at world path, if you have older place at mod path will be read but must be deprecated.
| Configuration | type | default | place file | Notes about |
| -------------------- | ----- | ------- | ------------ | ----------------------------------------- |
| time_speed | float | 73 | minetest.conf | Speed to grow up the plants on engine (used as base for seed) |
| farming_stage_length | float | 160.0 | minetest.conf | Contains a value used for speed of crop growth in seconds |
| farming.rarety | float | 0.002 | farming.conf | default rarety of crops on map (higher number = more crops) |
| farming.min_light | int | 12 | farming.conf | default minimum and maximum light levels crops need to grow |
| farming.max_light | int | 15 | farming.conf | default minimum and maximum light levels crops need to grow |
| farming.carrot | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.potato | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.tomato | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.cucumber | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.corn | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.coffee | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.melon | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.pumpkin | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.cocoa | bool | true | farming.conf | true or false only |
| farming.raspberry | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.blueberry | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.rhubarb | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.beans | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.grapes | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.barley | bool | true | farming.conf | true or false only |
| farming.chili | float | 0.003 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.hemp | float | 0.003 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.garlic | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.onion | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.pepper | float | 0.002 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.pineapple | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.peas | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.beetroot | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.mint | float | 0.005 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.cabbage | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.blackberry | float | 0.002 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.lettuce | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.soy | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.vanilla | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.artichoke | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.parsley | float | 0.002 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.sunflower | float | 0.001 | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
| farming.grains | bool | true | farming.conf | true or false only |
| farming.rice | bool | true | farming.conf | true to enable crop/food in-game and on mapgen set spawn rarety |
#### Nodes and food
This farming mod provides a large featured basic foods production of farming:
| Node name | Description name |
| ----------------------- | --------------------- |
| farming:salt | Salt |
| farming:salt_crystal | Salt crystal |
| farming:rose_water | Rose Water |
| farming:glass_water | Glass of Water |
| farming:sugar | Sugar |
| farming:caramel | Caramel |
| farming:turkish_delight | Turkish Delight |
| farming:garlic_bread | Garlic Bread |
| farming:donut | Donut |
| farming:donut_chocolate | Chocolate Donut |
| farming:donut_apple | Apple Donut |
| farming:porridge | Porridge |
| farming:jaffa_cake | Jaffa Cake |
| farming:apple_pie | Apple Pie |
| farming:cactus_juice | Cactus Juice |
| farming:pasta | Pasta |
| farming:spaghetti | Spaghetti |
| farming:bibimbap | Bibimbap |
| farming:burger | Burger |
| farming:salad | Salad |
| farming:smoothie_berry | Triple Berry Smoothie |
| farming:spanish_potatoes | Spanish Potatoes |
| farming:potato_omelet | Potato omelet |
| farming:paella | Paella |
| farming:flan | Vanilla Flan |
| farming:cheese_vegan | Vegan Cheese |
| farming:onigiri | Onirigi |
| farming:gyoza | Gyoza |
| farming:mochi | Mochi |
#### Items tools
| node name | Description |
| ----------------------- | --------------------- |
| farming:scythe_mithril | Mithril Scythe (Use to harvest and replant crops) |
| farming:hoe_bomb | Hoe Bomb (use or throw on grassy areas to hoe land) |
| farming:hoe_wood | Wooden Hoe |
| farming:hoe_stone | Stone Hoe |
| farming:hoe_steel | Steel Hoe |
| farming:hoe_bronze | Bronze Hoe |
| farming:hoe_mese | Mese Hoe |
| farming:hoe_diamond | Diamond Hoe |
| farming:bowl | Wooden Bowl |
| farming:saucepan | Saucepan |
| farming:pot | Cooking Pot |
| farming:baking_tray | Baking Tray |
| farming:skillet | Skillet |
| farming:mortar_pestle | Mortar and Pestle |
| farming:cutting_board | Cutting Board |
| farming:juicer | Juicer |
| farming:mixing_bowl | Glass Mixing Bowl |
| moreores:hoe_silver | Silver Hoe |
| moreores:hoe_mithril | Mitril Hoe |
#### Nodes and Aliasing
This mod is a direct replacement for the old Farming Plus mod and
replaces all of it's nodes and items with one's found within
Farming Redo.
#### AMB
There is one abm for new group `group:growing`.
### Changelog: ### Changelog:
- NEXT - Now blueberries can make blue dye, tweak soil types to work better with older 0.4.x clients and add spanish translation (thx mckaygerhard), add trellis setting to registered_crops and fix pea and soy crop names (thx nixnoxus)
- 1.46 - Added min/max default light settings, added lettuce and blackberries with food items (thanks OgelGames), added soya, vanilla and sunflowers (thanks Felfa), added tofu, added salt crystals (thanks gorlock) - 1.46 - Added min/max default light settings, added lettuce and blackberries with food items (thanks OgelGames), added soya, vanilla and sunflowers (thanks Felfa), added tofu, added salt crystals (thanks gorlock)
- 1.45 - Dirt and Hoes are more in line with default by using dry/wet/base, added cactus juice, added pasta, spaghetti, cabbage, korean bibimbap, code tidy - 1.45 - Dirt and Hoes are more in line with default by using dry/wet/base, added cactus juice, added pasta, spaghetti, cabbage, korean bibimbap, code tidy
options, onion soup added (thanks edcrypt), Added apple pie, added wild cotton to savanna options, onion soup added (thanks edcrypt), Added apple pie, added wild cotton to savanna

View File

@ -16,6 +16,7 @@ The farming API allows you to easily register plants and hoes.
'minlight' min light level needed to grow 'minlight' min light level needed to grow
'maxlight' max light level needed to grow 'maxlight' max light level needed to grow
'steps' number of steps crop has in growth cycle 'steps' number of steps crop has in growth cycle
'trellis' name of trellis node (e.g. "farming:trellis"), default: nil
### Hoe Definition ### Hoe Definition

View File

@ -222,6 +222,7 @@ minetest.register_node("farming:beanpole_5", table.copy(def))
-- add to registered_plants -- add to registered_plants
farming.registered_plants["farming:beans"] = { farming.registered_plants["farming:beans"] = {
trellis = "farming:beanpole",
crop = "farming:beanpole", crop = "farming:beanpole",
seed = "farming:beans", seed = "farming:beans",
minlight = farming.min_light, minlight = farming.min_light,

View File

@ -43,6 +43,12 @@ minetest.register_craft({
replacements = {{"group:food_baking_tray", "farming:baking_tray"}} replacements = {{"group:food_baking_tray", "farming:baking_tray"}}
}) })
-- Blue Dye
minetest.register_craft({
output = "dye:blue",
recipe = {{"farming:blueberries"}}
})
-- blueberry definition -- blueberry definition
local def = { local def = {
drawtype = "plantlike", drawtype = "plantlike",

View File

@ -199,6 +199,7 @@ minetest.register_node("farming:cocoa_4", table.copy(def))
-- add to registered_plants -- add to registered_plants
farming.registered_plants["farming:cocoa_beans"] = { farming.registered_plants["farming:cocoa_beans"] = {
trellis = "default:jungletree",
crop = "farming:cocoa", crop = "farming:cocoa",
seed = "farming:cocoa_beans_raw", seed = "farming:cocoa_beans_raw",
minlight = farming.min_light, minlight = farming.min_light,

View File

@ -229,6 +229,7 @@ minetest.register_node("farming:grapes_8", table.copy(def))
-- add to registered_plants -- add to registered_plants
farming.registered_plants["farming:grapes"] = { farming.registered_plants["farming:grapes"] = {
trellis = "farming:trellis",
crop = "farming:grapes", crop = "farming:grapes",
seed = "farming:grapes", seed = "farming:grapes",
minlight = farming.min_light, minlight = farming.min_light,

View File

@ -83,7 +83,7 @@ minetest.register_node("farming:pea_5", table.copy(def))
-- add to registered_plants -- add to registered_plants
farming.registered_plants["farming:pea_pod"] = { farming.registered_plants["farming:pea_pod"] = {
crop = "farming:pea_pod", crop = "farming:pea",
seed = "farming:pea_pod", seed = "farming:pea_pod",
minlight = farming.min_light, minlight = farming.min_light,
maxlight = farming.max_light, maxlight = farming.max_light,

View File

@ -184,7 +184,7 @@ minetest.register_node("farming:soy_7", table.copy(def))
-- add to registered_plants -- add to registered_plants
farming.registered_plants["farming:soy_pod"] = { farming.registered_plants["farming:soy_pod"] = {
crop = "farming:soy_pod", crop = "farming:soy",
seed = "farming:soy_pod", seed = "farming:soy_pod",
minlight = farming.min_light, minlight = farming.min_light,
maxlight = farming.max_light, maxlight = farming.max_light,

View File

@ -29,8 +29,27 @@ end
local statistics = dofile(farming.path .. "/statistics.lua") local statistics = dofile(farming.path .. "/statistics.lua")
-- Intllib -- Intllib
local S = minetest.get_translator and minetest.get_translator("farming") or local S
dofile(farming.path .. "/intllib.lua") if minetest.get_translator ~= nil then
S = minetest.get_translator("farming") -- 5.x translation function
else
if minetest.get_modpath("intllib") then
dofile(minetest.get_modpath("intllib") .. "/init.lua")
if intllib.make_gettext_pair then
gettext, ngettext = intllib.make_gettext_pair() -- new gettext method
else
gettext = intllib.Getter() -- old text file method
end
S = gettext
else -- boilerplate function
S = function(str, ...)
local args = {...}
return str:gsub("@%d+", function(match)
return args[tonumber(match:sub(2))]
end)
end
end
end
farming.intllib = S farming.intllib = S

View File

@ -1,45 +0,0 @@
-- Fallback functions for when `intllib` is not installed.
-- Code released under Unlicense <http://unlicense.org>.
-- Get the latest version of this file at:
-- https://raw.githubusercontent.com/minetest-mods/intllib/master/lib/intllib.lua
local function format(str, ...)
local args = { ... }
local function repl(escape, open, num, close)
if escape == "" then
local replacement = tostring(args[tonumber(num)])
if open == "" then
replacement = replacement..close
end
return replacement
else
return "@"..open..num..close
end
end
return (str:gsub("(@?)@(%(?)(%d+)(%)?)", repl))
end
local gettext, ngettext
if minetest.get_modpath("intllib") then
if intllib.make_gettext_pair then
-- New method using gettext.
gettext, ngettext = intllib.make_gettext_pair()
else
-- Old method using text files.
gettext = intllib.Getter()
end
end
-- Fill in missing functions.
gettext = gettext or function(msgid, ...)
return format(msgid, ...)
end
ngettext = ngettext or function(msgid, msgid_plural, n, ...)
return format(n==1 and msgid or msgid_plural, ...)
end
return gettext, ngettext

View File

@ -2,7 +2,8 @@
# textdomain: farming # textdomain: farming
# author: Xanthin # author: Xanthin
# author: TheDarkTiger # author: TheDarkTiger
# last update: 2020/Apr/26 # author: SwissalpS
# last update: 2022/Feb/26
###### folder . ###### ###### folder . ######
@ -10,22 +11,22 @@
Seed=Saatgut Seed=Saatgut
### compatibility.lua ### ### compatibility.lua ###
Banana= Banana=Banane
Banana Leaves= Banana Leaves=Bananenblätter
Orange= Orange=Apfelsine
Strawberry= Strawberry=Erdbeere
### food.lua ### ### food.lua ###
Sugar=Zucker Sugar=Zucker
Salt= Salt=Salz
Rose Water= Rose Water=Rosenwasser
Turkish Delight= Turkish Delight=Lokum
Garlic Bread= Garlic Bread=Knoblauchbrot
Donut=Donut Donut=Donut
Chocolate Donut=Schokodonut Chocolate Donut=Schokodonut
Apple Donut=Apfeldonut Apple Donut=Apfeldonut
Porridge= Porridge=Haferbrei
Jaffa Cake= Jaffa Cake=Jaffakeks
### hoes.lua ### ### hoes.lua ###
Hoe=Hacke Hoe=Hacke
@ -36,8 +37,8 @@ Bronze Hoe=Bronzehacke
Mese Hoe=Mesehacke Mese Hoe=Mesehacke
Diamond Hoe=Diamanthacke Diamond Hoe=Diamanthacke
# Surcharge du mod [Toolranks] à faire # # Surcharge du mod [Toolranks] à faire #
Hoe Bomb (use or throw on grassy areas to hoe land)= Hoe Bomb (use or throw on grassy areas to hoe land)=Hackbombe (Auf Grasland werfen oder benutzen)
Mithril Scythe (Right-click to harvest and replant crops)= Mithril Scythe (Right-click to harvest and replant crops)=Mithril-Sense (Rechts-Klick zum Ernten und Wiedereinpflanzen)
# Surcharge du mod [Toolranks] à faire # # Surcharge du mod [Toolranks] à faire #
### soil.lua ### ### soil.lua ###
@ -45,15 +46,15 @@ Soil=Ackerboden
Wet Soil=Bewässerter Ackerboden Wet Soil=Bewässerter Ackerboden
### utensils.lua ### ### utensils.lua ###
Wooden Bowl= Wooden Bowl=Holzschale
Saucepan= Saucepan=Kasserolle
Cooking Pot= Cooking Pot=Kochtopf
Baking Tray= Baking Tray=Kuchenblech
Skillet= Skillet=Bratpfanne
Mortar and Pestle= Mortar and Pestle=Mörser und Stößel
Cutting Board= Cutting Board=Schneidebrett
Juicer= Juicer=Entsafter
Glass Mixing Bowl= Glass Mixing Bowl=Glasschüssel
###### folder ./crops ###### ###### folder ./crops ######
@ -67,28 +68,28 @@ Green Beans=Grüne Bohnen
Bean Pole (place on soil before planting beans)=Bohnenstange (vor dem Pflanzen der Bohnen auf den\nAckerboden stellen) Bean Pole (place on soil before planting beans)=Bohnenstange (vor dem Pflanzen der Bohnen auf den\nAckerboden stellen)
### beetroot.lua ### ### beetroot.lua ###
Beetroot= Beetroot=Rote Beete
Beetroot Soup= Beetroot Soup=Rote Beete Suppe
### blueberry.lua ### ### blueberry.lua ###
Blueberries=Blaubeeren Blueberries=Blaubeeren
Blueberry Muffin=Blaubeermuffin Blueberry Muffin=Blaubeermuffin
Blueberry Pie= Blueberry Pie=Blaubeerkuchen
### carrot.lua ## ### carrot.lua ##
Carrot=Möhre Carrot=Möhre
Carrot Juice= Carrot Juice=Möhrensaft
Golden Carrot=Goldene Möhre Golden Carrot=Goldene Möhre
### chili.lua ### ### chili.lua ###
Chili Pepper= Chili Pepper=Chili
Bowl of Chili= Bowl of Chili=Chili Schale
### cocoa.lua ### ### cocoa.lua ###
Cocoa Beans=Kakaobohne Cocoa Beans=Kakaobohne
Cookie=Keks Cookie=Keks
Bar of Dark Chocolate=Tafel Zartbitterschokolade Bar of Dark Chocolate=Tafel Zartbitterschokolade
Chocolate Block= Chocolate Block=Schokoladenstück
### coffee.lua ### ### coffee.lua ###
Coffee Beans=Kaffeebohnen Coffee Beans=Kaffeebohnen
@ -97,21 +98,21 @@ Cup of Coffee=Tasse Kaffee
### corn.lua ### ### corn.lua ###
Corn=Mais Corn=Mais
Corn on the Cob=Maiskolben Corn on the Cob=Maiskolben
Cornstarch= Cornstarch=Speisestärke
Bottle of Ethanol=Flasche Ethanol Bottle of Ethanol=Flasche Ethanol
### cotton.lua ### ### cotton.lua ###
Cotton Seed=Baumwollsamen Cotton Seed=Baumwollsamen
Cotton=Baumwolle Cotton=Baumwolle
String= String=Faden
### cucumber.lua ### ### cucumber.lua ###
Cucumber=Gurke Cucumber=Gurke
### garlic.lua ### ### garlic.lua ###
Garlic clove= Garlic clove=Knoblauchzehe
Garlic= Garlic=Knoblauch
Garlic Braid= Garlic Braid=Knoblauchzopf
### grapes.lua ### ### grapes.lua ###
Grapes=Weintrauben Grapes=Weintrauben
@ -122,7 +123,7 @@ Hemp Seed=Hanfsamen
Hemp Leaf=Hanfblatt Hemp Leaf=Hanfblatt
Bottle of Hemp Oil=Flasche mit Hanföl Bottle of Hemp Oil=Flasche mit Hanföl
Hemp Fibre=Hanffaser Hemp Fibre=Hanffaser
Hemp Block= Hemp Block=Hanfblock
Hemp Rope=Hanfseil Hemp Rope=Hanfseil
### melon.lua ### ### melon.lua ###
@ -130,33 +131,33 @@ Melon Slice=Melonenscheibe
Melon=Melone Melon=Melone
### onion.lua ### ### onion.lua ###
Onion= Onion=Zwiebel
### peas.lua ### ### peas.lua ###
Pea Pod= Pea Pod=Erbsenschote
Peas= Peas=Erbsen
Pea Soup= Pea Soup=Erbsensuppe
### pepper.lua ### ### pepper.lua ###
Peppercorn= Peppercorn=Pfefferkorn
Pepper= Pepper=Pfeffer
Ground Pepper= Ground Pepper=Gemahlener Pfeffer
### pinapple.lua ### ### pinapple.lua ###
Pineapple Top= Pineapple Top=Ananasdeckel
Pineapple= Pineapple=Ananas
Pineapple Ring= Pineapple Ring=Ananasscheibe
Pineapple Juice= Pineapple Juice=Ananassaft
### potato.lua ### ### potato.lua ###
Potato=Kartoffel Potato=Kartoffel
Baked Potato=Ofenkartoffel Baked Potato=Ofenkartoffel
Cucumber and Potato Salad= Cucumber and Potato Salad=Gurken und Tomatensalat
### pumpkin.lua ### ### pumpkin.lua ###
Pumpkin Slice=Kürbisscheibe Pumpkin Slice=Kürbisscheibe
Jack 'O Lantern (punch to turn on and off)=Kürbislaterne (Punch zum Ein- und Ausschalten) Jack 'O Lantern (punch to turn on and off)=Kürbislaterne (Punch zum Ein- und Ausschalten)
Scarecrow Bottom= Scarecrow Bottom=Vogelscheuchengestell
Pumpkin Bread=Kürbisbrot Pumpkin Bread=Kürbisbrot
Pumpkin Dough=Kürbisteig Pumpkin Dough=Kürbisteig
Pumpkin=Kürbis Pumpkin=Kürbis
@ -170,16 +171,16 @@ Rhubarb=Rhabarber
Rhubarb Pie=Rhabarberkuchen Rhubarb Pie=Rhabarberkuchen
### ryeoatrice.lua ### ### ryeoatrice.lua ###
Rye= Rye=Roggen
Rye seed= Rye seed=Roggensaat
Oat= Oat=Hafer
Oat seed= Oat seed=Hafersamen
Rice= Rice=Reis
Rice grains= Rice grains=Reissaat
Rice Bread= Rice Bread=Reiswaffel
Rice Flour= Rice Flour=Reismehl
Multigrain Flour= Multigrain Flour=Mehrkornmehl
Multigrain Bread= Multigrain Bread=Mehrkornbrot
### tomato.lua ### ### tomato.lua ###
Tomato=Tomate Tomato=Tomate
@ -190,6 +191,6 @@ Wheat=Weizen
Straw=Stroh Straw=Stroh
Flour=Mehl Flour=Mehl
Bread=Brot Bread=Brot
Sliced Bread= Sliced Bread=Geschnittenes Brot
Toast= Toast=Toast
Toast Sandwich= Toast Sandwich=Toast Sandwich

195
locale/es.txt Normal file
View File

@ -0,0 +1,195 @@
# Translation of the farming mod by TenPlus1
# textdomain: farming
# author: PICCORO Lenz McKAY <mckaygerhard@gmail.com>
# author: SwissalpS
# last update: 2022/Feb/26
###### folder . ######
### init.lua ###
Seed=Semilla
### compatibility.lua ###
Banana=Banana
Banana Leaves=Hojas de banana
Orange=Naranja
Strawberry=Fresa
### food.lua ###
Sugar=Azúcar
Salt=Sal
Rose Water=Agua de rosa
Turkish Delight=Delicia turca
Garlic Bread=Pan de ajo
Donut=Dona
Chocolate Donut=Dona de chocolate
Apple Donut=Dona de manzana
Porridge=Papilla
Jaffa Cake=Pastel de jaffa
### hoes.lua ###
Hoe=Azadón
Wooden Hoe=Azadón de madera
Stone Hoe=Azadón de piedra
Steel Hoe=Azadón de acero
Bronze Hoe=Azadón de bronze
Mese Hoe=Azadón de mese
Diamond Hoe=Azadón de diamante
# Surcharge du mod [Toolranks] à faire #
Hoe Bomb (use or throw on grassy areas to hoe land)=Azadón bomba (usar o tirar en áreas verdes para rozar)
Mithril Scythe (Right-click to harvest and replant crops)=Guadaña de mithril (clic derecho para cosechar y replantar cultivos)
# Surcharge du mod [Toolranks] à faire #
### soil.lua ###
Soil=Suelo
Wet Soil=Suelo mojado
### utensils.lua ###
Wooden Bowl=Cuenco de madera
Saucepan=Cacerola
Cooking Pot=Olla
Baking Tray=Bandeja de hornear
Skillet=Sarten
Mortar and Pestle=Mortero y maja
Cutting Board=Tabla de cortar
Juicer=Exprimidor
Glass Mixing Bowl=Tazón de vidrio para mezclar
###### folder ./crops ######
### barley.lua ###
Barley Seed=Semilla de cebada
Barley=Cebada
### beans.lua ###
Green Beans=Frijoles verdes
Bean Pole (place on soil before planting beans)=Base de frijol (colocar en el suelo antes de plantar frijoles)
### beetroot.lua ###
Beetroot=Remolacha
Beetroot Soup=Sopa de remolacha
### blueberry.lua ###
Blueberries=Arándanos
Blueberry Muffin=Muffin de arándanos
Blueberry Pie=Pastel de arándanos
### carrot.lua ##
Carrot=Zanahoria
Carrot Juice=Jugo de zanahoria
Golden Carrot=Zanahoria dorada
### chili.lua ###
Chili Pepper=Ají picante
Bowl of Chili=Tazón de chili
### cocoa.lua ###
Cocoa Beans=Granos de cacao
Cookie=Galleta
Bar of Dark Chocolate=Barra de chocolate negro
Chocolate Block=Bloque de chocolate
### coffee.lua ###
Coffee Beans=Granos de café
Cup of Coffee=Taza de café
### corn.lua ###
Corn=Maíz
Corn on the Cob=Mazorca de maíz
Cornstarch=Almidón de maíz
Bottle of Ethanol=Botella de etanol
### cotton.lua ###
Cotton Seed=Semilla de algodón
Cotton=Algodón
String=Guita
### cucumber.lua ###
Cucumber=Pepino
### garlic.lua ###
Garlic clove=Diente de ajo
Garlic=Ajo
Garlic Braid=Trenza de ajo
### grapes.lua ###
Grapes=Uvas
Trellis (place on soil before planting grapes)=Enrejado (colocar en el suelo antes de plantar las uvas)
### hemp.lua ###
Hemp Seed=Semilla de cáñamo
Hemp Leaf=Hoja de cáñamo
Bottle of Hemp Oil=Botella de aceite de cáñamo
Hemp Fibre=Fibra de cáñamo
Hemp Block=Bloque de cáñamo
Hemp Rope=Cuerda de cáñamo
### melon.lua ###
Melon Slice=Rebanada de sandía
Melon=Sandía
### onion.lua ###
Onion=Cebolla
### peas.lua ###
Pea Pod=Vaina de guisantes
Peas=Guisantes
Pea Soup=Sopa de guisantes
### pepper.lua ###
Peppercorn=Grano de pimienta
Pepper=Pimienta
Ground Pepper=Pimienta molida
### pinapple.lua ###
Pineapple Top=Tapa de piña
Pineapple=Piña
Pineapple Ring=Anillo de piña
Pineapple Juice=Jugo de piña
### potato.lua ###
Potato=Patata
Baked Potato=Patata al horno
Cucumber and Potato Salad=Ensalada de pepino y patata
### pumpkin.lua ###
Pumpkin Slice=Pedazo de calabaza
Jack 'O Lantern (punch to turn on and off)=Farol de Jack (golpea para encender o apagar)
Scarecrow Bottom=Espantapájaros abajo
Pumpkin Bread=Pan de calabaza
Pumpkin Dough=Masa de calabaza
Pumpkin=Calabaza
### raspberry.lua ###
Raspberries=Frambuesa
Raspberry Smoothie=Batido de frambuesa
### rhubarb.lua ###
Rhubarb=Ruibarbo
Rhubarb Pie=Pastel de ruibarbo
### ryeoatrice.lua ###
Rye=Centeno
Rye seed=Semilla de centeno
Oat=Avena
Oat seed=Semilla de avena
Rice=Arroz
Rice grains=Granos de arroz
Rice Bread=Pan de arroz
Rice Flour=Harina de arroz
Multigrain Flour=Harina multigrano
Multigrain Bread=Pan multicereales
### tomato.lua ###
Tomato=Tomate
### wheat.lua ###
Wheat Seed=Semilla de trigo
Wheat=Trigo
Straw=Paja
Flour=Harina
Bread=Pan
Sliced Bread=Pan rebanado
Toast=Tostadas
Toast Sandwich=Emparedado de tostadas

View File

@ -5,7 +5,7 @@ Apple Pie=Apfelkuchen
Baked Potato=Ofenkartoffel Baked Potato=Ofenkartoffel
Baking Tray=Kuchenblech Baking Tray=Kuchenblech
Banana=Banane Banana=Banane
Banana Leaves=Bananenblatt Banana Leaves=Bananenblätter
Bar of Dark Chocolate=Tafel Zartbitterschokolade Bar of Dark Chocolate=Tafel Zartbitterschokolade
Barley=Gerste Barley=Gerste
Barley Seed=Gerstenkörner Barley Seed=Gerstenkörner
@ -21,7 +21,7 @@ Bottle of Hemp Oil=Flasche mit Hanföl
Bowl of Chili=Chili Schale Bowl of Chili=Chili Schale
Bread=Brot Bread=Brot
Bronze Hoe=Bronzehacke Bronze Hoe=Bronzehacke
Cabbage=Weißkohl Cabbage=Kohl
Cactus Juice=Kaktussaft Cactus Juice=Kaktussaft
Carrot=Möhre Carrot=Möhre
Carrot Juice=Möhrensaft Carrot Juice=Möhrensaft
@ -48,7 +48,7 @@ Garlic=Knoblauch
Garlic Braid=Knoblauchzopf Garlic Braid=Knoblauchzopf
Garlic Bread=Knoblauchbrot Garlic Bread=Knoblauchbrot
Garlic clove=Knoblauchzehe Garlic clove=Knoblauchzehe
Glass Mixing Bowl=Glasschlüssel Glass Mixing Bowl=Glasschüssel
Golden Carrot=Goldene Möhre Golden Carrot=Goldene Möhre
Grapes=Weintrauben Grapes=Weintrauben
Green Beans=Grüne Bohnen Green Beans=Grüne Bohnen
@ -106,6 +106,7 @@ Rose Water=Rosenwasser
Rye=Roggen Rye=Roggen
Rye seed=Roggensaat Rye seed=Roggensaat
Salt=Salz Salt=Salz
Salad=Salat
Saucepan=Kasserolle Saucepan=Kasserolle
Savanna Soil=Savannaerde Savanna Soil=Savannaerde
Scarecrow Bottom=Vogelscheuchengestell Scarecrow Bottom=Vogelscheuchengestell

134
locale/farming.es.tr Normal file
View File

@ -0,0 +1,134 @@
# textdomain:farming
%s Hoe=%s Azadón
Apple Donut=Dona de manzana
Apple Pie=Pastel de manzana
Baked Potato=Patata al horno
Baking Tray=Bandeja de hornear
Banana=Banana
Banana Leaves=Hojas de banana
Bar of Dark Chocolate=Barra de chocolate negro
Barley=Cebada
Barley Seed=Semilla de cebada
Bean Pole (place on soil before planting beans)=Base de frijol (colocar en el suelo antes de plantar frijoles)
Beetroot=Remolacha
Beetroot Soup=Sopa de remolacha
#Bibimbap=
Wild Blueberries=Arándanos silvestres
Blueberry Muffin=Muffin de arándanos
Blueberry Pie=Pastel de arándanos
Bottle of Ethanol=Botella de etanol
Bottle of Hemp Oil=Botella de aceite de cáñamo
Bowl of Chili=Tazón de chili
Bread=Pan
Bronze Hoe=Azadón de bronze
Cabbage=Repollo
Cactus Juice=Jugo de cactus
Carrot=Zanahoria
Carrot Juice=Jugo de zanahoria
Chili Pepper=Ají picante
Chocolate Block=Bloque de chocolate
Chocolate Donut=Dona de chocolate
Cocoa Beans=Granos de cacao
Coffee Beans=Granos de café
Cookie=Galleta
Cooking Pot=Olla
Corn=Maíz
Corn on the Cob=Mazorca de maíz
Cornstarch=Almidón de maíz
Cotton=Algodón
Cotton Seed=Semilla de algodón
Cucumber=Pepino
Cucumber and Potato Salad=Ensalada de pepino y patata
Cup of Coffee=Taza de café
Cutting Board=Tabla de cortar
Diamond Hoe=Azadón de diamante
Donut=Dona
Flour=Harina
Garlic=Ajo
Garlic Braid=Trenza de ajo
Garlic Bread=Pan de ajo
Garlic clove=Diente de ajo
Glass Mixing Bowl=Tazón de vidrio para mezclar
Golden Carrot=Zanahoria dorada
Grapes=Uvas
Green Beans=Frijoles verdes
Ground Pepper=Pimienta molida
Hemp Block=Bloque de cáñamo
Hemp Fibre=Fibra de cáñamo
Hemp Leaf=Hoja de cáñamo
Hemp Rope=Cuerda de cáñamo
Hemp Seed=Semilla de cáñamo
Hoe=Azadón
Hoe Bomb (use or throw on grassy areas to hoe land)=Azadón bomba (usar o tirar en áreas verdes para rozar)
Jack 'O Lantern (punch to turn on and off)=Farol de Jack (golpea para encender o apagar)
Jaffa Cake=Pastel de jaffa
Juicer=Exprimidor
Melon=Sandía
Melon Slice=Rebanada de sandía
Mese Hoe=Azadón de mese
Mint Leaf=Hoja de menta
Mint Seeds=Semilla de menta
Mint Tea=Té de menta
Mithril Scythe (Right-click to harvest and replant crops)=Guadaña de mithril (clic derecho para cosechar y replantar cultivos)
Mortar and Pestle=Mortero y maja
Multigrain Bread=Pan multicereales
Multigrain Flour=Harina multigrano
Oat seed=Semilla de avena
Oats=Avena
Onion=Cebolla
Onion Soup=Sopa de cebolla
Orange=Naranja
Pasta=Pasta
Pea Pod=Vaina de guisantes
Pea Soup=Sopa de guisantes
Peas=Guisantes
Pepper=Pimienta
Peppercorn=Grano de pimienta
Pineapple=Piña
Pineapple Juice=Jugo de piña
Pineapple Ring=Anillo de piña
Pineapple Top=Tapa de piña
Porridge=Papilla
Potato=Patata
Pumpkin=Calabaza
Pumpkin Bread=Pan de calabaza
Pumpkin Dough=Masa de calabaza
Pumpkin Slice=Pedazo de calabaza
Raspberries=Frambuesa
Raspberry Smoothie=Batido de frambuesa
Rhubarb=Ruibarbo
Rhubarb Pie=Pastel de ruibarbo
Rice=Arroz
Rice Bread=Pan de arroz
Rice Flour=Harina de arroz
Rice grains=Granos de arroz
Rose Water=Agua de rosa
Rye=Centeno
Rye seed=Semilla de centeno
Salt=Sal
Saucepan=Cacerola
Savanna Soil=Suelo de sabana
Scarecrow Bottom=Espantapájaros abajo
Seed=Semilla
Skillet=Sarten
Sliced Bread=Pan rebanado
Soil=Suelo
Spaghetti=Espaguetis
Steel Hoe=Azadón de acero
Stone Hoe=Azadón de piedra
Straw=Paja
Strawberry=Fresa
String=Guita
Sugar=Azúcar
Toast=Tostadas
Toast Sandwich=Emparedado de tostadas
Tomato=Tomate
Trellis (place on soil before planting grapes)=Enrejado (colocar en el suelo antes de plantar las uvas)
Turkish Delight=Delicia turca
Wet Savanna Soil=Suelo humedo de savana
Wet Soil=Suelo mojado
Wheat=Trigo
Wheat Seed=Semilla de trigo
Wild Cotton=Algodón salvaje
Wooden Bowl=Cuenco de madera
Wooden Hoe=Azadón de madera

View File

@ -13,7 +13,7 @@ Bean Pole (place on soil before planting beans)=Tuteur pour haricots (placer sur
Beetroot=Betterave Beetroot=Betterave
Beetroot Soup=Soupe de betterave Beetroot Soup=Soupe de betterave
Bibimbap=Bibimbap Bibimbap=Bibimbap
Wild Blueberries=Myrtilles Sauvages Wild Blueberries=Myrtilles sauvages
Blueberry Muffin=Muffin aux myrtilles Blueberry Muffin=Muffin aux myrtilles
Blueberry Pie=Tarte aux myrtilles Blueberry Pie=Tarte aux myrtilles
Bottle of Ethanol=Bouteille d'éthanol Bottle of Ethanol=Bouteille d'éthanol
@ -33,7 +33,7 @@ Coffee Beans=Grains de café
Cookie=Biscuit Cookie=Biscuit
Cooking Pot=Marmitte Cooking Pot=Marmitte
Corn=Maïs Corn=Maïs
Corn on the Cob=Maïs cuit Corn on the Cob=Cobette (maïs cuit)
Cornstarch=Fécule de maïs Cornstarch=Fécule de maïs
Cotton=Coton Cotton=Coton
Cotton Seed=Graines de coton Cotton Seed=Graines de coton
@ -111,7 +111,7 @@ Savanna Soil=Terre de la savane binnée
Scarecrow Bottom=Base d'épouventail Scarecrow Bottom=Base d'épouventail
Seed=Graine Seed=Graine
Skillet=Poêle Skillet=Poêle
Sliced Bread=Tranche de Pain Sliced Bread=Tranche de pain
Soil=Terre binnée Soil=Terre binnée
Spaghetti=Spaghetti Spaghetti=Spaghetti
Steel Hoe=Binette en acier Steel Hoe=Binette en acier

View File

@ -60,7 +60,7 @@ Hemp Rope=麻绳
Hemp Seed=大麻籽 Hemp Seed=大麻籽
Hoe=锄头 Hoe=锄头
Hoe Bomb (use or throw on grassy areas to hoe land)=锄弹(在草地上使用或扔在锄地上) Hoe Bomb (use or throw on grassy areas to hoe land)=锄弹(在草地上使用或扔在锄地上)
Jack 'O Lantern (punch to turn on and off)=南瓜灯(按一下开关) Jack 'O Lantern (punch to turn on and off)=杰克灯(按一下开关)
Jaffa Cake=佳发饼 Jaffa Cake=佳发饼
Juicer=榨汁机 Juicer=榨汁机
Melon=甜瓜 Melon=甜瓜

View File

@ -118,7 +118,7 @@ Steel Hoe=鋼鋤頭
Stone Hoe=石鋤 Stone Hoe=石鋤
Straw=稻草 Straw=稻草
Strawberry=草莓 Strawberry=草莓
String= String=字符串
Sugar=糖 Sugar=糖
Toast=烤麵包片 Toast=烤麵包片
Toast Sandwich=三明治麵包 Toast Sandwich=三明治麵包

View File

@ -2,7 +2,8 @@
# textdomain: farming # textdomain: farming
# author: Papaou30 # author: Papaou30
# author: TheDarkTiger # author: TheDarkTiger
# last update: 2020/Apr/26 # author: SwissalpS
# last update: 2022/Feb/26
###### folder . ###### ###### folder . ######
@ -11,16 +12,16 @@ Seed=Graine
### compatibility.lua ### ### compatibility.lua ###
Banana=Banane Banana=Banane
Banana Leaves=Feuilles de Banane Banana Leaves=Feuilles de banane
Orange=Orange Orange=Orange
Strawberry=Fraise Strawberry=Fraise
### food.lua ### ### food.lua ###
Sugar=Sucre Sugar=Sucre
Salt=Sel Salt=Sel
Rose Water=Eau de Rose Rose Water=Eau de rose
Turkish Delight=Douceur Turque Turkish Delight=Douceur turque
Garlic Bread=Pain à l'Ail Garlic Bread=Pain à l'ail
Donut=Beignet Donut=Beignet
Chocolate Donut=Beignet au chocolat Chocolate Donut=Beignet au chocolat
Apple Donut=Beignet aux pommes Apple Donut=Beignet aux pommes
@ -29,66 +30,66 @@ Jaffa Cake=Petit gâteau à l'orange "Jaffa"
### hoes.lua ### ### hoes.lua ###
Hoe=Binette Hoe=Binette
Wooden Hoe=Binette en Bois Wooden Hoe=Binette en bois
Stone Hoe=Binette en Pierre Stone Hoe=Binette en pierre
Steel Hoe=Binette en Acier Steel Hoe=Binette en acier
Bronze Hoe=Binette en Bronze Bronze Hoe=Binette en bronze
Mese Hoe=Binette en Mese Mese Hoe=Binette en mese
Diamond Hoe=Binette en Diamant Diamond Hoe=Binette en diamant
# Surcharge du mod [Toolranks] à faire # # Surcharge du mod [Toolranks] à faire #
Hoe Bomb (use or throw on grassy areas to hoe land)=Bombe à binnage (Actionner ou lancer sur une zone herbeuse pour la binner) Hoe Bomb (use or throw on grassy areas to hoe land)=Bombe à binnage (Actionner ou lancer sur une zone herbeuse pour la binner)
Mithril Scythe (Right-click to harvest and replant crops)=Faux en Mithril (Récolte et replante des graines) Mithril Scythe (Right-click to harvest and replant crops)=Faux en mithril (Récolte et replante des graines)
# Surcharge du mod [Toolranks] à faire # # Surcharge du mod [Toolranks] à faire #
### soil.lua ### ### soil.lua ###
Soil=Sol binné Soil=Terre binnée
Wet Soil=Sol binné humide Wet Soil=Terre humide et binnée
### utensils.lua ### ### utensils.lua ###
Wooden Bowl=Bol en Bois Wooden Bowl=Bol en bois
Saucepan=Casserole Saucepan=Casserole
Cooking Pot=Fait-tout Cooking Pot=Marmitte
Baking Tray=Lèche-frite Baking Tray=Lèche-frite
Skillet=Poêle Skillet=Poêle
Mortar and Pestle=Mortier et Pilon Mortar and Pestle=Mortier et pilon
Cutting Board=Planche à découper Cutting Board=Planche à découper
Juicer=Presse-agrumes Juicer=Presse-agrumes
Glass Mixing Bowl=Terrine en Verre Glass Mixing Bowl=Terrine en verre
###### folder ./crops ###### ###### folder ./crops ######
### barley.lua ### ### barley.lua ###
Barley Seed=Graine d'Orge Barley Seed=Graine d'orge
Barley=Orge Barley=Orge
### beans.lua ### ### beans.lua ###
Green Beans=Haricots verts Green Beans=Haricots verts
Bean Pole (place on soil before planting beans)=Tuteur pour haricots (placer sur le sol avant de planter des haricots) Bean Pole (place on soil before planting beans)=Tuteur pour haricots (placer sur le sol avant de planter des haricots)
### beetroot.lua ### ### beetroot.lua ###
Beetroot=Betrave Beetroot=Betterave
Beetroot Soup=Soupe de Betrave Beetroot Soup=Soupe de betterave
### blueberry.lua ### ### blueberry.lua ###
Blueberries=Myrtilles Blueberries=Myrtilles
Blueberry Muffin=Muffin aux Myrtilles Blueberry Muffin=Muffin aux myrtilles
Blueberry Pie=Tarte aux Myrtilles Blueberry Pie=Tarte aux myrtilles
### carrot.lua ## ### carrot.lua ##
Carrot=Carotte Carrot=Carotte
Carrot Juice=Jus de Carotte Carrot Juice=Jus de carotte
Golden Carrot=Carotte dorée Golden Carrot=Carotte dorée
### chili.lua ### ### chili.lua ###
Chili Pepper=Piment Rouge Chili Pepper=Piment fort
Bowl of Chili=Assiette de Chilli Bowl of Chili=Bol de chilli
### cocoa.lua ### ### cocoa.lua ###
Cocoa Beans=Fèves de Cacao Cocoa Beans=Fèves de cacao
Cookie=Cookie Cookie=Biscuit
Bar of Dark Chocolate=Tablette de Chocolat noir Bar of Dark Chocolate=Tablette de chocolat noir
Chocolate Block=Block de Chocolat Chocolate Block=Bloc de chocolat
### coffee.lua ### ### coffee.lua ###
Coffee Beans=Grains de café Coffee Beans=Grains de café
@ -96,12 +97,12 @@ Cup of Coffee=Tasse de café
### corn.lua ### ### corn.lua ###
Corn=Maïs Corn=Maïs
Corn on the Cob=Cobette (Maïs cuit) Corn on the Cob=Cobette (maïs cuit)
Cornstarch=Fécule de Maïs Cornstarch=Fécule de maïs
Bottle of Ethanol=Bouteille d'Éthanol Bottle of Ethanol=Bouteille d'éthanol
### cotton.lua ### ### cotton.lua ###
Cotton Seed=Graines de Coton Cotton Seed=Graines de coton
Cotton=Coton Cotton=Coton
String=Ficelle String=Ficelle
@ -109,8 +110,8 @@ String=Ficelle
Cucumber=Concombre Cucumber=Concombre
### garlic.lua ### ### garlic.lua ###
Garlic clove=Gousse d'Ail Garlic clove=Gousse d'ail
Garlic=Tête d'Ail Garlic=Tête d'ail
Garlic Braid=Ail tressé Garlic Braid=Ail tressé
### grapes.lua ### ### grapes.lua ###
@ -118,52 +119,52 @@ Grapes=Raisins
Trellis (place on soil before planting grapes)=Treillis (placer sur le sol avant de planter la vigne) Trellis (place on soil before planting grapes)=Treillis (placer sur le sol avant de planter la vigne)
### hemp.lua ### ### hemp.lua ###
Hemp Seed=Graines de Chanvre Hemp Seed=Graines de chanvre
Hemp Leaf=Feuille de Chanvre Hemp Leaf=Feuille de chanvre
Bottle of Hemp Oil=Bouteille d'huile de Chanvre Bottle of Hemp Oil=Bouteille d'huile de chanvre
Hemp Fibre=Fibre de Chanvre Hemp Fibre=Fibre de chanvre
Hemp Block=Bloc de Chanvre Hemp Block=Bloc de chanvre
Hemp Rope=Corde de Chanvre Hemp Rope=Corde de chanvre
### melon.lua ### ### melon.lua ###
Melon Slice=Tranche de Melon Melon Slice=Tranche de melon
Melon=Melon Melon=Melon
### onion.lua ### ### onion.lua ###
Onion=Oignon Onion=Oignon
### peas.lua ### ### peas.lua ###
Pea Pod=Cosse de Petit-poids Pea Pod=Cosse de petit-pois
Peas=Petit-poids Peas=Petit-pois
Pea Soup=Soupe de Petit-poids Pea Soup=Soupe de petit-pois
### pepper.lua ### ### pepper.lua ###
Peppercorn=Grain de Poivre Peppercorn=Grain de poivre
Pepper=Poivron Pepper=Poivron
Ground Pepper=Poivre moulu Ground Pepper=Poivre moulu
### pinapple.lua ### ### pinapple.lua ###
Pineapple Top=Pousse d'Ananas Pineapple Top=Pousse d'ananas
Pineapple=Ananas Pineapple=Ananas
Pineapple Ring=Tranche d'Ananas Pineapple Ring=Tranche d'ananas
Pineapple Juice=Jus d'Ananas Pineapple Juice=Jus d'ananas
### potato.lua ### ### potato.lua ###
Potato=Pomme de terre Potato=Pomme de terre
Baked Potato=Pomme de terre cuite Baked Potato=Pomme de terre cuite
Cucumber and Potato Salad=Salade de Pomme de terre au Concombre Cucumber and Potato Salad=Salade de pomme de terre et concombre
### pumpkin.lua ### ### pumpkin.lua ###
Pumpkin Slice=Tranche de Citrouille Pumpkin Slice=Tranche de citrouille
Jack 'O Lantern (punch to turn on and off)=Jack 'O Lantern (Frapper pour allumer et éteindre) Jack 'O Lantern (punch to turn on and off)=Jack 'O Lantern (Frapper pour allumer et éteindre)
Scarecrow Bottom=Base d'Epouventail Scarecrow Bottom=Base d'épouventail
Pumpkin Bread=Pain à la Citrouille Pumpkin Bread=Pain à la citrouille
Pumpkin Dough=Pâton de pain à la Citrouille Pumpkin Dough=Pâton de pain à la citrouille
Pumpkin=Citrouille Pumpkin=Citrouille
### raspberry.lua ### ### raspberry.lua ###
Raspberries=Framboises Raspberries=Framboises
Raspberry Smoothie=Smoothie aux Framboises Raspberry Smoothie=Smoothie aux framboises
### rhubarb.lua ### ### rhubarb.lua ###
Rhubarb=Rhubarbe Rhubarb=Rhubarbe
@ -171,15 +172,15 @@ Rhubarb Pie=Tarte à la rhubarbe
### ryeoatrice.lua ### ### ryeoatrice.lua ###
Rye=Seigle Rye=Seigle
Rye seed=Grains de Seigle Rye seed=Grains de seigle
Oat=Orge Oat=Orge
Oat seed=Grains d'Orge Oat seed=Grains d'orge
Rice=Riz Rice=Riz
Rice grains=Grain de Riz Rice grains=Grain de riz
Rice Bread=Pain de Riz Rice Bread=Pain de riz
Rice Flour=Farine de Riz Rice Flour=Farine de riz
Multigrain Flour=Farine Multi-céréales Multigrain Flour=Farine multi-céréales
Multigrain Bread=Pain aux Céréales Multigrain Bread=Pain aux céréales
### tomato.lua ### ### tomato.lua ###
Tomato=Tomate Tomato=Tomate
@ -190,6 +191,6 @@ Wheat=Blé
Straw=Paille Straw=Paille
Flour=Farine Flour=Farine
Bread=Pain Bread=Pain
Sliced Bread=Tranche de Pain Sliced Bread=Tranche de pain
Toast=Pain Grillé Toast=Pain grillé
Toast Sandwich=Sandwich au Pain Toast Sandwich=Sandwich au pain grillé

View File

@ -89,7 +89,7 @@ Potato=土豆
Baked Potato=焗馬鈴薯 Baked Potato=焗馬鈴薯
Cucumber and Potato Salad=黃瓜土豆沙拉 Cucumber and Potato Salad=黃瓜土豆沙拉
Pumpkin Slice=南瓜片 Pumpkin Slice=南瓜片
Jack 'O Lantern (punch to turn on and off)=傑克燈(按一下開關) Jack 'O Lantern (punch to turn on and off)=南瓜燈(按一下開關)
Scarecrow Bottom=稻草人屁股 Scarecrow Bottom=稻草人屁股
Pumpkin Bread=南瓜麵包 Pumpkin Bread=南瓜麵包
Pumpkin Dough=南瓜麵糰 Pumpkin Dough=南瓜麵糰

129
soil.lua
View File

@ -1,6 +1,11 @@
local S = farming.intllib local S = farming.intllib
-- default dry soil node
local dry_soil = "farming:soil"
-- add soil types to existing dirt blocks -- add soil types to existing dirt blocks
minetest.override_item("default:dirt", { minetest.override_item("default:dirt", {
soil = { soil = {
@ -34,29 +39,71 @@ minetest.override_item("default:dirt_with_rainforest_litter", {
} }
}) })
minetest.override_item("default:dirt_with_coniferous_litter", { if minetest.registered_nodes["default:dirt_with_coniferous_litter"] then
soil = {
base = "default:dirt_with_coniferous_litter",
dry = "farming:soil",
wet = "farming:soil_wet"
}
})
minetest.override_item("default:dry_dirt", { minetest.override_item("default:dirt_with_coniferous_litter", {
soil = { soil = {
base = "default:dry_dirt", base = "default:dirt_with_coniferous_litter",
dry = "farming:dry_soil", dry = "farming:soil",
wet = "farming:dry_soil_wet" wet = "farming:soil_wet"
} }
}) })
end
minetest.override_item("default:dry_dirt_with_dry_grass", {
soil = { -- savanna soil
base = "default:dry_dirt_with_dry_grass", if minetest.registered_nodes["default:dry_dirt"] then
dry = "farming:dry_soil",
wet = "farming:dry_soil_wet" minetest.override_item("default:dry_dirt", {
} soil = {
}) base = "default:dry_dirt",
dry = "farming:dry_soil",
wet = "farming:dry_soil_wet"
}
})
minetest.override_item("default:dry_dirt_with_dry_grass", {
soil = {
base = "default:dry_dirt_with_dry_grass",
dry = "farming:dry_soil",
wet = "farming:dry_soil_wet"
}
})
minetest.register_node("farming:dry_soil", {
description = S("Savanna Soil"),
tiles = {
"default_dry_dirt.png^farming_soil.png",
"default_dry_dirt.png"
},
drop = "default:dry_dirt",
groups = {crumbly = 3, not_in_creative_inventory = 1, soil = 2, field = 1},
sounds = default.node_sound_dirt_defaults(),
soil = {
base = "default:dry_dirt",
dry = "farming:dry_soil",
wet = "farming:dry_soil_wet"
}
})
minetest.register_node("farming:dry_soil_wet", {
description = S("Wet Savanna Soil"),
tiles = {
"default_dry_dirt.png^farming_soil_wet.png",
"default_dry_dirt.png^farming_soil_wet_side.png"
},
drop = "default:dry_dirt",
groups = {crumbly = 3, not_in_creative_inventory = 1, soil = 3, field = 1},
sounds = default.node_sound_dirt_defaults(),
soil = {
base = "default:dry_dirt",
dry = "farming:dry_soil",
wet = "farming:dry_soil_wet"
}
})
dry_soil = "farming:dry_soil"
end
-- normal soil -- normal soil
minetest.register_node("farming:soil", { minetest.register_node("farming:soil", {
@ -77,7 +124,8 @@ minetest.register_node("farming:soil_wet", {
description = S("Wet Soil"), description = S("Wet Soil"),
tiles = { tiles = {
"default_dirt.png^farming_soil_wet.png", "default_dirt.png^farming_soil_wet.png",
"default_dirt.png^farming_soil_wet_side.png"}, "default_dirt.png^farming_soil_wet_side.png"
},
drop = "default:dirt", drop = "default:dirt",
groups = {crumbly = 3, not_in_creative_inventory = 1, soil = 3, field = 1}, groups = {crumbly = 3, not_in_creative_inventory = 1, soil = 3, field = 1},
sounds = default.node_sound_dirt_defaults(), sounds = default.node_sound_dirt_defaults(),
@ -88,42 +136,11 @@ minetest.register_node("farming:soil_wet", {
} }
}) })
-- savanna soil
if minetest.registered_nodes["default:dry_dirt"] then
minetest.register_node("farming:dry_soil", {
description = S("Savanna Soil"),
tiles = {
"default_dry_dirt.png^farming_soil.png",
"default_dry_dirt.png"},
drop = "default:dry_dirt",
groups = {crumbly = 3, not_in_creative_inventory = 1, soil = 2, field = 1},
sounds = default.node_sound_dirt_defaults(),
soil = {
base = "default:dry_dirt",
dry = "farming:dry_soil",
wet = "farming:dry_soil_wet"
}
})
minetest.register_node("farming:dry_soil_wet", {
description = S("Wet Savanna Soil"),
tiles = {
"default_dry_dirt.png^farming_soil_wet.png",
"default_dry_dirt.png^farming_soil_wet_side.png"},
drop = "default:dry_dirt",
groups = {crumbly = 3, not_in_creative_inventory = 1, soil = 3, field = 1},
sounds = default.node_sound_dirt_defaults(),
soil = {
base = "default:dry_dirt",
dry = "farming:dry_soil",
wet = "farming:dry_soil_wet"
}
})
end
-- sand is not soil, change existing sand-soil to use dry soil -- sand is not soil, change existing sand-soil to use dry soil
minetest.register_alias("farming:desert_sand_soil", "farming:dry_soil") minetest.register_alias("farming:desert_sand_soil", dry_soil)
minetest.register_alias("farming:desert_sand_soil_wet", "farming:dry_soil_wet") minetest.register_alias("farming:desert_sand_soil_wet", dry_soil .. "_wet")
-- if water near soil then change to wet soil -- if water near soil then change to wet soil
minetest.register_abm({ minetest.register_abm({