Go to file
OldCoder 99bbf09153 Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
textures Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
LICENSE.md Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
README.md Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
base.lua Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
depends.txt Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
description.txt Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
elements.lua Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
essence.lua Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
farming.lua Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
init.lua Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
lib.lua Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
mod.conf Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
screenshot.png Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
settings.lua Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
settingtypes.txt Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00
upgrade_stones.lua Imported from trollstream "ContentDB" 2022-09-04 22:02:16 -07:00

README.md

Resource Crops

Resource Crops is a mod made by TwigGlenn4 that adds crops that grow resources to Minetest, a free and open source infinite world block sandbox game. This mod was inspired by the Mystical Agricutlure mod for Minecraft.

Suggestions

You should install a crafting guide mod, such as Unified Inventory

Growing crops takes time, and getting higher teir crops is a very slow process. If you do not want to wait as long, you can change the settings:

resourcecrops_growth_interval (growth interval) = 30
resourcecrops_growth_chance (growth chance) = 2

Items & Nodes

Essence Ore

Essence Ore is found between depths of -5 and -5000.

Essence Harvester

The Essence Harvester will harvest a resource crop of any type, dropping the items under it on the crop. It must be placed above the crop it will harvest.

Seeds

Seeds are placed on farmland, only grow when it is wet, and can be crafted into it's respective essence.

Essences

Essences are usually crafted into their results by filling the crafting grid.

Elements

Mostly used as another way to get misc items. Fire essence can be crafted with an item to smelt it, but this only works with ores for the metals that have crops and all smelting recipies from minetest_game

Inferno Stone

The Inferno Stone can be crafted with an item to get the twice the result of smelting that item, and you get the Inferno Stone back. This only works on the same items as fire essence.

Crops

Crops require a light level of at least 8, so they can grow in torchlight. You can punch a crop to harvest it, which drops it's items and resets the crop to it's first growth level.

Config

The options have short descriptions found in the client interface settings or settingtypes.txt To change the config options of this mod, you have two options:

Client Interface

  1. With Minetest running, click the menu tab called "Settings".
  2. Click the "Advanced Setting".
  3. Open the "Mods" section.
  4. Open the "resource_crops" subsection.
  5. Change values as you wish!

Text Editor & Server

  1. Find "resourcecrops" in your "mods" folder.
  2. Open "settingtypes.txt", copy options you want to change, but not the lines starting with "#".
  3. Find "minetest.conf" in minetest's main folder, it might be beside the "mods" folder.
  4. Paste the options you copied into minetest.conf, change them to your liking.

Compat

Mods

This mod alters the growth of crops from the farming mod in minetest_game. Cotton and wheat now have a 4-step growth cycle like the other added crops.

If More Ores or Technic are installed, their respective crops can be grown. if not, the crops are automatically disabled.

Minetest

This mod works on minetest 0.4.16 and is compatible with the 5.0.0 update. It might work on older versions if the required dependencies are installed, but I cannot guarantee it.

License

  • Resource Crops is licensed with the MIT license, see LICENSE.md for details.