-
Notifications
You must be signed in to change notification settings - Fork 27
/
module.txt
34 lines (34 loc) · 892 Bytes
/
module.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"id": "SimpleFarming",
"version": "2.2.0-SNAPSHOT",
"author": "Josharias, Mandar Juvekar, patrick Wang, Harry Wang, mdj117, SufurElite, He Who Shall Not Be Named (VaibhavBajaj), andriii25, smsunarto, DhananjayGarg, Jay Gupta",
"displayName": "Simple Farming",
"description": "Adds the capability to grow plants using seeds. Ripe plants can be harvested for the fruit that the plant produces.",
"dependencies": [
{
"id": "CoreAssets",
"minVersion": "2.0.1"
},
{
"id": "Inventory",
"minVersion": "1.1.0"
},
{
"id": "Genome",
"minVersion": "1.0.0",
"optional": true
},
{
"id": "BasicCrafting",
"minVersion": "1.0.0",
"optional": true
},
{
"id": "SubstanceMatters",
"minVersion": "2.0.0",
"optional": true
}
],
"isServerSideOnly": false,
"isLibrary": true
}