diff --git a/src/main/resources/data/paradise_lost/worldgen/placed_feature/patch_shield_flax.json b/src/main/resources/data/paradise_lost/worldgen/placed_feature/patch_shield_flax.json index cc2c44e14..3a7d0a3bd 100644 --- a/src/main/resources/data/paradise_lost/worldgen/placed_feature/patch_shield_flax.json +++ b/src/main/resources/data/paradise_lost/worldgen/placed_feature/patch_shield_flax.json @@ -22,7 +22,7 @@ }, { "type": "minecraft:rarity_filter", - "chance": 40 + "chance": 30 } ] } \ No newline at end of file diff --git a/src/main/resources/data/paradise_lost/worldgen/placed_feature/patch_shield_nettles.json b/src/main/resources/data/paradise_lost/worldgen/placed_feature/patch_shield_nettles.json index 5b1a7c9e5..abcfacb75 100644 --- a/src/main/resources/data/paradise_lost/worldgen/placed_feature/patch_shield_nettles.json +++ b/src/main/resources/data/paradise_lost/worldgen/placed_feature/patch_shield_nettles.json @@ -22,7 +22,7 @@ }, { "type": "minecraft:count", - "count": 3 + "count": 10 } ] } \ No newline at end of file