aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/layers.yml
blob: ff0f353f64829dd52ddab33350da1a4c810d0f3d (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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
layers:
  ores:
    weight: 5
    materials:
      - material: COBBLESTONE
        weight: 5
      - material: COAL_ORE
        weight: 3
      - material: GRASS_BLOCK
        weight: 2
      - material: IRON_ORE
      - material: GOLD_ORE
      - material: REDSTONE_ORE
      - material: EMERALD_ORE
      - material: LAPIS_ORE
      - material: DIAMOND_ORE
      - material: COBWEB
  ore_blocks:
    weight: 5
    materials:
      - material: COAL_BLOCK
        weight: 4
      - material: IRON_BLOCK
        weight: 3
      - material: GOLD_BLOCK
        weight: 2
      - material: REDSTONE_BLOCK
        weight: 2
      - material: LAPIS_BLOCK
      - material: DIAMOND_BLOCK
  nether:
    weight: 5
    materials:
      - material: NETHERRACK
        weight: 6
      - material: NETHER_BRICKS
        weight: 4
      - material: NETHER_GOLD_ORE
        weight: 2
      - material: NETHER_QUARTZ_ORE
        weight: 2
      - material: CRIMSON_NYLIUM
      - material: WARPED_NYLIUM
      - material: CRACKED_NETHER_BRICKS
      - material: RED_NETHER_BRICKS
      - material: NETHER_WART_BLOCK
      - material: CRYING_OBSIDIAN
      - material: SHROOMLIGHT
      - material: BLACKSTONE
      - material: BASALT
      - material: SOUL_SAND
  end:
    weight: 5
    materials:
      - material: END_STONE
        weight: 4
      - material: END_STONE_BRICKS
        weight: 2
      - material: PURPUR_BLOCK
        weight: 2
      - material: PURPUR_PILLAR
      - material: OBSIDIAN
      - material: COBBLESTONE
  redstone:
    weight: 4
    materials:
      - material: REDSTONE_BLOCK
        weight: 2
      - material: REDSTONE_LAMP
      - material: TARGET
      - material: SLIME_BLOCK
      - material: OBSERVER
      - material: DAYLIGHT_DETECTOR
  ocean:
    weight: 4
    materials:
      - material: PRISMARINE
        weight: 2
      - material: DARK_PRISMARINE
      - material: PRISMARINE_BRICKS
      - material: PRISMARINE_BRICK_SLAB
      - material: BLUE_STAINED_GLASS
      - material: SEA_LANTERN
      - material: SPONGE
      - material: TUBE_CORAL_BLOCK
      - material: BRAIN_CORAL_BLOCK
      - material: BUBBLE_CORAL_BLOCK
  desert:
    weight: 4
    materials:
      - material: SANDSTONE
        weight: 2
      - material: RED_SANDSTONE
        weight: 2
      - material: CHISELED_SANDSTONE
      - material: SMOOTH_SANDSTONE
      - material: CUT_SANDSTONE
      - material: SANDSTONE_SLAB
      - material: RED_SANDSTONE_SLAB
      - material: RED_TERRACOTTA
      - material: ORANGE_TERRACOTTA
      - material: YELLOW_TERRACOTTA
      - material: TERRACOTTA
  forest:
    weight: 4
    materials:
      - material: OAK_LEAVES
        weight: 2
      - material: SPRUCE_LEAVES
        weight: 2
      - material: ACACIA_LEAVES
        weight: 2
      - material: OAK_LOG
      - material: SPRUCE_LOG
      - material: ACACIA_LOG
      - material: STRIPPED_OAK_LOG
      - material: STRIPPED_SPRUCE_LOG
      - material: STRIPPED_ACACIA_LOG
      - material: OAK_WOOD
      - material: SPRUCE_WOOD
      - material: ACACIA_WOOD
  jungle:
    weight: 3
    materials:
      - material: MOSSY_COBBLESTONE
        weight: 3
      - material: COBBLESTONE
        weight: 2
      - material: JUNGLE_LEAVES
        weight: 2
      - material: JUNGLE_LOG
        weight: 2
      - material: STRIPPED_JUNGLE_LOG
      - material: JUNGLE_WOOD
      - material: STRIPPED_JUNGLE_WOOD
      - material: JUNGLE_PLANKS
      - material: JUNGLE_SLAB
  overworld:
    weight: 3
    materials:
      - material: DIRT
      - material: COARSE_DIRT
      - material: GRASS_BLOCK
      - material: DIRT_PATH
      - material: MYCELIUM
      - material: PODZOL
      - material: OAK_SLAB
      - material: BRICK_WALL
      - material: BRICK_STAIRS
  terracotta:
    weight: 3
    materials:
      - material: PINK_TERRACOTTA
        weight: 2
      - material: PURPLE_TERRACOTTA
        weight: 2
      - material: GRAY_TERRACOTTA
        weight: 2
      - material: BLUE_TERRACOTTA
        weight: 2
      - material: LIGHT_BLUE_TERRACOTTA
        weight: 2
      - material: WHITE_TERRACOTTA
        weight: 2
      - material: BROWN_TERRACOTTA
        weight: 2
      - material: GREEN_TERRACOTTA
        weight: 2
      - material: YELLOW_TERRACOTTA
        weight: 2
      - material: HONEYCOMB_BLOCK
        weight: 2
      - material: WHITE_STAINED_GLASS
  glazed_terracotta:
    weight: 3
    materials:
      - material: PODZOL
        weight: 3
      - material: YELLOW_GLAZED_TERRACOTTA
      - material: LIGHT_BLUE_GLAZED_TERRACOTTA
      - material: GRAY_GLAZED_TERRACOTTA
  sticky:
    weight: 3
    materials:
      - material: WHITE_TERRACOTTA
        weight: 3
      - material: BLUE_ICE
        weight: 3
      - material: STONE_SLAB
        weight: 3
      - material: SOUL_SOIL
        weight: 2
      - material: GLOWSTONE
        weight: 2
      - material: SLIME_BLOCK
      - material: HONEY_BLOCK
  annoying_movement:
    weight: 2
    materials:
      - material: PACKED_ICE
        weight: 4
      - material: JUKEBOX
        weight: 2
      - material: TNT
        weight: 2
      - material: LIGHT_BLUE_CONCRETE
        weight: 2
      - material: GLASS
        weight: 2
      - material: SMOOTH_STONE_SLAB
        weight: 2
      - material: SOUL_SAND
  insanity:
    weight: 2
    materials:
      - material: OAK_PLANKS
      - material: OBSIDIAN
      - material: SPONGE
      - material: BEEHIVE
      - material: DRIED_KELP_BLOCK
  glass:
    weight: 1
    materials:
      - material: GLASS
        weight: 30
      - material: WHITE_STAINED_GLASS

#  <NAME>:
#    weight:
#    materials:
#      - material:
#        weight: