-
Notifications
You must be signed in to change notification settings - Fork 37
/
foodstuffs.sk
127 lines (106 loc) · 5.06 KB
/
foodstuffs.sk
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
# Food items
# Most of the foods are simple items that have always existed. These didn't change in 1.13.
unchanged foods:
apple¦s = minecraft:apple
baked potato¦es = minecraft:baked_potato
beetroot¦s = minecraft:beetroot
beetroot (stew|soup)¦s = minecraft:beetroot_soup
[loa(f|ves) of] bread = minecraft:bread
carrot¦s = minecraft:carrot
chorus fruit¦s = minecraft:chorus_fruit
(cooked beef|steak¦s) = minecraft:cooked_beef
cooked chicken¦s = minecraft:cooked_chicken
cooked mutton¦s = minecraft:cooked_mutton
cooked pork[chop¦s] = minecraft:cooked_porkchop
cooked rabbit¦s = minecraft:cooked_rabbit
cookie¦s = minecraft:cookie
golden carrot¦s = minecraft:golden_carrot
mushroom (stew|soup)¦s = minecraft:mushroom_stew
poisonous potato¦es = minecraft:poisonous_potato
potato¦es = minecraft:potato
pumpkin pie¦s = minecraft:pumpkin_pie
rabbit (stew|soup)¦s = minecraft:rabbit_stew
[raw] beef = minecraft:beef
[raw] chicken¦s = minecraft:chicken[relatedEntity=chicken]
[raw] mutton¦s = minecraft:mutton
[raw] pork[chop]¦s = minecraft:porkchop
[raw] rabbit¦s = minecraft:rabbit[relatedEntity=rabbit]
rotten flesh = minecraft:rotten_flesh
spider eye¦s = minecraft:spider_eye
village and pillage update foods:
minecraft version = 1.14 or newer
sweet berr(y|ies) = minecraft:sweet_berries
buzzy bee update update foods:
minecraft version = 1.15 or newer
honey bottle¦s = minecraft:honey_bottle
caves and cliffs update part 1:
minecraft version = 1.17 or newer
glow berr(y|ies) = minecraft:glow_berries
# Before the flattening in 1.13, some foods used data values.
foods before flattening:
minecraft version = 1.12.2 or older
[raw] (fish¦es|cod [fillet]¦s|fish fillet¦s) = minecraft:fish
[raw] salmon [fillet]¦s = minecraft:fish {Damage:1}
clownfish¦es = minecraft:fish {Damage:2}
pufferfish¦es = minecraft:fish {Damage:3}
cooked (fish¦es|cod [fillet]¦s|fish fillet¦s) = minecraft:cooked_fish
cooked salmon [fillet]¦s = minecraft:cooked_fish {Damage:1}
any raw fish¦es = raw cod, raw salmon, pufferfish, clownfish
[normal] golden apple¦s = minecraft:golden_apple {Damage:0}
(enchanted golden|notch) apple¦s = minecraft:golden_apple {Damage:1}
melon slice¦s = minecraft:melon
cake¦s = minecraft:cake_block
cake item¦s = minecraft:cake
# Foods whose IDs were changed as part of the ID flattening in 1.13.
foods after flattening:
minecraft version = 1.13 or newer
[raw] cod [fillet]¦s = minecraft:cod[relatedEntity=cod]
cooked cod [fillet]¦s = minecraft:cooked_cod
[raw] salmon [fillet]¦s = minecraft:salmon[relatedEntity=salmon]
cooked salmon [fillet]¦s = minecraft:cooked_salmon
pufferfish¦es = minecraft:pufferfish[relatedEntity=puffer fish]
tropical fish¦es = minecraft:tropical_fish[relatedEntity=tropical fish]
any raw fish¦es = raw cod, raw salmon, pufferfish, tropical fish
[normal] golden apple¦s = minecraft:golden_apple
(enchanted golden|notch) apple¦s = minecraft:enchanted_golden_apple
melon slice¦s = minecraft:melon_slice
dried kelp¦s = minecraft:dried_kelp
cake¦s = minecraft:cake
# Groups of items for useful reference
common categories:
any cod [fillet]¦s = raw cod, cooked cod
any salmon [fillet]¦s = raw salmon, cooked salmon
any cooked (fish¦es|fish fillet¦s) = cooked cod, cooked salmon
any fish¦es = any raw fish, any cooked fish
any golden apple = normal golden apple, enchanted golden apple
any apple = any golden apple, apple
[any] (soup|stew)¦s = beetroot soup, mushroom stew, rabbit stew
[any] root vegetable¦s = beetroot, carrot, potato
any potato¦es = potato, baked potato
[any] fruit¦s = any apple, chorus fruit, melon slice
[any] raw meat¦s = raw beef, raw chicken, raw mutton, raw porkchop, raw rabbit
[any] cooked meat¦s = steak, cooked chicken, cooked mutton, cooked porkchop, cooked rabbit
[any] meat¦s = any raw meat, any cooked meat
[any] monster (food|meat¦s) = rotten flesh, spider eye
[any] cooked food¦s = baked potato, any cooked meat, any cooked fish
village and pillage common categories:
minecraft version = 1.14 or newer
[any] fruit¦s = any apple, chorus fruit, melon slice, sweet berry
# All foods before
old food categories:
minecraft version = 1.12.2 or older
[any] dessert¦s = cookie, cake item, pumpkin pie
[any] food = any fish, fruit, root vegetables, stews, meats, monster meats, desserts, bread, baked potato, poisonous potato
food categories after update aquatic:
minecraft version = 1.13 or newer
[any] dessert¦s = cookie, cake, pumpkin pie
[any] food = any fish, fruit, root vegetables, stews, meats, monster meats, desserts, bread, baked potato, poisonous potato, dried kelp
food categories after village and pillage update:
minecraft version = 1.14 or newer
[any] food = any food, sweet berry
food categories after buzzy bee update:
minecraft version = 1.15 or newer
[any] food = any food, honey bottle
food categories after caves and cliffs update part 1:
minecraft version = 1.17 or newer
[any] food = any food, glow berry