Farming Redo for Minetest MCL compat
Freeman be8bf47d91 renamed mcl_grass.lua file + crafts groups | 1 yıl önce | |
---|---|---|
crops | 1 yıl önce | |
locale | 1 yıl önce | |
textures | 1 yıl önce | |
.gitignore | 6 yıl önce | |
README.md | 1 yıl önce | |
api.txt | 1 yıl önce | |
compatibility.lua | 1 yıl önce | |
farming.conf_example | 2 yıl önce | |
food.lua | 1 yıl önce | |
grass.lua | 1 yıl önce | |
hoes.lua | 1 yıl önce | |
init.lua | 1 yıl önce | |
license.txt | 1 yıl önce | |
lucky_block.lua | 2 yıl önce | |
mcl_compatibility.lua | 1 yıl önce | |
mod.conf | 1 yıl önce | |
screenshot.png | 8 yıl önce | |
settingtypes.txt | 1 yıl önce | |
soil.lua | 1 yıl önce | |
statistics.lua | 2 yıl önce | |
utensils.lua | 1 yıl önce |
This mod replaces the default farming
mod with a fully compatible API that allows
players to grow crops even when they are not nearby. It also includes many new foods
and crops which can be planted directly onto tilled soil without seeds. Crops that do
require seeds like wheat and cotton are found when digging in long grasses.
Crops grow 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.
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
Optional dependences:
farming.conf
is used to load custom settings for each crop and can be found in either the
farming mod folder or the world folder. Also minetest.conf
contains a setting for crop growth speed.
Configuration | type | default | file | Notes |
---|---|---|---|---|
farming_stage_length | float | 160.0 | minetest.conf | Contains a value used for speed of crop growth in seconds |
farming.min_light | int | 12 | farming.conf | default minimum light levels crops need to grow |
farming.max_light | int | 15 | farming.conf | default maximum light levels crops need to grow |
farming.carrot | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.potato | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.tomato | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.cucumber | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.corn | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.coffee | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.melon | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.pumpkin | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.cocoa | bool | true | farming.conf | true to enable crop/food or false to disable |
farming.raspberry | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.blueberry | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.rhubarb | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.beans | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.grapes | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.barley | bool | true | farming.conf | true to enable crop/food, false to disable |
farming.chili | float | 0.003 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.hemp | float | 0.003 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.garlic | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.onion | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.pepper | float | 0.002 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.pineapple | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.peas | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.beetroot | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.mint | float | 0.005 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.cabbage | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.blackberry | float | 0.002 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.lettuce | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.soy | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.vanilla | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.artichoke | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.parsley | float | 0.002 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.sunflower | float | 0.001 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.grains | bool | true | farming.conf | true to enable crop/food or false to disable |
farming.rice | bool | true | farming.conf | true to enable crop/food or false to disable |
farming.asparagus | float | 0.002 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.eggplant | float | 0.002 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.spinach | float | 0.002 | farming.conf | rarety value to enable crop/food in-game, false to disable |
farming.strawberry | float | 0.002 | farming.conf | rarety value to enable crop/food in-game, false to disable |
This farming mod provides a large selection of craftable food and items:
Node name | Description name |
---|---|
farming:salt | Salt |
farming:salt_crystal | Salt Crystal |
farming:chili_powder | Chili Powder |
farming:rose_water | Rose Water |
farming:glass_water | Glass of Water |
farming:sugar | Sugar |
farming:sugar_cube | Sugar Cube |
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:mac_and_cheese | Mac & Cheese |
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 | Onigiri |
farming:gyoza | Gyoza |
farming:mochi | Mochi |
farming:beetroot_soup | Beetroot Soup |
farming:muffin_blueberry | Blueberry Muffin |
farming:blueberry_pie | Blueberry Pie |
farming:carrot_juice | Carrot Juice |
farming:carrot_gold | Golden Carrot (revives) |
farming:chili_bowl | Bowl or Chili |
farming:cocoa_beans | Cocoa Beans |
farming:cookie | Chocolate Cookie |
farming:chocolate_dark | Bar of Dark Chocolate |
farming:chocolate_block | Chocolate Block |
farming:coffee_cup | Cup of Coffee |
farming:corn_cob | Corn on the Cob |
farming:popcorn | Popcorn |
farming:cornstarch | Cornstarch |
farming:ethanol | Bottle of Ethanol (fuel) |
farming:string | String |
farming:garlic_braid | Garlic Braid |
farming:garlic_clove | Garlic Clove |
farming:hemp_oil | Hemp Oil |
farming:hemp_fibre | Hemp Fibre |
farming:hemp_block | Hemp Block |
farming:hemp_rope | Hemp Rope |
farming:mint_tea | Mint Tea |
farming:onion_soup | Onion Soup |
farming:pea_soup | Pea Soup |
farming:pepper_ground | Ground Pepper |
farming:pineapple_ring | Pineapple Ring |
farming:pineapple_juice | Pineapple Juice |
farming:baked_potato | Baked Potato |
farming:potato_salad | Cucumber & Potato Salad |
farming:jackolantern | Jack 'O Lantern |
farming:scarecrow_bottom | Scarecrow Bottom |
farming:pumpkin_dough | Pumpkin Dough |
farming:pumpkin_bread | Pumpkin Bread |
farming:smoothie_raspberry | Raspberry Smoothie |
farming:rhubarb_pie | Rhybarb Pie |
farming:rice_flour | Rice Flour |
farming:rice_bread | Rice Bread |
farming:flour_multigrain | Multigrain Rice |
farming:bread_multigrain | Multigrain Bread |
farming:soy_sauce | Soy Sauce |
farming:soy_milk | Soy Milk |
farming:tofu | Tofu |
farming:tofu_cooked | Cooked Tofu |
farming:sunflower_seeds_toasted | Toasted Sunflower Seeds |
farming:sunflower_oil | Sunflower Oil |
farming:sunflower_bread | Sunflower Bread |
farming:tomato_soup | Tomato Soup |
farming:vanilla_extract | Vanilla Extract |
farming:flour | Flour |
farming:bread | Bread |
farming:straw | Straw Block |
farming:bread_slice | Bread Slice |
farming:toast | Toast |
farming:toast_sandwich | Toast Sandwich |
node name | Description |
---|---|
farming:trellis | Trellis (for growing grapes) |
farming:beanpole | Bean Pole (for growing beans) |
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 |
This mod is also a direct replacement for the older Farming Plus mod and will replace all of it's nodes and items with one's found within Farming Redo.
The ABM checks every 5 minutes to make sure crops in group:growing
that were planted
on an older map are enabled and growing properly.