Skip to content

Commit de5b711

Browse files
committed
fix up
1 parent 4bcb81c commit de5b711

2 files changed

Lines changed: 36 additions & 25 deletions

File tree

biome-distribution/stages/set_biomes_in_climates.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ stages:
197197
temperate-hot-dry:
198198
- CHAPARRAL: 1
199199
- MOORLAND: 1
200-
- PALM_FORREST: 1
200+
- PALM_FOREST: 1
201201
temperate-hot-dry-highlands:
202202
- DRY_TEMPERATE_MOUNTAINS: 1
203203
- DRY_TEMPERATE_WHITE_MOUNTAINS: 1
@@ -209,14 +209,14 @@ stages:
209209
temperate-warm-dry:
210210
- CHAPARRAL: 1
211211
- MOORLAND: 1
212-
- PALM_FORREST: 1
212+
- PALM_FOREST: 1
213213
temperate-warm-dry-highlands:
214214
- DRY_TEMPERATE_MOUNTAINS: 1
215215
- DRY_TEMPERATE_WHITE_MOUNTAINS: 1
216216

217217
temperate-hot-flat:
218218
- MOORLAND: 1
219-
- PALM_FORREST: 1
219+
- PALM_FOREST: 1
220220
- TEMPERATE_RAINFOREST: 1
221221
- ROCKY_GRASSLAND: 1
222222
- OAK_FOREST: 1

biomes/abstract/mobs/mob_creaking.yml

Lines changed: 33 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,60 +13,71 @@ spawning:
1313
entries:
1414
- type:
1515
id: minecraft:bat
16-
min-group-size: 8
17-
max-group-size: 8
16+
group-size:
17+
min: 8
18+
max: 8
1819
weight: 10
1920
- group: MONSTER
2021
entries:
2122
- type:
2223
id: minecraft:spider
23-
min-group-size: 4
24-
max-group-size: 4
24+
group-size:
25+
min: 4
26+
max: 4
2527
weight: 100
2628
- type:
2729
id: minecraft:zombie
28-
min-group-size: 4
29-
max-group-size: 4
30+
group-size:
31+
min: 4
32+
max: 4
3033
weight: 95
3134
- type:
3235
id: minecraft:zombie_villager
33-
min-group-size: 1
34-
max-group-size: 1
36+
group-size:
37+
min: 1
38+
max: 1
3539
weight: 5
3640
- type:
3741
id: minecraft:skeleton
38-
min-group-size: 4
39-
max-group-size: 4
42+
group-size:
43+
min: 4
44+
max: 4
4045
weight: 100
4146
- type:
4247
id: minecraft:creeper
43-
min-group-size: 4
44-
max-group-size: 4
48+
group-size:
49+
min: 4
50+
max: 4
4551
weight: 100
4652
- type:
4753
id: minecraft:slime
48-
min-group-size: 4
49-
max-group-size: 4
54+
group-size:
55+
min: 4
56+
max: 4
5057
weight: 100
5158
- type:
5259
id: minecraft:enderman
53-
min-group-size: 1
54-
max-group-size: 4
60+
group-size:
61+
min: 1
62+
max: 4
5563
weight: 5
5664
- type:
5765
id: minecraft:witch
58-
min-group-size: 1
59-
max-group-size: 1
66+
group-size:
67+
min: 1
68+
max: 1
6069
weight: 5
6170
- type:
6271
id: minecraft:creaking
63-
min-group-size: 1
64-
max-group-size: 4
72+
group-size:
73+
min: 1
74+
max: 4
6575
weight: 15
6676
- group: UNDERGROUND_WATER_CREATURE
6777
entries:
6878
- type:
6979
id: minecraft:glow_squid
70-
min-group-size: 4
71-
max-group-size: 6
80+
group-size:
81+
min: 4
82+
max: 6
7283
weight: 10

0 commit comments

Comments
 (0)