|
2 years ago | |
---|---|---|
crops | 3 years ago | |
locale | 3 years ago | |
textures | 3 years ago | |
.gitignore | 7 years ago | |
README.md | 3 years ago | |
api.txt | 3 years ago | |
compatibility.lua | 3 years ago | |
depends.txt | 6 years ago | |
description.txt | 9 years ago | |
farming.conf_example | 3 years ago | |
food.lua | 2 years ago | |
grass.lua | 3 years ago | |
hoes.lua | 3 years ago | |
init.lua | 2 years ago | |
license.txt | 3 years ago | |
lucky_block.lua | 3 years ago | |
mapgen.lua | 3 years ago | |
mod.conf | 4 years ago | |
screenshot.png | 9 years ago | |
settingtypes.txt | 5 years ago | |
soil.lua | 3 years ago | |
statistics.lua | 4 years ago | |
utensils.lua | 4 years ago |
This mod improves all food and farming related content
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...
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.
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:
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 |
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 |
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 |
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.
There is one abm for new group group:growing
.