summaryrefslogtreecommitdiffstats
path: root/Server/brewing.txt
blob: d19e40e3a6e9596a105912a49d779410e03cba80 (plain) (blame)
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
#*****************#
# Brewing Recipes #
#*****************#
# The time for a brewing recipe is always 20 seconds (400 ticks).
#
# Minecraft-Wiki Brewing:
# https://minecraft.gamepedia.com/Brewing
#
# A brewing recipe has this format:
# Data Value + Ingredient = Potion


### Primary ###
# Akward Potion
0 + netherwart = 8208

# Mundane Potion
0 + redstonedust = 8192
0 + ghasttear = 8192
0 + glisteringmelon = 8192
0 + blazepowder = 8192
0 + magmacream = 8192
0 + sugar = 8192
0 + spidereye = 8192
0 + rabbitsfoot = 8192

# Thick Potion
0 + glowstonedust = 8224

# Potion of Weakness
0 + fermentedspidereye = 8200




### Secondary ###

## Positive ##

# Potion of Healing
8208 + glisteringmelon = 8197

# Potion of Fire Resistance
8208 + magmacream = 8195

# Potion of Regeneration
8208 + ghasttear = 8193

# Potion of Strength
8208 + blazepowder = 8201

# Potion of Swiftness
8208 + sugar = 8194

# Potion of Night Vision
8208 + goldencarrot = 8198

# Potion of Water Breathing
8208 + pufferfish = 8205

# Potion of Leaping
8208 + rabbitsfoot = 8203


## Negative ##

# Potion of Poison
8208 + spidereye = 8196

# Potion of Weakness (extended)
8200 + redstonedust = 8264




### Tertiary ###

## Positive ##

# Potion of Fire Resistance (extended)
8195 + redstonedust = 8259

# Potion of Healing II
8197 + glowstonedust = 8229

# Potion of Regeneration (extended)
8193 + redstonedust = 8257

# Potion of Regeneration II
8193 + glowstonedust = 8225

# Potion of Strength (extended)
8201 + redstonedust = 8265

# Potion of Strength II
8201 + glowstonedust = 8233

# Potion of Swiftness (extended)
8194 + redstonedust = 8258

# Potion of Swiftness II
8194 + glowstonedust = 8226

# Potion of Night Vision (extended)
8198 + redstonedust = 8262

# Potion of Invisibility
8198 + fermentedspidereye = 8206

# Potion of Invisibility (extended)
8262 + fermentedspidereye = 8270

# Potion of Invisibility (extended)
8206 + redstonedust = 8270

# Potion of Water Breathing (extended)
8205 + redstonedust = 8269

# Potion of Leaping II
8203 + glowstonedust = 8235

# Potion of Leaping (extended)
8203 + redstonedust = 8267


## Negative ##

# Potion of Harming
8196 + fermentedspidereye = 8204
8197 + fermentedspidereye = 8204
8260 + fermentedspidereye = 8204

# Potion of Harming II
8228 + fermentedspidereye = 8236
8229 + fermentedspidereye = 8236

# Potion of Harming II
8204 + glowstonedust = 8236

# Potion of Poison (extended)
8196 + redstonedust = 8260

# Potion of Poison II
8196 + glowstonedust = 8228

# Potion of Slowness
8194 + fermentedspidereye = 8202
8203 + fermentedspidereye = 8202

# Potion of Slowness (extended)
8202 + redstonedust = 8266

# Potion of Slowness (extended)
8258 + fermentedspidereye = 8266
8267 + fermentedspidereye = 8266