Skip to content

Commit

Permalink
better worldgen fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SiverDX authored and TheBv committed Dec 26, 2023
1 parent 4f360c7 commit 18e13ab
Show file tree
Hide file tree
Showing 28 changed files with 92 additions and 169 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:cyclops_cave",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"feature": "iceandfire:fire_dragon_cave",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:fire_dragon_roost",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "iceandfire:biome_custom"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "iceandfire:biome_custom"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:hydra_cave",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"feature": "iceandfire:ice_dragon_cave",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:ice_dragon_roost",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"feature": "iceandfire:lightning_dragon_cave",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:lightning_dragon_roost",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "iceandfire:biome_custom"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:myrmex_hive_desert",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:myrmex_hive_jungle",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:pixie_village",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:siren_island",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:spawn_death_worm",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:spawn_dragon_skeleton_fire",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:spawn_dragon_skeleton_ice",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:spawn_dragon_skeleton_lightning",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:spawn_hippocampus",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:spawn_sea_serpent",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:spawn_stymphalian_bird",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"feature": "iceandfire:spawn_wandering_cyclops",
"placement": [
{
"type": "iceandfire:biome_custom"
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.github.alexthe666.iceandfire.block.IafBlockRegistry;
import com.github.alexthe666.iceandfire.client.ClientProxy;
import com.github.alexthe666.iceandfire.config.ConfigHolder;
import com.github.alexthe666.iceandfire.datagen.DataGenerators;
import com.github.alexthe666.iceandfire.entity.IafEntityRegistry;
import com.github.alexthe666.iceandfire.entity.IafVillagerRegistry;
import com.github.alexthe666.iceandfire.entity.tile.IafTileEntityRegistry;
Expand All @@ -13,7 +12,6 @@
import com.github.alexthe666.iceandfire.message.*;
import com.github.alexthe666.iceandfire.recipe.IafRecipeRegistry;
import com.github.alexthe666.iceandfire.recipe.IafRecipeSerializers;
import com.github.alexthe666.iceandfire.world.IafPlacementFilterRegistry;
import com.github.alexthe666.iceandfire.world.IafProcessors;
import com.github.alexthe666.iceandfire.world.IafWorldRegistry;
import net.minecraft.core.Registry;
Expand Down Expand Up @@ -116,7 +114,6 @@ public IceAndFire() {
IafBlockRegistry.BLOCKS.register(modBus);
IafEntityRegistry.ENTITIES.register(modBus);
IafTileEntityRegistry.TYPES.register(modBus);
IafPlacementFilterRegistry.PLACEMENT_MODIFIER_TYPES.register(modBus);
IafWorldRegistry.FEATURES.register(modBus);
IafWorldRegistry.STRUCTURES.register(modBus);
IafContainerRegistry.CONTAINERS.register(modBus);
Expand Down

0 comments on commit 18e13ab

Please sign in to comment.