Farming Redo for Minetest
Go to file
TenPlus1 dec468e3d7 added .gitignore 2018-02-19 10:04:35 +00:00
locale updated german translation (thanks groenkek) 2018-01-22 10:41:22 +00:00
textures Added salt 2018-02-08 13:03:24 +00:00
.gitignore added .gitignore 2018-02-19 10:04:35 +00:00
README.txt Added salt 2018-02-08 13:03:24 +00:00
barley.lua optimized growing routine, fixed place_param2 2017-08-29 13:59:04 +01:00
beanpole.lua localize a few functions 2017-12-27 10:17:11 +00:00
blueberry.lua Added intllib support (thanks Xanthin) 2016-05-30 12:30:00 +01:00
carrot.lua Added intllib support (thanks Xanthin) 2016-05-30 12:30:00 +01:00
chili.lua fix chili drop typo 2017-08-31 12:30:25 +01:00
cocoa.lua localize a few functions 2017-12-27 10:17:11 +00:00
coffee.lua Added intllib support (thanks Xanthin) 2016-05-30 12:30:00 +01:00
compatibility.lua added bushes_classic compatibility 2017-04-23 13:00:18 +01:00
corn.lua lowered ethanol burntime from 240 to 80 2017-07-26 17:49:47 +01:00
cotton.lua added minlight maxlight to api and growing routine 2017-08-28 12:33:25 +01:00
cucumber.lua increase default cucumber crop to 2 2017-05-19 20:06:31 +01:00
depends.txt added toolranks support 2017-07-28 15:48:12 +01:00
description.txt Added additional mod files 2016-03-20 21:06:05 +00:00
donut.lua fix donut recipe 2017-09-21 08:59:24 +01:00
farming.conf_example Added Pineapple and Pineapple Juice 2018-02-08 11:13:25 +00:00
garlic.lua added garlic, onion and pepper thanks to Grizzly Adams 2018-01-22 15:01:43 +00:00
grapes.lua localize a few functions 2017-12-27 10:17:11 +00:00
grass.lua added minlight maxlight to api and growing routine 2017-08-28 12:33:25 +01:00
hemp.lua Make hemp oil bottle placable 2017-04-30 20:34:01 +01:00
hoes.lua updated german translation (thanks groenkek) 2018-01-22 10:41:22 +00:00
init.lua added nil check for placer and refill 2018-02-08 11:27:23 +00:00
intllib.lua intllib updated (thanks BrunoMine) 2017-08-17 16:34:01 +01:00
license.txt Updated license 2016-08-19 19:32:25 +01:00
lucky_block.lua added chili peppers and bowl of chili 2017-08-31 12:14:54 +01:00
mapgen.lua Added Pineapple and Pineapple Juice 2018-02-08 11:13:25 +00:00
melon.lua Added intllib support (thanks Xanthin) 2016-05-30 12:30:00 +01:00
mod.conf Added additional mod files 2016-03-20 21:06:05 +00:00
onion.lua added garlic, onion and pepper thanks to Grizzly Adams 2018-01-22 15:01:43 +00:00
pepper.lua added garlic, onion and pepper thanks to Grizzly Adams 2018-01-22 15:01:43 +00:00
pineapple.lua Added Pineapple and Pineapple Juice 2018-02-08 11:13:25 +00:00
potato.lua Added intllib support (thanks Xanthin) 2016-05-30 12:30:00 +01:00
pumpkin.lua added jack 'o lantern description info 2017-05-15 13:01:46 +01:00
raspberry.lua Added intllib support (thanks Xanthin) 2016-05-30 12:30:00 +01:00
rhubarb.lua Added intllib support (thanks Xanthin) 2016-05-30 12:30:00 +01:00
screenshot.png Added additional mod files 2016-03-20 21:06:05 +00:00
soil.lua soil wont change into dirt if plant above 2018-01-04 09:50:03 +00:00
statistics.lua Code tweak and tidy, fixed rhubarb spawning 2015-12-08 14:47:22 +00:00
sugar.lua Added salt 2018-02-08 13:03:24 +00:00
tomato.lua Added intllib support (thanks Xanthin) 2016-05-30 12:30:00 +01:00
wheat.lua optimized growing routine, fixed place_param2 2017-08-29 13:59:04 +01:00

README.txt

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.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
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: 16


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