diff --git a/MC19.3-19.4/src/main/generated/data/minecraft/loot_tables/blocks/rose_bush.json b/MC19.3-19.4/src/main/generated/data/minecraft/loot_tables/blocks/rose_bush.json deleted file mode 100644 index c837ffe..0000000 --- a/MC19.3-19.4/src/main/generated/data/minecraft/loot_tables/blocks/rose_bush.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "items": [ - "minecraft:shears" - ] - } - } - ], - "name": "minecraft:rose_bush" - }, - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "count": { - "type": "minecraft:uniform", - "max": 5.0, - "min": 2.0 - }, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "roses_mod:rose_flower" - } - ] - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/minecraft/tags/blocks/flower_pots.json b/MC19.3-19.4/src/main/generated/data/minecraft/tags/blocks/flower_pots.json deleted file mode 100644 index befe072..0000000 --- a/MC19.3-19.4/src/main/generated/data/minecraft/tags/blocks/flower_pots.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "roses_mod:potted_rose", - "roses_mod:potted_cyan" - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/minecraft/tags/blocks/small_flowers.json b/MC19.3-19.4/src/main/generated/data/minecraft/tags/blocks/small_flowers.json deleted file mode 100644 index a803576..0000000 --- a/MC19.3-19.4/src/main/generated/data/minecraft/tags/blocks/small_flowers.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "roses_mod:rose_flower", - "roses_mod:cyan_rose" - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/minecraft/tags/blocks/tall_flowers.json b/MC19.3-19.4/src/main/generated/data/minecraft/tags/blocks/tall_flowers.json deleted file mode 100644 index 427b648..0000000 --- a/MC19.3-19.4/src/main/generated/data/minecraft/tags/blocks/tall_flowers.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "roses_mod:cyan_rose_bush" - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/advancements/recipes/decorations/cyan_rose_bush.json b/MC19.3-19.4/src/main/generated/data/roses_mod/advancements/recipes/decorations/cyan_rose_bush.json deleted file mode 100644 index f9bd3d6..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/advancements/recipes/decorations/cyan_rose_bush.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cyan_rose": { - "conditions": { - "items": [ - { - "items": [ - "roses_mod:cyan_rose" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "roses_mod:cyan_rose_bush" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cyan_rose", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "roses_mod:cyan_rose_bush" - ] - } -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/advancements/recipes/decorations/rose_bush.json b/MC19.3-19.4/src/main/generated/data/roses_mod/advancements/recipes/decorations/rose_bush.json deleted file mode 100644 index 49ee023..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/advancements/recipes/decorations/rose_bush.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_rose_flower": { - "conditions": { - "items": [ - { - "items": [ - "roses_mod:rose_flower" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:rose_bush" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_rose_flower", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:rose_bush" - ] - } -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/advancements/recipes/misc/cyan_dye_from_cyan_rose.json b/MC19.3-19.4/src/main/generated/data/roses_mod/advancements/recipes/misc/cyan_dye_from_cyan_rose.json deleted file mode 100644 index 0962907..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/advancements/recipes/misc/cyan_dye_from_cyan_rose.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cyan_rose": { - "conditions": { - "items": [ - { - "items": [ - "roses_mod:cyan_rose" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:cyan_dye_from_cyan_rose" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_cyan_rose", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:cyan_dye_from_cyan_rose" - ] - } -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/advancements/recipes/misc/red_dye_from_rose_flower.json b/MC19.3-19.4/src/main/generated/data/roses_mod/advancements/recipes/misc/red_dye_from_rose_flower.json deleted file mode 100644 index d2f9a38..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/advancements/recipes/misc/red_dye_from_rose_flower.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_rose_flower": { - "conditions": { - "items": [ - { - "items": [ - "roses_mod:rose_flower" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:red_dye_from_rose_flower" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_rose_flower", - "has_the_recipe" - ] - ], - "rewards": { - "recipes": [ - "minecraft:red_dye_from_rose_flower" - ] - } -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose.json b/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose.json deleted file mode 100644 index 58b664f..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:cyan_rose" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose_bush.json b/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose_bush.json deleted file mode 100644 index f8a3d1d..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose_bush.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "items": [ - "minecraft:shears" - ] - } - } - ], - "name": "roses_mod:cyan_rose_bush" - }, - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "count": { - "type": "minecraft:uniform", - "max": 5.0, - "min": 2.0 - }, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "roses_mod:cyan_rose" - } - ] - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/potted_cyan.json b/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/potted_cyan.json deleted file mode 100644 index c55ac8a..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/potted_cyan.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "rolls": 1.0 - }, - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:cyan_rose" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/potted_rose.json b/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/potted_rose.json deleted file mode 100644 index c13492f..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/potted_rose.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "rolls": 1.0 - }, - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:rose_flower" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/rose_flower.json b/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/rose_flower.json deleted file mode 100644 index 6a1d883..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/loot_tables/blocks/rose_flower.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:rose_flower" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/recipes/cyan_dye_from_cyan_rose.json b/MC19.3-19.4/src/main/generated/data/roses_mod/recipes/cyan_dye_from_cyan_rose.json deleted file mode 100644 index 67dd26f..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/recipes/cyan_dye_from_cyan_rose.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "group": "dye", - "ingredients": [ - { - "item": "roses_mod:cyan_rose" - } - ], - "result": { - "count": 2, - "item": "minecraft:cyan_dye" - } -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/recipes/cyan_rose_bush.json b/MC19.3-19.4/src/main/generated/data/roses_mod/recipes/cyan_rose_bush.json deleted file mode 100644 index 60d152b..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/recipes/cyan_rose_bush.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "item": "roses_mod:cyan_rose" - } - }, - "pattern": [ - "##", - "##" - ], - "result": { - "item": "roses_mod:cyan_rose_bush" - }, - "show_notification": true -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/recipes/red_dye_from_rose_flower.json b/MC19.3-19.4/src/main/generated/data/roses_mod/recipes/red_dye_from_rose_flower.json deleted file mode 100644 index bda1145..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/recipes/red_dye_from_rose_flower.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "group": "dye", - "ingredients": [ - { - "item": "roses_mod:rose_flower" - } - ], - "result": { - "count": 2, - "item": "minecraft:red_dye" - } -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/recipes/rose_bush.json b/MC19.3-19.4/src/main/generated/data/roses_mod/recipes/rose_bush.json deleted file mode 100644 index e9bf47d..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/recipes/rose_bush.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "item": "roses_mod:rose_flower" - } - }, - "pattern": [ - "##", - "##" - ], - "result": { - "item": "minecraft:rose_bush" - }, - "show_notification": true -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json b/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json deleted file mode 100644 index 8e7a1fb..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "type": "minecraft:random_patch", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "roses_mod:cyan_rose_bush", - "Properties": { - "half": "lower" - } - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 96, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower.json b/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower.json deleted file mode 100644 index 651f024..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:flower", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "data": { - "Name": "roses_mod:cyan_rose" - }, - "weight": 2 - }, - { - "data": { - "Name": "roses_mod:cyan_rose" - }, - "weight": 1 - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 64, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower.json b/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower.json deleted file mode 100644 index 1ae6fb1..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:flower", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "data": { - "Name": "roses_mod:rose_flower" - }, - "weight": 2 - }, - { - "data": { - "Name": "roses_mod:rose_flower" - }, - "weight": 1 - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 64, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_bush_placed.json b/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_bush_placed.json deleted file mode 100644 index a65448e..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_bush_placed.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_bush", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 85 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:count", - "count": { - "type": "minecraft:clamped", - "value": { - "max_inclusive": 3, - "min_inclusive": 0, - "source": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 3, - "min_inclusive": -1 - } - } - } - } - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_common_placed.json b/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_common_placed.json deleted file mode 100644 index bd9cc93..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_common_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 45 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_placed.json b/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_placed.json deleted file mode 100644 index c66607b..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 70 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_rare_placed.json b/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_rare_placed.json deleted file mode 100644 index 0c919f2..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_rare_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 90 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_common_placed.json b/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_common_placed.json deleted file mode 100644 index 95d3106..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_common_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 4 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_placed.json b/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_placed.json deleted file mode 100644 index 1b71a0f..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 32 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_rare_placed.json b/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_rare_placed.json deleted file mode 100644 index 79fbde8..0000000 --- a/MC19.3-19.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_rare_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 80 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/minecraft/loot_tables/blocks/rose_bush.json b/MC20-20.4/src/main/generated/data/minecraft/loot_tables/blocks/rose_bush.json deleted file mode 100644 index c837ffe..0000000 --- a/MC20-20.4/src/main/generated/data/minecraft/loot_tables/blocks/rose_bush.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "items": [ - "minecraft:shears" - ] - } - } - ], - "name": "minecraft:rose_bush" - }, - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "count": { - "type": "minecraft:uniform", - "max": 5.0, - "min": 2.0 - }, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "roses_mod:rose_flower" - } - ] - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/minecraft/tags/blocks/flower_pots.json b/MC20-20.4/src/main/generated/data/minecraft/tags/blocks/flower_pots.json deleted file mode 100644 index befe072..0000000 --- a/MC20-20.4/src/main/generated/data/minecraft/tags/blocks/flower_pots.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "roses_mod:potted_rose", - "roses_mod:potted_cyan" - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/minecraft/tags/blocks/small_flowers.json b/MC20-20.4/src/main/generated/data/minecraft/tags/blocks/small_flowers.json deleted file mode 100644 index a803576..0000000 --- a/MC20-20.4/src/main/generated/data/minecraft/tags/blocks/small_flowers.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "replace": false, - "values": [ - "roses_mod:rose_flower", - "roses_mod:cyan_rose" - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/minecraft/tags/blocks/tall_flowers.json b/MC20-20.4/src/main/generated/data/minecraft/tags/blocks/tall_flowers.json deleted file mode 100644 index 427b648..0000000 --- a/MC20-20.4/src/main/generated/data/minecraft/tags/blocks/tall_flowers.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "replace": false, - "values": [ - "roses_mod:cyan_rose_bush" - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/advancements/recipes/decorations/cyan_rose_bush.json b/MC20-20.4/src/main/generated/data/roses_mod/advancements/recipes/decorations/cyan_rose_bush.json deleted file mode 100644 index 84d16ae..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/advancements/recipes/decorations/cyan_rose_bush.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cyan_rose": { - "conditions": { - "items": [ - { - "items": [ - "roses_mod:cyan_rose" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "roses_mod:cyan_rose_bush" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_cyan_rose" - ] - ], - "rewards": { - "recipes": [ - "roses_mod:cyan_rose_bush" - ] - } -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/advancements/recipes/decorations/rose_bush.json b/MC20-20.4/src/main/generated/data/roses_mod/advancements/recipes/decorations/rose_bush.json deleted file mode 100644 index 7071a2e..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/advancements/recipes/decorations/rose_bush.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_rose_flower": { - "conditions": { - "items": [ - { - "items": [ - "roses_mod:rose_flower" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:rose_bush" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rose_flower" - ] - ], - "rewards": { - "recipes": [ - "minecraft:rose_bush" - ] - } -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/advancements/recipes/misc/cyan_dye_from_cyan_rose.json b/MC20-20.4/src/main/generated/data/roses_mod/advancements/recipes/misc/cyan_dye_from_cyan_rose.json deleted file mode 100644 index 81dd714..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/advancements/recipes/misc/cyan_dye_from_cyan_rose.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cyan_rose": { - "conditions": { - "items": [ - { - "items": [ - "roses_mod:cyan_rose" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:cyan_dye_from_cyan_rose" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_cyan_rose" - ] - ], - "rewards": { - "recipes": [ - "minecraft:cyan_dye_from_cyan_rose" - ] - } -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/advancements/recipes/misc/red_dye_from_rose_flower.json b/MC20-20.4/src/main/generated/data/roses_mod/advancements/recipes/misc/red_dye_from_rose_flower.json deleted file mode 100644 index fed2410..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/advancements/recipes/misc/red_dye_from_rose_flower.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_rose_flower": { - "conditions": { - "items": [ - { - "items": [ - "roses_mod:rose_flower" - ] - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:red_dye_from_rose_flower" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rose_flower" - ] - ], - "rewards": { - "recipes": [ - "minecraft:red_dye_from_rose_flower" - ] - } -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose.json b/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose.json deleted file mode 100644 index 58b664f..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:cyan_rose" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose_bush.json b/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose_bush.json deleted file mode 100644 index f8a3d1d..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose_bush.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "items": [ - "minecraft:shears" - ] - } - } - ], - "name": "roses_mod:cyan_rose_bush" - }, - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "count": { - "type": "minecraft:uniform", - "max": 5.0, - "min": 2.0 - }, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "roses_mod:cyan_rose" - } - ] - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/potted_cyan.json b/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/potted_cyan.json deleted file mode 100644 index c55ac8a..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/potted_cyan.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "rolls": 1.0 - }, - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:cyan_rose" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/potted_rose.json b/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/potted_rose.json deleted file mode 100644 index c13492f..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/potted_rose.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "rolls": 1.0 - }, - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:rose_flower" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/rose_flower.json b/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/rose_flower.json deleted file mode 100644 index 6a1d883..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/loot_tables/blocks/rose_flower.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:rose_flower" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/recipes/cyan_dye_from_cyan_rose.json b/MC20-20.4/src/main/generated/data/roses_mod/recipes/cyan_dye_from_cyan_rose.json deleted file mode 100644 index 67dd26f..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/recipes/cyan_dye_from_cyan_rose.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "group": "dye", - "ingredients": [ - { - "item": "roses_mod:cyan_rose" - } - ], - "result": { - "count": 2, - "item": "minecraft:cyan_dye" - } -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/recipes/cyan_rose_bush.json b/MC20-20.4/src/main/generated/data/roses_mod/recipes/cyan_rose_bush.json deleted file mode 100644 index 3e7b57a..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/recipes/cyan_rose_bush.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "item": "roses_mod:cyan_rose" - } - }, - "pattern": [ - "##", - "##" - ], - "result": { - "item": "roses_mod:cyan_rose_bush" - } -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/recipes/red_dye_from_rose_flower.json b/MC20-20.4/src/main/generated/data/roses_mod/recipes/red_dye_from_rose_flower.json deleted file mode 100644 index bda1145..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/recipes/red_dye_from_rose_flower.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "group": "dye", - "ingredients": [ - { - "item": "roses_mod:rose_flower" - } - ], - "result": { - "count": 2, - "item": "minecraft:red_dye" - } -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/recipes/rose_bush.json b/MC20-20.4/src/main/generated/data/roses_mod/recipes/rose_bush.json deleted file mode 100644 index 843f438..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/recipes/rose_bush.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "item": "roses_mod:rose_flower" - } - }, - "pattern": [ - "##", - "##" - ], - "result": { - "item": "minecraft:rose_bush" - } -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json b/MC20-20.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json deleted file mode 100644 index 8e7a1fb..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "type": "minecraft:random_patch", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "roses_mod:cyan_rose_bush", - "Properties": { - "half": "lower" - } - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 96, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower.json b/MC20-20.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower.json deleted file mode 100644 index 651f024..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:flower", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "data": { - "Name": "roses_mod:cyan_rose" - }, - "weight": 2 - }, - { - "data": { - "Name": "roses_mod:cyan_rose" - }, - "weight": 1 - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 64, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower.json b/MC20-20.4/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower.json deleted file mode 100644 index 1ae6fb1..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:flower", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "data": { - "Name": "roses_mod:rose_flower" - }, - "weight": 2 - }, - { - "data": { - "Name": "roses_mod:rose_flower" - }, - "weight": 1 - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 64, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_bush_placed.json b/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_bush_placed.json deleted file mode 100644 index a65448e..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_bush_placed.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_bush", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 85 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:count", - "count": { - "type": "minecraft:clamped", - "value": { - "max_inclusive": 3, - "min_inclusive": 0, - "source": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 3, - "min_inclusive": -1 - } - } - } - } - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_common_placed.json b/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_common_placed.json deleted file mode 100644 index bd9cc93..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_common_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 45 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_placed.json b/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_placed.json deleted file mode 100644 index c66607b..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 70 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_rare_placed.json b/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_rare_placed.json deleted file mode 100644 index 0c919f2..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_rare_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 90 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_common_placed.json b/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_common_placed.json deleted file mode 100644 index 95d3106..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_common_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 4 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_placed.json b/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_placed.json deleted file mode 100644 index 1b71a0f..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 32 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_rare_placed.json b/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_rare_placed.json deleted file mode 100644 index 79fbde8..0000000 --- a/MC20-20.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_rare_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 80 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/minecraft/loot_tables/blocks/rose_bush.json b/MC20.5-21.1/src/main/generated/data/minecraft/loot_tables/blocks/rose_bush.json deleted file mode 100644 index 9a6c3e4..0000000 --- a/MC20.5-21.1/src/main/generated/data/minecraft/loot_tables/blocks/rose_bush.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "items": "minecraft:shears" - } - } - ], - "name": "minecraft:rose_bush" - }, - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "count": { - "type": "minecraft:uniform", - "max": 5.0, - "min": 2.0 - }, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "roses_mod:rose_flower" - } - ] - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/minecraft/tags/blocks/flower_pots.json b/MC20.5-21.1/src/main/generated/data/minecraft/tags/blocks/flower_pots.json deleted file mode 100644 index bd69c5f..0000000 --- a/MC20.5-21.1/src/main/generated/data/minecraft/tags/blocks/flower_pots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "roses_mod:potted_rose", - "roses_mod:potted_cyan" - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/minecraft/tags/blocks/small_flowers.json b/MC20.5-21.1/src/main/generated/data/minecraft/tags/blocks/small_flowers.json deleted file mode 100644 index 766b2c9..0000000 --- a/MC20.5-21.1/src/main/generated/data/minecraft/tags/blocks/small_flowers.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "roses_mod:rose_flower", - "roses_mod:cyan_rose" - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/minecraft/tags/blocks/tall_flowers.json b/MC20.5-21.1/src/main/generated/data/minecraft/tags/blocks/tall_flowers.json deleted file mode 100644 index 1d3fd3f..0000000 --- a/MC20.5-21.1/src/main/generated/data/minecraft/tags/blocks/tall_flowers.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "roses_mod:cyan_rose_bush" - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/advancements/recipes/decorations/cyan_rose_bush.json b/MC20.5-21.1/src/main/generated/data/roses_mod/advancements/recipes/decorations/cyan_rose_bush.json deleted file mode 100644 index 95dafea..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/advancements/recipes/decorations/cyan_rose_bush.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cyan_rose": { - "conditions": { - "items": [ - { - "items": "roses_mod:cyan_rose" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "roses_mod:cyan_rose_bush" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_cyan_rose" - ] - ], - "rewards": { - "recipes": [ - "roses_mod:cyan_rose_bush" - ] - } -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/advancements/recipes/decorations/rose_bush.json b/MC20.5-21.1/src/main/generated/data/roses_mod/advancements/recipes/decorations/rose_bush.json deleted file mode 100644 index f972fee..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/advancements/recipes/decorations/rose_bush.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_rose_flower": { - "conditions": { - "items": [ - { - "items": "roses_mod:rose_flower" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:rose_bush" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rose_flower" - ] - ], - "rewards": { - "recipes": [ - "minecraft:rose_bush" - ] - } -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/advancements/recipes/misc/cyan_dye_from_cyan_rose.json b/MC20.5-21.1/src/main/generated/data/roses_mod/advancements/recipes/misc/cyan_dye_from_cyan_rose.json deleted file mode 100644 index 6d240cf..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/advancements/recipes/misc/cyan_dye_from_cyan_rose.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cyan_rose": { - "conditions": { - "items": [ - { - "items": "roses_mod:cyan_rose" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:cyan_dye_from_cyan_rose" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_cyan_rose" - ] - ], - "rewards": { - "recipes": [ - "minecraft:cyan_dye_from_cyan_rose" - ] - } -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/advancements/recipes/misc/red_dye_from_rose_flower.json b/MC20.5-21.1/src/main/generated/data/roses_mod/advancements/recipes/misc/red_dye_from_rose_flower.json deleted file mode 100644 index 0337fe5..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/advancements/recipes/misc/red_dye_from_rose_flower.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_rose_flower": { - "conditions": { - "items": [ - { - "items": "roses_mod:rose_flower" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:red_dye_from_rose_flower" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rose_flower" - ] - ], - "rewards": { - "recipes": [ - "minecraft:red_dye_from_rose_flower" - ] - } -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose.json b/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose.json deleted file mode 100644 index 58b664f..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:cyan_rose" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose_bush.json b/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose_bush.json deleted file mode 100644 index faeae85..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/cyan_rose_bush.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "items": "minecraft:shears" - } - } - ], - "name": "roses_mod:cyan_rose_bush" - }, - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "count": { - "type": "minecraft:uniform", - "max": 5.0, - "min": 2.0 - }, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops", - "function": "minecraft:apply_bonus" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "roses_mod:cyan_rose" - } - ] - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/potted_cyan.json b/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/potted_cyan.json deleted file mode 100644 index c55ac8a..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/potted_cyan.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "rolls": 1.0 - }, - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:cyan_rose" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/potted_rose.json b/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/potted_rose.json deleted file mode 100644 index c13492f..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/potted_rose.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "rolls": 1.0 - }, - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:rose_flower" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/rose_flower.json b/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/rose_flower.json deleted file mode 100644 index 6a1d883..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/loot_tables/blocks/rose_flower.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:rose_flower" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/recipes/cyan_dye_from_cyan_rose.json b/MC20.5-21.1/src/main/generated/data/roses_mod/recipes/cyan_dye_from_cyan_rose.json deleted file mode 100644 index c235327..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/recipes/cyan_dye_from_cyan_rose.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "group": "dye", - "ingredients": [ - { - "item": "roses_mod:cyan_rose" - } - ], - "result": { - "count": 2, - "id": "minecraft:cyan_dye" - } -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/recipes/cyan_rose_bush.json b/MC20.5-21.1/src/main/generated/data/roses_mod/recipes/cyan_rose_bush.json deleted file mode 100644 index cdded8d..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/recipes/cyan_rose_bush.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "item": "roses_mod:cyan_rose" - } - }, - "pattern": [ - "##", - "##" - ], - "result": { - "count": 1, - "id": "roses_mod:cyan_rose_bush" - } -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/recipes/red_dye_from_rose_flower.json b/MC20.5-21.1/src/main/generated/data/roses_mod/recipes/red_dye_from_rose_flower.json deleted file mode 100644 index 3fa66b1..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/recipes/red_dye_from_rose_flower.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "group": "dye", - "ingredients": [ - { - "item": "roses_mod:rose_flower" - } - ], - "result": { - "count": 2, - "id": "minecraft:red_dye" - } -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/recipes/rose_bush.json b/MC20.5-21.1/src/main/generated/data/roses_mod/recipes/rose_bush.json deleted file mode 100644 index 2b27ae5..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/recipes/rose_bush.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": { - "item": "roses_mod:rose_flower" - } - }, - "pattern": [ - "##", - "##" - ], - "result": { - "count": 1, - "id": "minecraft:rose_bush" - } -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json b/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json deleted file mode 100644 index 8e7a1fb..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "type": "minecraft:random_patch", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "roses_mod:cyan_rose_bush", - "Properties": { - "half": "lower" - } - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 96, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower.json b/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower.json deleted file mode 100644 index 651f024..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:flower", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "data": { - "Name": "roses_mod:cyan_rose" - }, - "weight": 2 - }, - { - "data": { - "Name": "roses_mod:cyan_rose" - }, - "weight": 1 - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 64, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower.json b/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower.json deleted file mode 100644 index 1ae6fb1..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:flower", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "data": { - "Name": "roses_mod:rose_flower" - }, - "weight": 2 - }, - { - "data": { - "Name": "roses_mod:rose_flower" - }, - "weight": 1 - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 64, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_bush_placed.json b/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_bush_placed.json deleted file mode 100644 index 9b99c8b..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_bush_placed.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_bush", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 85 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:count", - "count": { - "type": "minecraft:clamped", - "max_inclusive": 3, - "min_inclusive": 0, - "source": { - "type": "minecraft:uniform", - "max_inclusive": 3, - "min_inclusive": -1 - } - } - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_common_placed.json b/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_common_placed.json deleted file mode 100644 index bd9cc93..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_common_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 45 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_placed.json b/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_placed.json deleted file mode 100644 index c66607b..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 70 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_rare_placed.json b/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_rare_placed.json deleted file mode 100644 index 0c919f2..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_rare_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 90 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_common_placed.json b/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_common_placed.json deleted file mode 100644 index 95d3106..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_common_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 4 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_placed.json b/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_placed.json deleted file mode 100644 index 1b71a0f..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 32 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_rare_placed.json b/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_rare_placed.json deleted file mode 100644 index 79fbde8..0000000 --- a/MC20.5-21.1/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_rare_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 80 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/minecraft/loot_table/blocks/rose_bush.json b/MC21.2-21.4/src/main/generated/data/minecraft/loot_table/blocks/rose_bush.json deleted file mode 100644 index 75bb425..0000000 --- a/MC21.2-21.4/src/main/generated/data/minecraft/loot_table/blocks/rose_bush.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "items": "minecraft:shears" - } - } - ], - "name": "minecraft:rose_bush" - }, - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "count": { - "type": "minecraft:uniform", - "max": 5.0, - "min": 2.0 - }, - "function": "minecraft:set_count" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "roses_mod:rose_flower" - } - ] - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/minecraft/tags/block/flower_pots.json b/MC21.2-21.4/src/main/generated/data/minecraft/tags/block/flower_pots.json deleted file mode 100644 index bd69c5f..0000000 --- a/MC21.2-21.4/src/main/generated/data/minecraft/tags/block/flower_pots.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "roses_mod:potted_rose", - "roses_mod:potted_cyan" - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/minecraft/tags/block/small_flowers.json b/MC21.2-21.4/src/main/generated/data/minecraft/tags/block/small_flowers.json deleted file mode 100644 index 766b2c9..0000000 --- a/MC21.2-21.4/src/main/generated/data/minecraft/tags/block/small_flowers.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "values": [ - "roses_mod:rose_flower", - "roses_mod:cyan_rose" - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/minecraft/tags/block/tall_flowers.json b/MC21.2-21.4/src/main/generated/data/minecraft/tags/block/tall_flowers.json deleted file mode 100644 index 1d3fd3f..0000000 --- a/MC21.2-21.4/src/main/generated/data/minecraft/tags/block/tall_flowers.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "values": [ - "roses_mod:cyan_rose_bush" - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/advancement/recipes/decorations/cyan_rose_bush.json b/MC21.2-21.4/src/main/generated/data/roses_mod/advancement/recipes/decorations/cyan_rose_bush.json deleted file mode 100644 index 95dafea..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/advancement/recipes/decorations/cyan_rose_bush.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_cyan_rose": { - "conditions": { - "items": [ - { - "items": "roses_mod:cyan_rose" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "roses_mod:cyan_rose_bush" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_cyan_rose" - ] - ], - "rewards": { - "recipes": [ - "roses_mod:cyan_rose_bush" - ] - } -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/advancement/recipes/decorations/rose_bush.json b/MC21.2-21.4/src/main/generated/data/roses_mod/advancement/recipes/decorations/rose_bush.json deleted file mode 100644 index f972fee..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/advancement/recipes/decorations/rose_bush.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "has_rose_flower": { - "conditions": { - "items": [ - { - "items": "roses_mod:rose_flower" - } - ] - }, - "trigger": "minecraft:inventory_changed" - }, - "has_the_recipe": { - "conditions": { - "recipe": "minecraft:rose_bush" - }, - "trigger": "minecraft:recipe_unlocked" - } - }, - "requirements": [ - [ - "has_the_recipe", - "has_rose_flower" - ] - ], - "rewards": { - "recipes": [ - "minecraft:rose_bush" - ] - } -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/cyan_rose.json b/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/cyan_rose.json deleted file mode 100644 index 58b664f..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/cyan_rose.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:cyan_rose" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/cyan_rose_bush.json b/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/cyan_rose_bush.json deleted file mode 100644 index 0ba4042..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/cyan_rose_bush.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "items": "minecraft:shears" - } - } - ], - "name": "roses_mod:cyan_rose_bush" - }, - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "count": { - "type": "minecraft:uniform", - "max": 5.0, - "min": 2.0 - }, - "function": "minecraft:set_count" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "roses_mod:cyan_rose" - } - ] - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/potted_cyan.json b/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/potted_cyan.json deleted file mode 100644 index c55ac8a..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/potted_cyan.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "rolls": 1.0 - }, - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:cyan_rose" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/potted_rose.json b/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/potted_rose.json deleted file mode 100644 index c13492f..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/potted_rose.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:flower_pot" - } - ], - "rolls": 1.0 - }, - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:rose_flower" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/rose_flower.json b/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/rose_flower.json deleted file mode 100644 index 6a1d883..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/loot_table/blocks/rose_flower.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "roses_mod:rose_flower" - } - ], - "rolls": 1.0 - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/recipe/cyan_rose_bush.json b/MC21.2-21.4/src/main/generated/data/roses_mod/recipe/cyan_rose_bush.json deleted file mode 100644 index 52542c0..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/recipe/cyan_rose_bush.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": "roses_mod:cyan_rose" - }, - "pattern": [ - "##", - "##" - ], - "result": { - "count": 1, - "id": "roses_mod:cyan_rose_bush" - } -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/recipe/rose_bush.json b/MC21.2-21.4/src/main/generated/data/roses_mod/recipe/rose_bush.json deleted file mode 100644 index 638ee75..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/recipe/rose_bush.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category": "misc", - "key": { - "#": "roses_mod:rose_flower" - }, - "pattern": [ - "##", - "##" - ], - "result": { - "count": 1, - "id": "minecraft:rose_bush" - } -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json b/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json deleted file mode 100644 index 8e7a1fb..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_bush.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "type": "minecraft:random_patch", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "roses_mod:cyan_rose_bush", - "Properties": { - "half": "lower" - } - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 96, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower.json b/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower.json deleted file mode 100644 index 651f024..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:flower", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "data": { - "Name": "roses_mod:cyan_rose" - }, - "weight": 2 - }, - { - "data": { - "Name": "roses_mod:cyan_rose" - }, - "weight": 1 - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 64, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower_rare.json b/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower_rare.json deleted file mode 100644 index 67d8990..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/cyan_rose_flower_rare.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:flower", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "data": { - "Name": "minecraft:dandelion" - }, - "weight": 3 - }, - { - "data": { - "Name": "roses_mod:cyan_rose" - }, - "weight": 1 - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 20, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower.json b/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower.json deleted file mode 100644 index 1ae6fb1..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:flower", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "data": { - "Name": "roses_mod:rose_flower" - }, - "weight": 2 - }, - { - "data": { - "Name": "roses_mod:rose_flower" - }, - "weight": 1 - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 64, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower_rare.json b/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower_rare.json deleted file mode 100644 index 52cb84d..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/configured_feature/rose_flower_rare.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:flower", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:weighted_state_provider", - "entries": [ - { - "data": { - "Name": "minecraft:dandelion" - }, - "weight": 3 - }, - { - "data": { - "Name": "roses_mod:rose_flower" - }, - "weight": 1 - } - ] - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - } - } - ] - }, - "tries": 20, - "xz_spread": 7, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_bush_placed.json b/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_bush_placed.json deleted file mode 100644 index 9b99c8b..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_bush_placed.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_bush", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 85 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:count", - "count": { - "type": "minecraft:clamped", - "max_inclusive": 3, - "min_inclusive": 0, - "source": { - "type": "minecraft:uniform", - "max_inclusive": 3, - "min_inclusive": -1 - } - } - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_common_placed.json b/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_common_placed.json deleted file mode 100644 index bd9cc93..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_common_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 45 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_placed.json b/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_placed.json deleted file mode 100644 index c66607b..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 70 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_rare_placed.json b/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_rare_placed.json deleted file mode 100644 index 0c919f2..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/cyan_rose_rare_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:cyan_rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 90 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_common_placed.json b/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_common_placed.json deleted file mode 100644 index 95d3106..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_common_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 4 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_placed.json b/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_placed.json deleted file mode 100644 index 1b71a0f..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 32 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file diff --git a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_rare_placed.json b/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_rare_placed.json deleted file mode 100644 index 79fbde8..0000000 --- a/MC21.2-21.4/src/main/generated/data/roses_mod/worldgen/placed_feature/rose_rare_placed.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "feature": "roses_mod:rose_flower", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 80 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - } - ] -} \ No newline at end of file