Set start ID to larger number
This commit is contained in:
parent
e892d08cc9
commit
83fa678ea6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class EndBiomes {
|
|||
|
||||
private static Registry<Biome> biomeRegistry;
|
||||
private static Set<Integer> occupiedIDs = Sets.newHashSet();
|
||||
private static int incID = 2048;
|
||||
private static int incID = 8196;
|
||||
|
||||
// Vanilla Land
|
||||
public static final EndBiome END = registerBiome(BiomeKeys.THE_END, BiomeType.LAND, 1F);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue