Skip to content

Commit 895d521

Browse files
committed
Use Beard Thin here
Signed-off-by: Joseph T. McQuigg <J.T.McQuigg12@gmail.com>
1 parent 46ed296 commit 895d521

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

common/src/main/generated/resources/data/generations_structures/worldgen/structure/shrines/haunted_mansion.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
},
1111
"start_pool": "generations_structures:shrines/haunted_mansion",
1212
"step": "surface_structures",
13+
"terrain_adaptation": "beard_thin",
1314
"use_expansion_hack": false
1415
}

common/src/main/java/generations/gg/generations/structures/generationsstructures/structures/GenerationsStructureSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public class GenerationsStructureSettings {
113113
ConstantHeight.of(VerticalAnchor.absolute(1)), Heightmap.Types.WORLD_SURFACE_WG));
114114

115115
public static final ResourceKey<Structure> HAUNTED_MANSION = register("shrines/haunted_mansion", (context) ->
116-
createJigsaw(structure(context.lookup(Registries.BIOME).getOrThrow(GenerationsBiomeTags.HAS_HAUNTED_MANSION), TerrainAdjustment.NONE),
116+
createJigsaw(structure(context.lookup(Registries.BIOME).getOrThrow(GenerationsBiomeTags.HAS_HAUNTED_MANSION), TerrainAdjustment.BEARD_THIN),
117117
context.lookup(Registries.TEMPLATE_POOL).getOrThrow(GenerationsTemplatePools.HAUNTED_MANSION), 1,
118118
ConstantHeight.of(VerticalAnchor.absolute(1)), Heightmap.Types.WORLD_SURFACE_WG));
119119

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ maven_group=generations.gg.generations.structures.generationsstructures
99
fabric_loader_version=0.16.9
1010
fabric_api_version=0.92.2
1111

12-
forge_version=47.3.11
12+
forge_version=47.3.12
1313
neoforge_version=47.1.106
1414

1515
use_neoforge=false

0 commit comments

Comments
 (0)