-
Notifications
You must be signed in to change notification settings - Fork 5
/
corn.yml
71 lines (68 loc) · 2.05 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
Required_Light: 10
# Set to -1 if no required light
Require_Water_Radius: 9
# Set to -1 if no required water
Required_XP: -1
# Set to -1 if no required xp
Grow_Time: 10
# This is in seconds
Leaf_Block_Material: "FERN"
#This is the material type of the block which exists under the textured head for this crop
# headtexture values can be found at "https://minecraft-heads.com"
# 1. Find a head you want
# 2. Click on it
# 3. The value you want to copy and paste in this config is "Minecraft-URL"
Seed:
id: WHEAT_SEEDS
name: '&>LCH#ff0000Testing Message&<LCH#0000ff'
lore:
- '&r&7Plant me in tilled dirt!'
Harvests:
"1-1":
percent: 0
chance: 50
headtexture: 59970d085bf5aae875165f8337896242c12cd11299df89891a8a813adeb8
xp: 1
FirstItemToDrop:
id: WHEAT_SEEDS
amount: 1
name: '&>LCH#ff0000Testing Message&<LCH#0000ff'
lore:
- '&r&7Plant me in tilled dirt!'
"1-2":
percent: 0
chance: 50
headtexture: 59970d085bf5aae875165f8337896242c12cd11299df89891a8a813adeb8
FirstItemToDrop:
id: STICK
#Notice that harvest 1-1 and 1-2 are BOTH potential drop options for phase 1
#which extends from 0% grown to the next phase defined (which is 10% in this case)
#Either 1-1 or 1-2 will be chosen as a loot pool, but not both.
'2':
percent: 10
chance: 100
headtexture: cc9cc9b5497284ca75a0c0a6711316251fb7c63b7282908bffe6257ddc341
FirstItemToDrop:
id: WHEAT_SEEDS
amount: 2
name: '&>LCH#ff0000Testing Message&<LCH#0000ff'
lore:
- '&r&7Plant me in tilled dirt!'
'3':
percent: 100
chance: 100
headtexture: d391dffbea2fc3f2ad78a623f49bf7e1121694112c3759feed4156fc2ba46c0
FirstItemToDrop:
id: WHEAT_SEEDS
amount: 2
name: '&>LCH#ff0000Testing Message&<LCH#0000ff'
lore:
- '&r&7Plant me in tilled dirt!'
SecondItemToDrop:
id: DIAMOND_SWORD
amount: 1
name: '&rCorn'
lore:
- '&r&7Farm fresh!'
enchantments:
- "mending:1"