forked from thetealviper/Spigot_FarmCraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
corn.yml
73 lines (71 loc) · 1.56 KB
/
corn.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Required_Light: 10
Require_Water_Radius: 9
Grow_Time: 600
Seed:
id: "WHEAT_SEEDS"
name: "&rCorn Seed"
lore: "&r&7Plant me in tilled dirt!"
tags:
- "unbreakable:1"
flags:
- "HIDE_ATTRIBUTES"
- "HIDE_UNBREAKABLE"
Harvests:
1-1:
percent: 0
chance: 50
headtexture: "59970d085bf5aae875165f8337896242c12cd11299df89891a8a813adeb8"
FirstItemToDrop:
id: "WHEAT_SEEDS"
amount: 1
name: "&rCorn Seed"
lore: "&r&7Plant me in tilled dirt!"
tags:
- "unbreakable:1"
flags:
- "HIDE_ATTRIBUTES"
- "HIDE_UNBREAKABLE"
1-2:
percent: 0
chance: 50
headtexture: "59970d085bf5aae875165f8337896242c12cd11299df89891a8a813adeb8"
FirstItemToDrop:
id: "STICK"
2:
percent: 10
chance: 100
headtexture: "cc9cc9b5497284ca75a0c0a6711316251fb7c63b7282908bffe6257ddc341"
FirstItemToDrop:
id: "WHEAT_SEEDS"
amount: 2
name: "&rCorn Seed"
lore: "&r&7Plant me in tilled dirt!"
tags:
- "unbreakable:1"
flags:
- "HIDE_ATTRIBUTES"
- "HIDE_UNBREAKABLE"
3:
percent: 100
chance: 100
headtexture: "d391dffbea2fc3f2ad78a623f49bf7e1121694112c3759feed4156fc2ba46c0"
FirstItemToDrop:
id: "WHEAT_SEEDS"
amount: 2
name: "&rCorn Seed"
lore: "&r&7Plant me in tilled dirt!"
tags:
- "unbreakable:1"
flags:
- "HIDE_ATTRIBUTES"
- "HIDE_UNBREAKABLE"
SecondItemToDrop:
id: "DIAMOND_SWORD"
amount: 1
name: "&rCorn"
lore: "&r&7Farm fresh!"
tags:
- "unbreakable:1"
flags:
- "HIDE_ATTRIBUTES"
- "HIDE_UNBREAKABLE"