-
Notifications
You must be signed in to change notification settings - Fork 0
/
world_nether.conf
136 lines (130 loc) · 5.79 KB
/
world_nether.conf
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
filter-sets: {
grazers: {
label: "Grazer Entities"
toggleable: true
default-hidden: true
filters: [
{ type: cow, icon: cow/24x24/cow.png}
{ type: pig, icon: pig/24x24/pig.png}
{ type: sheep, icon: sheep/24x24/white_sheep.png}
{ type: bee, icon: bee/24x24/bee.png}
{ type: frog, icon: frog/24x24/temperate_frog.png}
{ type: tadpole, icon: tadpole/24x24/tadpole.png}
{ type: ocelot, icon: cat/24x24/ocelot.png}
{ type: rabbit, icon: rabbit/24x24/brown_rabbit.png}
{ type: turtle, icon: turtle/24x24/turtle.png}
{ type: sniffer, icon: sniffer/24x24/sniffer.png}
{ type: armadillo, icon: armadillo/24x24/armadillo.png}
{ type: mooshroom, icon: mooshroom/24x24/mooshroom.png}
{ type: panda, icon: panda/24x24/panda.png}
{ type: dolphin, icon: dolphin/24x24/dolphin.png}
{ type: fox, icon: fox/24x24/fox.png}
{ type: goat, icon: goat/24x24/goat.png}
{ type: polar_bear, icon: polar_bear/24x24/polar_bear.png}
{ type: trader_llama, icon: trader_llama/24x24/creamy_trader_llama.png}
{ type: villager, icon: villagers/24x24/villager.png}
{ type: wandering_trader, icon: wandering_trader/24x24/wandering_trader.png}
]
}
taimables: {
label: "Taimable Entities"
toggleable: true
default-hidden: false
filters: [
{ type: wolf, icon: wolf/24x24/pale_wolf.png}
{ type: cat, icon: cat/24x24/tabby_cat.png}
{ type: allay, icon: allay/24x24/allay.png}
{ type: parrot, icon: parrot/24x24/red_blue_parrot.png}
{ type: axolotl, icon: axolotl/24x24/pink_axolotl.png}
{ type: iron_golem, icon: iron_golem/24x24/iron_golem.png}
{ type: snow_golem, icon: snow_golem/24x24/pumpkin_golem.png}
]
}
bosses: {
label: "Boss Entities"
toggleable: true
default-hidden: false
filters: [
{ type: ender_dragon, icon: ender_dragon/64x64/ender_dragon.png}
{ type: wither, icon: wither/64x64/wither.png}
{ type: elder_guardian, icon: elder_guardian/64x64/elder_guardian.png}
{ type: warden, icon: warden/64x64/warden.png}
{ type: end_crystal }
]
}
vehicles: {
label: "Player Vehicles"
toggleable: true
default-hidden: true
filters: [
{ type: chest_boat }
{ type: boat }
{ type: minecart }
]
}
atmospheric: {
label: "Atmospheric Entities"
toggleable: true
default-hidden: true
filters: [
{ type: bat , icon: bat/24x24/bat.png}
{ type: cod, icon: fish/24x24/cod.png}
{ type: salmon, icon: fish/24x24/salmon.png}
{ type: pufferfish, icon: fish/24x24/pufferfish.png}
{ type: tropical_fish, icon: fish/24x24/tropical_fish.png}
{ type: squid, icon: squid/24x24/squid.png}
{ type: glow_squid, icon: glow_squid/24x24/glow_squid.png}
]
}
ridables: {
label: "Ridable Entities"
toggleable: true
default-hidden: true
filters: [
{ type: horse, icon: horses/24x24/horse.png}
{ type: donkey, icon: donkey/24x24/donkey.png}
{ type: llama, icon: llama/24x24/creamy_llama.png}
{ type: mule, icon: mule/24x24/mule.png}
{ type: strider, icon: strider/24x24/warm_strider.png}
{ type: skeleton_horse, icon: horses/24x24/skeleton_horse.png}
{ type: zombie_horse, icon: horses/24x24/zombie_horse.png}
{ type: camel, icon: camel/24x24/camel.png}
]
}
Googlies: {
label: "GOOGLIES"
toggleable: true
default-hidden: true
filters: [
{ type: phantom, icon: phantom/24x24/phantom.png}
{ type: shulker, icon: shulker/24x24/shulker.png}
{ type: endermite, icon: endermite/24x24/endermite.png}
{ type: zombie, icon: zombies/24x24/zombie.png}
{ type: skeleton, icon: skeletons/24x24/skeleton.png}
{ type: spider, icon: spider/24x24/spider.png}
{ type: cave_spider, icon: cave_spider/24x24/cave_spider.png}
{ type: blaze, icon: blaze/24x24/blaze.png}
{ type: zombie_villager, icon: zombie_villagers/24x24/zombie_villager.png}
{ type: ghast, icon: ghast/24x24/ghast.png}
{ type: wither_skeleton, icon: skeletons/24x24/wither_skeleton.png}
{ type: magma_cube, icon: magma_cube/24x24/magma_cube.png}
{ type: piglin, icon: piglin/24x24/piglin.png}
{ type: zombified_piglin, icon: zombified_piglin/24x24/zombified_piglin.png}
{ type: piglin_brute, icon: piglin_brute/24x24/piglin_brute.png}
{ type: witch, icon: witch/24x24/witch.png}
{ type: silverfish, icon: silverfish/24x24/silverfish.png}
{ type: guardian, icon: guardian/24x24/guardian.png}
{ type: illusioner, icon: illagers/24x24/illusioner.png}
{ type: ravager, icon: illagers/24x24/ravager.png}
{ type: pillager, icon: illagers/24x24/pillager.png}
{ type: hoglin, icon: hoglin/24x24/hoglin.png}
{ type: zoglin, icon: zombified_hoglin/24x24/zombified_hoglin.png}
{ type: drowned, icon: zombies/24x24/drowned.png}
{ type: husk, icon: zombies/24x24/husk.png}
{ type: slime, icon: slime/24x24/slime_opaque.png}
{ type: stray, icon: skeletons/24x24/stray.png}
{ type: breeze, icon: breeze/24x24/breeze.png}
{ type: bogged, icon: skeletons/24x24/bogged.png}
]
}
}