Skip to content

Commit

Permalink
No artifacts?
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Dec 4, 2024
1 parent 7523f78 commit f9895ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"feature": "hybrid-aquatic:brine_lake",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 5
},
{
"type": "minecraft:in_square"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ class PlacedFeatureProvider(output: FabricDataOutput, registriesFuture: Completa
HybridAquaticPlacedFeatures.BRINE_LAKE,
PlacedFeature(entries.ref(HybridAquaticConfiguredFeatures.BRINE_LAKE),
listOf(
RarityFilterPlacementModifier.of(5),
SquarePlacementModifier.of(),
HeightmapPlacementModifier.of(Heightmap.Type.OCEAN_FLOOR_WG),
PlacedFeatures.OCEAN_FLOOR_WG_HEIGHTMAP,
BiomePlacementModifier.of(),
)
)
Expand Down

0 comments on commit f9895ce

Please sign in to comment.