diff --git a/src/main/resources/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json b/src/main/resources/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json index daf0445..bd23660 100644 --- a/src/main/resources/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json +++ b/src/main/resources/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json @@ -1,23 +1,21 @@ { - "type": "minecraft:tall_flower", + "type": "minecraft:random_patch", "config": { "tries": 1, - "xz_spread": 1, - "y_spread": 2, + "xz_spread": 7, + "y_spread": 3, "feature": { "feature": { "type": "minecraft:simple_block", "config": { "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "weight": 2, - "data": { - "Name": "roses_mod:cyan_rose_bush" - } + "type": "minecraft:simple_state_provider", + "state": { + "Name": "roses_mod:cyan_rose_bush", + "Properties": { + "half": "lower" } - ] + } } } },