master
A. Demant 2019-02-13 05:36:57 +01:00
parent 057e65c9b1
commit 2f24022226
6 changed files with 31 additions and 31 deletions

View File

@ -1,5 +1,5 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# Farming Modpack
# Farming Modpack for Minetest
Main repository:

View File

@ -1,10 +1,10 @@
#Farming
# Minetest Mod: Farming
See license.txt for license information.
##Short description
## Short description
Mod for extending the farming capabilities of minetest.
##Description
## Description
You have wild crops, which you can cultivate to get faster and more harvest.
The crops can be infected, where you get nothing. And the infection spreads to nearby crops.
A culture of crops can be destroyed by the infection, where the cultured variant of crops
@ -44,7 +44,7 @@ Based on the definition the behauvior is defined:
To get a seed of the fruit, you have to use a seed picker. The plant goes back one step and need to regrow booth
leaves and seed.
##API
## API
The crops inside farming mod are defined by a single .txt file, where for each crop in a row the whole definition is given.
Each row will by interpreted to generate a data object, which is registered by farming.register_plant. Inside this function all registering are called by functions intended for internal usage.
@ -53,7 +53,7 @@ A detailed description of the txt file is given in crops.lua
Most important function is farming.register_plant(def). The structure of <def> is given in api.txt.
##Authors of source code
## Authors of source code
Originally by PilzAdam (MIT)
@ -65,7 +65,7 @@ ademant (MIT)
Various Minetest developers and contributors (MIT)
##Authors of media (textures)
## Authors of media (textures)
Created by PilzAdam (CC BY 3.0):
- farming_bread.png
- farming_soil.png

View File

@ -1,6 +1,6 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# Farming Awards
##Description
# Minetest mod: Farming Awards
## Description
Enhance farming mod with Awards via awards mod by rubenwardy:
@ -12,12 +12,12 @@ Enhance farming mod with Awards via awards mod by rubenwardy:
See license.txt for license information.
##Authors of source code
## Authors of source code
ademant (MIT)
##Authors of media (textures)
---------------------------
## Authors of media (textures)
Created by ademant (CC BY 3.0):
farming_awards_thresher (based on picture from addysgLLGC on opencliparts)
farming_awards_miller (based on https://openclipart.org/detail/11551/rpg-map-symbols-windmill)

View File

@ -1,26 +1,26 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# Farming Crafts
##Description
# Minetest mod: Farming Crafts
## Description
Outsourcing of craft items out of farming mod into a separate mod.
##Food
## Food
- sugar
- salt
- rose water
- donuts
- etc.
##Coffee
## Coffee
The ingredients for coffee are provided by farming mod, but crafting of coffee is placed here.
## utensils
## Utensils
Some utensils not needed inside the farming mod are placed here, like cutting board.
See license.txt for license information.
##Authors of source code
## Authors of source code
Originally by PilzAdam (MIT)
@ -30,8 +30,8 @@ TenPlus1 (MIT)
ademant (MIT)
##Authors of media (textures)
---------------------------
## Authors of media (textures)
Created by ademant (CC BY 3.0):
farming_awards_thresher (based on picture from addysgLLGC on opencliparts)
farming_awards_miller (based on https://openclipart.org/detail/11551/rpg-map-symbols-windmill)

View File

@ -1,17 +1,17 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# Farming Integrate
# Minetest mod: Farming Integrate
See license.txt for license information.
##Description
## Description
Extend the farming mod to operate better with other mods. So the crops can also be found on ground nodes defined in ethereal.
Also extend some animals following new crops not found in standard farming mod.
Authors of source code
----------------------
## Authors of source code
ademant (MIT)
Authors of media (textures)
---------------------------
## Authors of media (textures)
Created by ademant (CC BY 3.0):
farming_awards_thresher (based on picture from addysgLLGC on opencliparts)
farming_awards_miller (based on https://openclipart.org/detail/11551/rpg-map-symbols-windmill)

View File

@ -1,5 +1,5 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
#Farming XPFW
# Minetest mod: Farming XPFW
See license.txt for license information.
## Description
@ -11,12 +11,12 @@ Which count each punched berries and harvested crops.
Additionally this mod uses XPFW to provide experience system. After getting some amount of fruits or harvest by change you get more drop items.
Authors of source code
----------------------
## Authors of source code
ademant (MIT)
Authors of media (textures)
---------------------------
## Authors of media (textures)
Created by ademant (CC BY 3.0):
farming_awards_thresher (based on picture from addysgLLGC on opencliparts)
farming_awards_miller (based on https://openclipart.org/detail/11551/rpg-map-symbols-windmill)