Skip to content

Commit 352bd83

Browse files
committed
Some fixes
1 parent d087dd0 commit 352bd83

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

src/main/resources/datapack-1.17.x/mappings/configuredfeatures.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -595,23 +595,23 @@ spore_blossom:
595595
- Features.SPORE_BLOSSOM_FEATURE
596596
- SimpleBlockConfiguration
597597
spring_lava_frozen:
598-
- spring_lava_frozen
599-
- Features.SPRING_LAVA_FROZEN
598+
- spring_lava
599+
- Features.SPRING_LAVA
600600
- SpringConfiguration
601601
spring_lava_nether:
602-
- spring_lava_nether
603-
- Features.SPRING_LAVA_NETHER
602+
- spring_lava
603+
- Features.SPRING_LAVA
604604
- SpringConfiguration
605605
spring_lava_overworld:
606-
- spring_lava_overworld
607-
- Features.SPRING_LAVA_OVERWORLD
606+
- spring_lava
607+
- Features.SPRING_LAVA
608608
- SpringConfiguration
609609
spring_nether_closed:
610-
- spring_nether_closed
610+
- spring_lava
611611
- Features.SPRING_LAVA
612612
- SpringConfiguration
613613
spring_nether_open:
614-
- spring_nether_open
614+
- spring_lava
615615
- Features.SPRING_LAVA
616616
- SpringConfiguration
617617
spring_water:

src/main/resources/datapack-1.17.x/mappings/features.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ feature_random_patch_simple:
6666
- RandomPatchFeature
6767
- RandomPatchConfiguration
6868
- Feature.RANDOM_PATCH
69-
feature_random_patch:
70-
- RandomPatchFeature
71-
- RandomPatchConfiguration
72-
- Feature.RANDOM_PATCH
7369
feature_geode_simple:
7470
- GeodeFeature
7571
- GeodeConfiguration

0 commit comments

Comments
 (0)