diff --git a/src/main/resources/assets/jafohana/textures/block/blood_red_iris.png b/src/main/resources/assets/jafohana/textures/block/blood_red_iris.png index 50e0f27d..ad6c8623 100644 Binary files a/src/main/resources/assets/jafohana/textures/block/blood_red_iris.png and b/src/main/resources/assets/jafohana/textures/block/blood_red_iris.png differ diff --git a/src/main/resources/data/jafohana/worldgen/placed_feature/beach_spider_lily_waterside.json b/src/main/resources/data/jafohana/worldgen/placed_feature/beach_spider_lily_waterside.json index d8288737..23df1990 100644 --- a/src/main/resources/data/jafohana/worldgen/placed_feature/beach_spider_lily_waterside.json +++ b/src/main/resources/data/jafohana/worldgen/placed_feature/beach_spider_lily_waterside.json @@ -1,14 +1,6 @@ { "feature": "jafohana:beach_spider_lily_waterside", "placement": [ - { - "type": "minecraft:count", - "count": { - "type": "minecraft:uniform", - "max_inclusive": 2, - "min_inclusive": 1 - } - }, { "type": "minecraft:rarity_filter", "chance": 8 diff --git a/src/main/resources/data/jafohana/worldgen/placed_feature/red_spider_lily_waterside.json b/src/main/resources/data/jafohana/worldgen/placed_feature/red_spider_lily_waterside.json index 2589f219..ebe129a2 100644 --- a/src/main/resources/data/jafohana/worldgen/placed_feature/red_spider_lily_waterside.json +++ b/src/main/resources/data/jafohana/worldgen/placed_feature/red_spider_lily_waterside.json @@ -1,17 +1,9 @@ { "feature": "jafohana:red_spider_lily_waterside", "placement": [ - { - "type": "minecraft:count", - "count": { - "type": "minecraft:uniform", - "max_inclusive": 2, - "min_inclusive": 1 - } - }, { "type": "minecraft:rarity_filter", - "chance": 8 + "chance": 16 }, { "type": "minecraft:in_square" diff --git a/src/main/resources/data/jafohana/worldgen/placed_feature/tall_flower_plain_waterside.json b/src/main/resources/data/jafohana/worldgen/placed_feature/tall_flower_plain_waterside.json index 800cd1da..7f2cd008 100644 --- a/src/main/resources/data/jafohana/worldgen/placed_feature/tall_flower_plain_waterside.json +++ b/src/main/resources/data/jafohana/worldgen/placed_feature/tall_flower_plain_waterside.json @@ -1,17 +1,9 @@ { "feature": "jafohana:tall_flower_waterside", "placement": [ - { - "type": "minecraft:count", - "count": { - "type": "minecraft:uniform", - "max_inclusive": 2, - "min_inclusive": 1 - } - }, { "type": "minecraft:rarity_filter", - "chance": 20 + "chance": 64 }, { "type": "minecraft:in_square" diff --git a/src/main/resources/data/jafohana/worldgen/placed_feature/water_hyacinth.json b/src/main/resources/data/jafohana/worldgen/placed_feature/water_hyacinth.json index dbaa6614..636260c3 100644 --- a/src/main/resources/data/jafohana/worldgen/placed_feature/water_hyacinth.json +++ b/src/main/resources/data/jafohana/worldgen/placed_feature/water_hyacinth.json @@ -3,13 +3,13 @@ "placement": [ { "type": "minecraft:noise_threshold_count", - "above_noise": 7, + "above_noise": 5, "below_noise": 0, "noise_level": -0.8 }, { "type": "minecraft:rarity_filter", - "chance": 112 + "chance": 160 }, { "type": "minecraft:in_square" diff --git a/src/main/resources/data/jafohana/worldgen/placed_feature/water_hyacinth_river.json b/src/main/resources/data/jafohana/worldgen/placed_feature/water_hyacinth_river.json index eaa7238d..16d6a826 100644 --- a/src/main/resources/data/jafohana/worldgen/placed_feature/water_hyacinth_river.json +++ b/src/main/resources/data/jafohana/worldgen/placed_feature/water_hyacinth_river.json @@ -3,13 +3,13 @@ "placement": [ { "type": "minecraft:noise_threshold_count", - "above_noise": 7, + "above_noise": 5, "below_noise": 0, "noise_level": -0.85 }, { "type": "minecraft:rarity_filter", - "chance": 160 + "chance": 200 }, { "type": "minecraft:in_square"