summaryrefslogtreecommitdiff
path: root/farming
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-13 09:48:45 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-13 09:48:45 -0400
commit1adee001dd438172cd4ff7e3c6e9ca168b0bdd58 (patch)
tree10695dbfc2754b729562eacf041f0bdb56314183 /farming
parent2fa93b219eadfcdcf8f1d472aad046fc62d5b99d (diff)
downloaddreambuilder_modpack-1adee001dd438172cd4ff7e3c6e9ca168b0bdd58.tar
dreambuilder_modpack-1adee001dd438172cd4ff7e3c6e9ca168b0bdd58.tar.gz
dreambuilder_modpack-1adee001dd438172cd4ff7e3c6e9ca168b0bdd58.tar.bz2
dreambuilder_modpack-1adee001dd438172cd4ff7e3c6e9ca168b0bdd58.tar.xz
dreambuilder_modpack-1adee001dd438172cd4ff7e3c6e9ca168b0bdd58.zip
update plantlife, digistuff, farming-redo, roads,
unified inventory, and fixed a few obsolete "overrides" in the misc-overrides package.
Diffstat (limited to 'farming')
-rw-r--r--farming/README.md61
-rw-r--r--farming/README.txt170
-rw-r--r--farming/api.txt53
-rw-r--r--farming/compatibility.lua15
-rw-r--r--farming/crops/barley.lua (renamed from farming/barley.lua)2
-rw-r--r--farming/crops/beans.lua (renamed from farming/beanpole.lua)14
-rw-r--r--farming/crops/beetroot.lua (renamed from farming/beetroot.lua)2
-rw-r--r--farming/crops/blueberry.lua (renamed from farming/blueberry.lua)19
-rw-r--r--farming/crops/carrot.lua (renamed from farming/carrot.lua)0
-rw-r--r--farming/crops/chili.lua (renamed from farming/chili.lua)0
-rw-r--r--farming/crops/cocoa.lua (renamed from farming/cocoa.lua)21
-rw-r--r--farming/crops/coffee.lua (renamed from farming/coffee.lua)71
-rw-r--r--farming/crops/corn.lua (renamed from farming/corn.lua)20
-rw-r--r--farming/crops/cotton.lua (renamed from farming/cotton.lua)0
-rw-r--r--farming/crops/cucumber.lua (renamed from farming/cucumber.lua)0
-rw-r--r--farming/crops/garlic.lua (renamed from farming/garlic.lua)5
-rw-r--r--farming/crops/grapes.lua (renamed from farming/grapes.lua)14
-rw-r--r--farming/crops/hemp.lua (renamed from farming/hemp.lua)21
-rw-r--r--farming/crops/melon.lua (renamed from farming/melon.lua)0
-rw-r--r--farming/crops/onion.lua (renamed from farming/onion.lua)2
-rw-r--r--farming/crops/peas.lua (renamed from farming/pea.lua)2
-rw-r--r--farming/crops/pepper.lua (renamed from farming/pepper.lua)7
-rw-r--r--farming/crops/pineapple.lua (renamed from farming/pineapple.lua)9
-rw-r--r--farming/crops/potato.lua (renamed from farming/potato.lua)16
-rw-r--r--farming/crops/pumpkin.lua (renamed from farming/pumpkin.lua)0
-rw-r--r--farming/crops/raspberry.lua (renamed from farming/raspberry.lua)2
-rw-r--r--farming/crops/rhubarb.lua (renamed from farming/rhubarb.lua)2
-rw-r--r--farming/crops/tomato.lua (renamed from farming/tomato.lua)0
-rw-r--r--farming/crops/wheat.lua (renamed from farming/wheat.lua)25
-rw-r--r--farming/depends.txt1
-rw-r--r--farming/donut.lua76
-rw-r--r--farming/farming.conf_example2
-rw-r--r--farming/food.lua188
-rw-r--r--farming/hoebomb.lua149
-rw-r--r--farming/hoes.lua138
-rw-r--r--farming/init.lua109
-rw-r--r--farming/license.txt109
-rw-r--r--farming/lucky_block.lua2
-rw-r--r--farming/sugar.lua44
-rw-r--r--farming/textures/farming_blueberry_pie.pngbin0 -> 195 bytes
-rw-r--r--farming/textures/farming_coffee_cup_hot.pngbin183 -> 0 bytes
-rw-r--r--farming/textures/farming_cornstarch.pngbin0 -> 176 bytes
-rw-r--r--farming/textures/farming_garlic_bread.pngbin0 -> 188 bytes
-rw-r--r--farming/textures/farming_potato_salad.pngbin0 -> 325 bytes
-rw-r--r--farming/textures/farming_rose_water.pngbin0 -> 178 bytes
-rw-r--r--farming/textures/farming_salt.pngbin254 -> 248 bytes
-rw-r--r--farming/textures/farming_turkish_delight.pngbin0 -> 156 bytes
-rw-r--r--farming/utensils.lua16
48 files changed, 809 insertions, 578 deletions
diff --git a/farming/README.md b/farming/README.md
new file mode 100644
index 0000000..99ac101
--- /dev/null
+++ b/farming/README.md
@@ -0,0 +1,61 @@
+# Farming Redo Mod
+### by TenPlus1
+
+https://forum.minetest.net/viewtopic.php?id=9019
+
+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.
+
+"farming:cotton_1" through to "farming:cotton_8"
+"farming:wheat_1" through to "farming:wheat_8"
+"farming:cucumber_4" through to "farming:cucumber_4"
+
+### Changelog:
+
+- 1.37 - Added custom 'growth_check(pos, nodename) function for crop nodes to use (check cocoa.lua for example)
+- 1.36 - Added Beetroot, Beetroot Soup (6x beetroot, 1x bowl), fix register_plant() issue, add new recipes
+- 1.35 - Deprecated bronze/mese/diamond hoe's, added hoe bomb and deprecated hoe's as lucky block prizes
+- 1.34 - Added scarecrow Base (5x sticks in a cross shape)
+- 1.33 - Added cooking utensils (wooden bowl, saucepan, cooking pot, baking tray, skillet, cutting board, mortar & pestle, juicer, glass mixing bowl) for easier food crafts.
+- 1.32 - Added Pea plant (textures by Andrey01) - also added Wooden Bowl and Pea Soup crafts
+- 1.31 - Added Pineapple which can be found growing in savannah areas (place pineapple in crafting to obtain 5x rings to eat and a top for re-planting), also Salt which is made from cooking a bucket of water, added food groups so it's more compatible with Ruben's food mods.
+- 1.30 - Added Garlic, Pepper and Onions thanks to Grizzly Adam for sharing textures
+- 1.29 - Updating functions so requires Minetest 0.4.16 and above to run
+- 1.28 - Added chili peppers and bowl of chili, optimized code and fixed a few bugs, added porridge
+- 1.27 - Added meshoptions to api and wheat plants, added farming.rarity setting to spawn more/less crops on map, have separate cotton/string items (4x cotton = 1x wool, 2x cotton = 2x string)
+- 1.26 - Added support for [toolranks] mod when using hoe's
+- 1.25 - Added check for farming.conf setting file to disable specific crops globally (inside mod folder) or world specific (inside world folder)
+- 1.24 - Added Hemp which can be crafted into fibre, paper, string, rope and oil.
+- 1.23 - Huge code tweak and tidy done and added barley seeds to be found in dry grass, barley can make flour for bread also.
+- 1.22 - Added grape bushes at high climates which can be cultivated into grape vines using trellis (9 sticks).
+- 1.21 - Added auto-refill code for planting crops (thanks crabman77), also fixed a few bugs
+- 1.20b - Tidied code, made api compatible with new 0.4.13 changes and changed to soil texture overlays
+- 1.20 - NEW growing routine added that allows crops to grow while player is away doing other things (thanks prestidigitator)
+- 1.14 - Added Green Beans from Crops mod (thanks sofar), little bushels in the wild but need to be grown using beanpoles crafted with 4 sticks (2 either side)
+- 1.13 - Fixed seed double-placement glitch. Mapgen now uses 0.4.12+ for plant generation
+- 1.12 - Player cannot place seeds in protected area, also growing speeds changed to match defaults
+- 1.11 - Added Straw Bale, streamlined growing abm a little, fixed melon rotation bug with screwdriver
+- 1.10 - Added Blueberry Bush and Blueberry Muffins, also Pumpkin/Melon easier to pick up, added check for unloaded map
+- 1.09 - Corn now uses single nodes instead of 1 ontop of the other, Ethanol recipe is more expensive (requires 5 corn) and some code cleanup.
+- 1.08 - Added Farming Plus compatibility, plus can be removed and no more missing nodes
+- 1.07 - Added Rhubarb and Rhubarb Pie
+- 1.06 - register_hoe and register_plant added for compatibility with default farming mod, although any plants registered will use farming redo to grow
+- 1.05 - Added Raspberry Bushels and Raspberry Smoothie
+- 1.04 - Added Donuts... normal, chocolate and apple... and a few code cleanups and now compatible with jungletree's from MoreTrees mod
+- 1.03 - Bug fixes and more compatibility as drop-in replacement for built-in farming mod
+- 1.02 - Added farming.mod string to help other mods identify which farming mod is running, if it returns "redo" then you're using this one, "" empty is built-in mod
+- 1.01 - Crafting coffee or ethanol returns empty bucket/bottle, also Cocoa spawns a little rarer
+- 1.0 - Added Cocoa which randomly grows on jungle tree's, pods give cocoa beans which can be used to farm more pods on a jungle trunk or make Cookies which have been added (or other treats)
+- 0.9 - Added Pumpkin, Jack 'O Lantern, Pumpkin Slice and Sugar (a huge thanks to painterly.net for allowing me to use their textures)
+- 0.8 - Added Watermelon and Melon Slice
+- 0.7 - Added Coffee, Coffee Beans, Drinking Cup, Cold and Hot Cup of Coffee
+- 0.6 - Added Corn, Corn on the Cob... Also reworked Abm
+- 0.5 - Added Carrot, Cucumber, Potato (and Baked Potato), Tomato
+- 0.4 - Checks for Protection, also performance changes
+- 0.3 - Added Diamond and Mese hoe
+- 0.2 - Fixed check for wet soil
+- 0.1 - Fixed growing bug
+- 0.0 - Initial release
+
+### Lucky Blocks: 30
diff --git a/farming/README.txt b/farming/README.txt
deleted file mode 100644
index 211367c..0000000
--- a/farming/README.txt
+++ /dev/null
@@ -1,170 +0,0 @@
-Farming Redo Mod
-by TenPlus1
-
-https://forum.minetest.net/viewtopic.php?id=9019
-
-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.
-
-"farming:cotton_1" through to "farming:cotton_8"
-"farming:wheat_1" through to "farming:wheat_8"
-"farming:cucumber_4" through to "farming:cucumber_4"
-
-Changelog:
-
-1.36 - Added Beetroot, Beetroot Soup (6x beetroot, 1x bowl)
-1.35 - Deprecated bronze/mese/diamond hoe's, added hoe bomb and deprecated hoe's as lucky block prizes
-1.34 - Added scarecrow Base (5x sticks in a cross shape)
-1.33 - Added cooking utensils (wooden bowl, saucepan, cooking pot, baking tray, skillet, cutting board, mortar & pestle, juicer, glass mixing bowl) for easier food crafts.
-1.32 - Added Pea plant (textures by Andrey01) - also added Wooden Bowl and Pea Soup crafts
-1.31 - Added Pineapple which can be found growing in savannah areas (place pineapple in crafting to obtain 5x rings to eat and a top for re-planting), also Salt which is made from cooking a bucket of water, added food groups so it's more compatible with Ruben's food mods.
-1.30 - Added Garlic, Pepper and Onions thanks to Grizzly Adam for sharing textures
-1.29 - Updating functions so requires Minetest 0.4.16 and above to run
-1.28 - Added chili peppers and bowl of chili, optimized code and fixed a few bugs, added porridge
-1.27 - Added meshoptions to api and wheat plants, added farming.rarity setting to spawn more/less crops on map, have separate cotton/string items (4x cotton = 1x wool, 2x cotton = 2x string)
-1.26 - Added support for [toolranks] mod when using hoe's
-1.25 - Added check for farming.conf setting file to disable specific crops globally (inside mod folder) or world specific (inside world folder)
-1.24 - Added Hemp which can be crafted into fibre, paper, string, rope and oil.
-1.23 - Huge code tweak and tidy done and added barley seeds to be found in dry grass, barley can make flour for bread also.
-1.22 - Added grape bushes at high climates which can be cultivated into grape vines using trellis (9 sticks).
-1.21 - Added auto-refill code for planting crops (thanks crabman77), also fixed a few bugs
-1.20b- Tidied code, made api compatible with new 0.4.13 changes and changed to soil texture overlays
-1.20 - NEW growing routine added that allows crops to grow while player is away doing other things (thanks prestidigitator)
-1.14 - Added Green Beans from Crops mod (thanks sofar), little bushels in the wild but need to be grown using beanpoles crafted with 4 sticks (2 either side)
-1.13 - Fixed seed double-placement glitch. Mapgen now uses 0.4.12+ for plant generation
-1.12 - Player cannot place seeds in protected area, also growing speeds changed to match defaults
-1.11 - Added Straw Bale, streamlined growing abm a little, fixed melon rotation bug with screwdriver
-1.10 - Added Blueberry Bush and Blueberry Muffins, also Pumpkin/Melon easier to pick up, added check for unloaded map
-1.09 - Corn now uses single nodes instead of 1 ontop of the other, Ethanol recipe is more expensive (requires 5 corn) and some code cleanup.
-1.08 - Added Farming Plus compatibility, plus can be removed and no more missing nodes
-1.07 - Added Rhubarb and Rhubarb Pie
-1.06 - register_hoe and register_plant added for compatibility with default farming mod, although any plants registered will use farming redo to grow
-1.05 - Added Raspberry Bushels and Raspberry Smoothie
-1.04 - Added Donuts... normal, chocolate and apple... and a few code cleanups and now compatible with jungletree's from MoreTrees mod
-1.03 - Bug fixes and more compatibility as drop-in replacement for built-in farming mod
-1.02 - Added farming.mod string to help other mods identify which farming mod is running, if it returns "redo" then you're using this one, "" empty is built-in mod
-1.01 - Crafting coffee or ethanol returns empty bucket/bottle, also Cocoa spawns a little rarer
-1.0 - Added Cocoa which randomly grows on jungle tree's, pods give cocoa beans which can be used to farm more pods on a jungle trunk or make Cookies which have been added (or other treats)
-0.9 - Added Pumpkin, Jack 'O Lantern, Pumpkin Slice and Sugar
-(a huge thanks to painterly.net for allowing me to use their textures)
-0.8 - Added Watermelon and Melon Slice
-0.7 - Added Coffee, Coffee Beans, Drinking Cup, Cold and Hot Cup of Coffee
-0.6 - Added Corn, Corn on the Cob... Also reworked Abm
-0.5 - Added Carrot, Cucumber, Potato (and Baked Potato), Tomato
-0.4 - Checks for Protection, also performance changes
-0.3 - Added Diamond and Mese hoe
-0.2 - Fixed check for wet soil
-0.1 - Fixed growing bug
-0.0 - Initial release
-
-Lucky Blocks: 28
-
-
-License of media (textures):
-----------------------------
-Created by PilzAdam (License: WTFPL):
- farming_bread.png
- farming_soil.png
- farming_soil_wet.png
- farming_soil_wet_side.png
- farming_string.png
-
-Created by Napiophelios (CC BY-SA 3.0):
- farming_cotton.png
-
-Created by Calinou (License: CC BY-SA):
- farming_tool_bronzehoe.png
- farming_tool_steelhoe.png
- farming_tool_stonehoe.png
- farming_tool_woodhoe.png
- farming_tool_mesehoe.png
- farming_tool_diamondhoe.png
-
-Created by VanessaE (License: WTFPL):
- farming_cotton_seed.png
- farming_wheat_seed.png
- farming_flour.png
- farming_wheat.png
- farming_wheat_1.png
- farming_wheat_2.png
- farming_wheat_3.png
- farming_wheat_4.png
- farming_wheat_5.png
- farming_wheat_5.png
- farming_wheat_7.png
- farming_wheat_8.png
- farming_cotton_1.png
- farming_cotton_2.png
- farming_cotton_3.png
- farming_cotton_4.png
- farming_cotton_5.png
- farming_cotton_6.png
- farming_cotton_7.png
- farming_cotton_8.png
-
-Created by Doc (License: WTFPL):
- farming_cucumber.png
- farming_cucumber_1.png
- farming_cucumber_2.png
- farming_cucumber_3.png
- farming_cucumber_4.png
- farming_potato.png
- farming_potato_1.png
- farming_potato_2.png
- farming_potato_3.png
- farming_potato_4.png
- farming_raspberries.png
- farming_raspberry_1.png
- farming_raspberry_2.png
- farming_raspberry_3.png
- farming_raspberry_4.png
-
-Created by Gambit:
- default_junglegrass.png
- farming_carrot.png
- farming_carrot_1.png
- farming_carrot_2.png
- farming_carrot_3.png
- farming_carrot_4.png
- farming_carrot_5.png
- farming_carrot_6.png
- farming_carrot_7.png
- farming_carrot_8.png
-
-Created by JoseTheCrafter and edited by TenPlus1:
- farming_tomato.png
- farming_tomato_1.png
- farming_tomato_2.png
- farming_tomato_3.png
- farming_tomato_4.png
- farming_tomato_5.png
- farming_tomato_6.png
- farming_tomato_7.png
- farming_tomato_8.png
-
-Created by GeMinecraft and edited by TenPlus1:
- farming_corn.png
- farming_corn_cob.png
- farming_corn_1.png
- farming_corn_2.png
- farming_corn_3.png
- farming_corn_4.png
- farming_corn_5.png
- farming_corn_6.png
- farming_corn_7.png
- farming_corn_8.png
-
-Created by TenPlus1
- farming_cocoa_1.png
- farming_cocoa_2.png
- farming_cocoa_3.png
- farming_cocoa_beans.png
- farming_cookie.png
- farming_raspberry_smoothie.png
- farming_rhubarb_1.png
- farming_rhubarb_2.png
- farming_rhubarb_3.png
- farming_rhubarb.png
- farming_rhubarb_pie.png
- farming_hemp*.png
diff --git a/farming/api.txt b/farming/api.txt
new file mode 100644
index 0000000..eda1289
--- /dev/null
+++ b/farming/api.txt
@@ -0,0 +1,53 @@
+Farming API
+-----------
+
+The farming API allows you to easily register plants and hoes.
+
+`farming.register_hoe(name, hoe definition)`
+ * Register a new hoe, see [#hoe definition]
+
+`farming.register_plant(name, Plant definition)`
+ * Register a new growing plant, see [#Plant definition]
+
+`farming.registered_plants[name] = definition`
+ * Table of registered plants, indexed by plant name
+
+### Hoe Definition
+
+
+ {
+ description = "", -- Description for tooltip
+ inventory_image = "unknown_item.png", -- Image to be used as wield- and inventory image
+ max_uses = 30, -- Uses until destroyed
+ material = "", -- Material for recipes
+ recipe = { -- Craft recipe, if material isn't used
+ {"air", "air", "air"},
+ {"", "group:stick"},
+ {"", "group:stick"},
+ }
+ }
+
+### Plant definition
+
+ {
+ description = "", -- Description of seed item
+ inventory_image = "unknown_item.png", -- Image to be used as seed's wield- and inventory image
+ steps = 8, -- How many steps the plant has to grow, until it can be harvested
+ -- ^ Always provide a plant texture for each step, format: modname_plantname_i.png (i = stepnumber)
+ minlight = 13, -- Minimum light to grow
+ maxlight = default.LIGHT_MAX -- Maximum light to grow
+ }
+
+Note: Any crops registered with the above function will use the new growing routines, also if crops are manually added with the {growing=1} group they will also grow.
+
+### Crop functions
+
+If a mod registers nodes to be used as crops using the {growing=1} group then an additional function can be used for custom growth checks instead of the standard 'are we above wet soil'.
+
+growth_check = function(pos, node_name)
+ -- check surrounding for jungle tree
+ if minetest.find_node_near(pos, 1, {"default:jungletree"}) then
+ return false -- place next growth stage
+ end
+ return true -- condition not met, skip next growth stage until next check
+end,
diff --git a/farming/compatibility.lua b/farming/compatibility.lua
index ccc46a5..afa98d6 100644
--- a/farming/compatibility.lua
+++ b/farming/compatibility.lua
@@ -1,3 +1,7 @@
+
+-- wait until mods are finished loading
+minetest.after(0, function()
+
-- add food group to default apple and brown mushroom
minetest.override_item("default:apple", {
groups = {food_apple = 1, fleshy = 3, dig_immediate = 3, flammable = 2,
@@ -12,7 +16,7 @@ minetest.override_item("flowers:mushroom_brown", {
end
-- is Ethereal mod installed?
-local eth = minetest.get_modpath("ethereal") or nil
+local eth = minetest.get_modpath("ethereal")
-- Banana
if eth then
@@ -140,9 +144,11 @@ else
minetest.register_alias("farming_plus:strawberry_2", "farming:raspberry_2")
minetest.register_alias("farming_plus:strawberry_3", "farming:raspberry_3")
minetest.register_alias("farming_plus:strawberry", "farming:raspberry_4")
-
end
+minetest.register_alias("bushes:strawberry", "ethereal:strawberry")
+
+
-- Tomato
minetest.register_alias("farming_plus:tomato_seed", "farming:tomato")
minetest.register_alias("farming_plus:tomato_item", "farming:tomato")
@@ -154,7 +160,7 @@ minetest.register_alias("farming_plus:tomato", "farming:tomato_8")
-- Weed
minetest.register_alias("farming:weed", "default:grass_2")
--- Classic Bushes compatibility
+--[[ Classic Bushes compatibility
if minetest.get_modpath("bushes_classic") then
if eth then
@@ -165,5 +171,6 @@ if minetest.get_modpath("bushes_classic") then
minetest.register_alias("bushes:blueberry", "farming:blueberries")
minetest.register_alias("bushes:raspberry", "farming:raspberries")
+end]]
-end \ No newline at end of file
+end)
diff --git a/farming/barley.lua b/farming/crops/barley.lua
index 4005d2c..f509335 100644
--- a/farming/barley.lua
+++ b/farming/crops/barley.lua
@@ -34,7 +34,7 @@ minetest.register_craft({
"farming:barley", "farming:barley", "farming:barley",
"farming:barley", "farming:mortar_pestle"
},
- replacements = {{"farming:mortar_pestle", "farming:mortar_pestle"}},
+ replacements = {{"group:food_mortar_pestle", "farming:mortar_pestle"}},
})
-- barley definition
diff --git a/farming/beanpole.lua b/farming/crops/beans.lua
index 1e81dac..a575956 100644
--- a/farming/beanpole.lua
+++ b/farming/crops/beans.lua
@@ -27,10 +27,18 @@ local function place_beans(itemstack, placer, pointed_thing, plantname)
-- am I right-clicking on something that has a custom on_place set?
-- thanks to Krock for helping with this issue :)
local def = minetest.registered_nodes[under.name]
- if def and def.on_rightclick then
+ if placer and def and def.on_rightclick then
return def.on_rightclick(pt.under, under, placer, itemstack)
end
+ -- is player planting crop?
+ local name = placer and placer:get_player_name() or ""
+
+ -- check for protection
+ if minetest.is_protected(pt.under, name) then
+ return
+ end
+
-- check if pointing at bean pole
if under.name ~= "farming:beanpole" then
return
@@ -41,7 +49,7 @@ local function place_beans(itemstack, placer, pointed_thing, plantname)
minetest.sound_play("default_place_node", {pos = pt.under, gain = 1.0})
- if not farming.is_creative(placer:get_player_name()) then
+ if placer or not farming.is_creative(placer:get_player_name()) then
itemstack:take_item()
@@ -119,7 +127,7 @@ minetest.register_node("farming:beanpole", {
return def.on_rightclick(pt.under, under, placer, itemstack)
end
- if minetest.is_protected(pt.under, placer:get_player_name()) then
+ if minetest.is_protected(pt.above, placer:get_player_name()) then
return
end
diff --git a/farming/beetroot.lua b/farming/crops/beetroot.lua
index 1510a76..e683a94 100644
--- a/farming/beetroot.lua
+++ b/farming/crops/beetroot.lua
@@ -50,7 +50,7 @@ local crop_def = {
drop = "",
selection_box = farming.select,
groups = {
- snappy = 3, flammable = 2, flora = 1, attached_node = 1,
+ snappy = 3, flammable = 2, plant = 1, attached_node = 1,
not_in_creative_inventory = 1, growing = 1
},
sounds = default.node_sound_leaves_defaults()
diff --git a/farming/blueberry.lua b/farming/crops/blueberry.lua
index f2f0147..9a30387 100644
--- a/farming/blueberry.lua
+++ b/farming/crops/blueberry.lua
@@ -5,7 +5,7 @@ local S = farming.intllib
minetest.register_craftitem("farming:blueberries", {
description = S("Blueberries"),
inventory_image = "farming_blueberries.png",
- groups = {food_blueberries = 1, flammable = 2},
+ groups = {food_blueberries = 1, food_blueberry = 1, food_berry = 1, flammable = 2},
on_place = function(itemstack, placer, pointed_thing)
return farming.place_seed(itemstack, placer, pointed_thing, "farming:blueberry_1")
end,
@@ -27,6 +27,23 @@ minetest.register_craft({
}
})
+-- Blueberry Pie
+
+minetest.register_craftitem("farming:blueberry_pie", {
+ description = S("Blueberry Pie"),
+ inventory_image = "farming_blueberry_pie.png",
+ on_use = minetest.item_eat(6),
+})
+
+minetest.register_craft({
+ output = "farming:blueberry_pie",
+ type = "shapeless",
+ recipe = {
+ "group:food_flour", "group:food_sugar",
+ "group:food_blueberries", "group:food_baking_tray"
+ },
+})
+
-- blueberry definition
local crop_def = {
drawtype = "plantlike",
diff --git a/farming/carrot.lua b/farming/crops/carrot.lua
index 0aefcfd..0aefcfd 100644
--- a/farming/carrot.lua
+++ b/farming/crops/carrot.lua
diff --git a/farming/chili.lua b/farming/crops/chili.lua
index 9889162..9889162 100644
--- a/farming/chili.lua
+++ b/farming/crops/chili.lua
diff --git a/farming/cocoa.lua b/farming/crops/cocoa.lua
index a8491ac..19e9c6b 100644
--- a/farming/cocoa.lua
+++ b/farming/crops/cocoa.lua
@@ -21,7 +21,7 @@ local function place_cocoa(itemstack, placer, pointed_thing, plantname)
-- am I right-clicking on something that has a custom on_place set?
-- thanks to Krock for helping with this issue :)
local def = minetest.registered_nodes[under.name]
- if def and def.on_rightclick then
+ if placer and def and def.on_rightclick then
return def.on_rightclick(pt.under, under, placer, itemstack)
end
@@ -31,12 +31,20 @@ local function place_cocoa(itemstack, placer, pointed_thing, plantname)
return
end
+ -- is player planting crop?
+ local name = placer and placer:get_player_name() or ""
+
+ -- check for protection
+ if minetest.is_protected(pt.above, name) then
+ return
+ end
+
-- add the node and remove 1 item from the itemstack
minetest.set_node(pt.above, {name = plantname})
minetest.sound_play("default_place_node", {pos = pt.above, gain = 1.0})
- if not farming.is_creative(placer:get_player_name()) then
+ if placer and not farming.is_creative(placer:get_player_name()) then
itemstack:take_item()
@@ -119,7 +127,13 @@ local crop_def = {
snappy = 3, flammable = 2, plant = 1, growing = 1,
not_in_creative_inventory=1, leafdecay = 1, leafdecay_drop = 1
},
- sounds = default.node_sound_leaves_defaults()
+ sounds = default.node_sound_leaves_defaults(),
+ growth_check = function(pos, node_name)
+ if minetest.find_node_near(pos, 1, {"default:jungletree"}) then
+ return false
+ end
+ return true
+ end,
}
-- stage 1
@@ -141,6 +155,7 @@ minetest.register_node("farming:cocoa_3", table.copy(crop_def))
-- stage 4 (final)
crop_def.tiles = {"farming_cocoa_4.png"}
crop_def.groups.growing = 0
+crop_def.growth_check = nil
crop_def.drop = {
items = {
{items = {'farming:cocoa_beans 2'}, rarity = 1},
diff --git a/farming/coffee.lua b/farming/crops/coffee.lua
index ab93d06..f98694b 100644
--- a/farming/coffee.lua
+++ b/farming/crops/coffee.lua
@@ -11,36 +11,10 @@ minetest.register_craftitem("farming:coffee_beans", {
end,
})
-
--- drinking cup
-minetest.register_node("farming:drinking_cup", {
- description = S("Drinking Cup (empty)"),
- drawtype = "plantlike",
- tiles = {"vessels_drinking_cup.png"},
- inventory_image = "vessels_drinking_cup.png",
- wield_image = "vessels_drinking_cup.png",
- paramtype = "light",
- walkable = false,
- selection_box = {
- type = "fixed",
- fixed = {-0.25, -0.5, -0.25, 0.25, 0.25, 0.25}
- },
- groups = {vessel = 1, dig_immediate = 3, attached_node = 1},
- sounds = default.node_sound_glass_defaults(),
-})
-
-minetest.register_craft( {
- output = "farming:drinking_cup 5",
- recipe = {
- { "default:glass", "", "default:glass" },
- {"", "default:glass",""},
- }
-})
-
-- cold cup of coffee
minetest.register_node("farming:coffee_cup", {
- description = S("Cold Cup of Coffee"),
- drawtype = "plantlike",
+ description = S("Cup of Coffee"),
+ drawtype = "torchlike", --"plantlike",
tiles = {"farming_coffee_cup.png"},
inventory_image = "farming_coffee_cup.png",
wield_image = "farming_coffee_cup.png",
@@ -51,41 +25,22 @@ minetest.register_node("farming:coffee_cup", {
fixed = {-0.25, -0.5, -0.25, 0.25, 0.25, 0.25}
},
groups = {vessel = 1, dig_immediate = 3, attached_node = 1},
- on_use = minetest.item_eat(2, "farming:drinking_cup"),
+ on_use = minetest.item_eat(2, "vessels:drinking_glass"),
sounds = default.node_sound_glass_defaults(),
})
+minetest.register_alias("farming:coffee_cup_hot", "farming:coffee_cup")
+minetest.register_alias("farming:drinking_cup", "vessels:drinking_glass")
+
minetest.register_craft( {
output = "farming:coffee_cup",
- recipe = {
- {"farming:drinking_cup", "group:food_coffee","bucket:bucket_water"},
- },
- replacements = {{"bucket:bucket_water", "bucket:bucket_empty"}}
-})
-
-minetest.register_craft({
- type = "cooking",
- cooktime = 5,
- output = "farming:coffee_cup_hot",
- recipe = "farming:coffee_cup"
-})
-
--- hot cup of coffee
-minetest.register_node("farming:coffee_cup_hot", {
- description = S("Hot Cup of Coffee"),
- drawtype = "plantlike",
- tiles = {"farming_coffee_cup_hot.png"},
- inventory_image = "farming_coffee_cup_hot.png",
- wield_image = "farming_coffee_cup_hot.png",
- paramtype = "light",
- walkable = false,
- selection_box = {
- type = "fixed",
- fixed = {-0.25, -0.5, -0.25, 0.25, 0.25, 0.25}
- },
- groups = {vessel = 1, dig_immediate = 3, attached_node = 1},
- on_use = minetest.item_eat(3, "farming:drinking_cup"),
- sounds = default.node_sound_glass_defaults(),
+ type = "shapeless",
+ recipe = {"vessels:drinking_glass", "group:food_coffee",
+ "bucket:bucket_water", "group:food_saucepan"},
+ replacements = {
+ {"bucket:bucket_water", "bucket:bucket_empty"},
+ {"group:food_saucepan", "farming:saucepan"},
+ }
})
-- coffee definition
diff --git a/farming/corn.lua b/farming/crops/corn.lua
index 8afa16a..4847903 100644
--- a/farming/corn.lua
+++ b/farming/crops/corn.lua
@@ -21,6 +21,7 @@ minetest.register_craftitem("farming:corn", {
minetest.register_craftitem("farming:corn_cob", {
description = S("Corn on the Cob"),
inventory_image = "farming_corn_cob.png",
+ groups = {food_corn_cooked = 1, flammable = 2},
on_use = minetest.item_eat(5),
})
@@ -31,6 +32,25 @@ minetest.register_craft({
recipe = "group:food_corn"
})
+-- cornstarch
+minetest.register_craftitem("farming:cornstarch", {
+ description = S("Cornstarch"),
+ inventory_image = "farming_cornstarch.png",
+ groups = {food_cornstarch = 1, flammable = 2},
+})
+
+minetest.register_craft({
+ output = "farming:cornstarch",
+ recipe = {
+ {"group:food_mortar_pestle", "group:food_corn_cooked", "group:food_baking_tray"},
+ {"", "group:food_bowl", ""},
+ },
+ replacements = {
+ {"group:food_mortar_pestle", "farming:mortar_pestle"},
+ {"group:food_baking_tray", "farming:baking_tray"},
+ }
+})
+
-- ethanol (thanks to JKMurray for this idea)
minetest.register_node("farming:bottle_ethanol", {
description = S("Bottle of Ethanol"),
diff --git a/farming/cotton.lua b/farming/crops/cotton.lua
index 7f893ec..7f893ec 100644
--- a/farming/cotton.lua
+++ b/farming/crops/cotton.lua
diff --git a/farming/cucumber.lua b/farming/crops/cucumber.lua
index 4e6981c..4e6981c 100644
--- a/farming/cucumber.lua
+++ b/farming/crops/cucumber.lua
diff --git a/farming/garlic.lua b/farming/crops/garlic.lua
index 52ae25f..f2bb16d 100644
--- a/farming/garlic.lua
+++ b/farming/crops/garlic.lua
@@ -58,8 +58,7 @@ minetest.register_node("farming:garlic_braid", {
node_box = {
type = "fixed",
fixed = {
- {-0.13, -0.45, 0.5, 0.13, 0.45, 0.24,
- },
+ {-0.13, -0.45, 0.5, 0.13, 0.45, 0.24},
},
}
})
@@ -93,7 +92,7 @@ local crop_def = {
drop = "",
selection_box = farming.select,
groups = {
- snappy = 3, flammable = 3, flora = 1, attached_node = 1,
+ snappy = 3, flammable = 3, plant = 1, attached_node = 1,
not_in_creative_inventory = 1, growing = 1
},
sounds = default.node_sound_leaves_defaults()
diff --git a/farming/grapes.lua b/farming/crops/grapes.lua
index 9a6ab9e..d8c6c3f 100644
--- a/farming/grapes.lua
+++ b/farming/crops/grapes.lua
@@ -22,10 +22,18 @@ local function place_grapes(itemstack, placer, pointed_thing, plantname)
-- am I right-clicking on something that has a custom on_place set?
-- thanks to Krock for helping with this issue :)
local def = minetest.registered_nodes[under.name]
- if def and def.on_rightclick then
+ if placer and def and def.on_rightclick then
return def.on_rightclick(pt.under, under, placer, itemstack)
end
+ -- is player planting seed?
+ local name = placer and placer:get_player_name() or ""
+
+ -- check for protection
+ if minetest.is_protected(pt.under, name) then
+ return
+ end
+
-- check if pointing at trellis
if under.name ~= "farming:trellis" then
return
@@ -36,7 +44,7 @@ local function place_grapes(itemstack, placer, pointed_thing, plantname)
minetest.sound_play("default_place_node", {pos = pt.under, gain = 1.0})
- if not farming.is_creative(placer:get_player_name()) then
+ if placer and not farming.is_creative(placer:get_player_name()) then
itemstack:take_item()
@@ -114,7 +122,7 @@ minetest.register_node("farming:trellis", {
return def.on_rightclick(pt.under, under, placer, itemstack)
end
- if minetest.is_protected(pt.under, placer:get_player_name()) then
+ if minetest.is_protected(pt.above, placer:get_player_name()) then
return
end
diff --git a/farming/hemp.lua b/farming/crops/hemp.lua
index 34dd56d..eb522a9 100644
--- a/farming/hemp.lua
+++ b/farming/crops/hemp.lua
@@ -111,6 +111,27 @@ minetest.register_craft( {
},
})
+-- check and register stairs
+if minetest.global_exists("stairs") then
+
+ if stairs.mod and stairs.mod == "redo" then
+
+ stairs.register_all("hemp_block", "farming:hemp_block",
+ {snappy = 1, flammable = 2},
+ {"farming_hemp_block.png"},
+ "Hemp Block",
+ default.node_sound_leaves_defaults())
+ else
+
+ stairs.register_stair_and_slab("hemp_block", "farming:hemp_block",
+ {snappy = 1, flammable = 2},
+ {"farming_hemp_block.png"},
+ "Hemp Block Stair",
+ "Hemp Block Slab",
+ default.node_sound_leaves_defaults())
+ end
+end
+
-- paper
minetest.register_craft( {
output = "default:paper",
diff --git a/farming/melon.lua b/farming/crops/melon.lua
index 2165558..2165558 100644
--- a/farming/melon.lua
+++ b/farming/crops/melon.lua
diff --git a/farming/onion.lua b/farming/crops/onion.lua
index 21b5c2e..d9268f8 100644
--- a/farming/onion.lua
+++ b/farming/crops/onion.lua
@@ -32,7 +32,7 @@ local crop_def = {
drop = "",
selection_box = farming.select,
groups = {
- snappy = 3, flammable = 3, flora = 1, attached_node = 1,
+ snappy = 3, flammable = 3, plant = 1, attached_node = 1,
not_in_creative_inventory = 1, growing = 1
},
sounds = default.node_sound_leaves_defaults()
diff --git a/farming/pea.lua b/farming/crops/peas.lua
index ef14dab..e50564e 100644
--- a/farming/pea.lua
+++ b/farming/crops/peas.lua
@@ -53,7 +53,7 @@ local crop_def = {
drop = "",
selection_box = farming.select,
groups = {
- snappy = 3, flammable = 2, flora = 1, attached_node = 1,
+ snappy = 3, flammable = 2, plant = 1, attached_node = 1,
not_in_creative_inventory = 1, growing = 1
},
sounds = default.node_sound_leaves_defaults()
diff --git a/farming/pepper.lua b/farming/crops/pepper.lua
index 4831952..498556e 100644
--- a/farming/pepper.lua
+++ b/farming/crops/pepper.lua
@@ -37,13 +37,14 @@ minetest.register_node("farming:pepper_ground", {
inventory_image = "crops_pepper_ground.png",
wield_image = "crops_pepper_ground.png",
drawtype = "plantlike",
+ visual_scale = 0.8,
paramtype = "light",
tiles = {"crops_pepper_ground.png"},
groups = {
vessel = 1, food_pepper_ground = 1,
dig_immediate = 3, attached_node = 1
},
- sounds = default.node_sound_glass_defaults(),
+ sounds = default.node_sound_defaults(),
selection_box = {
type = "fixed",
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
@@ -54,7 +55,7 @@ minetest.register_craft( {
output = "farming:pepper_ground",
type = "shapeless",
recipe = {"group:food_peppercorn", "vessels:glass_bottle", "farming:mortar_pestle"},
- replacements = {{"farming:mortar_pestle", "farming:mortar_pestle"}},
+ replacements = {{"group:food_mortar_pestle", "farming:mortar_pestle"}},
})
-- crop definition
@@ -71,7 +72,7 @@ local crop_def = {
drop = "",
selection_box = farming.select,
groups = {
- snappy = 3, flammable = 3, flora = 1, attached_node = 1,
+ snappy = 3, flammable = 3, plant = 1, attached_node = 1,
not_in_creative_inventory = 1, growing = 1
},
sounds = default.node_sound_leaves_defaults()
diff --git a/farming/pineapple.lua b/farming/crops/pineapple.lua
index 6376f2f..3525136 100644
--- a/farming/pineapple.lua
+++ b/farming/crops/pineapple.lua
@@ -56,16 +56,19 @@ minetest.register_craft({
"group:food_pineapple_ring", "group:food_pineapple_ring",
"farming:juicer"},
replacements = {
- {"farming:juicer", "farming:juicer"},
+ {"group:food_juicer", "farming:juicer"},
},
})
minetest.register_craft({
output = "farming:pineapple_juice 2",
type = "shapeless",
- recipe = {"vessels:drinking_glass", "group:food_pineapple", "farming:juicer"},
+ recipe = {
+ "vessels:drinking_glass", "vessels:drinking_glass",
+ "group:food_pineapple", "farming:juicer"
+ },
replacements = {
- {"farming:juicer", "farming:juicer"},
+ {"group:food_juicer", "farming:juicer"},
},
})
diff --git a/farming/potato.lua b/farming/crops/potato.lua
index a922b11..a1512c2 100644
--- a/farming/potato.lua
+++ b/farming/crops/potato.lua
@@ -31,6 +31,22 @@ minetest.register_craft({
recipe = "group:food_potato"
})
+-- Potato and cucumber Salad
+minetest.register_craftitem("farming:potato_salad", {
+ description = S("Cucumber and Potato Salad"),
+ inventory_image = "farming_potato_salad.png",
+ on_use = minetest.item_eat(10, "farming:bowl"),
+})
+
+minetest.register_craft({
+ output = "farming:potato_salad",
+ recipe = {
+ {"group:food_cucumber"},
+ {"farming:baked_potato"},
+ {"group:food_bowl"},
+ }
+})
+
-- potato definition
local crop_def = {
drawtype = "plantlike",
diff --git a/farming/pumpkin.lua b/farming/crops/pumpkin.lua
index d8e8ec6..d8e8ec6 100644
--- a/farming/pumpkin.lua
+++ b/farming/crops/pumpkin.lua
diff --git a/farming/raspberry.lua b/farming/crops/raspberry.lua
index 931d2ae..713ea2f 100644
--- a/farming/raspberry.lua
+++ b/farming/crops/raspberry.lua
@@ -5,7 +5,7 @@ local S = farming.intllib
minetest.register_craftitem("farming:raspberries", {
description = S("Raspberries"),
inventory_image = "farming_raspberries.png",
- groups = {food_raspberries = 1, flammable = 2},
+ groups = {food_raspberries = 1, food_raspberry = 1, food_berry = 1, flammable = 2},
on_place = function(itemstack, placer, pointed_thing)
return farming.place_seed(itemstack, placer, pointed_thing, "farming:raspberry_1")
end,
diff --git a/farming/rhubarb.lua b/farming/crops/rhubarb.lua
index 1fa897f..90a2d8b 100644
--- a/farming/rhubarb.lua
+++ b/farming/crops/rhubarb.lua
@@ -26,7 +26,7 @@ minetest.register_craft({
{"group:food_rhubarb", "group:food_rhubarb", "group:food_rhubarb"},
{"group:food_wheat", "group:food_wheat", "group:food_wheat"},
},
- replacements = {{"farming:baking_tray", "farming:baking_tray"}}
+ replacements = {{"group:food_baking_tray", "farming:baking_tray"}}
})
-- rhubarb definition
diff --git a/farming/tomato.lua b/farming/crops/tomato.lua
index 53012a8..53012a8 100644
--- a/farming/tomato.lua
+++ b/farming/crops/tomato.lua
diff --git a/farming/wheat.lua b/farming/crops/wheat.lua
index 1b22723..abf3ada 100644
--- a/farming/wheat.lua
+++ b/farming/crops/wheat.lua
@@ -51,6 +51,27 @@ minetest.register_craft({
}
})
+-- check and register stairs
+if minetest.global_exists("stairs") then
+
+ if stairs.mod and stairs.mod == "redo" then
+
+ stairs.register_all("straw", "farming:straw",
+ {snappy = 3, flammable = 4},
+ {"farming_straw.png"},
+ "Straw",
+ default.node_sound_leaves_defaults())
+ else
+
+ stairs.register_stair_and_slab("straw", "farming:straw",
+ {snappy = 3, flammable = 4},
+ {"farming_straw.png"},
+ "Straw Stair",
+ "Straw Slab",
+ default.node_sound_leaves_defaults())
+ end
+end
+
-- flour
minetest.register_craftitem("farming:flour", {
description = S("Flour"),
@@ -65,7 +86,7 @@ minetest.register_craft({
"farming:wheat", "farming:wheat", "farming:wheat",
"farming:wheat", "farming:mortar_pestle"
},
- replacements = {{"farming:mortar_pestle", "farming:mortar_pestle"}},
+ replacements = {{"group:food_mortar_pestle", "farming:mortar_pestle"}},
})
-- bread
@@ -95,7 +116,7 @@ minetest.register_craft({
type = "shapeless",
output = "farming:bread_slice 5",
recipe = {"farming:bread", "group:food_cutting_board"},
- replacements = {{"farming:cutting_board", "farming:cutting_board"}},
+ replacements = {{"group:food_cutting_board", "farming:cutting_board"}},
})
-- toast
diff --git a/farming/depends.txt b/farming/depends.txt
index 9a747d1..650885b 100644
--- a/farming/depends.txt
+++ b/farming/depends.txt
@@ -1,4 +1,5 @@
default
+stairs?
intllib?
lucky_block?
toolranks?
diff --git a/farming/donut.lua b/farming/donut.lua
deleted file mode 100644
index 9b29d27..0000000
--- a/farming/donut.lua
+++ /dev/null
@@ -1,76 +0,0 @@
-
-local S = farming.intllib
-
--- Donut (thanks to Bockwurst for making the donut images)
-minetest.register_craftitem("farming:donut", {
- description = S("Donut"),
- inventory_image = "farming_donut.png",
- on_use = minetest.item_eat(4),
-})
-
-minetest.register_craft({
- output = "farming:donut 3",
- recipe = {
- {"", "group:food_wheat", ""},
- {"group:food_wheat", "group:food_sugar", "group:food_wheat"},
- {"", "group:food_wheat", ""},
- }
-})
-
--- Chocolate Donut
-minetest.register_craftitem("farming:donut_chocolate", {
- description = S("Chocolate Donut"),
- inventory_image = "farming_donut_chocolate.png",
- on_use = minetest.item_eat(6),
-})
-
-minetest.register_craft({
- output = "farming:donut_chocolate",
- recipe = {
- {'group:food_cocoa'},
- {'farming:donut'},
- }
-})
-
--- Apple Donut
-minetest.register_craftitem("farming:donut_apple", {
- description = S("Apple Donut"),
- inventory_image = "farming_donut_apple.png",
- on_use = minetest.item_eat(6),
-})
-
-minetest.register_craft({
- output = "farming:donut_apple",
- recipe = {
- {'default:apple'},
- {'farming:donut'},
- }
-})
-
--- Porridge Oats
-minetest.register_craftitem("farming:porridge", {
- description = S("Porridge"),
- inventory_image = "farming_porridge.png",
- on_use = minetest.item_eat(6, "farming:bowl"),
-})
-
-minetest.after(0, function()
-
- local fluid = "bucket:bucket_water"
- local fluid_return = "bucket:bucket_water"
-
- if minetest.get_modpath("mobs") and mobs and mobs.mod == "redo" then
- fluid = "group:food_milk"
- fluid_return = "mobs:bucket_milk"
- end
-
- minetest.register_craft({
- type = "shapeless",
- output = "farming:porridge",
- recipe = {
- "group:food_barley", "group:food_barley", "group:food_wheat",
- "group:food_wheat", "group:food_bowl", fluid
- },
- replacements = {{fluid_return, "bucket:bucket_empty"}}
- })
-end)
diff --git a/farming/farming.conf_example b/farming/farming.conf_example
index 2505054..f652e9c 100644
--- a/farming/farming.conf_example
+++ b/farming/farming.conf_example
@@ -13,7 +13,6 @@ farming.cucumber = true
farming.corn = true
farming.coffee = true
farming.melon = true
-farming.sugar = true
farming.pumpkin = true
farming.cocoa = true
farming.raspberry = true
@@ -30,7 +29,6 @@ farming.pepper = true
farming.pineapple = true
farming.peas = true
farming.beetroot = true
-farming.donuts = true
-- rarety of crops on map, default is 0.001 (higher number = more crops)
farming.rarety = 0.002
diff --git a/farming/food.lua b/farming/food.lua
new file mode 100644
index 0000000..f099e53
--- /dev/null
+++ b/farming/food.lua
@@ -0,0 +1,188 @@
+
+local S = farming.intllib
+
+--= Sugar
+
+minetest.register_craftitem("farming:sugar", {
+ description = S("Sugar"),
+ inventory_image = "farming_sugar.png",
+ groups = {food_sugar = 1, flammable = 3},
+})
+
+minetest.register_craft({
+ type = "cooking",
+ cooktime = 3,
+ output = "farming:sugar 2",
+ recipe = "default:papyrus",
+})
+
+
+--= Salt
+
+minetest.register_node("farming:salt", {
+ description = ("Salt"),
+ inventory_image = "farming_salt.png",
+ wield_image = "farming_salt.png",
+ drawtype = "plantlike",
+ visual_scale = 0.8,
+ paramtype = "light",
+ tiles = {"farming_salt.png"},
+ groups = {food_salt = 1, vessel = 1, dig_immediate = 3,
+ attached_node = 1},
+ sounds = default.node_sound_defaults(),
+ selection_box = {
+ type = "fixed",
+ fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
+ },
+})
+
+minetest.register_craft({
+ type = "cooking",
+ cooktime = 15,
+ output = "farming:salt",
+ recipe = "bucket:bucket_water",
+ replacements = {{"bucket:bucket_water", "bucket:bucket_empty"}}
+})
+
+--= Rose Water
+
+minetest.register_node("farming:rose_water", {
+ description = ("Rose Water"),
+ inventory_image = "farming_rose_water.png",
+ wield_image = "farming_rose_water.png",
+ drawtype = "plantlike",
+ visual_scale = 0.8,
+ paramtype = "light",
+ tiles = {"farming_rose_water.png"},
+ groups = {food_rose_water = 1, vessel = 1, dig_immediate = 3,
+ attached_node = 1},
+ sounds = default.node_sound_defaults(),
+ selection_box = {
+ type = "fixed",
+ fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
+ },
+})
+
+minetest.register_craft({
+ output = "farming:rose_water",
+ recipe = {
+ {"flowers:rose", "flowers:rose", "flowers:rose"},
+ {"flowers:rose", "flowers:rose", "flowers:rose"},
+ {"bucket:bucket_water", "group:food_pot", "vessels:glass_bottle"},
+ },
+ replacements = {
+ {"bucket:bucket_water", "bucket:bucket_empty"},
+ {"group:food_pot", "farming:pot"},
+ }
+})
+
+--= Turkish Delight
+
+minetest.register_craftitem("farming:turkish_delight", {
+ description = S("Turkish Delight"),
+ inventory_image = "farming_turkish_delight.png",
+ groups = {flammable = 3},
+ on_use = minetest.item_eat(2),
+})
+
+minetest.register_craft({
+ output = "farming:turkish_delight 4",
+ recipe = {
+ {"group:food_gelatin", "group:food_sugar", "group:food_gelatin"},
+ {"group:food_sugar", "group:food_rose_water", "group:food_sugar"},
+ {"group:food_cornstarch", "group:food_sugar", "dye:pink"},
+ },
+ replacements = {
+ {"group:food_cornstarch", "farming:bowl"},
+ {"group:food_rose_water", "vessels:glass_bottle"},
+ },
+})
+
+--= Garlic Bread
+
+minetest.register_craftitem("farming:garlic_bread", {
+ description = S("Garlic Bread"),
+ inventory_image = "farming_garlic_bread.png",
+ groups = {flammable = 3},
+ on_use = minetest.item_eat(2),
+})
+
+minetest.register_craft({
+ type = "shapeless",
+ output = "farming:garlic_bread",
+ recipe = {"group:food_toast", "group:food_garlic_clove", "group:food_garlic_clove"},
+})
+
+--= Donuts (thanks to Bockwurst for making the donut images)
+
+minetest.register_craftitem("farming:donut", {
+ description = S("Donut"),
+ inventory_image = "farming_donut.png",
+ on_use = minetest.item_eat(4),
+})
+
+minetest.register_craft({
+ output = "farming:donut 3",
+ recipe = {
+ {"", "group:food_wheat", ""},
+ {"group:food_wheat", "group:food_sugar", "group:food_wheat"},
+ {"", "group:food_wheat", ""},
+ }
+})
+
+minetest.register_craftitem("farming:donut_chocolate", {
+ description = S("Chocolate Donut"),
+ inventory_image = "farming_donut_chocolate.png",
+ on_use = minetest.item_eat(6),
+})
+
+minetest.register_craft({
+ output = "farming:donut_chocolate",
+ recipe = {
+ {'group:food_cocoa'},
+ {'farming:donut'},
+ }
+})
+
+minetest.register_craftitem("farming:donut_apple", {
+ description = S("Apple Donut"),
+ inventory_image = "farming_donut_apple.png",
+ on_use = minetest.item_eat(6),
+})
+
+minetest.register_craft({
+ output = "farming:donut_apple",
+ recipe = {
+ {'default:apple'},
+ {'farming:donut'},
+ }
+})
+
+--= Porridge Oats
+
+minetest.register_craftitem("farming:porridge", {
+ description = S("Porridge"),
+ inventory_image = "farming_porridge.png",
+ on_use = minetest.item_eat(6, "farming:bowl"),
+})
+
+minetest.after(0, function()
+
+ local fluid = "bucket:bucket_water"
+ local fluid_return = "bucket:bucket_water"
+
+ if minetest.get_modpath("mobs") and mobs and mobs.mod == "redo" then
+ fluid = "group:food_milk"
+ fluid_return = "mobs:bucket_milk"
+ end
+
+ minetest.register_craft({
+ type = "shapeless",
+ output = "farming:porridge",
+ recipe = {
+ "group:food_barley", "group:food_barley", "group:food_wheat",
+ "group:food_wheat", "group:food_bowl", fluid
+ },
+ replacements = {{fluid_return, "bucket:bucket_empty"}}
+ })
+end)
diff --git a/farming/hoebomb.lua b/farming/hoebomb.lua
deleted file mode 100644
index 05e939b..0000000
--- a/farming/hoebomb.lua
+++ /dev/null
@@ -1,149 +0,0 @@
-
--- load support for intllib.
-local MP = minetest.get_modpath(minetest.get_current_modname())
-local S, NS = dofile(MP.."/intllib.lua")
-
-
--- creative check
-local creative_mode_cache = minetest.settings:get_bool("creative_mode")
-function is_creative(name)
- return creative_mode_cache or minetest.check_player_privs(name, {creative = true})
-end
-
-
--- hoe bomb function
-local function hoe_area(pos, player)
-
- -- check for protection
- if minetest.is_protected(pos, player:get_player_name()) then
- minetest.record_protection_violation(pos, player:get_player_name())
- return
- end
-
- local r = 5 -- radius
-
- -- remove flora (grass, flowers etc.)
- local res = minetest.find_nodes_in_area(
- {x = pos.x - r, y = pos.y - 1, z = pos.z - r},
- {x = pos.x + r, y = pos.y + 2, z = pos.z + r},
- {"group:flora"})
-
- for n = 1, #res do
- minetest.swap_node(res[n], {name = "air"})
- end
-
- -- replace dirt with tilled soil
- res = nil
- res = minetest.find_nodes_in_area_under_air(
- {x = pos.x - r, y = pos.y - 1, z = pos.z - r},
- {x = pos.x + r, y = pos.y + 2, z = pos.z + r},
- {"group:soil"})
-
- for n = 1, #res do
- minetest.swap_node(res[n], {name = "farming:soil"})
- end
-end
-
-
--- throwable hoe bomb
-minetest.register_entity("farming:hoebomb_entity", {
- physical = true,
- visual = "sprite",
- visual_size = {x = 1.0, y = 1.0},
- textures = {"farming_hoe_bomb.png"},
- collisionbox = {0,0,0,0,0,0},
- lastpos = {},
- player = "",
-
- on_step = function(self, dtime)
-
- if not self.player then
-
- self.object:remove()
-
- return
- end
-
- local pos = self.object:get_pos()
-
- if self.lastpos.x ~= nil then
-
- local vel = self.object:getvelocity()
-
- -- only when potion hits something physical
- if vel.x == 0
- or vel.y == 0
- or vel.z == 0 then
-
- if self.player ~= "" then
-
- -- round up coords to fix glitching through doors
- self.lastpos = vector.round(self.lastpos)
-
- hoe_area(self.lastpos, self.player)
- end
-
- self.object:remove()
-
- return
-
- end
- end
-
- self.lastpos = pos
- end
-})
-
-
--- actual throwing function
-local function throw_potion(itemstack, player)
-
- local playerpos = player:get_pos()
-
- local obj = minetest.add_entity({
- x = playerpos.x,
- y = playerpos.y + 1.5,
- z = playerpos.z
- }, "farming:hoebomb_entity")
-
- local dir = player:get_look_dir()
- local velocity = 20
-
- obj:setvelocity({
- x = dir.x * velocity,
- y = dir.y * velocity,
- z = dir.z * velocity
- })
-
- obj:setacceleration({
- x = dir.x * -3,
- y = -9.5,
- z = dir.z * -3
- })
-
- obj:setyaw(player:get_look_yaw() + math.pi)
- obj:get_luaentity().player = player
-end
-
-
--- hoe bomb item
-minetest.register_craftitem("farming:hoe_bomb", {
- description = S("Hoe Bomb (use or throw on grassy areas to hoe land"),
- inventory_image = "farming_hoe_bomb.png",
- groups = {flammable = 2, not_in_creative_inventory = 1},
- on_use = function(itemstack, user, pointed_thing)
-
- if pointed_thing.type == "node" then
- hoe_area(pointed_thing.above, user)
- else
- throw_potion(itemstack, user)
-
- if not is_creative(user:get_player_name()) then
-
- itemstack:take_item()
-
- return itemstack
- end
- end
- end,
-})
diff --git a/farming/hoes.lua b/farming/hoes.lua
index eaacb29..633e6f0 100644
--- a/farming/hoes.lua
+++ b/farming/hoes.lua
@@ -192,3 +192,141 @@ minetest.override_item("farming:hoe_diamond", {
original_description = "Diamond Hoe",
description = toolranks.create_description("Diamond Hoe")})
end
+
+
+-- hoe bomb function
+local function hoe_area(pos, player)
+
+ -- check for protection
+ if minetest.is_protected(pos, player:get_player_name()) then
+ minetest.record_protection_violation(pos, player:get_player_name())
+ return
+ end
+
+ local r = 5 -- radius
+
+ -- remove flora (grass, flowers etc.)
+ local res = minetest.find_nodes_in_area(
+ {x = pos.x - r, y = pos.y - 1, z = pos.z - r},
+ {x = pos.x + r, y = pos.y + 2, z = pos.z + r},
+ {"group:flora"})
+
+ for n = 1, #res do
+ minetest.swap_node(res[n], {name = "air"})
+ end
+
+ -- replace dirt with tilled soil
+ res = nil
+ res = minetest.find_nodes_in_area_under_air(
+ {x = pos.x - r, y = pos.y - 1, z = pos.z - r},
+ {x = pos.x + r, y = pos.y + 2, z = pos.z + r},
+ {"group:soil"})
+
+ for n = 1, #res do
+ minetest.swap_node(res[n], {name = "farming:soil"})
+ end
+end
+
+
+-- throwable hoe bomb
+minetest.register_entity("farming:hoebomb_entity", {
+ physical = true,
+ visual = "sprite",
+ visual_size = {x = 1.0, y = 1.0},
+ textures = {"farming_hoe_bomb.png"},
+ collisionbox = {0,0,0,0,0,0},
+ lastpos = {},
+ player = "",
+
+ on_step = function(self, dtime)
+
+ if not self.player then
+
+ self.object:remove()
+
+ return
+ end
+
+ local pos = self.object:get_pos()
+
+ if self.lastpos.x ~= nil then
+
+ local vel = self.object:getvelocity()
+
+ -- only when potion hits something physical
+ if vel.x == 0
+ or vel.y == 0
+ or vel.z == 0 then
+
+ if self.player ~= "" then
+
+ -- round up coords to fix glitching through doors
+ self.lastpos = vector.round(self.lastpos)
+
+ hoe_area(self.lastpos, self.player)
+ end
+
+ self.object:remove()
+
+ return
+
+ end
+ end
+
+ self.lastpos = pos
+ end
+})
+
+
+-- actual throwing function
+local function throw_potion(itemstack, player)
+
+ local playerpos = player:get_pos()
+
+ local obj = minetest.add_entity({
+ x = playerpos.x,
+ y = playerpos.y + 1.5,
+ z = playerpos.z
+ }, "farming:hoebomb_entity")
+
+ local dir = player:get_look_dir()
+ local velocity = 20
+
+ obj:setvelocity({
+ x = dir.x * velocity,
+ y = dir.y * velocity,
+ z = dir.z * velocity
+ })
+
+ obj:setacceleration({
+ x = dir.x * -3,
+ y = -9.5,
+ z = dir.z * -3
+ })
+
+ obj:setyaw(player:get_look_yaw() + math.pi)
+ obj:get_luaentity().player = player
+end
+
+
+-- hoe bomb item
+minetest.register_craftitem("farming:hoe_bomb", {
+ description = S("Hoe Bomb (use or throw on grassy areas to hoe land"),
+ inventory_image = "farming_hoe_bomb.png",
+ groups = {flammable = 2, not_in_creative_inventory = 1},
+ on_use = function(itemstack, user, pointed_thing)
+
+ if pointed_thing.type == "node" then
+ hoe_area(pointed_thing.above, user)
+ else
+ throw_potion(itemstack, user)
+
+ if not farming.is_creative(user:get_player_name()) then
+
+ itemstack:take_item()
+
+ return itemstack
+ end
+ end
+ end,
+})
diff --git a/farming/init.lua b/farming/init.lua
index 33a9ca7..038ba6d 100644
--- a/farming/init.lua
+++ b/farming/init.lua
@@ -7,7 +7,7 @@
farming = {}
farming.mod = "redo"
-farming.version = "1.33"
+farming.version = "20180617"
farming.path = minetest.get_modpath("farming")
farming.select = {
type = "fixed",
@@ -22,16 +22,16 @@ function farming.is_creative(name)
end
-local statistics = dofile(farming.path.."/statistics.lua")
+local statistics = dofile(farming.path .. "/statistics.lua")
-- Intllib
-local S = dofile(farming.path.."/intllib.lua")
+local S = dofile(farming.path .. "/intllib.lua")
farming.intllib = S
-- Utility Function
local time_speed = tonumber(minetest.settings:get("time_speed")) or 72
-local SECS_PER_CYCLE = (time_speed > 0 and 24 * 60 * 60 / time_speed) or 0
+local SECS_PER_CYCLE = (time_speed > 0 and (24 * 60 * 60) / time_speed) or 0
local function clamp(x, min, max)
return (x < min and min) or (x > max and max) or x
end
@@ -273,15 +273,16 @@ minetest.after(0, function()
end)
-local abm_func = farming.handle_growth
-
-- Just in case a growing type or added node is missed (also catches existing
-- nodes added to map before timers were incorporated).
minetest.register_abm({
nodenames = { "group:growing" },
interval = 300,
chance = 1,
- action = abm_func
+ catch_up = false,
+ action = function(pos, node)
+ farming.handle_growth(pos, node)
+ end
})
@@ -300,11 +301,16 @@ function farming.plant_growth_timer(pos, elapsed, node_name)
return false
end
- if stages.plant_name == "farming:cocoa" then
+ -- custom growth check
+ local chk = minetest.registered_nodes[node_name].growth_check
+
+ if chk then
- if not minetest.find_node_near(pos, 1, {"default:jungletree"}) then
+ if chk(pos, node_name) then
return true
end
+
+ -- otherwise check for wet soil beneath crop
else
local under = minetest.get_node({ x = pos.x, y = pos.y - 1, z = pos.z })
@@ -413,7 +419,7 @@ function farming.place_seed(itemstack, placer, pointed_thing, plantname)
-- am I right-clicking on something that has a custom on_place set?
-- thanks to Krock for helping with this issue :)
local def = minetest.registered_nodes[under.name]
- if def and def.on_rightclick then
+ if placer and def and def.on_rightclick then
return def.on_rightclick(pt.under, under, placer, itemstack)
end
@@ -438,16 +444,21 @@ function farming.place_seed(itemstack, placer, pointed_thing, plantname)
return
end
+ -- is player planting seed?
+ local name = placer and placer:get_player_name() or ""
+
-- if not protected then add node and remove 1 item from the itemstack
- if not minetest.is_protected(pt.above, placer:get_player_name()) then
+ if not minetest.is_protected(pt.above, name) then
local p2 = minetest.registered_nodes[plantname].place_param2 or 1
minetest.set_node(pt.above, {name = plantname, param2 = p2})
+--minetest.get_node_timer(pt.above):start(1)
+
minetest.sound_play("default_place_node", {pos = pt.above, gain = 1.0})
- if not placer or not farming.is_creative(placer:get_player_name()) then
+ if placer and not farming.is_creative(placer:get_player_name()) then
local name = itemstack:get_name()
@@ -494,7 +505,7 @@ farming.register_plant = function(name, def)
inventory_image = def.inventory_image,
wield_image = def.inventory_image,
drawtype = "signlike",
- groups = {seed = 1, snappy = 3, attached_node = 1},
+ groups = {seed = 1, snappy = 3, attached_node = 1, flammable = 2},
paramtype = "light",
paramtype2 = "wallmounted",
walkable = false,
@@ -559,6 +570,7 @@ farming.register_plant = function(name, def)
place_param2 = def.place_param2,
walkable = false,
buildable_to = true,
+ sunlight_propagates = true,
drop = drop,
selection_box = farming.select,
groups = g,
@@ -567,8 +579,6 @@ farming.register_plant = function(name, def)
maxlight = def.maxlight,
next_plant = next_plant,
})
-
- register_plant_node(node_name)
end
-- Return info
@@ -584,7 +594,6 @@ farming.cucumber = true
farming.corn = true
farming.coffee = true
farming.melon = true
-farming.sugar = true
farming.pumpkin = true
farming.cocoa = true
farming.raspberry = true
@@ -601,7 +610,6 @@ farming.pepper = true
farming.pineapple = true
farming.peas = true
farming.beetroot = true
-farming.donuts = true
farming.rarety = 0.002 -- 0.006
@@ -630,37 +638,44 @@ dofile(farming.path.."/grass.lua")
dofile(farming.path.."/utensils.lua")
-- default crops
-dofile(farming.path.."/wheat.lua")
-dofile(farming.path.."/cotton.lua")
-
--- additional crops and food (if enabled)
-if farming.carrot then dofile(farming.path.."/carrot.lua") end
-if farming.potato then dofile(farming.path.."/potato.lua") end
-if farming.tomato then dofile(farming.path.."/tomato.lua") end
-if farming.cucumber then dofile(farming.path.."/cucumber.lua") end
-if farming.corn then dofile(farming.path.."/corn.lua") end
-if farming.coffee then dofile(farming.path.."/coffee.lua") end
-if farming.melon then dofile(farming.path.."/melon.lua") end
-if farming.sugar then dofile(farming.path.."/sugar.lua") end
-if farming.pumpkin then dofile(farming.path.."/pumpkin.lua") end
-if farming.cocoa then dofile(farming.path.."/cocoa.lua") end
-if farming.raspberry then dofile(farming.path.."/raspberry.lua") end
-if farming.blueberry then dofile(farming.path.."/blueberry.lua") end
-if farming.rhubarb then dofile(farming.path.."/rhubarb.lua") end
-if farming.beans then dofile(farming.path.."/beanpole.lua") end
-if farming.grapes then dofile(farming.path.."/grapes.lua") end
-if farming.barley then dofile(farming.path.."/barley.lua") end
-if farming.hemp then dofile(farming.path.."/hemp.lua") end
-if farming.garlic then dofile(farming.path.."/garlic.lua") end
-if farming.onion then dofile(farming.path.."/onion.lua") end
-if farming.pepper then dofile(farming.path.."/pepper.lua") end
-if farming.pineapple then dofile(farming.path.."/pineapple.lua") end
-if farming.peas then dofile(farming.path.."/pea.lua") end
-if farming.beetroot then dofile(farming.path.."/beetroot.lua") end
-if farming.chili then dofile(farming.path.."/chili.lua") end
-if farming.donuts then dofile(farming.path.."/donut.lua") end
+dofile(farming.path.."/crops/wheat.lua")
+dofile(farming.path.."/crops/cotton.lua")
+
+
+-- helper function
+local function ddoo(file, check)
+
+ if check then
+ dofile(farming.path .. "/crops/" .. file)
+ end
+end
+-- add additional crops and food (if enabled)
+ddoo("carrot.lua", farming.carrot)
+ddoo("potato.lua", farming.potato)
+ddoo("tomato.lua", farming.tomato)
+ddoo("cucumber.lua", farming.cucumber)
+ddoo("corn.lua", farming.corn)
+ddoo("coffee.lua", farming.coffee)
+ddoo("melon.lua", farming.melon)
+ddoo("pumpkin.lua", farming.pumpkin)
+ddoo("cocoa.lua", farming.cocoa)
+ddoo("raspberry.lua", farming.raspberry)
+ddoo("blueberry.lua", farming.blueberry)
+ddoo("rhubarb.lua", farming.rhubarb)
+ddoo("beans.lua", farming.beans)
+ddoo("grapes.lua", farming.grapes)
+ddoo("barley.lua", farming.barley)
+ddoo("hemp.lua", farming.hemp)
+ddoo("garlic.lua", farming.garlic)
+ddoo("onion.lua", farming.onion)
+ddoo("pepper.lua", farming.pepper)
+ddoo("pineapple.lua", farming.pineapple)
+ddoo("peas.lua", farming.peas)
+ddoo("beetroot.lua", farming.beetroot)
+ddoo("chili.lua", farming.chili)
+
+dofile(farming.path.."/food.lua")
dofile(farming.path.."/mapgen.lua")
dofile(farming.path.."/compatibility.lua") -- Farming Plus compatibility
-dofile(farming.path.."/hoebomb.lua")
dofile(farming.path.."/lucky_block.lua")
diff --git a/farming/license.txt b/farming/license.txt
index fec6f6a..b7bb7a9 100644
--- a/farming/license.txt
+++ b/farming/license.txt
@@ -19,3 +19,112 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
+
+
+License of media (textures):
+----------------------------
+Created by PilzAdam (License: WTFPL):
+ farming_bread.png
+ farming_soil.png
+ farming_soil_wet.png
+ farming_soil_wet_side.png
+ farming_string.png
+
+Created by Napiophelios (CC BY-SA 3.0):
+ farming_cotton.png
+
+Created by Calinou (License: CC BY-SA):
+ farming_tool_bronzehoe.png
+ farming_tool_steelhoe.png
+ farming_tool_stonehoe.png
+ farming_tool_woodhoe.png
+ farming_tool_mesehoe.png
+ farming_tool_diamondhoe.png
+
+Created by VanessaE (License: WTFPL):
+ farming_cotton_seed.png
+ farming_wheat_seed.png
+ farming_flour.png
+ farming_wheat.png
+ farming_wheat_1.png
+ farming_wheat_2.png
+ farming_wheat_3.png
+ farming_wheat_4.png
+ farming_wheat_5.png
+ farming_wheat_5.png
+ farming_wheat_7.png
+ farming_wheat_8.png
+ farming_cotton_1.png
+ farming_cotton_2.png
+ farming_cotton_3.png
+ farming_cotton_4.png
+ farming_cotton_5.png
+ farming_cotton_6.png
+ farming_cotton_7.png
+ farming_cotton_8.png
+
+Created by Doc (License: WTFPL):
+ farming_cucumber.png
+ farming_cucumber_1.png
+ farming_cucumber_2.png
+ farming_cucumber_3.png
+ farming_cucumber_4.png
+ farming_potato.png
+ farming_potato_1.png
+ farming_potato_2.png
+ farming_potato_3.png
+ farming_potato_4.png
+ farming_raspberries.png
+ farming_raspberry_1.png
+ farming_raspberry_2.png
+ farming_raspberry_3.png
+ farming_raspberry_4.png
+
+Created by Gambit:
+ default_junglegrass.png
+ farming_carrot.png
+ farming_carrot_1.png
+ farming_carrot_2.png
+ farming_carrot_3.png
+ farming_carrot_4.png
+ farming_carrot_5.png
+ farming_carrot_6.png
+ farming_carrot_7.png
+ farming_carrot_8.png
+
+Created by JoseTheCrafter and edited by TenPlus1:
+ farming_tomato.png
+ farming_tomato_1.png
+ farming_tomato_2.png
+ farming_tomato_3.png
+ farming_tomato_4.png
+ farming_tomato_5.png
+ farming_tomato_6.png
+ farming_tomato_7.png
+ farming_tomato_8.png
+
+Created by GeMinecraft and edited by TenPlus1:
+ farming_corn.png
+ farming_corn_cob.png
+ farming_corn_1.png
+ farming_corn_2.png
+ farming_corn_3.png
+ farming_corn_4.png
+ farming_corn_5.png
+ farming_corn_6.png
+ farming_corn_7.png
+ farming_corn_8.png
+
+Created by TenPlus1
+ farming_cocoa_1.png
+ farming_cocoa_2.png
+ farming_cocoa_3.png
+ farming_cocoa_beans.png
+ farming_cookie.png
+ farming_raspberry_smoothie.png
+ farming_rhubarb_1.png
+ farming_rhubarb_2.png
+ farming_rhubarb_3.png
+ farming_rhubarb.png
+ farming_rhubarb_pie.png
+ farming_hemp*.png
diff --git a/farming/lucky_block.lua b/farming/lucky_block.lua
index 087cc2e..b24ed32 100644
--- a/farming/lucky_block.lua
+++ b/farming/lucky_block.lua
@@ -32,5 +32,7 @@ if minetest.get_modpath("lucky_block") then
{"dro", {"farming:hoe_mese"}, 1},
{"dro", {"farming:hoe_diamond"}, 1},
{"dro", {"farming:hoe_bomb"}, 10},
+ {"dro", {"farming:turkish_delight"}, 5},
+ {"lig"},
})
end
diff --git a/farming/sugar.lua b/farming/sugar.lua
deleted file mode 100644
index bdaf698..0000000
--- a/farming/sugar.lua
+++ /dev/null
@@ -1,44 +0,0 @@
-
-local S = farming.intllib
-
---= Sugar
-
-minetest.register_craftitem("farming:sugar", {
- description = S("Sugar"),
- inventory_image = "farming_sugar.png",
- groups = {food_sugar = 1, flammable = 3},
-})
-
-minetest.register_craft({
- type = "cooking",
- cooktime = 3,
- output = "farming:sugar 2",
- recipe = "default:papyrus",
-})
-
-
---= Salt
-
-minetest.register_node("farming:salt", {
- description = ("Salt"),
- inventory_image = "farming_salt.png",
- wield_image = "farming_salt.png",
- drawtype = "plantlike",
- paramtype = "light",
- tiles = {"farming_salt.png"},
- groups = {food_salt = 1, vessel = 1, dig_immediate = 3,
- attached_node = 1},
- sounds = default.node_sound_glass_defaults(),
- selection_box = {
- type = "fixed",
- fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
- },
-})
-
-minetest.register_craft({
- type = "cooking",
- cooktime = 15,
- output = "farming:salt",
- recipe = "bucket:bucket_water",
- replacements = {{"bucket:bucket_water", "bucket:bucket_empty"}}
-})
diff --git a/farming/textures/farming_blueberry_pie.png b/farming/textures/farming_blueberry_pie.png
new file mode 100644
index 0000000..2174686
--- /dev/null
+++ b/farming/textures/farming_blueberry_pie.png
Binary files differ
diff --git a/farming/textures/farming_coffee_cup_hot.png b/farming/textures/farming_coffee_cup_hot.png
deleted file mode 100644
index f4fae90..0000000
--- a/farming/textures/farming_coffee_cup_hot.png
+++ /dev/null
Binary files differ
diff --git a/farming/textures/farming_cornstarch.png b/farming/textures/farming_cornstarch.png
new file mode 100644
index 0000000..d5f8218
--- /dev/null
+++ b/farming/textures/farming_cornstarch.png
Binary files differ
diff --git a/farming/textures/farming_garlic_bread.png b/farming/textures/farming_garlic_bread.png
new file mode 100644
index 0000000..b760004
--- /dev/null
+++ b/farming/textures/farming_garlic_bread.png
Binary files differ
diff --git a/farming/textures/farming_potato_salad.png b/farming/textures/farming_potato_salad.png
new file mode 100644
index 0000000..0028c91
--- /dev/null
+++ b/farming/textures/farming_potato_salad.png
Binary files differ
diff --git a/farming/textures/farming_rose_water.png b/farming/textures/farming_rose_water.png
new file mode 100644
index 0000000..96e546f
--- /dev/null
+++ b/farming/textures/farming_rose_water.png
Binary files differ
diff --git a/farming/textures/farming_salt.png b/farming/textures/farming_salt.png
index 0aa733a..2b23e33 100644
--- a/farming/textures/farming_salt.png
+++ b/farming/textures/farming_salt.png
Binary files differ
diff --git a/farming/textures/farming_turkish_delight.png b/farming/textures/farming_turkish_delight.png
new file mode 100644
index 0000000..198ffc4
--- /dev/null
+++ b/farming/textures/farming_turkish_delight.png
Binary files differ
diff --git a/farming/utensils.lua b/farming/utensils.lua
index 63a7de3..4a15298 100644
--- a/farming/utensils.lua
+++ b/farming/utensils.lua
@@ -17,6 +17,12 @@ minetest.register_craft({
}
})
+minetest.register_craft({
+ type = "fuel",
+ recipe = "farming:bowl",
+ burntime = 10,
+})
+
-- saucepan
minetest.register_craftitem("farming:saucepan", {
@@ -71,7 +77,7 @@ minetest.register_craft({
minetest.register_craftitem("farming:skillet", {
description = S("Skillet"),
inventory_image = "farming_skillet.png",
- groups = {food_baking_tray = 1, flammable = 2},
+ groups = {food_skillet = 1, flammable = 2},
})
minetest.register_craft({
@@ -147,3 +153,11 @@ minetest.register_craft({
{"", "default:glass", ""},
}
})
+
+minetest.register_craft( {
+ type = "shapeless",
+ output = "vessels:glass_fragments",
+ recipe = {
+ "farming:mixing_bowl",
+ },
+})