2
2
3
3
import com .github .alexthe666 .iceandfire .config .biome .BiomeEntryType ;
4
4
import com .github .alexthe666 .iceandfire .config .biome .IafSpawnBiomeData ;
5
+ import net .minecraftforge .common .Tags ;
5
6
6
7
import static net .minecraft .tags .BiomeTags .*;
7
8
import static net .minecraftforge .common .Tags .Biomes .*;
@@ -113,7 +114,7 @@ public class DefaultBiomes {
113
114
114
115
public static final IafSpawnBiomeData VERY_HILLY = new IafSpawnBiomeData ()
115
116
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_OVERWORLD .location ().toString (), 0 )
116
- .addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_MOUNTAIN .location ().toString (), 0 )
117
+ .addBiomeEntry (BiomeEntryType .BIOME_TAG , false , Tags . Biomes . IS_MOUNTAIN .location ().toString (), 0 )
117
118
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_OVERWORLD .location ().toString (), 1 )
118
119
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_HILL .location ().toString (), 1 );
119
120
@@ -172,7 +173,7 @@ public class DefaultBiomes {
172
173
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_OVERWORLD .location ().toString (), 1 )
173
174
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_DENSE .location ().toString (), 1 )
174
175
.addBiomeEntry (BiomeEntryType .BIOME_CATEGORY , false , "forest" , 1 )
175
- .addBiomeEntry (BiomeEntryType .BIOME_TAG , true , IS_MOUNTAIN .location ().toString (), 1 )
176
+ .addBiomeEntry (BiomeEntryType .BIOME_TAG , true , Tags . Biomes . IS_MOUNTAIN .location ().toString (), 1 )
176
177
.addBiomeEntry (BiomeEntryType .BIOME_TAG , true , IS_HILL .location ().toString (), 1 )
177
178
.addBiomeEntry (BiomeEntryType .BIOME_TAG , true , IS_WET .location ().toString (), 1 )
178
179
.addBiomeEntry (BiomeEntryType .BIOME_TAG , true , IS_HOT .location ().toString (), 1 )
@@ -201,7 +202,7 @@ public class DefaultBiomes {
201
202
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_OVERWORLD .location ().toString (), 0 )
202
203
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_BADLANDS .location ().toString (), 0 )
203
204
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_OVERWORLD .location ().toString (), 1 )
204
- .addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_MOUNTAIN .location ().toString (), 1 )
205
+ .addBiomeEntry (BiomeEntryType .BIOME_TAG , false , Tags . Biomes . IS_MOUNTAIN .location ().toString (), 1 )
205
206
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_OVERWORLD .location ().toString (), 2 )
206
207
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_HILL .location ().toString (), 2 )
207
208
.addBiomeEntry (BiomeEntryType .REGISTRY_NAME , false , "terralith:rocky_mountains" , 3 );
@@ -235,7 +236,7 @@ public class DefaultBiomes {
235
236
public static final IafSpawnBiomeData HIPPOGRYPH_DARK_BROWN = new IafSpawnBiomeData ()
236
237
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_OVERWORLD .location ().toString (), 0 )
237
238
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_FOREST .location ().toString (), 0 )
238
- .addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_MOUNTAIN .location ().toString (), 0 )
239
+ .addBiomeEntry (BiomeEntryType .BIOME_TAG , false , Tags . Biomes . IS_MOUNTAIN .location ().toString (), 0 )
239
240
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_SNOWY .location ().toString (), 0 )
240
241
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_OVERWORLD .location ().toString (), 1 )
241
242
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_FOREST .location ().toString (), 1 )
@@ -247,12 +248,12 @@ public class DefaultBiomes {
247
248
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_OVERWORLD .location ().toString (), 0 )
248
249
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_SPARSE .location ().toString (), 0 )
249
250
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_SNOWY .location ().toString (), 0 )
250
- .addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_MOUNTAIN .location ().toString (), 0 )
251
+ .addBiomeEntry (BiomeEntryType .BIOME_TAG , false , Tags . Biomes . IS_MOUNTAIN .location ().toString (), 0 )
251
252
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_PEAK .location ().toString (), 0 )
252
253
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_OVERWORLD .location ().toString (), 1 )
253
254
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_SPARSE .location ().toString (), 1 )
254
255
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_SNOWY .location ().toString (), 1 )
255
- .addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_MOUNTAIN .location ().toString (), 1 )
256
+ .addBiomeEntry (BiomeEntryType .BIOME_TAG , false , Tags . Biomes . IS_MOUNTAIN .location ().toString (), 1 )
256
257
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_SLOPE .location ().toString (), 1 )
257
258
.addBiomeEntry (BiomeEntryType .REGISTRY_NAME , false , "terralith:rocky_mountains" , 2 );
258
259
@@ -265,7 +266,7 @@ public class DefaultBiomes {
265
266
266
267
public static final IafSpawnBiomeData HIPPOGRYPH_CHESTNUT = new IafSpawnBiomeData ()
267
268
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_OVERWORLD .location ().toString (), 0 )
268
- .addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_MOUNTAIN .location ().toString (), 0 )
269
+ .addBiomeEntry (BiomeEntryType .BIOME_TAG , false , Tags . Biomes . IS_MOUNTAIN .location ().toString (), 0 )
269
270
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_BADLANDS .location ().toString (), 0 )
270
271
.addBiomeEntry (BiomeEntryType .BIOME_TAG , false , IS_DRY .location ().toString (), 0 )
271
272
.addBiomeEntry (BiomeEntryType .REGISTRY_NAME , false , "terralith:savanna_badlands" , 1 );
0 commit comments