diff --git a/entities/area_effect_cloud.json b/entities/area_effect_cloud.json deleted file mode 100644 index 985b9f6..0000000 --- a/entities/area_effect_cloud.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:area_effect_cloud", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - - "components": { - "minecraft:physics": { - "has_collision": false - }, - "minecraft:conditional_bandwidth_optimization": { - } - } - } -} diff --git a/entities/armor_stand.json b/entities/armor_stand.json deleted file mode 100644 index d3e0a99..0000000 --- a/entities/armor_stand.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "format_version": "1.16.210", - "minecraft:entity": { - "description": { - "identifier": "minecraft:armor_stand", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - "components": { - "minecraft:type_family": { - "family": [ "armor_stand", "inanimate", "mob" ] - }, - "minecraft:collision_box": { - "width": 0.5, - "height": 1.975 - }, - "minecraft:health": { - "value": 6, - "max": 6 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:knockback_resistance": { - "value": 1.0 - }, - "minecraft:loot": { - "table": "loot_tables/entities/armor_stand.json" - }, - "minecraft:nameable": { - }, - "minecraft:persistent": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": false, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - } - } -} \ No newline at end of file diff --git a/entities/arrow.json b/entities/arrow.json deleted file mode 100644 index ae6db7e..0000000 --- a/entities/arrow.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "format_version": "1.13.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:arrow", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:hard_arrow": { - "minecraft:projectile": { - "on_hit": { - "impact_damage": { - "damage": [ 1, 5 ], - "knockback": true, - "semi_random_diff_damage": false, - "destroy_on_hit": true - }, - "stick_in_ground": { - "shake_time" : 0.35 - }, - "arrow_effect": { - } - }, - "hit_sound": "bow.hit", - "power": 1.6, - "gravity": 0.05, - "uncertainty_base": 16, - "uncertainty_multiplier": 4, - "anchor": 1, - "should_bounce": true, - "offset": [ 0, -0.1, 0 ] - } - }, - - "minecraft:player_arrow": { - "minecraft:projectile": { - "on_hit": { - "impact_damage": { - "damage": 1, - "knockback": true, - "semi_random_diff_damage": true, - "destroy_on_hit": true, - "max_critical_damage": 10, - "min_critical_damage": 9, - "power_multiplier": 0.97 - }, - "stick_in_ground": { - "shake_time" : 0.35 - }, - "arrow_effect": { - } - }, - "hit_sound": "bow.hit", - "power": 5.0, - "gravity": 0.05, - "uncertainty_base": 1, - "uncertainty_multiplier": 0, - "anchor": 1, - "should_bounce": true, - "offset": [ 0, -0.1, 0 ] - } - }, - - "minecraft:pillager_arrow": { - "minecraft:projectile": { - "on_hit": { - "impact_damage": { - "damage": [ 3, 6 ], - "knockback": true, - "semi_random_diff_damage": false, - "destroy_on_hit": true - }, - "stick_in_ground": { - "shake_time": 0.35 - }, - "arrow_effect": { - } - }, - "hit_sound": "bow.hit", - "power": 1.6, - "gravity": 0.05, - "uncertainty_base": 16, - "uncertainty_multiplier": 4, - "anchor": 1, - "should_bounce": true, - "offset": [ 0, -0.1, 0 ] - } - } - }, - - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.25 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:projectile": { - "on_hit": { - "impact_damage": { - "damage": [ 1, 4 ], - "knockback": true, - "semi_random_diff_damage": false, - "destroy_on_hit": true - }, - "stick_in_ground": { - "shake_time" : 0.35 - }, - "arrow_effect": { - } - }, - "hit_sound": "bow.hit", - "power": 1.6, - "gravity": 0.05, - "uncertainty_base": 16, - "uncertainty_multiplier": 4, - "anchor": 1, - "should_bounce": true, - "offset": [ 0, -0.1, 0 ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": false, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - }, - - "events": { - "minecraft:entity_spawned": { - "sequence": [ - { - "filters": {"test": "is_difficulty", "value": "hard"}, - "add": { - "component_groups": [ "minecraft:hard_arrow" ] - } - }, - { - "filters": {"test": "is_family", "subject": "other", "value": "player"}, - "add": { - "component_groups" : [ "minecraft:player_arrow" ] - } - }, - { - "filters": {"test": "is_family", "subject": "other", "value": "pillager"}, - "add": { - "component_groups": [ "minecraft:pillager_arrow" ] - } - } - ] - } - } - - } -} \ No newline at end of file diff --git a/entities/axolotl.json b/entities/axolotl.json deleted file mode 100644 index 89cac56..0000000 --- a/entities/axolotl.json +++ /dev/null @@ -1,447 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:axolotl", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "attack_cooldown": { - "minecraft:attack_cooldown": { - "attack_cooldown_time": 120.0, - "attack_cooldown_complete_event": { - "event": "attack_cooldown_complete_event", - "target": "self" - } - } - }, - "axolotl_lucy": { - "minecraft:variant": { "value": 0 } - }, - "axolotl_cyan": { - "minecraft:variant": { "value": 1 } - }, - "axolotl_gold": { - "minecraft:variant": { "value": 2 } - }, - "axolotl_wild": { - "minecraft:variant": { "value": 3 } - }, - "axolotl_blue": { - "minecraft:variant": { "value": 4 } - }, - - "axolotl_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": "tropical_fish_bucket", - "transform_to_item": "water_bucket:0", - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 5, - "speed_multiplier": 1.1 - } - }, - "axolotl_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:behavior.breed": { - "priority": 1, - "speed_multiplier": 1.0 - }, - "minecraft:breedable": { - "require_tame": false, - "breed_items": "tropical_fish_bucket", - "transform_to_item": "water_bucket:0", - "breeds_with": { - "mate_type": "minecraft:axolotl", - "baby_type": "minecraft:axolotl", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "mutation_factor": { - "variant": 0.00083 // roughly 1/1200 - } - } - }, - - "axolotl_in_water": { - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { "test": "in_water", "operator": "!=", "value": true }, - "event": "start_drying_out" - } - ] - } - }, - "axolotl_dried": { - "minecraft:damage_over_time": { - "damage_per_hurt": 1, - "time_between_hurt": 0 - } - }, - "axolotl_on_land": { - "minecraft:drying_out_timer": { - "total_time": 300, - "water_bottle_refill_time": 90, - "dried_out_event": { - "event": "dried_out" - }, - "stopped_drying_out_event": { - "event": "stop_drying_out" - }, - "recover_after_dried_out_event": { - "event": "recover_after_dried_out" - } - } - }, - "axolotl_on_land_in_rain": { - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { "test": "in_water_or_rain", "operator": "!=", "value": true }, - "event": "start_drying_out" - }, - { - "filters": { "test": "in_water", "operator": "==", "value": true }, - "event": "enter_water" - } - ] - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "axolotl", "mob" ] - }, - "minecraft:collision_box": { - "width": 0.75, - "height": 0.42 - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_water": true, - "breathes_air": true, - "generates_bubbles": false - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 14 - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "lightning", - "deals_damage": true, - "damage_multiplier": 2000.0 - } - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:navigation.generic": { - "is_amphibious": true, - "can_path_over_water": true, - "can_swim": true, - "can_walk": true, - "can_sink": false, - "avoid_damage_blocks": true - }, - "minecraft:movement.amphibious": { - "max_turn": 15.0 - }, - "minecraft:movement": { - "value": 0.1 - }, - "minecraft:underwater_movement": { - "value": 0.2 - }, - "minecraft:jump.static": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:attack": { - "damage": 2 - }, - "minecraft:combat_regeneration": {}, - - "minecraft:behavior.play_dead": { - "priority": 0, - "duration": 10, - "force_below_health": 8, - "random_start_chance": 0.33, - "random_damage_range": [ 0, 2 ], - "damage_sources": [ - "contact", - "entity_attack", - "entity_explosion", - "magic", - "projectile", - "thorns", - "wither" - ], - "apply_regeneration": true, - "filters": { "test": "in_water", "operator": "==", "value": true } - }, - "minecraft:behavior.tempt": { - "priority": 2, - "speed_multiplier": 1.1, - "can_tempt_vertically": true, - "items": [ - "tropical_fish_bucket" - ] - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 3, - "must_see": true, - "reselect_targets": true, - "within_radius": 20.0, - "must_see_forget_duration": 17.0, - "entity_types": [ - { - "filters": { - "all_of": [ - { "test": "in_water", "subject": "other", "value": true }, - { "test": "has_component", "subject": "self", "operator": "!=", "value": "minecraft:attack_cooldown" }, - { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "squid" }, - { "test": "is_family", "subject": "other", "value": "fish" } - ] - } - ] - }, - "max_dist": 8 - }, - { - "filters": { - "all_of": [ - { "test": "in_water", "subject": "other", "value": true }, - { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "drowned" }, - { "test": "is_family", "subject": "other", "value": "guardian" }, - { "test": "is_family", "subject": "other", "value": "guardian_elder" } - ] - } - ] - }, - "max_dist": 8 - } - ] - }, - "minecraft:behavior.melee_attack": { - "priority": 4, - "on_kill": { - "event": "killed_enemy_event", - "target": "self" - } - }, - "minecraft:behavior.move_to_water": { - "priority": 6, - "search_range": 16, - "search_height": 5, - "search_count": 1, - "goal_radius": 0.1 - }, - "minecraft:behavior.swim_idle": { - "priority": 7, - "idle_time": 5.0, - "success_rate": 0.05 - }, - "minecraft:behavior.random_swim": { - "priority": 8, - "interval": 0, - "xz_dist": 30, - "y_dist": 15 - }, - "minecraft:behavior.random_stroll": { - "priority": 9, - "interval": 100 - }, - "minecraft:behavior.look_at_player": { - "priority": 10, - "target_distance": 6.0, - "probability": 0.02 - } - }, - - "events": { - "minecraft:entity_spawned": { - "sequence": [ - { - "add": { - "component_groups": [ - "axolotl_adult", - "axolotl_in_water" - ] - } - }, - { - "randomize": [ - { - "weight": 25, - "add": { - "component_groups": [ "axolotl_cyan" ] - } - }, - { - "weight": 25, - "add": { - "component_groups": [ "axolotl_gold" ] - } - }, - { - "weight": 25, - "add": { - "component_groups": [ "axolotl_lucy" ] - } - }, - { - "weight": 25, - "add": { - "component_groups": [ "axolotl_wild" ] - } - } - ] - } - ] - }, - "attack_cooldown_complete_event": { - "remove": { - "component_groups": [ - "attack_cooldown" - ] - } - }, - "killed_enemy_event": { - "add": { - "component_groups": [ - "attack_cooldown" - ] - } - }, - "minecraft:entity_born": { - "sequence": [ - { - "remove": { - "component_groups": [ - "axolotl_adult" - ] - }, - "add": { - "component_groups": [ - "axolotl_baby", - "axolotl_in_water" - ] - } - }, - { - "filters": { - "test": "has_component", - "operator": "!=", - "value": "minecraft:variant" - }, - "add": { "component_groups": [ "axolotl_blue" ] } - } - ] - }, - - "minecraft:ageable_grow_up": { - "remove": { "component_groups": [ "axolotl_baby" ] }, - "add": { "component_groups": [ "axolotl_adult" ] } - }, - - "stop_drying_out": { - "remove": { - "component_groups": [ - "axolotl_on_land", - "axolotl_dried" - ] - }, - "add": { - "component_groups": [ "axolotl_on_land_in_rain" ] - } - }, - "start_drying_out": { - "remove": { - "component_groups": [ - "axolotl_on_land_in_rain", - "axolotl_in_water" - ] - }, - "add": { - "component_groups": [ "axolotl_on_land" ] - } - }, - "dried_out": { - "add": { - "component_groups": [ "axolotl_dried" ] - } - }, - "recover_after_dried_out": { - "remove": { - "component_groups": [ "axolotl_dried" ] - } - }, - "enter_water": { - "remove": { - "component_groups": [ - "axolotl_on_land", - "axolotl_on_land_in_rain", - "axolotl_dried" - ] - }, - "add": { - "component_groups": [ - "axolotl_in_water" - ] - } - } - } - } -} diff --git a/entities/bat.json b/entities/bat.json deleted file mode 100644 index 89dda4e..0000000 --- a/entities/bat.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:bat", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "bat", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 0.5, - "height": 0.9 - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": false - } - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.1 - }, - "minecraft:navigation.float": { - "can_path_over_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.float_wander": { - "xz_dist": 10, - "y_dist": 7, - "y_offset": -2.0, - "random_reselect": true, - "float_duration": [ 0.1, 0.35 ] - }, - "minecraft:can_fly": { - }, - "minecraft:health": { - "value": 6, - "max": 6 - }, - "minecraft:nameable": { - }, - "minecraft:physics": { - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - } - } -} diff --git a/entities/bee.json b/entities/bee.json deleted file mode 100644 index 3c3a9a7..0000000 --- a/entities/bee.json +++ /dev/null @@ -1,835 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:bee", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "bee_baby": { - "minecraft:is_baby": {}, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ - "minecraft:red_flower", // All small flowers except Dandelion - "minecraft:yellow_flower", // Dandelion - "minecraft:wither_rose", - "minecraft:double_plant:0", // Sunflower - "minecraft:double_plant:1", // Lilac - "minecraft:double_plant:4", // Rose Bush - "minecraft:double_plant:5", // Peony - "minecraft:flowering_azalea", //Flowering Azalea - "minecraft:azalea_leaves_flowered" //Flowering Azalea leaves - ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 11, // This has to be lower priority than move to block goal so that bee seek shelter in rain instead of following parents - "speed_multiplier": 1.1 - } - }, - "bee_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:behavior.breed": { - "priority": 4, - "speed_multiplier": 1.0 - }, - "minecraft:breedable": { - "require_tame": false, - "breeds_with": { - "mate_type": "minecraft:bee", - "baby_type": "minecraft:bee", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "breed_items": [ - "minecraft:red_flower", // All small flowers except Dandelion - "minecraft:yellow_flower", // Dandelion - "minecraft:wither_rose", - "minecraft:double_plant:0", // Sunflower - "minecraft:double_plant:1", // Lilac - "minecraft:double_plant:4", // Rose Bush - "minecraft:double_plant:5", // Peony - "minecraft:flowering_azalea", //Flowering Azalea - "minecraft:azalea_leaves_flowered" //Flowering Azalea leaves - ] - } - }, - "track_attacker": { - "minecraft:behavior.hurt_by_target": { - "priority": 1 - } - }, - "angry_bee": { - "minecraft:angry": { - "duration": 25, - "broadcastAnger": true, - "broadcastRange": 20, - "broadcast_filters": { - "test": "is_family", - "operator": "!=", - "value": "pacified" - }, - "calm_event": { - "event": "calmed_down", - "target": "self" - } - }, - "minecraft:behavior.melee_attack": { - "priority": 2, - "attack_once": true, - "speed_multiplier": 1.4, - "on_attack": { - "event": "countdown_to_perish_event", - "target": "self" - } - } - }, - "escape_fire": { - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.25, - "force": true - }, - "minecraft:timer": { - "looping": false, - "time": [20,50], - "randomInterval": true, - "time_down_event": { - "event": "stop_panicking_after_fire", - "target": "self" - } - } - }, - "countdown_to_perish": { - "minecraft:mark_variant": { - "value": 1 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.25, - "force": true - }, - "minecraft:timer": { - "looping": false, - "time": [10, 60], - "randomInterval": true, - "time_down_event": { - "event": "perish_event", - "target": "self" - } - }, - "minecraft:type_family": { - "family": [ "bee", "mob", "arthropod", "pacified" ] - } - }, - "perish": { - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "cause": "none", - "damage_per_tick": 999 - } - ] - } - }, - "take_nearest_target": { - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "player" - }, - "max_dist": 10 - } - ] - }, - "minecraft:timer": { - "looping": true, - "time": 5, - "time_down_event": { - "event": "calmed_down", - "target": "self" - } - } - }, - "look_for_food": { - "minecraft:behavior.move_to_block": { - "priority": 10, - "tick_interval": 1, - "start_chance": 0.5, - "search_range": 6, - "search_height": 4, - "goal_radius": 1.0, - "stay_duration": 20.0, - "target_selection_method": "random", - "target_offset": [0, 0.25, 0], - "target_blocks": [ - "minecraft:red_flower", // All small flowers except Dandelion - "minecraft:yellow_flower", // Dandelion - "minecraft:wither_rose", - "minecraft:double_plant:8", // Sunflower top - "minecraft:double_plant:9", // Lilac top - "minecraft:double_plant:12", // Rose Bush top - "minecraft:double_plant:13", // Peony top - "minecraft:flowering_azalea", //Flowering azalea - "minecraft:azalea_leaves_flowered" //Flowering Azalea leaves - ], - "on_stay_completed": [ - { - "event": "collected_nectar", - "target": "self" - } - ] - }, - "minecraft:timer": { - "looping": true, - "time": 180, - "time_down_event": { - "event": "find_flower_timeout" - } - }, - "minecraft:ambient_sound_interval" :{ - "event_name" : "ambient.pollinate", - "range" : 3.0, - "value" : 2.0 - } - }, - "has_nectar": { - "minecraft:is_charged": {}, - "minecraft:grows_crop": { - "charges": 10, - "chance": 0.03 - } - }, - "return_to_home": { - "minecraft:behavior.go_home": { - "priority": 4, - "speed_multiplier": 1.0, - "interval": 1, - "goal_radius": 1.2, - "on_home": [ - { - "filters": { - "any_of":[ - { "test": "is_block", "subject": "block", "value": "minecraft:bee_nest" }, - { "test": "is_block", "subject": "block", "value": "minecraft:beehive" } - ] - }, - "event": "minecraft:bee_returned_to_hive", - "target": "block" - }, - { - "filters": { - "all_of":[ - { "test": "is_block", "subject": "block", "operator": "!=", "value": "minecraft:bee_nest" }, - { "test": "is_block", "subject": "block", "operator": "!=", "value": "minecraft:beehive" } - ] - }, - "event": "find_hive_event", - "target": "self" - } - ], - "on_failed": { - "event": "find_hive_event", - "target": "self" - } - } - }, - "find_hive": { - "minecraft:behavior.move_to_block": { - "priority": 10, - "search_range": 16, - "search_height": 10, - "tick_interval": 1, - "goal_radius": 0.633, // was tested with 0.4 when the goal radius wasn't squared. sqrt(0.4)~0.633 - "target_blocks": [ - "bee_nest", - "beehive" - ], - "on_reach": [ - { - "event": "minecraft:bee_returned_to_hive", - "target": "block" - } - ] - }, - "minecraft:timer": { - "looping": false, - "time": 180, - "time_down_event": { - "event": "find_hive_timeout", - "target": "self" - } - } - }, - "hive_full": { - "minecraft:timer": { - "looping": false, - "time": [5, 20], - "randomInterval": true, - "time_down_event": { - "event": "find_hive_event", - "target": "self" - } - } - }, - "shelter_detection": { - "minecraft:environment_sensor": { - "triggers": [ - { - "event": "seek_shelter", - "filters": { - "all_of": [ - { - "any_of": [ - { - "test": "is_daytime", - "value": false - }, - { - "test": "weather", - "operator": "==", - "value": "precipitation" - } - ] - }, - { // Assume we are already going home if we have nectar - "test": "has_component", - "value": "minecraft:is_charged", - "operator": "!=" - }, - { // Assume we are already going home if we have nectar - "test": "has_biome_tag", - "value": "overworld" - } - ] - } - } - ] - } - }, - "abort_shelter_detection": { - "minecraft:environment_sensor": { - "triggers": [ - { - "event": "abort_sheltering", - "filters": { - "all_of": [ - { - "test": "weather", - "operator": "==", - "value": "clear" - }, - { - "test": "is_daytime", - "value": true - } - ] - } - } - ] - } - }, - "easy_attack": { - "minecraft:attack": { - "damage": 2 - } - }, - "normal_attack": { - "minecraft:attack": { - "damage": 2, - "effect_name": "poison", - "effect_duration": 10 - } - }, - "hard_attack": { - "minecraft:attack": { - "damage": 2, - "effect_name": "poison", - "effect_duration": 18 - } - }, - "default_sound" : { - "minecraft:ambient_sound_interval" :{ - "event_name" : "ambient", - "range" : 0.0, - "value" : 0.0 - } - } - }, - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:behavior.tempt": { - "priority": 5, - "speed_multiplier": 1.25, - "within_radius": 8, - "can_tempt_vertically": true, - "items": [ - "minecraft:red_flower", // All small flowers except Dandelion - "minecraft:yellow_flower", // Dandelion - "minecraft:wither_rose", - "minecraft:double_plant:0", // Sunflower - "minecraft:double_plant:1", // Lilac - "minecraft:double_plant:4", // Rose Bush - "minecraft:double_plant:5", // Peony - "minecraft:flowering_azalea", //Flowering azalea - "minecraft:azalea_leaves_flowered" //Flowering Azalea leaves - ] - }, - "minecraft:behavior.move_towards_home_restriction": { - "priority": 9 - }, - "minecraft:behavior.random_hover": { - "priority": 12, - "xz_dist": 8, - "y_dist": 8, - "y_offset": -1, - "interval": 1, - "hover_height": [1, 4] - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:behavior.float": { - "priority": 19 - }, - "minecraft:type_family": { - "family": [ "bee", "mob", "arthropod" ] - }, - "minecraft:on_target_acquired": { - "event": "attacked", - "target": "self" - }, - "minecraft:breathable": { - "totalSupply": 15, - "suffocateTime": 0 - }, - "minecraft:collision_box": { - "width": 0.55, - "height": 0.5 - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:home": { - "restriction_radius": 22, - "home_block_list": [ - "minecraft:bee_nest", - "minecraft:beehive" - ] - }, - "minecraft:follow_range": { - "value": 1024 - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": false - } - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:flying_speed": { - "value": 0.15 - }, - "minecraft:navigation.hover": { - "can_path_over_water": true, - "can_sink": false, - "can_pass_doors": false, - "can_path_from_air": true, - "avoid_water": true, - "avoid_damage_blocks": true, - "avoid_sun": false - }, - "minecraft:movement.hover": {}, - "minecraft:jump.static": {}, - "minecraft:can_fly": {}, - "minecraft:health": { - "value": 10, - "max": 10 - }, - "minecraft:nameable": {}, - "minecraft:block_sensor": { - "sensor_radius": 16, - "on_break": [ - { - "block_list": [ - "minecraft:beehive", "minecraft:bee_nest" - ], - "on_block_broken": "hive_destroyed" - } - ] - }, - "minecraft:physics": {}, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - } - }, - "events": { - "minecraft:entity_spawned": { - "sequence": [ - { - "randomize": [ - { - "weight": 95, - "add": { - "component_groups": [ - "bee_adult" - ] - } - }, - { - "weight": 5, - "add": { - "component_groups": [ - "bee_baby" - ] - } - } - ] - }, - { - "add": { - "component_groups": [ - "track_attacker", - "shelter_detection", - "look_for_food" - ] - } - } - ] - }, - "minecraft:entity_born": { - "add": { - "component_groups": [ - "bee_baby", - "shelter_detection", - "track_attacker", - "look_for_food" - ] - } - }, - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "bee_baby" - ] - }, - "add": { - "component_groups": [ - "bee_adult" - ] - } - }, - "minecraft:exited_disturbed_hive": { - "add": { - "component_groups": [ - "take_nearest_target" - ] - }, - "remove": { - "component_groups": [ - "find_hive", - "return_to_home", - "has_nectar", - "abort_shelter_detection", - "shelter_detection", - "escape_fire" - ] - } - }, - "hive_destroyed": { - "sequence": [ - { - "filters": { - "test": "is_family", - "subject": "self", - "operator": "!=", - "value": "pacified" - }, - "add": { - "component_groups": [ - "take_nearest_target" - ] - }, - "remove": { - "component_groups": [ - "escape_fire" - ] - } - } - ] - }, - "stop_panicking_after_fire" : { - "remove": { - "component_groups": [ - "escape_fire" - ] - } - }, - "minecraft:exited_hive_on_fire": { - "add": { - "component_groups": [ - "escape_fire" - ] - } - }, - "minecraft:exited_hive": { - "add": { - "component_groups": [ - "look_for_food", - "shelter_detection" - ] - }, - "remove": { - "component_groups": [ - "find_hive", - "return_to_home", - "has_nectar", - "abort_shelter_detection" - ] - } - }, - "minecraft:hive_full": { - "add": { - "component_groups": [ - "hive_full" - ] - }, - "remove": { - "component_groups": [ - "find_hive", - "return_to_home" - ] - } - }, - "attacked": { - "sequence": [ - { - "add": { - "component_groups": [ - "angry_bee" - ] - }, - "remove": { - "component_groups": [ - "take_nearest_target" - ] - } - }, - { - "filters": { "test" : "is_difficulty", "value" : "easy"}, - "remove": { - "component_groups": [ "normal_attack", "hard_attack" ] - }, - "add": { - "component_groups": [ "easy_attack" ] - } - }, - { - "filters": { "test" : "is_difficulty", "value" : "normal"}, - "remove": { - "component_groups": [ "easy_attack", "hard_attack" ] - }, - "add": { - "component_groups": [ "normal_attack" ] - } - }, - { - "filters": { "test" : "is_difficulty", "value" : "hard"}, - "remove": { - "component_groups": [ "easy_attack", "normal_attack" ] - }, - "add": { - "component_groups": [ "hard_attack" ] - } - } - ] - }, - "calmed_down": { - "add" : { - "component_groups": [ - "shelter_detection", - "return_to_home" - ] - }, - "remove": { - "component_groups": [ - "angry_bee", - "take_nearest_target" - ] - } - }, - "collected_nectar": { - "remove": { - "component_groups": [ - "look_for_food" - ] - }, - "add": { - "component_groups": [ - "return_to_home", - "has_nectar", - "default_sound" - ] - } - }, - "find_hive_event": { - "remove": { - "component_groups": [ - "return_to_home", - "hive_full" - ] - }, - "add": { - "component_groups": [ - "find_hive" - ] - } - }, - "find_hive_timeout": { - "sequence": [ - { - "filters": { - "test": "has_component", - "operator": "!=", - "value": "minecraft:is_charged" - }, - "remove": { - "component_groups": [ - "find_hive", - "escape_fire" - ] - }, - "add": { - "component_groups": [ - "look_for_food" - ] - } - }, - { - "filters": { - "test": "has_component", - "value": "minecraft:is_charged" - }, - "remove": { - "component_groups": [ - "find_hive" - ] - }, - "add": { - "component_groups": [ - "return_to_home" - ] - } - } - ] - }, - "find_flower_timeout": { - "remove": { - "component_groups": [ - "look_for_food" - ] - }, - "add": { - "component_groups": [ - "return_to_home" - ] - } - }, - "seek_shelter": { - "remove": { - "component_groups": [ - "look_for_food", - "collect_nectar", - "shelter_detection" - ] - }, - "add": { - "component_groups": [ - "default_sound", - "return_to_home", - "abort_shelter_detection" - ] - } - }, - "abort_sheltering": { - "remove": { - "component_groups": [ - "abort_shelter_detection", - "return_to_home", - "escape_fire" - ] - }, - "add": { - "component_groups": [ - "shelter_detection", - "look_for_food" - ] - } - }, - - "countdown_to_perish_event" : { - "remove": { - "component_groups": [ - "collect_nectar", - "track_attacker", - "take_nearest_target", - "look_for_food", - "angry_bee", - "hive_full", - "find_hive", - "escape_fire" - ] - }, - "add": { - "component_groups": [ - "countdown_to_perish" - ] - } - }, - "perish_event":{ - "add": { - "component_groups": [ - "perish" - ] - } - } - } - } -} diff --git a/entities/blaze.json b/entities/blaze.json deleted file mode 100644 index 0fdd089..0000000 --- a/entities/blaze.json +++ /dev/null @@ -1,200 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:blaze", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "mode_switcher": { - "minecraft:target_nearby_sensor": { - "inside_range": 2.0, - "outside_range": 3.0, - "must_see": true, - "on_inside_range": { - "event": "switch_to_melee", - "target": "self" - }, - "on_outside_range": { - "event": "switch_to_ranged", - "target": "self" - } - } - }, - "ranged_mode": { - "minecraft:shooter": { - "def": "minecraft:small_fireball" - }, - "minecraft:behavior.ranged_attack": { - "priority": 3, - "burst_shots": 3, - "burst_interval": 0.3, - "charge_charged_trigger": 0.0, - "charge_shoot_trigger": 4.0, - "attack_interval_min": 3.0, - "attack_interval_max": 5.0, - "attack_radius": 16.0 - } - }, - "melee_mode": { - "minecraft:attack": { - "damage": 6 - }, - "minecraft:behavior.melee_attack": { - "priority": 3 - } - } - }, - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 10 : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/blaze.json" - }, - "minecraft:collision_box": { - "width": 0.5, - "height": 1.8 - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": false - } - }, - "minecraft:movement": { - "value": 0.23 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_contact_with_water", - "operator": "==", - "value": true - }, - "cause": "drowning", - "damage_per_tick": 1 - } - ] - }, - "minecraft:follow_range": { - "value": 48, - "max": 48 - }, - "minecraft:fire_immune": { - }, - "minecraft:nameable": { - - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "player" - }, - "max_dist": 48.0 - } - ] - }, - "minecraft:behavior.random_stroll": { - "priority": 4, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.random_look_around": { - "priority": 5 - }, - "minecraft:type_family": { - "family": [ "blaze", "monster", "mob" ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:on_hurt": { - "event": "minecraft:on_hurt_event", - "target": "self" - }, - "minecraft:on_hurt_by_player": { - "event": "minecraft:on_hurt_event", - "target": "self" - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "mode_switcher" - ] - } - }, - "switch_to_melee": { - "remove": { - "component_groups": [ - "ranged_mode" - ] - }, - "add": { - "component_groups": [ - "melee_mode" - ] - } - }, - "switch_to_ranged": { - "remove": { - "component_groups": [ - "melee_mode" - ] - }, - "add": { - "component_groups": [ - "ranged_mode" - ] - } - }, - "minecraft:on_hurt_event": { - "add": { - "component_groups": [ - "mode_switcher" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/boat.json b/entities/boat.json deleted file mode 100644 index d9ae499..0000000 --- a/entities/boat.json +++ /dev/null @@ -1,287 +0,0 @@ -{ - "format_version": "1.16.100", - "minecraft:entity": { - "description": { - "identifier": "minecraft:boat", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:floating": { - "minecraft:buoyant": { - "base_buoyancy": 1.0, - "apply_gravity": true, - "simulate_waves": true, - "big_wave_probability": 0.03, - "big_wave_speed": 10.0, - "liquid_blocks": [ - "minecraft:water", - "minecraft:flowing_water" - ] - } - }, - "minecraft:can_ride": { - "minecraft:rideable": { - "seat_count": 2, - "interact_text": "action.interact.ride.boat", - "pull_in_entities": true, - - "seats": [ - { - "position": [ 0.0, -0.2, 0.0 ], - "min_rider_count": 0, - "max_rider_count": 1, - - "rotate_rider_by": -90, - "lock_rider_rotation": 90 - }, - { - "position": [ 0.2, -0.2, 0.0 ], - "min_rider_count": 2, - "max_rider_count": 2, - - "rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0", - "lock_rider_rotation": 90 - }, - { - "position": [ -0.6, -0.2, 0.0 ], - "min_rider_count": 2, - "max_rider_count": 2, - "rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0", - "lock_rider_rotation": 90 - } - ] - } - }, - "minecraft:above_bubble_column_down": { - "minecraft:buoyant": { - "base_buoyancy": 1.0, - "apply_gravity": true, - "simulate_waves": false, - "liquid_blocks": [ - "minecraft:water", - "minecraft:flowing_water" - ], - "drag_down_on_buoyancy_removed": 0.7 - }, - "minecraft:timer": { - "looping": false, - "time": 3, - "time_down_event": { - "event": "minecraft:sink", - "target": "self" - } - }, - "minecraft:out_of_control": { - } - }, - "minecraft:above_bubble_column_up": { - "minecraft:buoyant": { - "base_buoyancy": 1.0, - "apply_gravity": true, - "simulate_waves": false, - "liquid_blocks": [ - "minecraft:water", - "minecraft:flowing_water" - ], - "drag_down_on_buoyancy_removed": 0.7 - }, - "minecraft:out_of_control": { - } - } - }, - - "components": { - "minecraft:type_family": { - "family": [ "boat", "inanimate" ] - }, - "minecraft:collision_box": { - "width": 1.4, - "height": 0.455 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/boat.json" - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:rideable": { - "seat_count": 2, - "interact_text": "action.interact.ride.boat", - "pull_in_entities": true, - - "seats": [ - { - "position": [ 0.0, -0.2, 0.0 ], - "min_rider_count": 0, - "max_rider_count": 1, - - "rotate_rider_by": -90, - "lock_rider_rotation": 90 - }, - { - "position": [ 0.2, -0.2, 0.0 ], - "min_rider_count": 2, - "max_rider_count": 2, - - "rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0", - "lock_rider_rotation": 90 - }, - { - "position": [ -0.6, -0.2, 0.0 ], - "min_rider_count": 2, - "max_rider_count": 2, - "rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0", - "lock_rider_rotation": 90 - } - ] - }, - "minecraft:is_stackable": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:buoyant": { - "base_buoyancy": 1.0, - "apply_gravity": true, - "simulate_waves": true, - "big_wave_probability": 0.03, - "big_wave_speed": 10.0, - "liquid_blocks": [ - "minecraft:water", - "minecraft:flowing_water" - ] - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 60.0, - "max_dropped_ticks": 20, - "use_motion_prediction_hints": true - }, - "conditional_values": [ - { - "max_optimized_distance": 0.0, - "max_dropped_ticks": 0, - "use_motion_prediction_hints": true, - "conditional_values": [ - { - "test": "is_moving", - "subject": "self", - "operator": "==", - "value": true - } - ] - } - ] - }, - "minecraft:inside_block_notifier": { - "block_list": [ - { - "block": { - "name": "minecraft:bubble_column", - "states": { - "drag_down": true - } - }, - "entered_block_event": { - "event": "minecraft:entered_bubble_column_down", - "target": "self" - }, - "exited_block_event": { - "event": "minecraft:exited_bubble_column", - "target": "self" - } - }, - { - "block": { - "name": "minecraft:bubble_column", - "states": { - "drag_down": false - } - }, - "entered_block_event": { - "event": "minecraft:entered_bubble_column_up", - "target": "self" - }, - "exited_block_event": { - "event": "minecraft:exited_bubble_column", - "target": "self" - } - } - ] - } - }, - - "events": { - "minecraft:entered_bubble_column_down": { - "remove": { - "component_groups": [ - "minecraft:floating" - ] - }, - "add": { - "component_groups": [ - "minecraft:above_bubble_column_down" - ] - } - }, - "minecraft:entered_bubble_column_up": { - "remove": { - "component_groups": [ - "minecraft:floating" - ] - }, - "add": { - "component_groups": [ - "minecraft:above_bubble_column_up" - ] - } - }, - "minecraft:exited_bubble_column": { - "remove": { - "component_groups": [ - "minecraft:above_bubble_column_down", - "minecraft:above_bubble_column_up" - ] - }, - "add": { - "component_groups": [ - "minecraft:floating", - "minecraft:can_ride" - ] - } - }, - "minecraft:sink": { - "remove": { - "component_groups": [ - "minecraft:floating", - "minecraft:can_ride", - "minecraft:above_bubble_column_down", - "minecraft:above_bubble_column_up" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/cat.json b/entities/cat.json deleted file mode 100644 index 39ed21c..0000000 --- a/entities/cat.json +++ /dev/null @@ -1,720 +0,0 @@ -{ - "format_version": "1.16.100", - "minecraft:entity": { - "description": { - "identifier": "minecraft:cat", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:cat_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.4 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ "fish", "salmon" ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - } - }, - - "minecraft:cat_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/cat.json" - }, - "minecraft:scale": { - "value": 0.8 - }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 1.0 - }, - "minecraft:breedable": { - "require_tame": true, - "require_full_health": true, - "allow_sitting": true, - "breeds_with": { - "mate_type": "minecraft:cat", - "baby_type": "minecraft:cat", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "breed_items": [ "fish", "salmon" ] - } - }, - "minecraft:cat_wild": { - "minecraft:health": { - "value": 10, - "max": 10 - }, - "minecraft:tameable": { - "probability": 0.33, - "tame_items": [ "fish", "salmon" ], - "tame_event": { - "event": "minecraft:on_tame", - "target": "self" - } - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 0.35, 0.0 ] - } - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 1, - "reselect_targets": true, - "within_radius": 16.0, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "rabbit" - }, - "max_dist": 8 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "baby_turtle" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 8 - } - ] - }, - "minecraft:behavior.tempt": { - "priority": 5, - "speed_multiplier": 0.5, - "within_radius": 16, - "can_get_scared": true, - "items": [ - "fish", - "salmon" - ] - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 6, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "player" - }, - "max_dist": 10, - "walk_speed_multiplier": 0.8, - "sprint_speed_multiplier": 1.33 - } - ] - }, - "minecraft:behavior.move_towards_dwelling_restriction": { - "priority": 7 - } - }, - "minecraft:cat_tame": { - "minecraft:is_tamed": { - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:color": { - "value": 14 - }, - "minecraft:sittable": { - }, - "minecraft:behavior.tempt": { - "priority": 5, - "speed_multiplier": 0.5, - "within_radius": 16, - "items": [ - "fish", - "salmon" - ] - }, - "minecraft:is_dyeable": { - "interact_text": "action.interact.dye" - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:behavior.follow_owner": { - "priority": 4, - "speed_multiplier": 1.0, - "start_distance": 10, - "stop_distance": 2 - }, - "minecraft:behavior.stay_while_sitting": { - "priority": 3 - }, - "minecraft:behavior.ocelot_sit_on_block": { - "priority": 7, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.pet_sleep_with_owner": { - "priority": 2, - "speed_multiplier": 1.2, - "search_radius": 10, - "search_height": 10, - "goal_radius": 1.0 - }, - "minecraft:on_wake_with_owner": { - "event": "minecraft:pet_slept_with_owner", - "target": "self" - } - }, - "minecraft:cat_gift_for_owner": { - "minecraft:behavior.drop_item_for": { - "priority": 1, - "seconds_before_pickup": 0.0, - "cooldown": 0.25, - "drop_item_chance": 0.7, - "offering_distance": 5.0, - "minimum_teleport_distance": 2.0, - "max_head_look_at_height": 10.0, - "target_range": [ 5.0, 5.0, 5.0 ], - "teleport_offset": [ 0.0, 1.0, 0.0], - "time_of_day_range": [ 0.74999, 0.80 ], - "speed_multiplier": 1.0, - "search_range": 5, - "search_height": 2, - "search_count": 0, - "goal_radius": 1.0, - "entity_types": [ - { - "filters": { "test": "is_family", "subject": "other", "value": "player" }, - "max_dist": 6 - } - ], - "loot_table": "loot_tables/entities/cat_gift.json", - "on_drop_attempt": { - "event": "minecraft:cat_gifted_owner", - "target": "self" - } - } - }, - "minecraft:cat_white": { - "minecraft:variant": { - "value": 0 - } - }, - "minecraft:cat_tuxedo": { - "minecraft:variant": { - "value": 1 - } - }, - "minecraft:cat_red": { - "minecraft:variant": { - "value": 2 - } - }, - "minecraft:cat_siamese": { - "minecraft:variant": { - "value": 3 - } - }, - "minecraft:cat_british": { - "minecraft:variant": { - "value": 4 - } - }, - "minecraft:cat_calico": { - "minecraft:variant": { - "value": 5 - } - }, - "minecraft:cat_persian": { - "minecraft:variant": { - "value": 6 - } - }, - "minecraft:cat_ragdoll": { - "minecraft:variant": { - "value": 7 - } - }, - "minecraft:cat_tabby": { - "minecraft:variant": { - "value": 8 - } - }, - "minecraft:cat_black": { - "minecraft:variant": { - "value": 9 - } - }, - "minecraft:cat_jellie": { - "minecraft:variant": { - "value": 10 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:attack_damage": { - "value": 4 - }, - "minecraft:nameable": { - }, - "minecraft:type_family": { - "family": [ "cat", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 0.7 - }, - "minecraft:healable": { - "items": [ - { - "item": "fish", - "heal_amount": 2 - }, - { - "item": "salmon", - "heal_amount": 2 - } - ] - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:navigation.walk": { - "can_float": true, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": false - } - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "passive", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": false, - "can_migrate": true, - "first_founding_reward": 0 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.25 - }, - "minecraft:behavior.mount_pathing": { - "priority": 1, - "speed_multiplier": 1.25, - "target_dist": 0, - "track_target": true - }, - "minecraft:behavior.leap_at_target": { - "priority": 3, - "target_dist": 0.3 - }, - "minecraft:behavior.ocelotattack": { - "priority": 4, - "cooldown_time": 1.0, - "x_max_rotation": 30.0, - "y_max_head_rotation": 30.0, - "max_distance": 15.0, - "max_sneak_range": 15.0, - "max_sprint_range": 4.0, - "reach_multiplier": 2.0, - "sneak_speed_multiplier": 0.6, - "sprint_speed_multiplier": 1.33, - "walk_speed_multiplier": 0.8 - }, - "minecraft:behavior.random_stroll": { - "priority": 8, - "speed_multiplier": 0.8 - }, - "minecraft:behavior.look_at_player": { - "priority": 9 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "sequence": [ - { - "randomize": [ - { - "weight": 3, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:cat_adult", - "minecraft:cat_wild" - ] - } - }, - { - "weight": 1, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:cat_baby", - "minecraft:cat_wild" - ] - } - } - ] - }, - { - "randomize": [ - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_white" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_tuxedo" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_red" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_siamese" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_british" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_calico" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_persian" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_ragdoll" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_tabby" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_black" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_jellie" - ] - } - } - ] - } - ] - }, - - "minecraft:spawn_from_village": { - "sequence": [ - { - "randomize": [ - { - "weight": 3, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:cat_adult", - "minecraft:cat_wild" - ] - } - }, - { - "weight": 1, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:cat_baby", - "minecraft:cat_wild" - ] - } - } - ] - }, - { - "randomize": [ - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_tuxedo" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_red" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_siamese" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_white" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_british" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_calico" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_persian" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_ragdoll" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_tabby" - ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ - "minecraft:cat_jellie" - ] - } - } - ] - } - ] - }, - - "minecraft:spawn_midnight_cat": { - "sequence": [ - { - "add": { - "component_groups": [ - "minecraft:cat_adult", - "minecraft:cat_wild", - "minecraft:cat_black" - ] - } - } - ] - }, - - "minecraft:entity_born": { - "sequence": [ - { - "filters": { - "test": "has_component", - "operator": "!=", - "value": "minecraft:is_baby" - }, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:cat_baby", - "minecraft:cat_tame" - ] - } - } - ] - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:cat_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:cat_adult" - ] - } - }, - "minecraft:on_tame": { - "sequence": [ - { - "remove": { - "component_groups": [ - "minecraft:cat_wild" - ] - } - }, - { - "add": { - "component_groups": [ - "minecraft:cat_tame" - ] - } - } - ] - }, - "minecraft:pet_slept_with_owner": { - "add": { - "component_groups": [ - "minecraft:cat_gift_for_owner" - ] - } - }, - "minecraft:cat_gifted_owner": { - "remove": { - "component_groups": [ - "minecraft:cat_gift_for_owner" - ] - } - } - } - } -} diff --git a/entities/cave_spider.json b/entities/cave_spider.json deleted file mode 100644 index cf45101..0000000 --- a/entities/cave_spider.json +++ /dev/null @@ -1,444 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:cave_spider", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:spider_jockey": { - "minecraft:addrider": { - "entity_type": "minecraft:skeleton" - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "skeleton" - ], - "seats": { - "position": [0.0, 0.3, -0.1] - } - } - }, - - "minecraft:spider_stray_jockey": { - "minecraft:addrider": { - "entity_type": "minecraft:skeleton.stray" - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "skeleton" - ], - "seats": { - "position": [0.0, 0.3, -0.1] - } - } - }, - - "minecraft:spider_wither_jockey": { - "minecraft:addrider": { - "entity_type": "minecraft:skeleton.wither" - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "skeleton" - ], - "seats": { - "position": [0.0, 0.25, -0.1] - } - } - }, - - "minecraft:spider_neutral": { - "minecraft:environment_sensor": { - "triggers": { - "filters": { "test" : "is_brightness", "operator" : "<", "value" : 0.49 }, - "event": "minecraft:become_hostile" - } - }, - "minecraft:on_target_acquired": { - "event": "minecraft:become_angry" - } - }, - - "minecraft:spider_hostile": { - "minecraft:environment_sensor": { - "triggers": { - "filters": { "test": "is_brightness", "operator": ">", "value": 0.49 }, - "event": "minecraft:become_neutral" - } - }, - - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "attack_interval": 5, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "is_family", "subject" : "other", "value" : "snowgolem"}, - { "test" : "is_family", "subject" : "other", "value" : "irongolem"} - ] - }, - "max_dist": 16 - } - ] - }, - "minecraft:behavior.leap_at_target": { - "priority": 4, - "yd": 0.4, - "must_be_on_ground": false - }, - "minecraft:behavior.melee_attack": { - "priority": 3, - "track_target": true, - "random_stop_interval": 100, - "reach_multiplier": 0.8 - } - }, - - "minecraft:spider_angry": { - "minecraft:angry": { - "duration": 10, - "duration_delta": 3, - "calm_event": { - "event": "minecraft:on_calm", - "target": "self" - } - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "attack_interval": 10, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "is_family", "subject" : "other", "value" : "snowgolem"}, - { "test" : "is_family", "subject" : "other", "value" : "irongolem"} - ] - }, - "max_dist": 16 - } - ] - }, - "minecraft:behavior.leap_at_target": { - "priority": 4, - "yd": 0.4, - "must_be_on_ground": false - }, - "minecraft:behavior.melee_attack": { - "priority": 3, - "track_target": true, - "reach_multiplier": 1.4 - } - }, - "minecraft:spider_poison_easy": { - "minecraft:attack": { - "damage": 2, - "effect_name": "poison", - "effect_duration": 0 - } - }, - "minecraft:spider_poison_normal": { - "minecraft:attack": { - "damage": 2, - "effect_name": "poison", - "effect_duration": 7 - } - }, - "minecraft:spider_poison_hard": { - "minecraft:attack": { - "damage": 2, - "effect_name": "poison", - "effect_duration": 15 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 : 0" - }, - "minecraft:type_family": { - "family": [ "cavespider", "monster", "arthropod", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - "minecraft:loot": { - "table": "loot_tables/entities/spider.json" - }, - "minecraft:collision_box": { - "width": 0.7, - "height": 0.5 - }, - "minecraft:health": { - "value": 12, - "max": 12 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:navigation.climb": { - "can_path_over_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 1 - }, - "minecraft:behavior.mount_pathing": { - "priority": 5, - "speed_multiplier": 1.25, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.8 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 7 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 0.3, 0.0 ] - } - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 1, - "randomize": [ - { - "weight": 80, - "filters": { - "all_of" : [ - { "test" : "is_daytime", "value" : false }, - { "test" : "is_snow_covered", "value" : true }, - { "test" : "is_underground", "value" : false } - ] - }, - "remove": { }, - "add": { - "component_groups": - [ - "minecraft:spider_stray_jockey", - "minecraft:spider_neutral" - ] - } - }, - { - "weight": 80, - "filters": { - "test": "is_biome", "value" : "the_nether" - }, - "remove": { }, - "add": { - "component_groups": - [ - "minecraft:spider_wither_jockey", - "minecraft:spider_neutral" - ] - } - }, - { - "weight": 20, - "filters": { - "all_of" : [ - { "test" : "is_daytime", "value" : false }, - { "test" : "is_underground", "value" : true } - ] - }, - "remove": { }, - "add": { - "component_groups": - [ - "minecraft:spider_jockey", - "minecraft:spider_neutral" - ] - } - } - ] - }, - { - "weight": 99, - "remove": { }, - "add": { - "component_groups": - [ - "minecraft:spider_neutral" - ] - } - } - ] - }, - - "minecraft:become_hostile": { - "sequence": [ - { - "remove": { - "component_groups": [ - "minecraft:spider_neutral" - ] - }, - "add": { - "component_groups": [ - "minecraft:spider_hostile" - ] - } - }, - { - "filters": { "test" : "is_difficulty", "value" : "easy"}, - "remove": { - "component_groups": [ "minecraft:spider_poison_hard", "minecraft:spider_poison_normal" ] - }, - "add": { - "component_groups": [ "minecraft:spider_poison_easy" ] - } - }, - { - "filters": { "test" : "is_difficulty", "value" : "normal"}, - "remove": { - "component_groups": [ "minecraft:spider_poison_easy", "minecraft:spider_poison_hard" ] - }, - "add": { - "component_groups": [ "minecraft:spider_poison_normal" ] - } - }, - { - "filters": { "test" : "is_difficulty", "value" : "hard"}, - "remove": { - "component_groups": [ "minecraft:spider_poison_easy", "minecraft:spider_poison_normal" ] - }, - "add": { - "component_groups": [ "minecraft:spider_poison_hard" ] - } - } - ] - }, - - "minecraft:become_neutral": { - "remove": { - "component_groups": [ - "minecraft:spider_hostile" - ] - }, - "add": { - "component_groups": [ - "minecraft:spider_neutral" - ] - } - }, - - "minecraft:become_angry": { - "sequence": [ - { - "remove": { - "component_groups": [ - "minecraft:spider_neutral" - ] - }, - "add": { - "component_groups": [ - "minecraft:spider_angry" - ] - } - }, - { - "filters": { "test" : "is_difficulty", "value" : "easy"}, - "remove": { - "component_groups": [ "minecraft:spider_poison_hard", "minecraft:spider_poison_normal" ] - }, - "add": { - "component_groups": [ "minecraft:spider_poison_easy" ] - } - }, - { - "filters": { "test": "is_difficulty", "value": "normal" }, - "remove": { - "component_groups": [ "minecraft:spider_poison_easy", "minecraft:spider_poison_hard" ] - }, - "add": { - "component_groups": [ "minecraft:spider_poison_normal" ] - } - }, - { - "filters": { "test" : "is_difficulty", "value" : "hard"}, - "remove": { - "component_groups": [ "minecraft:spider_poison_easy", "minecraft:spider_poison_normal" ] - }, - "add": { - "component_groups": [ "minecraft:spider_poison_hard" ] - } - } - ] - }, - - "minecraft:on_calm": { - "remove": { - "component_groups": [ - "minecraft:spider_angry" - ] - }, - "add": { - "component_groups": [ - "minecraft:spider_neutral" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/chest_minecart.json b/entities/chest_minecart.json deleted file mode 100644 index 85a85a0..0000000 --- a/entities/chest_minecart.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:chest_minecart", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - "components": { - "minecraft:type_family": { - "family": [ "minecart", "inanimate" ] - }, - "minecraft:collision_box": { - "width": 0.98, - "height": 0.7 - }, - "minecraft:rail_movement": { - }, - "minecraft:inventory": { - "container_type": "minecart_chest", - "inventory_size": 27, - "can_be_siphoned_from": true - }, - "minecraft:is_stackable": { - "value": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 60.0, - "max_dropped_ticks": 20, - "use_motion_prediction_hints": true - }, - "conditional_values": [ - { - "max_optimized_distance": 0.0, - "max_dropped_ticks": 0, - "conditional_values": [ - { "test": "is_moving", "subject": "self", "operator": "==", "value": true} - ] - } - ] - } - } - - } -} diff --git a/entities/chicken.json b/entities/chicken.json deleted file mode 100644 index 78272c6..0000000 --- a/entities/chicken.json +++ /dev/null @@ -1,246 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:chicken", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:chicken_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value":0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ - "wheat_seeds", - "beetroot_seeds", - "melon_seeds", - "pumpkin_seeds" - ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 5, - "speed_multiplier": 1.1 - } - }, - - "minecraft:chicken_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/chicken.json" - }, - "minecraft:breedable": { - "require_tame": false, - "breeds_with": { - "mate_type": "minecraft:chicken", - "baby_type": "minecraft:chicken", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "breed_items": [ - "wheat_seeds", - "beetroot_seeds", - "melon_seeds", - "pumpkin_seeds" - ] - }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 1.0 - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 0.4, 0.0 ] - } - }, - "minecraft:spawn_entity": { - "entities": { - "min_wait_time": 300, - "max_wait_time": 600, - "spawn_sound": "plop", - "spawn_item": "egg", - "filters": { - "test": "rider_count", "subject": "self", "operator": "==", "value": 0 - } - } - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "chicken", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 0.8 - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 4, - "max": 4 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": false - } - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - "mass": 0.5 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.5 - }, - "minecraft:behavior.mount_pathing": { - "priority": 2, - "speed_multiplier": 1.5, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:behavior.tempt": { - "priority": 4, - "speed_multiplier": 1.0, - "items": [ - "wheat_seeds", - "beetroot_seeds", - "melon_seeds", - "pumpkin_seeds" - ] - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "from_egg": { - "add": { "component_groups": [ "minecraft:chicken_baby" ] } - }, - - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 95, - "trigger": "minecraft:spawn_adult" - }, - { - "weight": 5, - "add": { - "component_groups": [ - "minecraft:chicken_baby" - ] - } - } - ] - }, - - "minecraft:entity_born": { - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:chicken_baby" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:chicken_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:chicken_adult" - ] - } - }, - - "minecraft:spawn_adult": { - "add": { - "component_groups": [ - "minecraft:chicken_adult" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/command_block_minecart.json b/entities/command_block_minecart.json deleted file mode 100644 index 0a5d98c..0000000 --- a/entities/command_block_minecart.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:command_block_minecart", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:command_block_active": { - "minecraft:rail_sensor": { - "check_block_types": true, - "eject_on_activate": false, - "eject_on_deactivate": false, - "tick_command_block_on_activate": true, - "tick_command_block_on_deactivate": false, - "on_deactivate": { - "event": "minecraft:command_block_deactivate" - } - } - }, - "minecraft:command_block_inactive": { - "minecraft:rail_sensor": { - "check_block_types": false, - "eject_on_activate": false, - "eject_on_deactivate": false, - "tick_command_block_on_activate": true, - "tick_command_block_on_deactivate": false, - "on_activate": { - "event": "minecraft:command_block_activate" - } - } - } - }, - - "components": { - "minecraft:type_family": { - "family": [ "minecart", "inanimate" ] - }, - "minecraft:collision_box": { - "width": 0.98, - "height": 0.7 - }, - "minecraft:rail_movement": { - - }, - "minecraft:inventory": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 60.0, - "max_dropped_ticks": 20, - "use_motion_prediction_hints": true - }, - "conditional_values": [ - { - "max_optimized_distance": 0.0, - "max_dropped_ticks": 0, - "conditional_values": [ - { "test": "is_moving", "subject": "self", "operator": "==", "value": true} - ] - } - ] - } - }, - - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "minecraft:command_block_inactive" - ] - } - }, - "minecraft:command_block_activate": { - "remove": { - "component_groups": [ - "minecraft:command_block_inactive" - ] - }, - "add": { - "component_groups": [ - "minecraft:command_block_active" - ] - } - }, - "minecraft:command_block_deactivate": { - "remove": { - "component_groups": [ - "minecraft:command_block_active" - ] - }, - "add": { - "component_groups": [ - "minecraft:command_block_inactive" - ] - } - } - } - } -} diff --git a/entities/cow.json b/entities/cow.json deleted file mode 100644 index fa42306..0000000 --- a/entities/cow.json +++ /dev/null @@ -1,253 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:cow", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:cow_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value":0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": "wheat", - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - - "minecraft:behavior.follow_parent": { - "priority": 6, - "speed_multiplier": 1.1 - } - }, - - "minecraft:cow_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/cow.json" - }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 1.0 - }, - "minecraft:breedable": { - "require_tame": false, - "breed_items": "wheat", - "breeds_with": { - "mate_type": "minecraft:cow", - "baby_type": "minecraft:cow", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - } - }, - "minecraft:interact": { - "interactions": [ - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "is_family", "subject" : "other", "value" : "player"}, - { "test": "has_equipment", "domain": "hand", "subject": "other", "value": "bucket:0"} - ] - } - }, - "use_item": true, - "transform_to_item": "bucket:1", - "play_sounds": "milk", - "interact_text": "action.interact.milk" - } - ] - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "cow", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:collision_box": { - "width": 0.9, - "height": 1.3 - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 10, - "max": 10 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.25 - }, - "minecraft:behavior.mount_pathing": { - "priority": 2, - "speed_multiplier": 1.5, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.tempt": { - "priority": 4, - "speed_multiplier": 1.25, - "items": [ - "wheat" - ] - }, - "minecraft:behavior.follow_parent": { - "priority": 5, - "speed_multiplier": 1.1 - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.8 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 1.105, 0.0 ] - } - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 95, - "trigger": "minecraft:spawn_adult" - }, - { - "weight": 5, - "add": { - "component_groups": [ - "minecraft:cow_baby" - ] - } - } - ] - }, - - "minecraft:entity_born": { - "add": { - "component_groups": [ - "minecraft:cow_baby" - ] - } - }, - - "minecraft:entity_transformed": { - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:cow_adult" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:cow_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:cow_adult" - ] - } - }, - - "minecraft:spawn_adult": { - "add": { - "component_groups": [ - "minecraft:cow_adult" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/creeper.json b/entities/creeper.json deleted file mode 100644 index f6cc1a9..0000000 --- a/entities/creeper.json +++ /dev/null @@ -1,309 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:creeper", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:exploding": { - "minecraft:explode": { - "fuse_length": 1.5, - "fuse_lit": true, - "power": 3, - "causes_fire": false, - "destroy_affected_by_griefing": true - } - }, - "minecraft:charged_creeper": { - "minecraft:is_charged": { - } - }, - "minecraft:charged_exploding": { - "minecraft:explode": { - "fuse_length": 1.5, - "fuse_lit": true, - "power": 6, - "causes_fire": false, - "destroy_affected_by_griefing": true - } - }, - "minecraft:forced_exploding": { - "minecraft:target_nearby_sensor": { - }, - "minecraft:explode": { - "fuse_length": 1.5, - "fuse_lit": true, - "power": 3, - "causes_fire": false, - "destroy_affected_by_griefing": true - }, - "minecraft:on_target_escape": { - } - }, - "minecraft:forced_charged_exploding": { - "minecraft:target_nearby_sensor": { - }, - "minecraft:explode": { - "fuse_length": 1.5, - "fuse_lit": true, - "power": 6, - "causes_fire": false, - "destroy_affected_by_griefing": true - }, - "minecraft:on_target_escape": { - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 : 0" - }, - "minecraft:type_family": { - "family": [ "creeper", "monster", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.8 - }, - "minecraft:movement": { - "value": 0.2 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true - }, - "minecraft:movement.basic": { - - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:loot": { - "table": "loot_tables/entities/creeper.json" - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:attack": { - "damage": 3 - }, - "minecraft:damage_sensor": { - "triggers": { - "on_damage": { - "filters": { "test": "is_family", "subject": "other", "value": "lightning" - }, - "event": "minecraft:become_charged" - }, - "deals_damage": false - } - }, - "minecraft:target_nearby_sensor": { - "inside_range": 2.5, - "outside_range": 6.0, - "must_see": true, - "on_inside_range": { - "event": "minecraft:start_exploding", - "target": "self" - }, - "on_outside_range": { - "event": "minecraft:stop_exploding", - "target": "self" - }, - "on_vision_lost_inside_range": { - "event": "minecraft:stop_exploding", - "target": "self" - } - }, - "minecraft:interact": { - "interactions": { - "on_interact": { - "filters": { - "all_of": [ - { "test": "is_family", "subject": "other", "value": "player" }, - { "test": "has_equipment", "domain": "hand", "subject": "other", "value": "flint_and_steel" }, - { "test": "has_component", "operator": "!=", "value": "minecraft:explode" } - ] - }, - "event": "minecraft:start_exploding_forced", - "target": "self" - }, - "hurt_item": 1, - "swing": true, - "play_sounds": "ignite", - "interact_text": "action.interact.creeper" - } - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.swell": { - "start_distance": 2.5, - "stop_distance": 6.0, - "priority": 2 - }, - "minecraft:behavior.melee_attack": { - "priority": 4, - "speed_multiplier": 1.25, - "track_target": false, - "reach_multiplier": 0.0 // this prevents creepers from ocasionally performing melee attacks while using this goal to chase - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 3, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test" : "is_family", "subject" : "other", "value" : "ocelot"}, - { "test" : "is_family", "subject" : "other", "value" : "cat"} - ] - }, - "max_dist": 6, - "sprint_speed_multiplier": 1.2 - } - ] - }, - "minecraft:behavior.random_stroll": { - "priority": 5, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 6, - "look_distance": 8 - }, - "minecraft:behavior.random_look_around": { - "priority": 6 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 1, - "must_see": true, - "must_see_forget_duration": 3.0, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "player" - }, - "max_dist": 16 - } - ] - }, - "minecraft:behavior.hurt_by_target": { - "priority": 2 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:on_target_escape": { - "event": "minecraft:stop_exploding", - "target": "self" - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:start_exploding_forced": { - "sequence": [ - { - "filters": { - "test": "has_component", - "operator": "!=", - "value": "minecraft:is_charged" - }, - "add": { - "component_groups": [ - "minecraft:forced_exploding" - ] - } - }, - { - "filters": { - "test": "has_component", - "value": "minecraft:is_charged" - }, - "add": { - "component_groups": [ - "minecraft:forced_charged_exploding" - ] - } - } - ] - }, - "minecraft:start_exploding": { - "sequence": [ - { - "filters": { - "test": "has_component", - "operator": "!=", - "value": "minecraft:is_charged" - }, - "add": { - "component_groups": [ - "minecraft:exploding" - ] - } - }, - { - "filters": { - "test": "has_component", - "value": "minecraft:is_charged" - }, - "add": { - "component_groups": [ - "minecraft:charged_exploding" - ] - } - } - ] - }, - "minecraft:stop_exploding": { - "remove": { - "component_groups": [ - "minecraft:exploding" - ] - } - }, - "minecraft:become_charged": { - "remove": { - "component_groups": [ - "minecraft:exploding" - ] - }, - "add": { - "component_groups": [ - "minecraft:charged_creeper" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/dolphin.json b/entities/dolphin.json deleted file mode 100644 index aae9323..0000000 --- a/entities/dolphin.json +++ /dev/null @@ -1,436 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:dolphin", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "dolphin_adult": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/dolphin.json" - }, - "minecraft:bribeable": { - "bribe_items": [ "fish", "salmon" ] - }, - "minecraft:behavior.melee_attack": { - "priority": 2, - "track_target": true - } - }, - "dolphin_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.65 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ "fish", "salmon" ], - "grow_up": { - "event": "ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 4, - "speed_multiplier": 1.1 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.25 - } - }, - "dolphin_angry": { - "minecraft:angry": { - "duration": 25, - "broadcast_anger": true, - "broadcast_range": 16, - "calm_event": { - "event": "on_calm", - "target": "self" - } - }, - "minecraft:on_target_acquired": { - } - }, - "dolphin_dried": { - "minecraft:damage_over_time": { - "damage_per_hurt": 1, - "time_between_hurt": 0 - } - }, - "dolphin_swimming_navigation": { - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 6 - }, - "minecraft:navigation.generic": { - "is_amphibious": true, - "can_path_over_water": false, - "can_swim": true, - "can_walk": false, - "can_breach": true, - "can_sink": false - }, - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "all_of": [ - { - "test": "on_ground", - "operator": "==", - "value": true - }, - { - "test": "in_water", - "operator": "!=", - "value": true - } - ] - }, - "event": "navigation_on_land" - } - ] - } - }, - "dolphin_on_land": { - "minecraft:navigation.generic": { - "is_amphibious": true, - "can_path_over_water": true, - "can_swim": true, - "can_walk": true, - "can_breach": false, - "can_jump": false - }, - "minecraft:drying_out_timer": { - "total_time": 120, - "water_bottle_refill_time": 0, - "dried_out_event": { - "event": "dried_out" - }, - "stopped_drying_out_event": { - "event": "stop_dryingout" - }, - "recover_after_dried_out_event": { - "event": "recover_after_dried_out" - } - } - }, - "dolphin_on_land_in_rain": { - "minecraft:navigation.generic": { - "is_amphibious": true, - "can_path_over_water": true, - "can_swim": true, - "can_walk": true, - "can_breach": false, - "can_jump": false - }, - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "test": "in_water", - "operator": "==", - "value": true - }, - "event": "navigation_off_land" - }, - { - "filters": { - "test": "in_water_or_rain", - "operator": "!=", - "value": true - }, - "event": "start_dryingout" - } - ] - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:nameable": { - }, - "minecraft:type_family": { - "family": [ "dolphin", "mob" ] - }, - "minecraft:collision_box": { - "width": 0.9, - "height": 0.6 - }, - "minecraft:health": { - "value": 10, - "max": 10 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:follow_range": { - "value": 48, - "max": 48 - }, - "minecraft:breathable": { - "total_supply": 240, - "suffocate_time": 0, - "breathes_air": true, - "breathes_water": false, - "generates_bubbles": false - }, - "minecraft:attack": { - "damage": 3 - }, - "minecraft:movement": { - "value": 0.1 - }, - "minecraft:navigation.generic": { - "is_amphibious": true, - "can_path_over_water": true, - "can_swim": true, - "can_walk": false, - "can_breach": true, - "can_sink": false - }, - - "minecraft:underwater_movement": { - "value": 0.15 - }, - - "minecraft:jump.static": { - "jump_power": 0.6 - }, - "minecraft:can_climb": { - }, - "minecraft:behavior.swim_with_entity": { - "priority": 4, - "success_rate": 0.1, - "chance_to_stop": 0.0333, - "state_check_interval": 0.5, - "catch_up_threshold": 12.0, - "match_direction_threshold": 2.0, - "catch_up_multiplier": 2.5, - "speed_multiplier": 1.5, - "search_range": 20.0, - "stop_distance": 5.0, - - "entity_types": [ - { - "filters": { "test": "is_family", "subject": "other", "value": "player" } - } - ] - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.random_swim": { - "priority": 5, - "interval": 0, - "xz_dist": 20 - }, - "minecraft:behavior.random_breach": { - "priority": 6, - "interval": 50, - "xz_dist": 6, - "cooldown_time": 2.0 - }, - "minecraft:behavior.random_look_around": { - "priority": 7 - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 2, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "guardian_elder" - }, - { - "test": "is_family", - "subject": "other", - "value": "guardian" - } - ] - }, - "max_dist": 8, - "walk_speed_multiplier": 1.0, - "sprint_speed_multiplier": 1.0 - } - ], - "probability_per_strength": 0.14 - }, - "minecraft:behavior.find_underwater_treasure": { - "priority": 2, - "speed_multiplier": 2.0, - "search_range": 30, - "stop_distance": 50 - }, - "minecraft:behavior.move_to_water": { - "priority": 1, - "search_range": 15, - "search_height": 5 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:flocking": { - "in_water": false, - "match_variants": false, - "use_center_of_mass": false, - "low_flock_limit": 4, - "high_flock_limit": 8, - "goal_weight": 2.0, - "loner_chance": 0.1, - "influence_radius": 6.0, - "breach_influence": 0.0, - "separation_weight": 1.75, - "separation_threshold": 3.0, - "cohesion_weight": 1.85, - "cohesion_threshold": 6.5, - "innner_cohesion_threshold": 3.5, - "min_height": 4.0, - "max_height": 4.0, - "block_distance": 1.0, - "block_weight": 0.0 - }, - "minecraft:on_target_acquired": { - "event": "become_angry", - "target": "self" - }, - "minecraft:on_target_escape": { - "target": "self" - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 90, - "add": { - "component_groups": [ - "dolphin_adult", - "dolphin_swimming_navigation" - ] - } - }, - { - "weight": 10, - "add": { - "component_groups": [ - "dolphin_baby", - "dolphin_swimming_navigation" - ] - } - } - ] - }, - "ageable_grow_up": { - "remove": { - "component_groups": [ - "dolphin_baby" - ] - }, - "add": { - "component_groups": [ - "dolphin_adult" - ] - } - }, - "become_angry": { - "add": { - "component_groups": [ - "dolphin_angry" - ] - } - }, - "on_calm": { - "remove": { - "component_groups": [ - "dolphin_angry" - ] - } - }, - "stop_dryingout": { - "remove": { - "component_groups": [ - "dolphin_on_land", - "dolphin_dried" - ] - }, - "add": { - "component_groups": [ "dolphin_on_land_in_rain" ] - } - }, - "start_dryingout": { - "remove": { - "component_groups": [ "dolphin_on_land_in_rain" ] - }, - "add": { - "component_groups": [ - "dolphin_on_land" - ] - } - }, - "dried_out": { - "add": { - "component_groups": [ "dolphin_dried" ] - } - }, - "recover_after_dried_out": { - "remove": { - "component_groups": [ "dolphin_dried" ] - } - }, - "navigation_on_land": { - "add": { - "component_groups": [ "dolphin_on_land" ] - }, - "remove": { - "component_groups": [ "dolphin_swimming_navigation" ] - } - }, - "navigation_off_land": { - "add": { - "component_groups": [ "dolphin_swimming_navigation" ] - }, - "remove": { - "component_groups": [ - "dolphin_on_land_in_rain", - "dolphin_on_land", - "dolphin_dried" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/donkey.json b/entities/donkey.json deleted file mode 100644 index d0c8cf6..0000000 --- a/entities/donkey.json +++ /dev/null @@ -1,476 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:donkey", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:donkey_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale_by_age": { - "start_scale": 0.5, - "end_scale": 1.0 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ - { - "item": "wheat", - "growth": 0.016667 - }, - { - "item": "sugar", - "growth": 0.025 - }, - { - "item": "hay_block", - "growth": 0.15 - }, - { - "item": "apple", - "growth": 0.05 - }, - { - "item": "golden_carrot", - "growth": 0.05 - }, - { - "item": "golden_apple", - "growth": 0.2 - }, - { - "item": "appleEnchanted", - "growth": 0.2 - } - ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 4, - "speed_multiplier": 1.0 - } - }, - - "minecraft:donkey_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/horse.json" - }, - "minecraft:behavior.run_around_like_crazy": { - "priority": 1, - "speed_multiplier": 1.2 - }, - "minecraft:behavior.breed": { - "priority": 2, - "speed_multiplier": 1.0 - } - }, - - "minecraft:donkey_wild": { - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "player", - "zombie" - ], - "interact_text": "action.interact.mount", - "seats": { - "position": [ 0.0, 0.925, -0.2 ] - } - }, - "minecraft:behavior.mount_pathing": { - "priority": 2, - "speed_multiplier": 1.5, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:tamemount": { - "min_temper": 0, - "max_temper": 100, - "feed_text": "action.interact.feed", - "ride_text": "action.interact.mount", - "feed_items": [ - { - "item": "wheat", - "temper_mod": 3 - }, - { - "item": "sugar", - "temper_mod": 3 - }, - { - "item": "apple", - "temper_mod": 3 - }, - { - "item": "golden_carrot", - "temper_mod": 5 - }, - { - "item": "golden_apple", - "temper_mod": 10 - }, - { - "item": "appleEnchanted", - "temper_mod": 10 - } - ], - "auto_reject_items": [ - { - "item": "horsearmorleather" - }, - { - "item": "horsearmoriron" - }, - { - "item": "horsearmorgold" - }, - { - "item": "horsearmordiamond" - }, - { - "item": "saddle" - } - ], - "tame_event": { - "event": "minecraft:on_tame", - "target": "self" - } - } - }, - - "minecraft:donkey_tamed": { - "minecraft:is_tamed": { - }, - "minecraft:equippable": { - "slots": [ - { - "slot": 0, - "item": "saddle", - "accepted_items": ["saddle"], - "on_equip": { - "event": "minecraft:donkey_saddled" - }, - "on_unequip": { - "event": "minecraft:donkey_unsaddled" - } - } - ] - }, - "minecraft:rideable": { - "seat_count": 1, - "crouching_skip_interact": true, - "family_types": [ - "player" - ], - "interact_text": "action.interact.ride.horse", - "seats": { - "position": [ 0.0, 0.925, -0.2 ] - } - }, - "minecraft:behavior.player_ride_tamed": { - - }, - "minecraft:inventory": { - "inventory_size": 16, - "container_type": "horse" - }, - "minecraft:breedable": { - "require_tame": true, - "inherit_tamed": false, - "breeds_with": [ - { - "mate_type": "minecraft:donkey", - "baby_type": "minecraft:donkey", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - { - "mate_type": "minecraft:horse", - "baby_type": "minecraft:mule", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - } - ], - "breed_items": [ - "golden_carrot", - "golden_apple", - "appleEnchanted" - ] - }, - "minecraft:behavior.tempt": { - "priority": 5, - "speed_multiplier": 1.2, - "items": [ - "apple", - "carrot", - "golden_apple", - "appleEnchanted", - "golden_carrot", - "carrotOnAStick", - "hay_block", - "sugar", - "bread", - "wheat" - ] - } - }, - - "minecraft:donkey_unchested": { - "minecraft:interact": { - "interactions": [ - { - "play_sounds": "armor.equip_generic", - "on_interact": { - "filters": { - "all_of": [ - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_equipment", "domain": "hand","subject" : "other", "value" : "chest"} - ] - }, - "event": "minecraft:on_chest", - "target": "self" - }, - "use_item": true, - "interact_text": "action.interact.attachchest" - } - ] - } - }, - - "minecraft:donkey_chested": { - "minecraft:is_chested": { - - } - }, - - "minecraft:donkey_saddled": { - "minecraft:is_saddled": { - }, - "minecraft:input_ground_controlled": { - }, - "minecraft:can_power_jump": { - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "donkey", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 1.4, - "height": 1.6 - }, - "minecraft:health": { - "value": { - "range_min": 15, - "range_max": 30 - } - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.175 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:nameable": { - }, - "minecraft:horse.jump_strength": { - "value": 0.5 - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - }, - "minecraft:healable": { - "items": [ - { - "item": "wheat", - "heal_amount": 2 - }, - { - "item": "sugar", - "heal_amount": 1 - }, - { - "item": "hay_block", - "heal_amount": 20 - }, - { - "item": "apple", - "heal_amount": 3 - }, - { - "item": "golden_carrot", - "heal_amount": 4 - }, - { - "item": "golden_apple", - "heal_amount": 10 - }, - { - "item": "appleEnchanted", - "heal_amount": 10 - } - ] - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.2 - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.7 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 80, - "add": { - "component_groups": [ - "minecraft:donkey_adult", - "minecraft:donkey_wild" - ] - } - }, - { - "weight": 20, - "add": { - "component_groups": [ - "minecraft:donkey_baby" - ] - } - } - ] - }, - - "minecraft:entity_born": { - "add": { - "component_groups": [ - "minecraft:donkey_baby" - ] - } - }, - - "minecraft:on_tame": { - "remove": { - "component_groups": [ - "minecraft:donkey_wild" - ] - }, - "add": { - "component_groups": [ - "minecraft:donkey_tamed", - "minecraft:donkey_unchested" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:donkey_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:donkey_adult", - "minecraft:donkey_wild" - ] - } - }, - - "minecraft:on_chest": { - "remove": { - "component_groups": [ - "minecraft:donkey_unchested" - ] - }, - "add": { - "component_groups": [ - "minecraft:donkey_chested" - ] - } - }, - - "minecraft:donkey_saddled": { - "add": { - "component_groups": [ - "minecraft:donkey_saddled" - ] - } - }, - "minecraft:donkey_unsaddled": { - "remove": { - "component_groups": [ - "minecraft:donkey_saddled" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/dragon_fireball.json b/entities/dragon_fireball.json deleted file mode 100644 index 652083f..0000000 --- a/entities/dragon_fireball.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:dragon_fireball", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - "components": { - "minecraft:collision_box": { - "width": 0.31, - "height": 0.31 - }, - - "minecraft:projectile": { - "on_hit": { - "spawn_aoe_cloud": { - "radius": 6.0, - "radius_on_use": 0, - "potion": 23, - "particle": "dragonbreath", - "duration": 120, - "color": [ 220, 0, 239 ], - "affect_owner": false, - "reapplication_delay": 20 - }, - "remove_on_hit": { } - }, - "power": 1.3, - "gravity": 0.00, - "inertia": 1, - "anchor": 2, - "offset": [ 0, 0.5, 0 ], - "semi_random_diff_damage": true, - "uncertainty_base": 10.0, - "reflect_on_hurt": true, - "hit_sound": "explode" - } - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - } -} \ No newline at end of file diff --git a/entities/drowned.json b/entities/drowned.json deleted file mode 100644 index be6dd95..0000000 --- a/entities/drowned.json +++ /dev/null @@ -1,626 +0,0 @@ -{ - "format_version": "1.17.20", - "minecraft:entity": { - "description": { - "identifier": "minecraft:drowned", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:baby_drowned": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:is_baby": {}, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:underwater_movement": { - "value": 0.08 - } - }, - - "minecraft:adult_drowned": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/drowned.json" - } - }, - - "minecraft:mode_switcher": { - "minecraft:target_nearby_sensor": { - "inside_range": 3.0, - "outside_range": 5.0, - "on_inside_range": { - "event": "minecraft:switch_to_melee", - "target": "self" - }, - "on_outside_range": { - "event": "minecraft:switch_to_ranged", - "target": "self" - } - }, - "minecraft:equipment": { - "table": "loot_tables/entities/drowned_ranged_equipment.json", - "slot_drop_chance": [ - { - "slot": "slot.weapon.offhand", - "drop_chance": 1.0 - } - ] - } - }, - - "minecraft:ranged_mode": { - "minecraft:shooter": { - "def": "minecraft:thrown_trident" - }, - "minecraft:behavior.ranged_attack": { - "priority": 3, - "attack_interval_min": 1.0, - "attack_interval_max": 3.0, - "attack_radius": 10.0, - "swing": true - } - }, - - "minecraft:melee_mode": { - "minecraft:attack": { - "damage": 3 - }, - "minecraft:behavior.melee_attack": { - "priority": 3, - "speed_multiplier": 1, - "track_target": false, - "require_complete_path": true - }, - "minecraft:equipment": { - "table": "loot_tables/entities/drowned_equipment.json", - "slot_drop_chance": [ - { - "slot": "slot.weapon.offhand", - "drop_chance": 1.0 - } - ] - } - }, - - "minecraft:hunter_mode": { - "minecraft:navigation.generic": { - "is_amphibious": true, - "can_path_over_water": false, - "can_break_doors": true, - "can_swim": true, - "can_walk": true, - "avoid_sun": true - } - }, - - "minecraft:wander_mode": { - "minecraft:navigation.generic": { - "is_amphibious": true, - "can_path_over_water": false, - "can_break_doors": true, - "can_swim": false, - "can_walk": true, - "avoid_sun": true - } - } - }, - - "components": { - "minecraft:nameable": { - }, - - // Zombie Components - "minecraft:type_family": { - "family": [ "drowned", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:equip_item": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:annotation.break_door": { - }, - "minecraft:underwater_movement": { - "value": 0.06 - }, - "minecraft:movement.generic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.23 - }, - "minecraft:burns_in_daylight": { - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_air": true, - "breathes_water": true - }, - "minecraft:navigation.generic": { - "is_amphibious": true, - "can_path_over_water": false, - "can_break_doors": true, - "can_swim": false, - "can_walk": true, - "avoid_sun": true - }, - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:nautilus_shell", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:trident", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:netherite_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:diamond_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:iron_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:stone_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:golden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:wooden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:netherite_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:turtle_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:skull:0", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:skull:1", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:carved_pumpkin", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:netherite_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - } - ] - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.flee_sun": { - "priority": 2, - "speed_multiplier": 1 - }, - "minecraft:behavior.equip_item": { - "priority": 3 - }, - "minecraft:behavior.stomp_turtle_egg": { - "priority": 4, - "speed_multiplier": 1, - "search_range": 10, - "search_height": 2, - "goal_radius": 1.14, - "interval": 20 - }, - "minecraft:behavior.pickup_items": { - "priority": 6, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 1.0, - "pickup_based_on_chance": true, - "can_pickup_any_item": true, - "excluded_items": [ - "minecraft:glow_ink_sac" - ] - }, - "minecraft:behavior.random_stroll": { - "priority": 7, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 6, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "reselect_targets": true, - "must_see": true, - "within_radius": 12.0, - "must_see_forget_duration": 17.0, - "persist_time": 0.5, - "entity_types": [ - { - "filters": { - "all_of": [ - { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "player" }, - { "test": "is_family", "subject": "other", "value": "snowgolem" }, - { "test": "is_family", "subject": "other", "value": "irongolem" }, - { "test": "is_family", "subject": "other", "value": "axolotl" } - ] - }, - { - "any_of": [ - { "test": "in_water", "subject": "other", "value": true }, - { "test": "is_daytime", "value": false } - ] - } - ] - }, - "max_dist": 20 - }, - { - "filters": { - "all_of": [ - { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "villager" }, - { "test": "is_family", "subject": "other", "value": "wandering_trader" } - ] - }, - { - "any_of": [ - { "test": "in_water", "subject": "other", "value": true }, - { "test": "is_daytime", "value": false } - ] - } - ] - }, - "max_dist": 20, - "must_see": false - }, - { - "filters": { - "all_of": [ - { "test": "is_family", "subject": "other", "value": "baby_turtle" }, - { "test": "in_water", "subject": "other", "operator": "!=", "value": true } - ] - }, - "max_dist": 20 - } - ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:on_target_acquired": { - "event": "minecraft:has_target", - "target": "self" - }, - "minecraft:on_target_escape": { - "event": "minecraft:lost_target", - "target": "self" - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 15, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:mode_switcher", - "minecraft:ranged_mode", - "minecraft:adult_drowned" - ] - } - }, - { - "weight": 85, - "randomize": [ - { - "weight": 95, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:melee_mode", - "minecraft:adult_drowned" - ] - } - }, - { - "weight": 5, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:melee_mode", - "minecraft:baby_drowned" - ] - } - } - ] - } - ] - }, - "minecraft:as_baby": { - "add": { - "component_groups": [ - "minecraft:melee_mode", - "minecraft:baby_drowned" - ] - } - }, - "minecraft:as_adult": { - "add": { - "component_groups": [ - "minecraft:melee_mode", - "minecraft:adult_drowned" - ] - } - }, - "minecraft:switch_to_melee": { - "remove": { - "component_groups": [ - "minecraft:ranged_mode" - ] - }, - "add": { - "component_groups": [ - "minecraft:melee_mode" - ] - } - }, - "minecraft:switch_to_ranged": { - "remove": { - "component_groups": [ - "minecraft:melee_mode" - ] - }, - "add": { - "component_groups": [ - "minecraft:ranged_mode" - ] - } - }, - "minecraft:has_target": { - "remove": { - "component_groups": [ - "minecraft:wander_mode" - ] - }, - "add": { - "component_groups": [ - "minecraft:hunter_mode" - ] - } - }, - "minecraft:lost_target": { - "remove": { - "component_groups": [ - "minecraft:hunter_mode" - ] - }, - "add": { - "component_groups": [ - "minecraft:wander_mode" - ] - } - } - } - } -} diff --git a/entities/egg.json b/entities/egg.json deleted file mode 100644 index 5506e21..0000000 --- a/entities/egg.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:egg", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.25 - }, - "minecraft:projectile": { - "on_hit": { - "impact_damage": { - "damage": 0, - "knockback": true, - "destroy_on_hit": true - }, - "spawn_chance": { - "first_spawn_chance": 8, - "second_spawn_chance": 32, - "first_spawn_count": 1, - "second_spawn_count": 4, - "spawn_definition": "minecraft:chicken", - "spawn_baby": true - }, - "remove_on_hit": {}, - "particle_on_hit": { - "particle_type": "iconcrack", - "num_particles": 6, - "on_entity_hit": true, - "on_other_hit": true - } - }, - "power": 1.5, - "gravity": 0.03, - "angle_offset": 0.0 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - } - } -} diff --git a/entities/elder_guardian.json b/entities/elder_guardian.json deleted file mode 100644 index e134529..0000000 --- a/entities/elder_guardian.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:elder_guardian", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 10 : 0" - }, - "minecraft:collision_box": { - "width": 1.99, - "height": 1.99 - }, - "minecraft:nameable": { - }, - "minecraft:loot": { - "table": "loot_tables/entities/elder_guardian.json" - }, - "minecraft:navigation.generic": { - "is_amphibious": true, - "can_path_over_water": false, - "can_swim": true, - "can_walk": false, - "can_breach": true - }, - "minecraft:movement.sway": { - }, - "minecraft:jump.static": { - }, - "minecraft:health": { - "value": 80, - "max": 80 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:underwater_movement": { - "value": 0.3 - }, - "minecraft:attack": { - "damage": 5 - }, - "minecraft:follow_range": { - "value": 16, - "max": 16 - }, - "minecraft:breathable": { - "breathes_water": true - }, - "minecraft:home": { - "restriction_radius": 16 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 1, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "is_family", "subject" : "other", "value" : "squid"}, - { "test" : "is_family", "subject" : "other", "value" : "axolotl"} - ] - }, - "max_dist": 16 - } - ], - "attack_interval_min": 1.0, - "must_see": true - }, - "minecraft:behavior.guardian_attack": { - "priority": 4 - }, - "minecraft:behavior.move_towards_home_restriction": { - "priority": 5, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.random_swim": { - "priority": 7, - "speed_multiplier": 0.5, - "avoid_surface": false - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 12.0, - "probability": 0.01 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:type_family": { - "family": [ "guardian_elder", "monster", "mob" ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - } - } -} diff --git a/entities/ender_crystal.json b/entities/ender_crystal.json deleted file mode 100644 index d3b0816..0000000 --- a/entities/ender_crystal.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:ender_crystal", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "crystal_exploding": { - "minecraft:explode": { - "fuse_length": 0, - "fuse_lit": true, - "power": 6, - "causes_fire": false, - "destroy_affected_by_griefing": true - } - } - }, - - "components": { - "minecraft:collision_box": { - "width": 0.98, - "height": 0.98 - }, - "minecraft:health": { - "value": 1, - "max": 1 - }, - "minecraft:fire_immune": true, - "minecraft:on_hurt": { - "event": "minecraft:crystal_explode", - "target": "self" - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:crystal_explode": { - "remove": { - }, - "add": { - "component_groups": [ - "crystal_exploding" - ] - } - } - } - - } -} diff --git a/entities/ender_dragon.json b/entities/ender_dragon.json deleted file mode 100644 index 47005e7..0000000 --- a/entities/ender_dragon.json +++ /dev/null @@ -1,155 +0,0 @@ -{ - "format_version": "1.13.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:ender_dragon", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "dragon_sitting": { - "minecraft:behavior.dragonlanding": { - "priority": 0 - }, - "minecraft:behavior.dragonflaming": { - "priority": 1 - }, - "minecraft:behavior.dragonscanning": { - "priority": 2 - } - }, - "dragon_flying": { - "minecraft:behavior.dragontakeoff": { - "priority": 0 - }, - "minecraft:behavior.dragonchargeplayer": { - "priority": 1 - }, - "minecraft:behavior.dragonstrafeplayer": { - "priority": 2 - }, - "minecraft:behavior.dragonholdingpattern": { - "priority": 3 - }, - "minecraft:shooter": { - "type": "dragonfireball", - "def": "minecraft:dragon_fireball" - } - }, - "dragon_death": { - "minecraft:behavior.dragondeath": { - "priority": 0 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "dragon", "mob" ] - }, - "minecraft:health": { - "value": 200, - "max": 200 - }, - "minecraft:boss": { - "should_darken_sky": false, - "hud_range": 125 - }, - "minecraft:collision_box": { - "width": 13, - "height": 4 - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:fire_immune": true, - "minecraft:knockback_resistance": { - "value": 100, - "max": 100 - }, - "minecraft:flying_speed": { - "value": 0.6 - }, - "minecraft:attack": { - "damage": 3 - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": false - } - }, - "minecraft:on_start_landing": { - "event": "minecraft:start_land", - "target": "self" - }, - "minecraft:on_start_takeoff": { - "event": "minecraft:start_fly", - "target": "self" - }, - "minecraft:on_death": { - "event": "minecraft:start_death", - "target": "self" - }, - "minecraft:persistent": { - }, - "minecraft:physics": { - "has_gravity": false, - "has_collision": false - } - }, - - "events": { - "minecraft:entity_spawned": { - "remove": { - }, - "add": { - "component_groups": [ - "dragon_flying" - ] - } - }, - "minecraft:start_land": { - "remove": { - "component_groups": [ - "dragon_flying" - ] - }, - "add": { - "component_groups": [ - "dragon_sitting" - ] - } - }, - "minecraft:start_fly": { - "remove": { - "component_groups": [ - "dragon_sitting" - ] - }, - "add": { - "component_groups": [ - "dragon_flying" - ] - } - }, - "minecraft:start_death": { - "remove": { - "component_groups": [ - "dragon_sitting", - "dragon_flying" - ] - }, - "add": { - "component_groups": [ - "dragon_death" - ] - } - } - } - } -} diff --git a/entities/ender_pearl.json b/entities/ender_pearl.json deleted file mode 100644 index b567785..0000000 --- a/entities/ender_pearl.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:ender_pearl", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - "component_groups": { - "minecraft:no_spawn": { - "minecraft:projectile": { - "on_hit": { - "teleport_owner": { }, - "remove_on_hit": { } - }, - "power": 1.5, - "gravity": 0.025, - "angle_offset": 0.0, - "inertia": 1, - "liquid_inertia": 1 - } - } - }, - - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.25 - }, - "minecraft:projectile": { - "on_hit": { - "teleport_owner": { }, - "spawn_chance": { - "first_spawn_percent_chance": 5.0, - "first_spawn_count": 1, - "spawn_definition": "minecraft:endermite" - }, - "remove_on_hit": { } - }, - "power": 1.5, - "gravity": 0.025, - "angle_offset": 0.0, - "inertia": 1, - "liquid_inertia": 1 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - }, - - "events": { - "minecraft:entity_spawned": { - "sequence": [ - { - "filters": {"test": "is_game_rule", "domain": "domobspawning", "value": false}, - "add": { - "component_groups": [ "minecraft:no_spawn" ] - } - } - ] - } - } - } -} diff --git a/entities/enderman.json b/entities/enderman.json deleted file mode 100644 index 01c00a6..0000000 --- a/entities/enderman.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:enderman", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:enderman_calm": { - "minecraft:on_target_acquired": { - "event": "minecraft:become_angry", - "target": "self" - }, - "minecraft:movement": { - "value": 0.3 - } - }, - - "minecraft:enderman_angry": { - "minecraft:angry": { - "duration": 25, - "calm_event": { - "event": "minecraft:on_calm", - "target": "self" - } - }, - "minecraft:movement": { - "value": 0.45 - }, - "minecraft:behavior.melee_attack": { - "priority": 2 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 : 0" - }, - "minecraft:type_family": { - "family": [ "enderman", "monster", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - "minecraft:loot": { - "table": "loot_tables/entities/enderman.json" - }, - "minecraft:health": { - "value": 40, - "max": 40 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - }, - { - "filters": { "test": "in_contact_with_water", "operator": "==", "value": true }, - "cause": "drowning", - "damage_per_tick": 1 - } - ] - }, - "minecraft:attack": { - "damage": 7 - }, - "minecraft:follow_range": { - "value": 32, - "max": 32 - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 2.9 - }, - "minecraft:teleport": { - "random_teleports": true, - "max_random_teleport_time": 30, - "random_teleport_cube": [ 32, 32, 32 ], - "target_distance": 16, - "target_teleport_chance": 0.05, - "light_teleport_chance": 0.05 - }, - "minecraft:lookat": { - "search_radius": 64.0, - "set_target": true, - "look_cooldown": 5.0, - "filters": { - "all_of": [ - { - "subject": "other", - "test": "is_family", - "value": "player" - }, - { - "test": "has_equipment", - "domain": "head", - "subject": "other", - "operator": "not", - "value": "carved_pumpkin" - } - ] - } - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 5, - "must_see": true, - "attack_interval": 10, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "endermite" - }, - "max_dist": 64 - } - ] - }, - "minecraft:navigation.walk": { - "can_path_over_water": false, - "avoid_water": true - }, - "minecraft:movement.basic": { - - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.random_stroll": { - "priority": 7, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 8.0, - "probability": 8.0 - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 3 - }, - "minecraft:behavior.enderman_leave_block": { - "priority": 10 - }, - "minecraft:behavior.enderman_take_block": { - "priority": 11 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 10, - "use_motion_prediction_hints": true - } - } - }, - - "events": { - "minecraft:entity_spawned": { - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:enderman_calm" - ] - } - }, - "minecraft:become_angry": { - "remove": { - "component_groups": [ - "minecraft:enderman_calm" - ] - }, - "add": { - "component_groups": [ - "minecraft:enderman_angry" - ] - } - }, - "minecraft:on_calm": { - "remove": { - "component_groups": [ - "minecraft:enderman_angry" - ] - }, - "add": { - "component_groups": [ - "minecraft:enderman_calm" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/endermite.json b/entities/endermite.json deleted file mode 100644 index 16f2b5f..0000000 --- a/entities/endermite.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "format_version": "1.17.10", - "minecraft:entity": { - "description": { - "identifier": "minecraft:endermite", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 3 : 0" - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - - "minecraft:type_family": { - "family": [ "endermite", "arthropod", "monster", "lightweight", "mob" ] - }, - "minecraft:collision_box": { - "width": 0.4, - "height": 0.3 - }, - - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:health": { - "value": 8, - "max": 8 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:attack": { - "damage": 2 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - - "minecraft:behavior.melee_attack": { - "priority": 3, - "track_target": true - }, - - "minecraft:behavior.nearest_attackable_target": { - "priority": 5, - "must_see": true, - "within_radius": 16.0, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "is_family", - "subject": "other", - "value": "enderman" - } - ] - }, - "max_dist": 16 - } - ] - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 1 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:block_climber": { - } - } - } -} diff --git a/entities/evocation_illager.json b/entities/evocation_illager.json deleted file mode 100644 index b1aaf6e..0000000 --- a/entities/evocation_illager.json +++ /dev/null @@ -1,319 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:evocation_illager", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:celebrate": { - "minecraft:behavior.celebrate": { - "priority": 5, - "celebration_sound": "celebrate", - "sound_interval": { - "range_min": 2.0, - "range_max": 7.0 - }, - "jump_interval": { - "range_min": 1.0, - "range_max": 3.5 - }, - "duration": 30.0, - "on_celebration_end_event": { - "event": "minecraft:stop_celebrating", - "target": "self" - } - } - }, - "minecraft:raid_configuration": { - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "hostile", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": false, - "can_migrate": false, - "first_founding_reward": 0 - }, - "minecraft:behavior.move_to_village": { - "priority": 6, - "speed_multiplier": 0.7 - }, - "minecraft:ambient_sound_interval": { - "value": 2.0, - "range": 4.0, - "event_name": "ambient.in.raid" - } - }, - "minecraft:raid_persistence": { - "minecraft:persistent": {} - }, - "minecraft:raid_despawn": { - "minecraft:despawn": { - "despawn_from_distance": {} - } - } - }, - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "10" - }, - "minecraft:type_family": { - "family": [ "evocation_illager", "monster", "illager", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - "minecraft:loot": { - "table": "loot_tables/entities/evocation_illager.json" - }, - "minecraft:health": { - "value": 24, - "max": 24 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:movement": { - "value": 0.5 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "can_pass_doors": true, - "can_open_doors": true, - "avoid_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.summon_entity": { - "priority": 2, - - "summon_choices": [ - { - "min_activation_range": 0.0, - "max_activation_range": 3.0, - "cooldown_time": 5.0, - "weight": 3, - "cast_duration": 2.0, - "particle_color": "#FF664D59", - "start_sound_event": "cast.spell", - "sequence": [ - { - "shape": "circle", - "target": "self", - "base_delay": 1.0, - "delay_per_summon": 0.0, - "num_entities_spawned": 5, - "entity_type": "minecraft:evocation_fang", - "size": 1.5, - "entity_lifespan": 1.1, - "sound_event": "prepare.attack" - }, - { - "shape": "circle", - "target": "self", - "base_delay": 0.15, - "delay_per_summon": 0.0, - "num_entities_spawned": 8, - "entity_type": "minecraft:evocation_fang", - "size": 2.5, - "entity_lifespan": 1.1 - } - ] - }, - { - "min_activation_range": 3.0, - "weight": 3, - "cooldown_time": 5.0, - "cast_duration": 2.0, - "particle_color": "#FF664D59", - "start_sound_event": "cast.spell", - "sequence": [ - { - "shape": "line", - "target": "self", - "base_delay": 1.0, - "delay_per_summon": 0.05, - "num_entities_spawned": 16, - "entity_type": "minecraft:evocation_fang", - "size": 20, - "entity_lifespan": 1.1 - } - ] - }, - { - "weight": 1, - "cooldown_time": 17.0, - "cast_duration": 5.0, - "particle_color": "#FFB3B3CC", - "sequence": [ - { - "shape": "circle", - "target": "self", - "base_delay": 5.0, - "num_entities_spawned": 3, - "entity_type": "minecraft:vex", - "summon_cap": 8, - "summon_cap_radius": 16.0, - "size": 1.0, - "sound_event": "prepare.summon" - } - ] - } - ] - }, - "minecraft:behavior.send_event": { - "priority": 3, - "event_choices": [ - { - "min_activation_range": 0.0, - "max_activation_range": 16.0, - "cooldown_time": 5.0, - "cast_duration": 3.0, - "particle_color": "#FFB38033", - "weight": 3, - "filters": { - "all_of": [ - { "test" : "is_family", "subject" : "other", "value" : "sheep"}, - { "test" : "is_color", "subject" : "other", "value" : "blue"} - ] - }, - "start_sound_event": "cast.spell", - "sequence": [ - { - "base_delay": 2.0, - "event": "wololo", - "sound_event": "prepare.wololo" - } - ] - } - ] - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 5, - "entity_types": [ - { - "filters": { "test" : "is_family", "subject" : "other", "value" : "player"}, - "max_dist": 8, - "walk_speed_multiplier": 0.6, - "sprint_speed_multiplier": 1.0 - } - ] - }, - "minecraft:behavior.random_stroll": { - "priority": 8, - "speed_multiplier": 0.6 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "is_family", "subject" : "other", "value" : "snowgolem"}, - { "test" : "is_family", "subject" : "other", "value" : "irongolem"}, - { "test" : "is_family", "subject" : "other", "value" : "wandering_trader"} - ] - }, - "max_dist": 20 - }, - { - "filters": { - "all_of": [ - { "test": "is_family", "subject": "other", "value": "villager" }, - { "test": "has_component", "subject": "other", "operator": "!=", "value": "minecraft:is_baby" } - ] - }, - "max_dist": 20 - } - ], - "must_see": true - }, - - "minecraft:behavior.look_at_player": { - "priority": 9, - "look_distance": 3.0, - "probability": 1.0 - }, - "minecraft:behavior.look_at_entity": { - "priority": 10, - "look_distance": 8.0, - "filters": { "test" : "is_family", "subject" : "other", "value" : "mob" } - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:persistent": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:follow_range": { - "value": 64 - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - "events": { - "minecraft:spawn_for_raid": { - "add": { - "component_groups": [ - "minecraft:raid_configuration", - "minecraft:raid_despawn", - "minecraft:raid_persistence" - ] - } - }, - "minecraft:start_celebrating": { // Event must be called exactly this for village to fire it when a raid is lost - "sequence": [ - { - "add": { "component_groups": [ "minecraft:celebrate" ] } - }, - { - "filters": { "test": "has_nametag", "value": false }, - "remove": { "component_groups": [ "minecraft:raid_persistence" ] } - } - ] - }, - "minecraft:stop_celebrating": { - "remove": { "component_groups": [ "minecraft:celebrate" ] } - }, - "minecraft:raid_expired": { - "sequence": [ - { - "filters": { "test": "has_nametag", "value": false }, - "remove": { "component_groups": [ "minecraft:raid_persistence" ] } - } - ] - } - } - } -} diff --git a/entities/eye_of_ender_signal.json b/entities/eye_of_ender_signal.json deleted file mode 100644 index 8ba74b9..0000000 --- a/entities/eye_of_ender_signal.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:eye_of_ender_signal", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.25 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 10, - "use_motion_prediction_hints": true - } - } - } - } -} diff --git a/entities/fireball.json b/entities/fireball.json deleted file mode 100644 index 5f43a50..0000000 --- a/entities/fireball.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:fireball", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - - "component_groups": { - "minecraft:exploding": { - "minecraft:explode": { - "fuse_length": 0, - "fuse_lit": true, - "power": 1, - "causes_fire": true, - "fire_affected_by_griefing": true, - "destroy_affected_by_griefing": true - } - } - }, - - "components": { - "minecraft:collision_box": { - "width": 0.31, - "height": 0.31 - }, - "minecraft:projectile": { - - "on_hit": { - "definition_event": { - "affect_projectile": true, - "event_trigger": { - "event": "minecraft:explode", - "target": "self" - } - } - }, - "power": 1.6, - "gravity": 0.00, - "inertia": 1, - "liquid_inertia": 1, - "uncertainty_base": 0, - "uncertainty_multiplier": 0, - "anchor": 1, - "offset": [ 0, -0.1, 0 ], - "reflect_on_hurt": true, - "catch_fire": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - }, - "events": { - "minecraft:explode": { - "add": { - "component_groups": [ - "minecraft:exploding" - ] - } - } - } - } -} diff --git a/entities/fireworks_rocket.json b/entities/fireworks_rocket.json deleted file mode 100644 index 57b8cbb..0000000 --- a/entities/fireworks_rocket.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:fireworks_rocket", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.25 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 10, - "use_motion_prediction_hints": true - } - } - } - } -} diff --git a/entities/fish.json b/entities/fish.json deleted file mode 100644 index fbd9c54..0000000 --- a/entities/fish.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:cod", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:type_family": { - "family": [ "cod", "fish" ] - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 0.3 - }, - "minecraft:health": { - "value": 6, - "max": 6 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/fish.json" - }, - "minecraft:scale": { - "value": 1.0 - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_air": false, - "breathes_water": true - }, - "minecraft:movement": { - "value": 0.1 - }, - "minecraft:underwater_movement": { - "value": 0.1 - }, - "minecraft:navigation.generic": { // Allows the mob to go through water - "is_amphibious": false, - "can_path_over_water": false, - "can_swim": true, - "can_walk": false, - "can_breach": false, - "can_sink": false - }, - "minecraft:physics": { - "has_gravity": false - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:movement.sway": { - "sway_amplitude": 0.0 - }, - "minecraft:despawn": { - "despawn_from_distance": { - "min_distance": 32, - "max_distance": 40 - } - }, - "minecraft:behavior.swim_idle": { - "priority": 5, - "idle_time": 5.0, - "success_rate": 0.1 - }, - "minecraft:behavior.random_swim": { // Randomly selects points to go to, even in water - "priority": 3, - "speed_multiplier": 1.0, - "xz_dist": 16, - "y_dist": 4, - "interval": 0 - }, - "minecraft:behavior.swim_wander": { - "priority": 4, - "interval": 0.1, - "look_ahead": 2.0, - "speed_multiplier": 1.0, - "wander_time": 5.0 - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 1, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", "subject": "other", "value": "player" - }, - { - "test": "is_family", "subject": "other", "value": "axolotl" - } - ] - }, - "max_dist": 6, - "walk_speed_multiplier": 1.5, - "sprint_speed_multiplier": 2.0 - } - ] - }, - "minecraft:flocking": { - "in_water": true, - "match_variants": false, - "use_center_of_mass": true, - "low_flock_limit": 4, - "high_flock_limit": 8, - "goal_weight": 2.0, - "loner_chance": 0.1, - "influence_radius": 3.0, - "breach_influence": 7.0, - "separation_weight": 1.75, - "separation_threshold": 0.95, - "cohesion_weight": 2.0, - "cohesion_threshold": 1.95, - "innner_cohesion_threshold": 1.25, - "min_height": 1.5, - "max_height": 6.0, - "block_distance": 2.0, - "block_weight": 0.85 - }, - "minecraft:nameable": { - }, - "minecraft:conditional_bandwidth_optimization": { - } - } - } -} \ No newline at end of file diff --git a/entities/fishing_hook.json b/entities/fishing_hook.json deleted file mode 100644 index 33dbb6f..0000000 --- a/entities/fishing_hook.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:fishing_hook", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - - "component_groups": { - "loot_jungle": { - "minecraft:loot": { - "table": "loot_tables/gameplay/jungle_fishing.json" - } - } - }, - - "components": { - "minecraft:collision_box": { - "width": 0.15, - "height": 0.15 - }, - "minecraft:projectile": { - "on_hit": { "stick_in_ground": {} } - }, - "minecraft:loot": { - "table": "loot_tables/gameplay/fishing.json" - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": false, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - }, - - "events": { - "minecraft:entity_spawned": { - "sequence": [ - { - "filters": { - "test": "is_biome", - "value": "jungle" - }, - "add": { "component_groups": [ "loot_jungle" ] } - } - ] - } - } - } - } \ No newline at end of file diff --git a/entities/fox.json b/entities/fox.json deleted file mode 100644 index 58d2f5d..0000000 --- a/entities/fox.json +++ /dev/null @@ -1,887 +0,0 @@ -{ - "format_version": "1.17.10", - "minecraft:entity": { - "description": { - "identifier": "minecraft:fox", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:fox_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ - "sweet_berries", - "glow_berries" - ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - - "minecraft:behavior.follow_parent": { - "priority": 9, - "speed_multiplier": 1.1 - } - }, - - "minecraft:fox_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/fox.json" - }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 1.0 - }, - "minecraft:breedable": { - "require_tame": false, - "breed_items": [ - "sweet_berries", - "glow_berries" - ], - "breeds_with": { - "mate_type": "minecraft:fox", - "baby_type": "minecraft:fox", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - } - } - }, - - "minecraft:fox_with_item": { - "minecraft:equipment": { - "table": "loot_tables/entities/fox_equipment.json", - "slot_drop_chance": [ - { - "slot": "slot.weapon.mainhand", - "drop_chance": 1.0 - } - ] - } - }, - - "minecraft:trusting_fox" : { - "minecraft:trust": {}, - "minecraft:behavior.defend_trusted_target": { - "priority": 0, - "within_radius": 25, - "must_see": false, - "aggro_sound": "mad", - "sound_chance": 0.05, - "on_defend_start": { - "event": "minecraft:fox_configure_defending", - "target": "self" - } - } - }, - - "minecraft:docile_fox": { - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.25 - }, - "minecraft:behavior.melee_attack": { - "priority": 10, - "track_target": true, - "require_complete_path": true, - "reach_multiplier": 1.5 - } - }, - - "minecraft:defending_fox": { - "minecraft:behavior.melee_attack": { - "priority": 1, - "track_target": true, - "require_complete_path": true, - "reach_multiplier": 1.5 - }, - "minecraft:behavior.panic": { - "priority": 2, - "speed_multiplier": 1.25 - }, - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "all_of": [ - { "test": "is_daytime", "value": true }, - { "test": "has_target", "operator": "==", "value": false } - ] - }, - "event": "minecraft:fox_configure_docile_day" - }, - { - "filters": { - "all_of": [ - { "test": "is_daytime", "value": false }, - { "test": "has_target", "operator": "==", "value": false } - ] - }, - "event": "minecraft:fox_configure_docile_night" - } - ] - } - }, - - "minecraft:fox_red": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:behavior.nearest_prioritized_attackable_target": { - "priority": 6, - "attack_interval": 2, - "reselect_targets": true, - "target_search_height": 5, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "rabbit" - }, - "max_dist": 12, - "priority": 0 - }, - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "chicken" - }, - "max_dist": 12, - "priority": 0 - }, - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "cod" - }, - "max_dist": 12, - "priority": 1 - }, - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "salmon" - }, - "max_dist": 12, - "priority": 1 - }, - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "tropicalfish" - }, - "max_dist": 12, - "priority": 1 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "baby_turtle" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 12, - "priority": 0 - } - ] - } - }, - - "minecraft:fox_arctic": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:behavior.nearest_prioritized_attackable_target": { - "priority": 6, - "attack_interval": 2, - "reselect_targets": true, - "target_search_height": 5, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "rabbit" - }, - "max_dist": 12, - "priority": 1 - }, - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "chicken" - }, - "max_dist": 12, - "priority": 1 - }, - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "cod" - }, - "max_dist": 12, - "priority": 0 - }, - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "salmon" - }, - "max_dist": 12, - "priority": 0 - }, - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "tropicalfish" - }, - "max_dist": 12, - "priority": 0 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "baby_turtle" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 12, - "priority": 1 - } - ] - } - }, - - "minecraft:fox_thunderstorm": { - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "all_of": [ - { "test": "weather_at_position", "operator": "!=", "value": "thunderstorm" }, - { "test": "is_daytime", "value": true } - ] - }, - "event": "minecraft:fox_configure_day" - }, - { - "filters": { - "all_of": [ - { "test": "weather_at_position", "operator": "!=", "value": "thunderstorm" }, - { "test": "is_daytime", "value": false } - ] - }, - "event": "minecraft:fox_configure_night" - } - ] - }, - - "minecraft:behavior.find_cover": { - "priority": 0, - "speed_multiplier": 1, - "cooldown_time": 0.0 - } - }, - - "minecraft:fox_day": { - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { "test" : "weather_at_position", "value" : "thunderstorm" }, - "event": "minecraft:fox_configure_thunderstorm" - }, - { - "filters": { "test": "is_daytime", "value": false }, - "event": "minecraft:fox_configure_night" - } - ] - }, - "minecraft:behavior.nap": { - "priority": 8, - "cooldown_min": 2.0, - "cooldown_max": 7.0, - "mob_detect_dist": 12.0, - "mob_detect_height": 6.0, - "can_nap_filters": { - "all_of": [ - { - "test": "in_water", - "subject": "self", - "operator": "==", - "value": false - }, - { - "test": "on_ground", - "subject": "self", - "operator": "==", - "value": true - }, - { - "test": "is_underground", - "subject": "self", - "operator": "==", - "value": true - }, - { - "test": "weather_at_position", - "subject": "self", - "operator": "!=", - "value": "thunderstorm" - } - ] - }, - "wake_mob_exceptions": { - "any_of": [ - { - "test": "trusts", - "subject": "other", - "operator": "==", - "value": true - }, - { - "test": "is_family", - "subject": "other", - "operator": "==", - "value": "fox" - }, - { - "test": "is_sneaking", - "subject": "other", - "operator": "==", - "value": true - } - ] - } - }, - "minecraft:behavior.find_cover": { - "priority": 9, - "speed_multiplier": 1, - "cooldown_time": 5.0 - } - }, - - "minecraft:fox_night": { - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { "test" : "weather_at_position", "value" : "thunderstorm" }, - "event": "minecraft:fox_configure_thunderstorm" - }, - { - "filters": { "test": "is_daytime", "value": true }, - "event": "minecraft:fox_configure_day" - } - ] - }, - "minecraft:behavior.stroll_towards_village": { - "priority": 11, - "speed_multiplier": 1.0, - "goal_radius": 3.0, - "cooldown_time": 10.0, - "search_range": 32, - "start_chance": 0.005 - } - }, - - "minecraft:fox_ambient_normal": { - "minecraft:ambient_sound_interval": { - "event_name": "ambient" - } - }, - - "minecraft:fox_ambient_sleep": { - "minecraft:ambient_sound_interval": { - "event_name": "sleep" - } - }, - - "minecraft:fox_ambient_night": { - "minecraft:ambient_sound_interval": { - "event_name": "screech", - "value": 80, - "range": 160 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "fox", "lightweight", "mob" ] - }, - "minecraft:breathable": { - "totalSupply": 15, - "suffocateTime": 0 - }, - "minecraft:equip_item": { - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 0.7 - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:attack": { - "damage": 2 - }, - "minecraft:shareables": { - "all_items": true, - "all_items_max_amount": 1, - "items": [ - { "item": "minecraft:apple", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:appleEnchanted", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:baked_potato", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:beef", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:beetroot", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:beetroot_soup", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:bread", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:carrot", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:chicken", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:chorus_fruit", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:clownfish", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:cooked_beef", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:cooked_chicken", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:cooked_fish", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:cooked_porkchop", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:cooked_rabbit", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:cooked_salmon", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:cookie", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:dried_kelp", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:fish", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:golden_apple", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:golden_carrot", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:melon", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:mushroom_stew", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:muttonCooked", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:muttonRaw", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:poisonous_potato", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:porkchop", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:potato", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:pufferfish", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:pumpkin_pie", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:rabbit", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:rabbit_stew", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:rotten_flesh", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:salmon", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:spider_eye", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:sweet_berries", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:glow_berries", "priority": 0, "max_amount": 1 }, - { "item": "minecraft:suspicious_stew", "priority": 0, "max_amount": 1 } - ] - }, - "minecraft:damage_sensor": { - "triggers": [ - { - "on_damage": { - "filters": { - "test": "is_block", - "subject": "block", - "value": "minecraft:sweet_berry_bush" - } - }, - "deals_damage": false - } - ] - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.equip_item": { - "priority": 2 - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 5, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "all_of": [ - { "test": "is_family", "subject": "other", "value": "player" }, - { "test": "trusts", "subject": "other", "operator": "!=", "value": true }, - { "test": "is_sneaking", "subject": "other", "operator": "!=", "value": true } - ] - }, - { "test": "is_family", "subject": "other", "value": "polarbear" }, - { "test": "is_family", "subject": "other", "value": "wolf" } - ] - }, - "max_dist": 10, - "walk_speed_multiplier": 1.0, - "sprint_speed_multiplier": 1.5 - } - ] - }, - "minecraft:behavior.tempt": { - "priority": 3, - "speed_multiplier": 0.5, - "within_radius": 16, - "can_get_scared": true, - "items": [ - "sweet_berries", - "glow_berries" - ] - }, - "minecraft:behavior.stalk_and_pounce_on_target": { - "priority": 7, - "stalk_speed": 1.2, - "max_stalk_dist": 12.0, - "leap_height": 0.9, - "leap_dist": 0.8, - "pounce_max_dist": 5.0, - "interest_time": 2.0, - "stuck_time": 2.0, - "strike_dist": 2.0, - "stuck_blocks": { "test": "is_block", "subject": "block", "operator": "==", "value": "snow_layer" } - }, - "minecraft:behavior.pickup_items": { - "priority": 11, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 0.5 - }, - "minecraft:behavior.eat_carried_item": { - "priority": 12, - "delay_before_eating": 28 - }, - "minecraft:behavior.random_look_around_and_sit": { - "priority": 12, - "min_look_count": 2, - "max_look_count": 5, - "min_look_time": 80, - "max_look_time": 100, - "probability": 0.001 - }, - "minecraft:behavior.raid_garden": { - "priority": 12, - "blocks": [ - "minecraft:sweet_berry_bush", - "minecraft:cave_vines_head_with_berries", - "minecraft:cave_vines_body_with_berries" - ], - "speed_multiplier": 1.2, - "search_range": 12, - "search_height": 2, - "goal_radius": 0.8, - "max_to_eat": 0, - "initial_eat_delay": 2 - }, - "minecraft:behavior.random_stroll": { - "priority": 13, - "speed_multiplier": 0.8 - }, - "minecraft:behavior.look_at_player": { - "priority": 14, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 15 - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - "mass": 0.6 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:scheduler": { - "min_delay_secs": 0, - "max_delay_secs": 0, - "scheduled_events": [ - { - "filters": [ - { "test": "is_sleeping", "value": true } - ], - "event": "minecraft:ambient_sleep" - }, - { - "filters": { - "all_of":[ - { "test" : "is_daytime", "value" : false }, - { "test": "distance_to_nearest_player", "operator": ">", "value": 16 } - ] - }, - "event": "minecraft:ambient_night" - }, - { - "filters": { - "all_of":[ - { "test" : "is_sleeping", "value" : false }, - { - "any_of":[ - { "test" : "is_daytime", "value" : true }, - { "test": "distance_to_nearest_player", "operator": "<=", "value": 16 } - ] - } - ] - }, - "event": "minecraft:ambient_normal" - } - ] - }, - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { "test" : "is_daytime", "value" : false }, - "event": "minecraft:fox_configure_night" - }, - { - "filters": { "test" : "is_daytime", "value" : true }, - "event": "minecraft:fox_configure_day" - } - ] - }, - "minecraft:block_climber": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "sequence": [ - { - "randomize": [ - { - "weight": 95, - "add": { - "component_groups": [ - "minecraft:fox_adult", - "minecraft:fox_with_item", - "minecraft:docile_fox" - ] - } - }, - { - "weight": 5, - "add": { - "component_groups": [ - "minecraft:fox_baby", - "minecraft:docile_fox" - ] - } - } - ] - }, - { - "filters": { - "test": "is_snow_covered", - "value": true - }, - "add": { "component_groups": [ "minecraft:fox_arctic" ] } - }, - { - "filters": { - "test": "is_snow_covered", - "value": false - }, - "add": { "component_groups": [ "minecraft:fox_red" ] } - } - ] - }, - - "minecraft:entity_born": { - "add": { - "component_groups": [ - "minecraft:fox_baby", - "minecraft:trusting_fox", - "minecraft:docile_fox" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:fox_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:fox_adult" - ] - } - }, - - "minecraft:fox_configure_thunderstorm": { - "remove": { - "component_groups": [ - "minecraft:fox_night", - "minecraft:fox_day" - ] - }, - "add": { - "component_groups": [ - "minecraft:fox_thunderstorm" - ] - } - }, - - "minecraft:fox_configure_day": { - "remove": { - "component_groups": [ - "minecraft:fox_night", - "minecraft:fox_thunderstorm" - ] - }, - "add": { - "component_groups": [ - "minecraft:fox_day" - ] - } - }, - - "minecraft:fox_configure_night": { - "remove": { - "component_groups": [ - "minecraft:fox_day", - "minecraft:fox_thunderstorm" - ] - }, - "add": { - "component_groups": [ - "minecraft:fox_night" - ] - } - }, - - "minecraft:ambient_normal": { - "add": { - "component_groups": [ - "minecraft:fox_ambient_normal" - ] - } - }, - "minecraft:ambient_sleep": { - "add": { - "component_groups": [ - "minecraft:fox_ambient_sleep" - ] - } - }, - "minecraft:ambient_night": { - "add": { - "component_groups": [ - "minecraft:fox_ambient_night" - ] - } - }, - - "minecraft:fox_configure_defending": { - "remove": { - "component_groups": [ - "minecraft:docile_fox", - "minecraft:fox_day", - "minecraft:fox_night" - ] - }, - "add": { - "component_groups": [ - "minecraft:defending_fox" - ] - } - }, - - "minecraft:fox_configure_docile_day": { - "remove": { - "component_groups": [ - "minecraft:defending_fox", - "minecraft:fox_night" - ] - }, - "add": { - "component_groups": [ - "minecraft:docile_fox", - "minecraft:fox_day" - ] - } - }, - - "minecraft:fox_configure_docile_night": { - "remove": { - "component_groups": [ - "minecraft:defending_fox", - "minecraft:fox_day" - ] - }, - "add": { - "component_groups": [ - "minecraft:docile_fox", - "minecraft:fox_night" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/ghast.json b/entities/ghast.json deleted file mode 100644 index 981d6c4..0000000 --- a/entities/ghast.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:ghast", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:fire_immune": { - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 10, - "max": 10 - }, - "minecraft:collision_box": { - "width": 4.02, - "height": 4 - }, - "minecraft:movement": { - "value": 0.03 - }, - "minecraft:navigation.float": { - "can_path_over_water": true - }, - "minecraft:behavior.float_wander": { - "priority": 2, - "must_reach": true - }, - "minecraft:can_fly": { - }, - "minecraft:loot": { - "table": "loot_tables/entities/ghast.json" - }, - "minecraft:shooter": { - "def": "minecraft:fireball" - }, - "minecraft:type_family": { - "family": [ "ghast", "monster", "mob" ] - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": false - } - }, - "minecraft:jump.static": { - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.ranged_attack": { - "priority": 1, - "attack_radius": 64, - "charge_shoot_trigger": 2, - "charge_charged_trigger": 1 - }, - "minecraft:follow_range": { - "value": 64, - "max": 64 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "player" - }, - "max_dist": 28 - } - ], - "must_see": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - } - } -} \ No newline at end of file diff --git a/entities/glow_squid.json b/entities/glow_squid.json deleted file mode 100644 index 53ab4cb..0000000 --- a/entities/glow_squid.json +++ /dev/null @@ -1,134 +0,0 @@ -{ - "format_version": "1.13.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:glow_squid", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups":{ - "minecraft:squid_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "!query.is_baby && query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:nameable": { - }, - "minecraft:type_family": { - "family": [ "squid", "mob" ] - }, - "minecraft:collision_box": { - "width": 0.95, - "height": 0.95 - }, - "minecraft:health": { - "value": 10, - "max": 10 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/glow_squid.json" - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_air": false, - "breathes_water": true - }, - "minecraft:movement": { - "value": 0.2 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "can_sink": false - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - }, - "minecraft:behavior.squid_move_away_from_ground": { - "priority": 1 - }, - "minecraft:behavior.squid_flee": { - "priority": 2 - }, - "minecraft:behavior.squid_idle": { - "priority": 2 - }, - "minecraft:behavior.squid_dive": { - "priority": 2 - }, - "minecraft:behavior.squid_out_of_water": { - "priority": 2 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - } - }, - - "events":{ - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 95, - "remove": { - }, - "add": { - } - }, - { - "weight": 5, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:squid_baby" - ] - } - } - ] - } - } - } -} \ No newline at end of file diff --git a/entities/goat.json b/entities/goat.json deleted file mode 100644 index 9b41bd1..0000000 --- a/entities/goat.json +++ /dev/null @@ -1,448 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:goat", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "goat_baby": { - "minecraft:is_baby": {}, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:behavior.follow_parent": { - "priority": 6, - "speed_multiplier": 1 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": "wheat", - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:attack": { - "damage": 1 - } - }, - "goat_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/goat.json" - }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 0.6 - }, - "minecraft:breedable": { - "require_tame": false, - "breed_items": "wheat", - "breeds_with": { - "mate_type": "minecraft:goat", - "baby_type": "minecraft:goat", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "mutation_factor": { - "variant": 0 - } - }, - "minecraft:attack": { - "damage": 2 - } - }, - "goat_default": { - "minecraft:variant": { - "value": 0 - } - }, - "goat_screamer": { - "minecraft:variant": { - "value": 1 - } - }, - "interact_default": { - "minecraft:interact": { - "interactions": [ - { - "on_interact": { - "filters": { - "all_of": [ - { - "test": "has_component", - "subject": "self", - "operator": "!=", - "value": "minecraft:is_baby" - }, - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "has_equipment", - "domain": "hand", - "subject": "other", - "value": "bucket:0" - } - ] - } - }, - "use_item": true, - "transform_to_item": "bucket:1", - "play_sounds": "milk_suspiciously", - "interact_text": "action.interact.milk" - } - ] - } - }, - "interact_screamer": { - "minecraft:interact": { - "interactions": [ - { - "on_interact": { - "filters": { - "all_of": [ - { - "test": "has_component", - "subject": "self", - "operator": "!=", - "value": "minecraft:is_baby" - }, - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "has_equipment", - "domain": "hand", - "subject": "other", - "value": "bucket:0" - } - ] - } - }, - "use_item": true, - "transform_to_item": "bucket:1", - "play_sounds": "milk.screamer", - "interact_text": "action.interact.milk" - } - ] - } - }, - "ram_default": { - "minecraft:behavior.ram_attack": { - "priority": 5, - "run_speed": 0.7, - "ram_speed": 1.8, - "min_ram_distance": 4, - "ram_distance": 7, - "knockback_force": 2.5, - "knockback_height": 0.04, - "pre_ram_sound": "pre_ram", - "ram_impact_sound": "ram_impact", - "cooldown_range": [ - 30, - 300 - ], - "on_start": [ - { - "event": "start_event", - "target": "self" - } - ] - } - }, - "ram_screamer": { - "minecraft:behavior.ram_attack": { - "priority": 5, - "run_speed": 0.7, - "ram_speed": 1.8, - "min_ram_distance": 4, - "ram_distance": 7, - "knockback_force": 2.5, - "knockback_height": 0.04, - "pre_ram_sound": "pre_ram.screamer", - "ram_impact_sound": "ram_impact.screamer", - "cooldown_range": [ - 5, - 15 - ], - "on_start": [ - { - "event": "start_event", - "target": "self" - } - ] - } - }, - "attack_cooldown": { - "minecraft:attack_cooldown": { - "attack_cooldown_time": [ - 30, - 40 - ], - "attack_cooldown_complete_event": { - "event": "attack_cooldown_complete_event", - "target": "self" - } - } - } - }, - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:behavior.jump_to_block": { - "priority": 8, - "search_width": 10, - "search_height": 10, - "minimum_path_length": 8, - "minimum_distance": 1, - "scale_factor": 0.6, - "cooldown_range": [ - 30, - 60 - ] - }, - "minecraft:genetics": { - "mutation_rate": 0.02, - "genes": [ - { - "name": "goat_variant", - "use_simplified_breeding": true, - "allele_range": { - "range_min": 1, - "range_max": 100 - }, - "genetic_variants": [ - { - "main_allele": { - "range_min": 1, - "range_max": 2 - }, - "birth_event": { - "event": "minecraft:born_screamer", - "target": "self" - } - }, - { - "main_allele": { - "range_min": 3, - "range_max": 100 - }, - "birth_event": { - "event": "minecraft:born_default", - "target": "self" - } - } - ] - } - ] - }, - "minecraft:type_family": { - "family": [ - "goat", - "animal" - ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true, - "avoid_damage_blocks": true, - "blocks_to_avoid": [ - { - "name": "minecraft:powder_snow" - } - ] - }, - "minecraft:movement.basic": {}, - "minecraft:jump.static": {}, - "minecraft:can_climb": {}, - "minecraft:collision_box": { - "width": 0.9, - "height": 1.3 - }, - "minecraft:nameable": {}, - "minecraft:health": { - "value": 10, - "max": 10 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.4 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1 - }, - "minecraft:behavior.tempt": { - "priority": 4, - "speed_multiplier": 0.75, - "items": [ - "wheat" - ] - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 6, - "within_radius": 16, - "entity_types": [ - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "operator": "!=", - "value": "goat" - }, - { - "test": "has_component", - "subject": "self", - "operator": "!=", - "value": "minecraft:attack_cooldown" - } - ] - }, - "max_dist": 16 - } - ], - "must_see": true - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": true, - "damage_modifier": -10 - } - }, - "minecraft:behavior.random_stroll": { - "priority": 9, - "speed_multiplier": 0.6 - }, - "minecraft:behavior.look_at_player": { - "priority": 10, - "look_distance": 6, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 11 - }, - "minecraft:leashable": { - "soft_distance": 4, - "hard_distance": 6, - "max_distance": 10 - }, - "minecraft:physics": {}, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - } - }, - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 95, - "add": { - "component_groups": [ - "goat_adult" - ] - } - }, - { - "weight": 5, - "add": { - "component_groups": [ - "goat_baby" - ] - } - } - ] - }, - "minecraft:entity_born": { - "add": { - "component_groups": [ - "goat_baby" - ] - } - }, - "minecraft:born_default": { - "add": { - "component_groups": [ - "goat_default", - "ram_default", - "interact_default" - ] - } - }, - "minecraft:born_screamer": { - "add": { - "component_groups": [ - "goat_screamer", - "ram_screamer", - "interact_screamer" - ] - } - }, - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "goat_baby" - ] - }, - "add": { - "component_groups": [ - "goat_adult" - ] - } - }, - "start_event": { - "add": { - "component_groups": [ - "attack_cooldown" - ] - } - }, - "attack_cooldown_complete_event": { - "remove": { - "component_groups": [ - "attack_cooldown" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/guardian.json b/entities/guardian.json deleted file mode 100644 index 4b531b7..0000000 --- a/entities/guardian.json +++ /dev/null @@ -1,213 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:guardian", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:guardian_aggressive": { - "minecraft:behavior.nearest_attackable_target": { - "priority": 1, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "is_family", "subject" : "other", "value" : "squid"}, - { "test" : "is_family", "subject" : "other", "value" : "axolotl"} - ] - }, - "max_dist": 16 - } - ], - "attack_interval_min": 1.0, - "must_see": true - }, - "minecraft:target_nearby_sensor": { - "inside_range": 3.0, - "outside_range": 4.0, - "on_inside_range": { - "event": "minecraft:target_too_close", - "target": "self" - } - }, - "minecraft:behavior.guardian_attack": { - "priority": 4 - } - }, - - "minecraft:guardian_passive": { - "minecraft:timer": { - "time": [ 1, 3 ], - "looping": false, - "time_down_event": { - "event": "minecraft:target_far_enough", - "target": "self" - } - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 1, - "entity_types": [ - { - "filters": {"test" : "is_family", "subject" : "other", "value" : "player"}, - "max_dist": 8, - "walk_speed_multiplier": 1, - "sprint_speed_multiplier": 1 - } - ] - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 10 : 0" - }, - "minecraft:nameable": { - }, - "minecraft:collision_box": { - "width": 0.85, - "height": 0.85 - }, - "minecraft:health": { - "value": 30, - "max": 30 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.12 - }, - "minecraft:underwater_movement": { - "value": 0.12 - }, - "minecraft:attack": { - "damage": 5 - }, - "minecraft:follow_range": { - "value": 16, - "max": 16 - }, - "minecraft:navigation.generic": { - "is_amphibious": true, - "can_path_over_water": false, - "can_swim": true, - "can_walk": false, - "can_breach": true - }, - "minecraft:movement.sway": { - }, - "minecraft:jump.static": { - }, - "minecraft:breathable": { - "breathes_water": true - }, - "minecraft:loot": { - "table": "loot_tables/entities/guardian.json" - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:home": { - "restriction_radius": 16 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 1, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "is_family", "subject" : "other", "value" : "squid"}, - { "test" : "is_family", "subject" : "other", "value" : "axolotl"} - ] - }, - "max_dist": 16 - } - ], - "attack_interval_min": 1.0, - "must_see": true - }, - "minecraft:target_nearby_sensor": { - "inside_range": 3.0, - "outside_range": 4.0, - "on_inside_range": { - "event": "minecraft:target_too_close", - "target": "self" - } - }, - "minecraft:behavior.guardian_attack": { - "priority": 4 - }, - "minecraft:behavior.move_towards_home_restriction": { - "priority": 5, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.random_swim": { - "priority": 7, - "speed_multiplier": 1.0, - "interval": 80, - "avoid_surface": false - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 12.0, - "probability": 0.01 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:type_family": { - "family": [ "guardian", "monster", "mob" ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:target_too_close": { - "remove": { - "component_groups": [ - "minecraft:guardian_aggressive" - ] - }, - "add": { - "component_groups": [ - "minecraft:guardian_passive" - ] - } - }, - "minecraft:target_far_enough": { - "remove": { - "component_groups": [ - "minecraft:guardian_passive" - ] - }, - "add": { - "component_groups": [ - "minecraft:guardian_aggressive" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/hoglin.json b/entities/hoglin.json deleted file mode 100644 index afd93e1..0000000 --- a/entities/hoglin.json +++ /dev/null @@ -1,518 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:hoglin", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "zombification_sensor": { - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "in_nether", - "subject": "self", - "operator": "==", - "value": false - }, - "event": "start_zombification_event" - } - } - }, - - "start_zombification": { - "minecraft:is_shaking": {}, - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "in_nether", - "subject": "self", - "operator": "==", - "value": true - }, - "event": "stop_zombification_event" - } - }, - "minecraft:timer": { - "looping": false, - "time": 15, - "time_down_event": { - "event": "become_zombie_event" - } - } - }, - - "become_zombie": { - "minecraft:transformation": { - "into": "minecraft:zoglin", - "transformation_sound": "converted_to_zombified", - "keep_level": true - } - }, - - "angry_hoglin": { - "minecraft:angry": { - "duration": 10, - "broadcast_anger": true, - "broadcast_range": 16, - "calm_event": { - "event": "become_calm_event", - "target": "self" - }, - "angry_sound": "angry", - "sound_interval": { - "range_min": 2.0, - "range_max": 5.0 - } - } - }, - "attack_cooldown": { - "minecraft:attack_cooldown": { - "attack_cooldown_time": [ 10.0, 15.0 ], - "attack_cooldown_complete_event": { - "event": "attack_cooldown_complete_event", - "target": "self" - } - } - }, - "minecraft:hoglin_baby": { - "minecraft:type_family": { - "family": [ "hoglin", "hoglin_baby", "mob" ] - }, - "minecraft:is_baby": { - }, - "minecraft:movement": { - "value": 0.36 - }, - "minecraft:behavior.melee_attack": { - "priority": 4, - "speed_multiplier": 1, - "track_target": true, - "reach_multiplier": 1.0, - "cooldown_time": 0.75 - }, - "minecraft:attack": { - "damage": 1.0 - }, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:collision_box": { - "width": 0.85, - "height": 0.85 - }, - "minecraft:custom_hit_test": { - "hitboxes": [ - { - "width": 1.0, - "height": 0.85, - "pivot": [ 0, 0.5, 0 ] - } - ] - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ "crimson_fungus" ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 6, - "speed_multiplier": 1 - }, - "minecraft:rideable": { - "seat_count": 3, - "family_types": [ - "piglin" - ], - "seats": [ - { - "position": [ 0.0, 0.9, -0.3 ], - "lock_rider_rotation": 0 - }, - { - "position": [ 0.0, 2.4, -0.3 ], - "lock_rider_rotation": 0 - }, - { - "position": [ 0.0, 3.9, -0.3 ], - "lock_rider_rotation": 0 - } - ] - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1 - } - }, - "minecraft:hoglin_adult": { - "minecraft:collision_box": { - "width": 0.9, - "height": 0.9 - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:custom_hit_test": { - "hitboxes": [ - { - "width": 2.0, - "height": 1.75, - "pivot": [ 0, 1, 0 ] - } - ] - }, - "minecraft:group_size": { - "radius": 32, - "filters": { - "all_of": [ - { - "test": "has_component", - "operator": "!=", - "value": "minecraft:is_baby" - }, - { - "test": "is_family", - "value": "hoglin" - } - ] - } - }, - "minecraft:behavior.hurt_by_target": { - "priority": 2 - }, - "minecraft:on_target_acquired": { - "event": "become_angry_event", - "target": "self" - }, - "minecraft:loot": { - "table": "loot_tables/entities/hoglin.json" - }, - "minecraft:behavior.melee_attack": { - "priority": 4, - "speed_multiplier": 1, - "track_target": true, - "reach_multiplier": 2.5, - "cooldown_time": 2 - }, - "minecraft:attack": { - "damage": [ 3, 9 ] - }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 0.6 - }, - "minecraft:breedable": { - "require_tame": false, - "love_filters": { - "test": "has_component", - "subject": "self", - "operator": "!=", - "value": "minecraft:attack_cooldown" - }, - "breeds_with": { - "mate_type": "minecraft:hoglin", - "baby_type": "minecraft:hoglin", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "breed_items": [ "crimson_fungus" ] - } - }, - "unhuntable_adult": { - "minecraft:type_family": { - "family": [ "hoglin", "hoglin_adult", "mob" ] - } - }, - "huntable_adult": { - "minecraft:type_family": { - "family": [ "hoglin", "hoglin_adult", "hoglin_huntable", "mob" ] - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 40, - "max": 40 - }, - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? 5 : 0" - }, - "minecraft:knockback_resistance": { - "value": 0.5 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 4, - "within_radius": 16.0, - "entity_types": [ - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "has_component", - "subject": "self", - "operator": "!=", - "value": "minecraft:attack_cooldown" - } - ] - }, - "max_dist": 16 - } - ], - "must_see": true - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 0, - "remove_target": true, - "entity_types": [ - { - "filters": { - "all_of": [ - { - "test": "has_target", - "subject": "other", - "value": true - }, - { - "test": "is_family", - "subject": "other", - "value": "piglin" - } - ] - }, - "check_if_outnumbered": true, - "max_dist": 10, - "sprint_speed_multiplier": 1.2 - } - ], - "avoid_mob_sound": "retreat", - "sound_interval": { - "range_min": 2.0, - "range_max": 5.0 - } - }, - "minecraft:behavior.avoid_block": { - "priority": 1, - "tick_interval": 5, - "search_range": 8, - "search_height": 4, - "walk_speed_modifier": 1, - "sprint_speed_modifier": 1, - "avoid_block_sound": "retreat", - "sound_interval": { - "range_min": 2.0, - "range_max": 5.0 - }, - "target_selection_method": "nearest", - "target_blocks": [ - "minecraft:warped_fungus", - "minecraft:portal", - "minecraft:respawn_anchor" - ], - "on_escape": [ - { - "event": "escaped_event", - "target": "self" - } - ] - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.random_stroll": { - "priority": 7, - "speed_multiplier": 0.4 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 95, - "trigger": "spawn_adult" - }, - { - "weight": 5, - "trigger": "spawn_baby" - } - ] - }, - "minecraft:entity_born": { - "trigger": "spawn_baby" - }, - "spawn_adult": { - "add": { - "component_groups": [ - "minecraft:hoglin_adult", - "huntable_adult", - "zombification_sensor" - ] - } - }, - "spawn_baby": { - "add": { - "component_groups": [ - "minecraft:hoglin_baby", - "zombification_sensor" - ] - } - }, - "stop_zombification_event": { - "add": { - "component_groups": [ - "zombification_sensor" - ] - }, - "remove": { - "component_groups": [ - "start_zombification" - ] - } - }, - "become_zombie_event": { - "add": { - "component_groups": [ - "become_zombie" - ] - } - }, - "start_zombification_event": { - "add": { - "component_groups": [ - "start_zombification" - ] - }, - "remove": { - "component_groups": [ - "zombification_sensor" - ] - } - }, - "spawn_adult_unhuntable": { - "add": { - "component_groups": [ - "minecraft:hoglin_adult", - "unhuntable_adult", - "zombification_sensor" - ] - } - }, - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:hoglin_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:hoglin_adult", - "huntable_adult" - ] - } - }, - - "become_angry_event": { - "add": { - "component_groups": [ - "angry_hoglin" - ] - } - }, - "become_calm_event": { - "remove": { - "component_groups": [ - "angry_hoglin" - ] - } - }, - "escaped_event": { - "add": { - "component_groups": [ - "attack_cooldown" - ] - }, - "remove": { - "component_groups": [ - "angry_hoglin" - ] - } - }, - "attack_cooldown_complete_event": { - "remove": { - "component_groups": [ - "attack_cooldown" - ] - } - } - } - } -} diff --git a/entities/hopper_minecart.json b/entities/hopper_minecart.json deleted file mode 100644 index 99f2252..0000000 --- a/entities/hopper_minecart.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:hopper_minecart", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:hopper_active": { - "minecraft:item_hopper": { - - }, - "minecraft:rail_sensor": { - "on_activate": { - "event": "minecraft:hopper_deactivate" - } - } - }, - "minecraft:hopper_inactive": { - "minecraft:rail_sensor": { - "on_deactivate": { - "event": "minecraft:hopper_activate" - } - } - } - }, - - "components": { - "minecraft:type_family": { - "family": [ "minecart", "inanimate" ] - }, - "minecraft:collision_box": { - "width": 0.98, - "height": 0.7 - }, - "minecraft:rail_movement": { - - }, - "minecraft:inventory": { - "container_type": "minecart_hopper", - "inventory_size": 5, - "can_be_siphoned_from": true - }, - "minecraft:is_stackable": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 60.0, - "max_dropped_ticks": 20, - "use_motion_prediction_hints": true - }, - "conditional_values": [ - { - "max_optimized_distance": 0.0, - "max_dropped_ticks": 0, - "conditional_values": [ - { "test": "is_moving", "subject": "self", "operator": "==", "value": true} - ] - } - ] - } - }, - - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "minecraft:hopper_active" - ] - } - }, - "minecraft:hopper_activate": { - "remove": { - "component_groups": [ - "minecraft:hopper_inactive" - ] - }, - "add": { - "component_groups": [ - "minecraft:hopper_active" - ] - } - }, - "minecraft:hopper_deactivate": { - "remove": { - "component_groups": [ - "minecraft:hopper_active" - ] - }, - "add": { - "component_groups": [ - "minecraft:hopper_inactive" - ] - } - } - } - - } -} diff --git a/entities/horse.json b/entities/horse.json deleted file mode 100644 index 2622973..0000000 --- a/entities/horse.json +++ /dev/null @@ -1,626 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:horse", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:horse_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale_by_age": { - "start_scale": 0.5, - "end_scale": 1.0 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ - { - "item": "wheat", - "growth": 0.016667 - }, - { - "item": "sugar", - "growth": 0.025 - }, - { - "item": "hay_block", - "growth": 0.15 - }, - { - "item": "apple", - "growth": 0.05 - }, - { - "item": "golden_carrot", - "growth": 0.05 - }, - { - "item": "golden_apple", - "growth": 0.2 - }, - { - "item": "appleEnchanted", - "growth": 0.2 - } - ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 4, - "speed_multiplier": 1.0 - } - }, - - "minecraft:horse_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/horse.json" - }, - "minecraft:behavior.run_around_like_crazy": { - "priority": 1, - "speed_multiplier": 1.2 - }, - "minecraft:behavior.breed": { - "priority": 2, - "speed_multiplier": 1.0 - } - }, - - "minecraft:horse_wild": { - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "player", - "zombie" - ], - "interact_text": "action.interact.mount", - "seats": { - "position": [ 0.0, 1.1, -0.2 ] - } - - }, - "minecraft:behavior.mount_pathing": { - "priority": 2, - "speed_multiplier": 1.5, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:tamemount": { - "min_temper": 0, - "max_temper": 100, - "feed_text": "action.interact.feed", - "ride_text": "action.interact.mount", - "feed_items": [ - { - "item": "wheat", - "temper_mod": 3 - }, - { - "item": "sugar", - "temper_mod": 3 - }, - { - "item": "apple", - "temper_mod": 3 - }, - { - "item": "golden_carrot", - "temper_mod": 5 - }, - { - "item": "golden_apple", - "temper_mod": 10 - }, - { - "item": "appleEnchanted", - "temper_mod": 10 - } - ], - "auto_reject_items": [ - { - "item": "horsearmorleather" - }, - { - "item": "horsearmoriron" - }, - { - "item": "horsearmorgold" - }, - { - "item": "horsearmordiamond" - }, - { - "item": "saddle" - } - ], - "tame_event": { - "event": "minecraft:on_tame", - "target": "self" - } - } - }, - - "minecraft:horse_tamed": { - "minecraft:is_tamed": { - }, - "minecraft:rideable": { - "seat_count": 1, - "crouching_skip_interact": true, - "family_types": [ - "player" - ], - "interact_text": "action.interact.ride.horse", - "seats": { - "position": [ 0.0, 1.1, -0.2 ] - } - - }, - "minecraft:inventory": { - "inventory_size": 2, - "container_type": "horse" - }, - "minecraft:breedable": { - "require_tame": true, - "inherit_tamed": false, - "breeds_with": [ - { - "mate_type": "minecraft:horse", - "baby_type": "minecraft:horse", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - { - "mate_type": "minecraft:donkey", - "baby_type": "minecraft:mule", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - } - ], - "breed_items": [ - "golden_carrot", - "golden_apple", - "appleEnchanted" - ] - }, - "minecraft:behavior.tempt": { - "priority": 5, - "speed_multiplier": 1.2, - "items": [ - "golden_apple", - "appleEnchanted", - "golden_carrot" - ] - } - }, - - "minecraft:horse_saddled": { - "minecraft:is_saddled": { - }, - "minecraft:input_ground_controlled": { - }, - "minecraft:can_power_jump": { - }, - "minecraft:behavior.player_ride_tamed": { - } - }, - - "minecraft:base_white": { - "minecraft:variant": { - "value": 0 - } - }, - "minecraft:base_creamy": { - "minecraft:variant": { - "value": 1 - } - }, - "minecraft:base_chestnut": { - "minecraft:variant": { - "value": 2 - } - }, - "minecraft:base_brown": { - "minecraft:variant": { - "value": 3 - } - }, - "minecraft:base_black": { - "minecraft:variant": { - "value": 4 - } - }, - "minecraft:base_gray": { - "minecraft:variant": { - "value": 5 - } - }, - "minecraft:base_darkbrown": { - "minecraft:variant": { - "value": 6 - } - }, - "minecraft:markings_none": { - "minecraft:mark_variant": { - "value": 0 - } - }, - "minecraft:markings_white_details": { - "minecraft:mark_variant": { - "value": 1 - } - }, - "minecraft:markings_white_fields": { - "minecraft:mark_variant": { - "value": 2 - } - }, - "minecraft:markings_white_dots": { - "minecraft:mark_variant": { - "value": 3 - } - }, - "minecraft:markings_black_dots": { - "minecraft:mark_variant": { - "value": 4 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:equippable": { - "slots": [ - { - "slot": 0, - "item": "saddle", - "accepted_items": [ "saddle" ], - "on_equip": { - "event": "minecraft:horse_saddled" - }, - "on_unequip": { - "event": "minecraft:horse_unsaddled" - } - }, - { - "slot": 1, - "item": "horsearmoriron", - "accepted_items": [ - "horsearmorleather", - "horsearmoriron", - "horsearmorgold", - "horsearmordiamond" - ] - } - ] - }, - "minecraft:type_family": { - "family": [ "horse", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 1.4, - "height": 1.6 - }, - "minecraft:health": { - "value": { - "range_min": 15, - "range_max": 30 - } - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": { - "range_min": 0.1125, - "range_max": 0.3375 - } - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:nameable": { - }, - "minecraft:horse.jump_strength": { - "value": { - "range_min": 0.4, - "range_max": 1.0 - } - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - }, - "minecraft:healable": { - "items": [ - { - "item": "wheat", - "heal_amount": 2 - }, - { - "item": "sugar", - "heal_amount": 1 - }, - { - "item": "hay_block", - "heal_amount": 20 - }, - { - "item": "apple", - "heal_amount": 3 - }, - { - "item": "golden_carrot", - "heal_amount": 4 - }, - { - "item": "golden_apple", - "heal_amount": 10 - }, - { - "item": "appleEnchanted", - "heal_amount": 10 - } - ] - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic": { - "priority": 3, - "speed_multiplier": 1.2 - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.7 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "sequence": [ - { - "randomize": [ - { - "weight": 36, - "add": { - "component_groups": [ - "minecraft:horse_adult", - "minecraft:horse_wild" - ] - } - }, - { - "weight": 9, - "add": { - "component_groups": [ - "minecraft:horse_baby" - ] - } - } - ] - }, - { - "randomize": [ - { - "weight": 1, - "add": { - "component_groups": [ "minecraft:base_white" ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ "minecraft:base_creamy" ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ "minecraft:base_chestnut" ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ "minecraft:base_brown" ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ "minecraft:base_black" ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ "minecraft:base_gray" ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ "minecraft:base_darkbrown" ] - } - } - ] - }, - { - "randomize": [ - { - "weight": 1, - "add": { - "component_groups": [ "minecraft:markings_none" ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ "minecraft:markings_white_details" ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ "minecraft:markings_white_fields" ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ "minecraft:markings_white_dots" ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ "minecraft:markings_black_dots" ] - } - } - ] - } - ] - }, - - "minecraft:entity_born": { - "add": { - "component_groups": [ - "minecraft:horse_baby" - ] - } - }, - - "minecraft:on_tame": { - "remove": { - "component_groups": [ - "minecraft:horse_wild" - ] - }, - "add": { - "component_groups": [ - "minecraft:horse_tamed" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:horse_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:horse_adult", - "minecraft:horse_wild" - ] - } - }, - - "minecraft:horse_saddled": { - "add": { - "component_groups": [ - "minecraft:horse_saddled" - ] - } - }, - "minecraft:horse_unsaddled": { - "remove": { - "component_groups": [ - "minecraft:horse_saddled" - ] - } - }, - - "minecraft:make_white": { - "add": { - "component_groups": [ "minecraft:base_white" ] - } - }, - "minecraft:make_creamy": { - "add": { - "component_groups": [ "minecraft:base_creamy" ] - } - }, - "minecraft:make_chestnut": { - "add": { - "component_groups": [ "minecraft:base_chestnut" ] - } - }, - "minecraft:make_brown": { - "add": { - "component_groups": [ "minecraft:base_brown" ] - } - }, - "minecraft:make_black": { - "add": { - "component_groups": [ "minecraft:base_black" ] - } - }, - "minecraft:make_gray": { - "add": { - "component_groups": [ "minecraft:base_gray" ] - } - }, - "minecraft:make_darkbrown": { - "add": { - "component_groups": [ "minecraft:base_darkbrown" ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/husk.json b/entities/husk.json deleted file mode 100644 index 4d184cb..0000000 --- a/entities/husk.json +++ /dev/null @@ -1,616 +0,0 @@ -{ - "format_version": "1.17.20", - "minecraft:entity": { - "description": { - "identifier": "minecraft:husk", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:look_to_start_zombie_transformation": { - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "is_underwater", "subject": "self", "operator": "==", "value": true - }, - "event": "minecraft:start_transforming" - } - } - }, - "minecraft:start_zombie_transformation": { - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "is_underwater", "subject": "self", "operator": "==", "value": false - }, - "event": "minecraft:stop_transforming" - } - }, - "minecraft:timer": { - "looping": false, - "time": 30, - "time_down_event": { - "event": "minecraft:convert_to_zombie" - } - } - }, - - "minecraft:convert_to_zombie": { - "minecraft:transformation": { - "into": "minecraft:zombie", - "transformation_sound": "convert_to_drowned", - "drop_equipment": true, - "delay": { - "value": 15 - } - }, - "minecraft:is_shaking": { - } - }, - - "minecraft:convert_to_baby_zombie": { - "minecraft:transformation": { - "into": "minecraft:zombie", - "transformation_sound": "convert_to_drowned", - "drop_equipment": true, - "delay": { - "value": 15 - } - }, - "minecraft:is_shaking": { - } - }, - - "minecraft:zombie_husk_baby": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:is_baby": {}, - "minecraft:scale": { - "value": 0.53125 - }, - "minecraft:movement": { - "value": 0.35 - } - }, - - "minecraft:zombie_husk_adult": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:movement": { - "value": 0.23 - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 1.1, -0.35 ], - "lock_rider_rotation": 0 - } - }, - "minecraft:behavior.mount_pathing": { - "priority": 2, - "speed_multiplier": 1.25, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:scale": { - "value": 1.0625 - } - }, - - "minecraft:zombie_husk_jockey": { - "minecraft:behavior.find_mount": { - "priority": 1, - "within_radius": 16 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_water": true - }, - "minecraft:equip_item": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:nameable": { - }, - - // Zombie_husk Components - "minecraft:type_family": { - "family": [ "husk", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/zombie.json" - }, - "minecraft:equipment": { - "table": "loot_tables/entities/zombie_equipment.json" - }, - - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:attack": { - "damage": 3, - "effect_name": "hunger", - "effect_duration": 30 - }, - "minecraft:variant": { - "value": 2 - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:navigation.walk": { - "is_amphibious": true, - "can_pass_doors": true, - "can_break_doors": true, - "avoid_portals": false - }, - "minecraft:annotation.break_door": { - }, - "minecraft:movement.basic": { - - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:netherite_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:golden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:stone_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:wooden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:turtle_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:skull:0", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:skull:1", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:carved_pumpkin", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:netherite_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - } - ] - }, - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "test": "is_underwater", - "subject": "self", - "operator": "==", - "value": true - }, - "event": "minecraft:start_transforming" - } - ] - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - // Zombie_husk Behaviors - "minecraft:behavior.equip_item": { - "priority": 2 - }, - "minecraft:behavior.melee_attack": { - "priority": 3 - }, - "minecraft:behavior.stomp_turtle_egg": { - "priority": 4, - "speed_multiplier": 1, - "search_range": 10, - "search_height": 2, - "goal_radius": 1.14, - "interval": 20 - }, - "minecraft:behavior.pickup_items": { - "priority": 6, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 1.0, - "pickup_based_on_chance": true, - "can_pickup_any_item": true, - "excluded_items": [ - "minecraft:glow_ink_sac" - ] - }, - "minecraft:behavior.random_stroll": { - "priority": 7, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 6, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "reselect_targets": true, - "within_radius": 25.0, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "is_family", - "subject": "other", - "value": "snowgolem" - }, - { - "test": "is_family", - "subject": "other", - "value": "irongolem" - } - ] - }, - "max_dist": 35 - }, - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "villager" - }, - { - "test": "is_family", - "subject": "other", - "value": "wandering_trader" - } - ] - }, - "max_dist": 35, - "must_see": false - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "baby_turtle" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 35 - } - ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 9500, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:zombie_husk_adult" - ] - } - }, - { - "weight": 425, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:zombie_husk_baby" - ] - - } - }, - { - "weight": 75, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:zombie_husk_baby", - "minecraft:zombie_husk_jockey" - ] - - } - } - ] - }, - "minecraft:start_transforming": { - "add": { - "component_groups": [ - "minecraft:start_zombie_transformation" - ] - }, - "remove": { - "component_groups": [ "minecraft:look_to_start_zombie_transformation" ] - } - }, - "minecraft:stop_transforming": { - "add": { - "component_groups": [ - "minecraft:look_to_start_zombie_transformation" - ] - }, - "remove": { - "component_groups": [ - "minecraft:start_zombie_transformation" - ] - } - }, - "minecraft:convert_to_zombie": { - "sequence": [ - { - "filters": { - "test": "has_component", - "operator": "!=", - "value": "minecraft:is_baby" - }, - "add": { - "component_groups": [ "minecraft:convert_to_zombie" ] - }, - "remove": { - "component_groups": [ "minecraft:start_zombie_transformation" ] - } - }, - { - "filters": { - "test": "has_component", - "value": "minecraft:is_baby" - }, - "add": { - "component_groups": [ "minecraft:convert_to_baby_zombie" ] - }, - "remove": { - "component_groups": [ "minecraft:start_zombie_transformation" ] - } - } - ] - } - } - } -} \ No newline at end of file diff --git a/entities/iron_golem.json b/entities/iron_golem.json deleted file mode 100644 index 3f2df27..0000000 --- a/entities/iron_golem.json +++ /dev/null @@ -1,346 +0,0 @@ -{ - "format_version": "1.13.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:iron_golem", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:player_created": { - "minecraft:behavior.hurt_by_target": { - "priority": 2, - "entity_types": { - "filters": { - "all_of": [ - { "test" : "is_family", "subject" : "other", "operator": "!=", "value" : "player"}, - { "test" : "is_family", "subject" : "other", "operator": "!=", "value" : "creeper"} - ] - } - } - } - }, - "minecraft:village_created": { - "minecraft:behavior.defend_village_target": { - "priority": 1, - "must_reach": true, - "attack_chance": 0.05, - "entity_types": { - "filters": { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "mob" }, - { "test": "is_family", "subject": "other", "value": "player" } - ] - } - } - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "defender", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": false, - "can_migrate": true, - "first_founding_reward": 0 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "irongolem", "mob" ] - }, - "minecraft:nameable": { - }, - "minecraft:collision_box": { - "width": 1.4, - "height": 2.9 - }, - "minecraft:loot": { - "table": "loot_tables/entities/iron_golem.json" - }, - "minecraft:health": { - "value": 100, - "max": 100 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "can_path_over_water": false, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:attack": { - "damage": { - "range_min": 7, - "range_max": 21 - } - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": false - } - }, - "minecraft:knockback_resistance": { - "value": 1.0 - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - "mass": 2.0 - }, - "minecraft:preferred_path" : { - "max_fall_blocks" : 1, - "jump_cost" : 5, - "default_block_cost" : 1.5, - "preferred_path_blocks" : [ - { - "cost" : 0, - "blocks" : [ - "grass_path" - ] - }, - { - "cost" : 1, - "blocks" : [ - "cobblestone", - "stone", - "stonebrick", - "sandstone", - "mossy_cobblestone", - "stone_slab", - "stone_slab2", - "stone_slab3", - "stone_slab4", - "double_stone_slab", - "double_stone_slab2", - "double_stone_slab3", - "double_stone_slab4", - "wooden_slab", - "double_wooden_slab", - "planks", - "brick_block", - "nether_brick", - "red_nether_brick", - "end_bricks", - "red_sandstone", - "stained_glass", - "glass", - "glowstone", - "prismarine", - "emerald_block", - "diamond_block", - "lapis_block", - "gold_block", - "redstone_block", - "purple_glazed_terracotta", - "white_glazed_terracotta", - "orange_glazed_terracotta", - "magenta_glazed_terracotta", - "light_blue_glazed_terracotta", - "yellow_glazed_terracotta", - "lime_glazed_terracotta", - "pink_glazed_terracotta", - "gray_glazed_terracotta", - "silver_glazed_terracotta", - "cyan_glazed_terracotta", - "blue_glazed_terracotta", - "brown_glazed_terracotta", - "green_glazed_terracotta", - "red_glazed_terracotta", - "black_glazed_terracotta" - ] - }, - { - "cost" : 50, - "blocks" : [ - "bed", - "lectern", - "composter", - "grindstone", - "blast_furnace", - "smoker", - "fletching_table", - "cartography_table", - "brewing_stand", - "smithing_table", - "cauldron", - "barrel", - "loom", - "stonecutter" - ] - } - ] - }, - "minecraft:behavior.target_when_pushed": { - "priority": 1, - "percent_chance": 5.0, - "entity_types": [ - { - "filters": { - "all_of": [ - { "test" : "is_family", "subject" : "other", "value" : "monster" }, - { "test" : "is_family", "subject" : "other", "operator": "!=", "value" : "creeper" } - ] - } - } - ] - }, - "minecraft:behavior.melee_attack": { - "priority": 1, - "track_target": true - }, - "minecraft:behavior.move_towards_target": { - "priority": 2, - "speed_multiplier": 0.9, - "within_radius": 32 - }, - "minecraft:behavior.move_through_village": { - "priority": 3, - "speed_multiplier": 0.6, - "only_at_night": true - }, - "minecraft:behavior.move_towards_dwelling_restriction": { - "priority": 4, - "speed_multiplier": 1 - }, - "minecraft:behavior.offer_flower": { - "priority": 5 - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.6, - "xz_dist": 16 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 3, - "must_reach": true, - "must_see": true, - - "entity_types": [ - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "monster" - }, - { - "test": "is_family", - "subject": "other", - "operator": "!=", - "value": "creeper" - } - ] - }, - "within_default": 10 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "hoglin" - }, - { - "test": "is_difficulty", - "operator": "!=", - "value": "peaceful" - } - ] - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "zoglin" - }, - { - "test": "is_difficulty", - "operator": "!=", - "value": "peaceful" - } - ] - }, - "max_dist": 16 - } - ] - }, - "minecraft:behavior.hurt_by_target": { - "priority": 2, - "entity_types": { - "filters": { "test": "is_family", "subject": "other", "operator": "!=", "value": "creeper" } - } - }, - "minecraft:persistent": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:follow_range": { - "value": 64 - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:from_player": { - "add": { - "component_groups": [ - "minecraft:player_created" - ] - } - }, - "minecraft:from_village": { - "add": { - "component_groups": [ - "minecraft:village_created" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/lightning_bolt.json b/entities/lightning_bolt.json deleted file mode 100644 index ef0ec1a..0000000 --- a/entities/lightning_bolt.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:lightning_bolt", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - }, - - "components": { - "minecraft:type_family": { - "family":["lightning"] - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 10, - "use_motion_prediction_hints": true - } - } - }, - - "events": { - } - } -} diff --git a/entities/lingering_potion.json b/entities/lingering_potion.json deleted file mode 100644 index c557099..0000000 --- a/entities/lingering_potion.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:lingering_potion", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.25 - }, - "minecraft:projectile": { - "on_hit": { - "douse_fire": { }, - "spawn_aoe_cloud": { - "radius": 3.0, - "radius_on_use": -0.5, - "duration": 30, - "reapplication_delay": 40 - }, - "remove_on_hit": { } - }, - "power": 0.5, - "gravity": 0.05, - "angle_offset": -20.0, - "hit_sound": "glass" - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 5, - "use_motion_prediction_hints": true - } - } - } - } -} diff --git a/entities/llama.json b/entities/llama.json deleted file mode 100644 index e155661..0000000 --- a/entities/llama.json +++ /dev/null @@ -1,722 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:llama", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:llama_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ - { - "item": "wheat", - "growth": 0.1 - }, - { - "item": "hay_block", - "growth": 0.9 - } - ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - - "minecraft:behavior.follow_parent": { - "priority": 5, - "speed_multiplier": 1.0 - } - }, - - "minecraft:llama_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/llama.json" - }, - "minecraft:collision_box": { - "width": 0.9, - "height": 1.87 - }, - "minecraft:behavior.breed": { - "priority": 4, - "speed_multiplier": 1.0 - }, - "minecraft:breedable": { - "require_tame": true, - "inherit_tamed": false, - "love_filters": { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 1 }, // Wandering Trader Llamas can't fall in love - "breeds_with": { - "mate_type": "minecraft:llama", - "baby_type": "minecraft:llama", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "breed_items": [ "hay_block" ] - } - }, - - "minecraft:llama_wandering_trader": { - "minecraft:mark_variant": { - "value": 1 - }, - "minecraft:on_friendly_anger": { - "event": "minecraft:defend_wandering_trader", - "target": "self" - }, - "minecraft:environment_sensor": { - // If this is a Wandering Trader's llama and it was just released from its leash, make it tame - "triggers": { - "filters": { - "all_of": [ - { "test": "is_leashed", "subject": "self", "value": false }, - { "test": "has_component", "subject": "self", "operator": "!=", "value" : "minecraft:is_tamed" } - ] - }, - "event": "minecraft:on_tame" - } - }, - "minecraft:persistent": { - } - }, - - "minecraft:strength_1": { - "minecraft:strength": { - "value": 1, - "max": 5 - } - }, - "minecraft:strength_2": { - "minecraft:strength": { - "value": 2, - "max": 5 - } - }, - "minecraft:strength_3": { - "minecraft:strength": { - "value": 3, - "max": 5 - } - }, - "minecraft:strength_4": { - "minecraft:strength": { - "value": 4, - "max": 5 - } - }, - "minecraft:strength_5": { - "minecraft:strength": { - "value": 5, - "max": 5 - } - }, - - "minecraft:llama_creamy": { - "minecraft:variant": { - "value": 0 - } - }, - "minecraft:llama_white": { - "minecraft:variant": { - "value": 1 - } - }, - "minecraft:llama_brown": { - "minecraft:variant": { - "value": 2 - } - }, - "minecraft:llama_gray": { - "minecraft:variant": { - "value": 3 - } - }, - - "minecraft:llama_wild": { - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "player" - ], - "interact_text": "action.interact.mount", - "seats": { - "position": [ 0.0, 1.17, -0.3 ] - } - - }, - "minecraft:tamemount": { - "min_temper": 0, - "max_temper": 30, - "feed_text": "action.interact.feed", - "ride_text": "action.interact.mount", - "feed_items": [ - { - "item": "wheat", - "temper_mod": 3 - }, - { - "item": "hay_block", - "temper_mod": 6 - } - ], - "auto_reject_items": [ - { - "item": "horsearmorleather" - }, - { - "item": "horsearmoriron" - }, - { - "item": "horsearmorgold" - }, - { - "item": "horsearmordiamond" - }, - { - "item": "saddle" - } - ], - "tame_event": { - "event": "minecraft:on_tame", - "target": "self" - } - } - }, - - - "minecraft:llama_tamed": { - "minecraft:is_tamed": { - }, - "minecraft:rideable": { - "seat_count": 1, - "crouching_skip_interact": true, - "family_types": [ - "player" - ], - "interact_text": "action.interact.ride.horse", - "seats": { - "position": [ 0.0, 1.17, -0.3 ] - } - - }, - "minecraft:inventory": { - "inventory_size": 16, - "container_type": "horse", - "additional_slots_per_strength": 3 - }, - "minecraft:equippable": { - "slots": [ - { - "slot": 1, - "item": "carpet", - "accepted_items": [ "carpet" ] - } - ] - } - }, - "minecraft:llama_unchested": { - "minecraft:interact": { - "interactions": [ - { - "play_sounds": "armor.equip_generic", - "on_interact": { - "filters": { - "all_of": [ - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_equipment", "domain": "hand","subject" : "other", "value" : "chest"} - ] - }, - "event": "minecraft:on_chest", - "target": "self" - }, - "use_item": true, - "interact_text": "action.interact.attachchest" - } - ] - } - }, - - "minecraft:llama_chested": { - "minecraft:is_chested": { - - } - }, - - "minecraft:llama_angry": { - "minecraft:angry": { - "duration": 4, - "broadcast_anger": false, - "calm_event": { - "event": "minecraft:on_calm", - "target": "self" - } - }, - "minecraft:behavior.ranged_attack": { - "priority": 2, - "attack_radius": 64, - "charge_shoot_trigger": 2, - "charge_charged_trigger": 1 - } - }, - "minecraft:llama_angry_wolf": { - "minecraft:angry": { - "duration": -1, - "broadcast_anger": false, - "calm_event": { - "event": "minecraft:on_calm", - "target": "self" - } - }, - "minecraft:behavior.ranged_attack": { - "priority": 2, - "attack_radius": 64, - "charge_shoot_trigger": 2, - "charge_charged_trigger": 1 - } - }, - "minecraft:llama_defend_trader": { - "minecraft:angry": { - "duration": 10, - "calm_event": { - "event": "minecraft:on_calm", - "target": "self" - } - }, - "minecraft:behavior.ranged_attack": { - "priority": 2, - "attack_radius": 64, - "charge_shoot_trigger": 2, - "charge_charged_trigger": 1 - } - }, - - "minecraft:in_caravan": { - "minecraft:damage_sensor": { - "triggers": { - "cause": "all", - "deals_damage": true - } - } - } - - }, - - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "llama", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - "minecraft:mark_variant": { - "value": 0 - }, - "minecraft:health": { - "value": { - "range_min": 15, - "range_max": 30 - } - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:follow_range": { - "value": 40, - "max": 40 - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0, - "can_be_stolen": true - }, - "minecraft:balloonable": { - }, - "minecraft:healable": { - "items": [ - { - "item": "wheat", - "heal_amount": 2 - }, - { - "item": "hay_block", - "heal_amount": 10 - } - ] - }, - "minecraft:shooter": { - "def": "minecraft:llama_spit" - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.run_around_like_crazy": { - "priority": 1, - "speed_multiplier": 1.2 - }, - "minecraft:behavior.follow_caravan": { - "priority": 3, - "speed_multiplier": 2.1, - "entity_count": 10, - "entity_types": { - "filters": { "test" : "is_family", "subject" : "other", "value" : "llama"} - } - }, - "minecraft:behavior.panic": { - "priority": 4, - "speed_multiplier": 1.2 - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.7 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:behavior.mount_pathing": { - "priority": 1, - "speed_multiplier": 1.25, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1, - "hurt_owner": true - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "all", - "deals_damage": true, - "on_damage": { - "filters": { "test": "in_caravan", "value": false }, - "event": "minecraft:become_angry" - } - } - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "attack_interval": 16, - "entity_types": [ - { - "filters": { - "all_of": [ - { "test" : "is_family", "subject" : "other", "value" : "wolf"}, - { "test" : "has_component","subject" : "other", "operator": "!=", "value" : "minecraft:is_tamed"} - ] - }, - "max_dist": 10 - } - ], - "must_see": false, - "must_reach": true - }, - "minecraft:on_target_acquired": { - "filters": { - "all_of": [ - { "test" : "is_family", "subject" : "target", "value" : "wolf"}, - { "test" : "has_component","subject" : "target", "operator": "!=", "value" : "minecraft:is_tamed"} - ] - }, - "event": "minecraft:mad_at_wolf", - "target": "self" - }, - "minecraft:on_target_escape": { - "filters": { - "all_of": [ - { "test" : "is_family", "subject" : "target", "value" : "wolf"}, - { "test" : "has_component","subject" : "target", "operator": "!=", "value" : "minecraft:is_tamed"} - ] - }, - "event": "minecraft:on_calm", - "target": "self" - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - } - }, - - - "events": { - "minecraft:entity_spawned": { - "sequence": [ - { - "randomize": [ - { - "weight": 90, - "trigger": "minecraft:spawn_adult" - }, - { - "weight": 10, - "trigger": "minecraft:spawn_baby" - } - ] - } - ] - }, - - "minecraft:entity_born": { - "add": { - "component_groups": [ - "minecraft:llama_baby" - ] - } - }, - - "minecraft:from_wandering_trader": { - "sequence": [ - { - "add": { - "component_groups": [ - "minecraft:llama_adult", - "minecraft:llama_wandering_trader" - ] - } - }, - { - "trigger": "minecraft:add_attributes" - } - ] - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:llama_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:llama_adult", - "minecraft:llama_wild" - ] - } - }, - - "minecraft:on_tame": { - "remove": { - "component_groups": [ - "minecraft:llama_wild" - ] - }, - "add": { - "component_groups": [ - "minecraft:llama_tamed", - "minecraft:llama_unchested" - ] - } - }, - "minecraft:join_caravan": { - "add": { - "component_groups": [ - "minecraft:in_caravan" - ] - } - }, - "minecraft:leave_caravan": { - "remove": { - "component_groups": [ - "minecraft:in_caravan" - ] - } - }, - "minecraft:mad_at_wolf": { - "add": { - "component_groups": [ - "minecraft:llama_angry_wolf" - ] - } - }, - "minecraft:defend_wandering_trader": { - "add": { - "component_groups": [ - "minecraft:llama_defend_trader" - ] - } - }, - "minecraft:become_angry": { - "add": { - "component_groups": [ - "minecraft:llama_angry" - ] - } - }, - "minecraft:on_calm": { - "remove": { - "component_groups": [ - "minecraft:llama_angry", - "minecraft:llama_angry_wolf", - "minecraft:llama_defend_trader" - ] - } - }, - - "minecraft:on_chest": { - "remove": { - "component_groups": [ - "minecraft:llama_unchested" - ] - }, - "add": { - "component_groups": [ - "minecraft:llama_chested" - ] - } - }, - - "minecraft:add_attributes": { - "sequence": [ - { - "randomize": [ - { - "weight": 32, - "add": { - "component_groups": [ - "minecraft:strength_1" - ] - } - }, - { - "weight": 32, - "add": { - "component_groups": [ - "minecraft:strength_2" - ] - } - }, - { - "weight": 32, - "add": { - "component_groups": [ - "minecraft:strength_3" - ] - } - }, - { - "weight": 2, - "add": { - "component_groups": [ - "minecraft:strength_4" - ] - } - }, - { - "weight": 2, - "add": { - "component_groups": [ - "minecraft:strength_5" - ] - } - } - ] - }, - { - "randomize": [ - { - "weight": 25, - "add": { - "component_groups": [ - "minecraft:llama_creamy" - ] - } - }, - { - "weight": 25, - "add": { - "component_groups": [ - "minecraft:llama_white" - ] - } - }, - { - "weight": 25, - "add": { - "component_groups": [ - "minecraft:llama_brown" - ] - } - }, - { - "weight": 25, - "add": { - "component_groups": [ - "minecraft:llama_gray" - ] - } - } - ] - } - ] - }, - - "minecraft:spawn_baby": { - "add": { - "component_groups": [ - "minecraft:llama_baby" - ] - }, - "trigger": "minecraft:add_attributes" - }, - - "minecraft:spawn_adult": { - "add": { - "component_groups": [ - "minecraft:llama_adult", - "minecraft:llama_wild" - ] - }, - "trigger": "minecraft:add_attributes" - } - } - } -} \ No newline at end of file diff --git a/entities/llama_spit.json b/entities/llama_spit.json deleted file mode 100644 index dd6c805..0000000 --- a/entities/llama_spit.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:llama_spit", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - "components": { - "minecraft:collision_box": { - "width": 0.31, - "height": 0.31 - }, - "minecraft:projectile": { - - "on_hit": { - "impact_damage": { - "damage": 1, - "knockback": false - }, - "remove_on_hit": { } - }, - "power": 1.5, - "gravity": 0.06, - "inertia": 1, - "uncertainty_base": 10, - "uncertainty_multiplier": 4, - "anchor": 1, - "offset": [ 0, -0.1, 0 ], - "reflect_on_hurt": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - } - } -} diff --git a/entities/magma_cube.json b/entities/magma_cube.json deleted file mode 100644 index 8a2f676..0000000 --- a/entities/magma_cube.json +++ /dev/null @@ -1,203 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:magma_cube", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:slime_large": { - "minecraft:collision_box": { - "width": 2.08, - "height": 2.08 - }, - "minecraft:health": { - "value": 16, - "max": 16 - }, - "minecraft:movement": { - "value": 0.75 - }, - "minecraft:attack": { - "damage": 6 - }, - "minecraft:loot": { - "table": "loot_tables/entities/magma_cube.json" - } - }, - - "minecraft:slime_medium": { - "minecraft:collision_box": { - "width": 1.04, - "height": 1.02 - }, - "minecraft:health": { - "value": 4, - "max": 4 - }, - "minecraft:movement": { - "value": 0.66 - }, - "minecraft:attack": { - "damage": 4 - }, - "minecraft:loot": { - "table": "loot_tables/entities/magma_cube.json" - } - }, - - "minecraft:slime_small": { - "minecraft:collision_box": { - "width": 0.52, - "height": 0.52 - }, - "minecraft:health": { - "value": 1, - "max": 1 - }, - "minecraft:movement": { - "value": 0.6 - }, - "minecraft:attack": { - "damage": 2 - } - }, - - "minecraft:slime_calm": { - "minecraft:movement.jump": { - "jump_delay": [ 2.0, 6.0 ] - } - }, - "minecraft:slime_aggressive": { - "minecraft:movement.jump": { - "jump_delay": [ 0.667, 2.0 ] - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? query.variant : 0" - }, - "minecraft:type_family": { - "family": [ "magmacube", "monster", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_lava": true - }, - "minecraft:nameable": { - }, - "minecraft:fire_immune": { - }, - "minecraft:burns_in_daylight": false, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": false - } - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true - }, - "minecraft:jump.static": { - }, - "minecraft:movement.jump": { - "jump_delay": [ 2.0, 6.0 ] - }, - "minecraft:can_climb": { - }, - "minecraft:on_target_acquired": { - "event": "minecraft:become_aggressive", - "target": "self" - }, - "minecraft:on_target_escape": { - "event": "minecraft:become_calm", - "target": "self" - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.slime_float": { - "priority": 1, - "jump_chance_percentage": 0.8, - "speed_multiplier": 1.2 - }, - "minecraft:behavior.slime_attack": { - "priority": 3 - }, - "minecraft:behavior.slime_random_direction": { - "priority": 4, - "add_random_time_range": 3, - "turn_range": 360, - "min_change_direction_time": 2.0 - }, - "minecraft:behavior.slime_keep_on_jumping": { - "priority": 5, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "is_family", - "subject": "other", - "value": "irongolem" - } - ] - }, - "max_dist": 16 - } - ], - "must_see": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "minecraft:slime_calm" - ] - } - }, - "minecraft:become_calm": { - "add": { - "component_groups": [ - "minecraft:slime_calm" - ] - } - }, - "minecraft:become_aggressive": { - "add": { - "component_groups": [ - "minecraft:slime_aggressive" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/minecart.json b/entities/minecart.json deleted file mode 100644 index 9cd1b17..0000000 --- a/entities/minecart.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:minecart", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "components": { - "minecraft:is_stackable": { - }, - "minecraft:type_family": { - "family": [ "minecart", "inanimate" ] - }, - "minecraft:collision_box": { - "width": 0.98, - "height": 0.7 - }, - "minecraft:rail_movement": { - }, - "minecraft:rideable": { - "seat_count": 1, - "interact_text": "action.interact.ride.minecart", - "pull_in_entities": true, - - "seats": { - "position": [ 0.0, -0.2, 0.0 ] - } - }, - "minecraft:rail_sensor": { - "eject_on_activate": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 60.0, - "max_dropped_ticks": 20, - "use_motion_prediction_hints": true - }, - "conditional_values": [ - { - "max_optimized_distance": 0.0, - "max_dropped_ticks": 0, - "conditional_values": [ - { "test": "is_moving", "subject": "self", "operator": "==", "value": true} - ] - } - ] - } - } - } -} diff --git a/entities/mooshroom.json b/entities/mooshroom.json deleted file mode 100644 index 27d14f4..0000000 --- a/entities/mooshroom.json +++ /dev/null @@ -1,760 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:mooshroom", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:mooshroom_become_cow": { - "minecraft:transformation": { - "into": "minecraft:cow" - } - }, - "minecraft:cow_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value":0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": "wheat", - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 6, - "speed_multiplier": 1.1 - } - }, - - "minecraft:cow_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/mooshroom.json" - }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 1.0 - }, - "minecraft:breedable": { - "require_tame": false, - "breed_items": "wheat", - "breeds_with": { - "mate_type": "minecraft:mooshroom", - "baby_type": "minecraft:mooshroom", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "deny_parents_variant": { - "chance": 0.00098, // Roughly 1/1024 - "min_variant": 0, - "max_variant": 1 - } - }, - - "minecraft:interact": { - "interactions": [ - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "bowl"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_component", "operator": "!=", "value" : "minecraft:transformation"} - ] - }, - "event": "minecraft:flowerless", - "target": "self" - }, - "add_items": { - "table": "loot_tables/gameplay/entities/mooshroom_milking.json" - }, - "use_item": true, - "play_sounds": "milk_suspiciously", - "interact_text": "action.interact.moostew" - }, - { - "on_interact": { - "filters": { // allium - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:2"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, - { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 7} - ] - }, - "event": "minecraft:ate_allium", - "target": "self" - }, - "use_item": true, - "play_sounds": "eat", - "particle_on_start": { "particle_type": "smoke", "particle_y_offset": 0.25, "particle_offset_towards_interactor": true }, - "interact_text": "action.interact.feed" - }, - { - "on_interact": { - "filters": { // bluet - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:3"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, - { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 3} - ] - }, - "event": "minecraft:ate_bluet", - "target": "self" - }, - "use_item": true, - "play_sounds": "eat", - "particle_on_start": { "particle_type": "smoke", "particle_y_offset": 0.25, "particle_offset_towards_interactor": true }, - "interact_text": "action.interact.feed" - }, - { - "on_interact": { - "filters": { // orchid - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:1"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, - { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 6} - ] - }, - "event": "minecraft:ate_orchid", - "target": "self" - }, - "use_item": true, - "play_sounds": "eat", - "particle_on_start": { "particle_type": "smoke", "particle_y_offset": 0.25, "particle_offset_towards_interactor": true }, - "interact_text": "action.interact.feed" - }, - { - "on_interact": { - "filters": { // cornflower - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:9"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, - { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 1} - ] - }, - "event": "minecraft:ate_cornflower", - "target": "self" - }, - "use_item": true, - "play_sounds": "eat", - "particle_on_start": { "particle_type": "smoke", "particle_y_offset": 0.25, "particle_offset_towards_interactor": true }, - "interact_text": "action.interact.feed" - }, - { - "on_interact": { - "filters": { // Dandelion - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "yellow_flower"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, - { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 5} - ] - }, - "event": "minecraft:ate_dandelion", - "target": "self" - }, - "use_item": true, - "play_sounds": "eat", - "particle_on_start": { "particle_type": "smoke", "particle_y_offset": 0.25, "particle_offset_towards_interactor": true }, - "interact_text": "action.interact.feed" - }, - { - "on_interact": { - "filters": { // lily of the valley - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:10"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, - { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 4} - ] - }, - "event": "minecraft:ate_lily", - "target": "self" - }, - "use_item": true, - "play_sounds": "eat", - "particle_on_start": { "particle_type": "smoke", "particle_y_offset": 0.25, "particle_offset_towards_interactor": true }, - "interact_text": "action.interact.feed" - }, - { - "on_interact": { - "filters": { // daisy - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:8"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, - { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 8} - ] - }, - "event": "minecraft:ate_daisy", - "target": "self" - }, - "use_item": true, - "play_sounds": "eat", - "particle_on_start": { "particle_type": "smoke", "particle_y_offset": 0.25, "particle_offset_towards_interactor": true }, - "interact_text": "action.interact.feed" - }, - { - "on_interact": { - "filters": { // poppy - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:0"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, - { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 0} - ] - }, - "event": "minecraft:ate_poppy", - "target": "self" - }, - "use_item": true, - "play_sounds": "eat", - "particle_on_start": { "particle_type": "smoke", "particle_y_offset": 0.25, "particle_offset_towards_interactor": true }, - "interact_text": "action.interact.feed" - }, - { - "on_interact": { - "filters": { // tulips - "any_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:4"}, - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:5"}, - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:6"}, - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "red_flower:7"} - ], - "all_of": [ - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, - { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 2} - ] - }, - "event": "minecraft:ate_tulip", - "target": "self" - }, - "use_item": true, - "play_sounds": "eat", - "particle_on_start": { "particle_type": "smoke", "particle_y_offset": 0.25, "particle_offset_towards_interactor": true }, - "interact_text": "action.interact.feed" - }, - { - "on_interact": { - "filters": { // rose - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "wither_rose"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 1}, - { "test": "is_mark_variant", "subject": "self", "operator": "!=", "value": 9} - ] - }, - "event": "minecraft:ate_rose", - "target": "self" - }, - "use_item": true, - "play_sounds": "eat", - "particle_on_start": { "particle_type": "smoke", "particle_y_offset": 0.25, "particle_offset_towards_interactor": true }, - "interact_text": "action.interact.feed" - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "shears"}, - { "test" : "has_component", "operator": "!=", "value" : "minecraft:transformation"}, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 0} - ] - }, - "event": "become_cow", - "target": "self" - }, - "use_item": false, - "hurt_item": 1, - "play_sounds": "shear", - "spawn_items": { "table": "loot_tables/entities/mooshroom_shear.json" }, - "particle_on_start": { "particle_type": "largeexplode", "particle_y_offset": 0.25, "particle_offset_towards_interactor": true }, - "interact_text": "action.interact.mooshear" - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "shears"}, - { "test" : "has_component", "operator": "!=", "value" : "minecraft:transformation"}, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 1} - ] - }, - "event": "become_cow", - "target": "self" - }, - "use_item": false, - "hurt_item": 1, - "play_sounds": "shear", - "spawn_items": { "table": "loot_tables/entities/brown_mooshroom_shear.json" }, - "particle_on_start": { "particle_type": "largeexplode", "particle_y_offset": 0.25, "particle_offset_towards_interactor": true }, - "interact_text": "action.interact.mooshear" - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "bucket:0"}, - { "test" : "is_family", "subject" : "other", "value" : "player"} - ] - } - }, - "use_item": true, - "transform_to_item": "bucket:1", - "play_sounds": "milk", - "interact_text": "action.interact.milk" - } - ] - } - }, - - "minecraft:mooshroom_fed_nothing": { - "minecraft:mark_variant": { - "value": -1 - } - }, - - "minecraft:mooshroom_brown_fed_poppy": { - "minecraft:mark_variant": { - "value": 0 - } - }, - - "minecraft:mooshroom_brown_fed_cornflower": { - "minecraft:mark_variant": { - "value": 1 - } - }, - - "minecraft:mooshroom_brown_fed_tulips": { - "minecraft:mark_variant": { - "value": 2 - } - }, - - "minecraft:mooshroom_brown_fed_azure_bluet": { - "minecraft:mark_variant": { - "value": 3 - } - }, - - "minecraft:mooshroom_brown_fed_lily_of_the_valley": { - "minecraft:mark_variant": { - "value": 4 - } - }, - - "minecraft:mooshroom_brown_fed_dandelion": { - "minecraft:mark_variant": { - "value": 5 - } - }, - - "minecraft:mooshroom_brown_fed_blue_orchid": { - "minecraft:mark_variant": { - "value": 6 - } - }, - - "minecraft:mooshroom_brown_fed_allium": { - "minecraft:mark_variant": { - "value": 7 - } - }, - - "minecraft:mooshroom_brown_fed_oxeye_daisy": { - "minecraft:mark_variant": { - "value": 8 - } - }, - - "minecraft:mooshroom_brown_fed_wither_rose": { - "minecraft:mark_variant": { - "value": 9 - } - }, - - "minecraft:mooshroom_red": { - "minecraft:variant": { - "value": 0 - } - }, - - "minecraft:mooshroom_brown": { - "minecraft:variant": { - "value": 1 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "mushroomcow", "mob" ] - }, - "minecraft:mark_variant": { - "value": -1 - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 0.9, - "height": 1.3 - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 10, - "max": 10 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 1.105, 0.0 ] - } - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.25 - }, - "minecraft:behavior.mount_pathing": { - "priority": 2, - "speed_multiplier": 1.5, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.tempt": { - "priority": 4, - "speed_multiplier": 1.25, - "items": [ - "wheat" - ] - }, - "minecraft:behavior.follow_parent": { - "priority": 5, - "speed_multiplier": 1.1 - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.8 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:damage_sensor": { - "triggers": [ - { - "on_damage": { - "filters": { - "all_of": [ - { "test": "is_family", "subject": "other", "value": "lightning" }, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 0 } - ] - }, - "event": "minecraft:become_brown" - }, - "deals_damage": false, - "on_damage_sound_event": "convert_mooshroom" - }, - { - "on_damage": { - "filters": { - "all_of": [ - { "test": "is_family", "subject": "other", "value": "lightning" }, - { "test": "is_variant", "subject": "self", "operator": "==", "value": 1 } - ] - }, - "event": "minecraft:become_red" - }, - "deals_damage": false, - "on_damage_sound_event": "convert_mooshroom" - } - ] - } - }, - - "events": { - "become_cow": { - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:mooshroom_become_cow" - ] - } - }, - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 95, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:cow_adult", - "minecraft:mooshroom_red" - ] - } - }, - { - "weight": 5, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:cow_baby", - "minecraft:mooshroom_red" - ] - } - } - ] - }, - - "minecraft:entity_born": { - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:cow_baby" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:cow_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:cow_adult" - ] - } - }, - - "minecraft:flowerless": { - "add": { - "component_groups": [ - "minecraft:mooshroom_fed_nothing" - ] - } - }, - - "minecraft:ate_allium": { - "add": { - "component_groups": [ - "minecraft:mooshroom_brown_fed_allium" - ] - } - }, - - "minecraft:ate_cornflower": { - "add": { - "component_groups": [ - "minecraft:mooshroom_brown_fed_cornflower" - ] - } - }, - - "minecraft:ate_lily": { - "add": { - "component_groups": [ - "minecraft:mooshroom_brown_fed_lily_of_the_valley" - ] - } - }, - - "minecraft:ate_rose": { - "add": { - "component_groups": [ - "minecraft:mooshroom_brown_fed_wither_rose" - ] - } - }, - - "minecraft:ate_orchid": { - "add": { - "component_groups": [ - "minecraft:mooshroom_brown_fed_blue_orchid" - ] - } - }, - - "minecraft:ate_daisy": { - "add": { - "component_groups": [ - "minecraft:mooshroom_brown_fed_oxeye_daisy" - ] - } - }, - - "minecraft:ate_tulip": { - "add": { - "component_groups": [ - "minecraft:mooshroom_brown_fed_tulips" - ] - } - }, - - "minecraft:ate_bluet": { - "add": { - "component_groups": [ - "minecraft:mooshroom_brown_fed_azure_bluet" - ] - } - }, - - "minecraft:ate_poppy": { - "add": { - "component_groups": [ - "minecraft:mooshroom_brown_fed_poppy" - ] - } - }, - - "minecraft:ate_dandelion": { - "add": { - "component_groups": [ - "minecraft:mooshroom_brown_fed_dandelion" - ] - } - }, - - "minecraft:become_red": { - "remove": { - "component_groups": [ - "minecraft:mooshroom_brown" - ] - }, - "add": { - "component_groups": [ - "minecraft:mooshroom_red", - "minecraft:mooshroom_fed_nothing" - ] - } - }, - - "minecraft:become_brown": { - "remove": { - "component_groups": [ - "minecraft:mooshroom_red" - ] - }, - "add": { - "component_groups": [ - "minecraft:mooshroom_brown", - "minecraft:mooshroom_fed_nothing" - ] - } - }, - - "minecraft:become_brown_adult": { - "remove": { - "component_groups": [ - "minecraft:mooshroom_red" - ] - }, - "add": { - "component_groups": [ - "minecraft:mooshroom_brown", - "minecraft:cow_adult", - "minecraft:mooshroom_fed_nothing" - ] - } - }, - - "minecraft:become_red_adult": { - "remove": { - "component_groups": [ - "minecraft:mooshroom_brown", - "minecraft:cow_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:mooshroom_red", - "minecraft:cow_adult" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/mule.json b/entities/mule.json deleted file mode 100644 index a8b7301..0000000 --- a/entities/mule.json +++ /dev/null @@ -1,444 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:mule", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:mule_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale_by_age": { - "start_scale": 0.5, - "end_scale": 1.0 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ - { - "item": "wheat", - "growth": 0.016667 - }, - { - "item": "sugar", - "growth": 0.025 - }, - { - "item": "hay_block", - "growth": 0.15 - }, - { - "item": "apple", - "growth": 0.05 - }, - { - "item": "golden_carrot", - "growth": 0.05 - }, - { - "item": "golden_apple", - "growth": 0.2 - }, - { - "item": "appleEnchanted", - "growth": 0.2 - } - ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 4, - "speed_multiplier": 1.0 - } - }, - - "minecraft:mule_adult": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/horse.json" - }, - "minecraft:behavior.run_around_like_crazy": { - "priority": 1, - "speed_multiplier": 1.2 - } - }, - - "minecraft:mule_wild": { - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "player", - "zombie" - ], - "interact_text": "action.interact.mount", - "seats": { - "position": [ 0.0, 0.975, -0.2 ] - } - }, - "minecraft:behavior.mount_pathing": { - "priority": 2, - "speed_multiplier": 1.5, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:tamemount": { - "min_temper": 0, - "max_temper": 100, - "feed_text": "action.interact.feed", - "ride_text": "action.interact.mount", - "feed_items": [ - { - "item": "wheat", - "temper_mod": 3 - }, - { - "item": "sugar", - "temper_mod": 3 - }, - { - "item": "apple", - "temper_mod": 3 - }, - { - "item": "golden_carrot", - "temper_mod": 5 - }, - { - "item": "golden_apple", - "temper_mod": 10 - }, - { - "item": "appleEnchanted", - "temper_mod": 10 - } - ], - "auto_reject_items": [ - { - "item": "horsearmorleather" - }, - { - "item": "horsearmoriron" - }, - { - "item": "horsearmorgold" - }, - { - "item": "horsearmordiamond" - }, - { - "item": "saddle" - } - ], - "tame_event": { - "event": "minecraft:on_tame", - "target": "self" - } - } - }, - - "minecraft:mule_tamed": { - "minecraft:is_tamed": { - }, - "minecraft:equippable": { - "slots": [ - { - "slot": 0, - "item": "saddle", - "accepted_items": [ "saddle" ], - "on_equip": { - "event": "minecraft:mule_saddled" - }, - "on_unequip": { - "event": "minecraft:mule_unsaddled" - } - } - ] - }, - "minecraft:rideable": { - "seat_count": 1, - "crouching_skip_interact": true, - "family_types": [ - "player" - ], - "interact_text": "action.interact.ride.horse", - "seats": { - "position": [ 0.0, 0.975, -0.2 ] - } - }, - "minecraft:inventory": { - "inventory_size": 16, - "container_type": "horse" - }, - "minecraft:behavior.tempt": { - "priority": 5, - "speed_multiplier": 1.2, - "items": [ - "apple", - "carrot", - "golden_apple", - "appleEnchanted", - "golden_carrot", - "carrotOnAStick", - "hay_block", - "sugar", - "bread", - "wheat" - ] - } - }, - - "minecraft:mule_unchested": { - "minecraft:interact": { - "interactions": [ - { - "play_sounds": "armor.equip_generic", - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "chest"}, - { "test" : "is_family", "subject" : "other", "value" : "player"} - ] - }, - "event": "minecraft:on_chest", - "target": "self" - }, - "use_item": true, - "interact_text": "action.interact.attachchest" - } - ] - } - }, - - "minecraft:mule_chested": { - "minecraft:is_chested": { - - } - }, - - "minecraft:mule_saddled": { - "minecraft:is_saddled": { - }, - "minecraft:input_ground_controlled": { - }, - "minecraft:can_power_jump": { - }, - "minecraft:behavior.player_ride_tamed": { - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "mule", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 1.4, - "height": 1.6 - }, - "minecraft:health": { - "value": { - "range_min": 15, - "range_max": 30 - } - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.175 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:nameable": { - }, - "minecraft:horse.jump_strength": { - "value": 0.5 - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - }, - "minecraft:healable": { - "items": [ - { - "item": "wheat", - "heal_amount": 2 - }, - { - "item": "sugar", - "heal_amount": 1 - }, - { - "item": "hay_block", - "heal_amount": 20 - }, - { - "item": "apple", - "heal_amount": 3 - }, - { - "item": "golden_carrot", - "heal_amount": 4 - }, - { - "item": "golden_apple", - "heal_amount": 10 - }, - { - "item": "appleEnchanted", - "heal_amount": 10 - } - ] - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.2 - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.7 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 80, - "add": { - "component_groups": [ - "minecraft:mule_adult", - "minecraft:mule_wild" - ] - } - }, - { - "weight": 20, - "add": { - "component_groups": [ - "minecraft:mule_baby" - ] - } - } - ] - }, - - "minecraft:entity_born": { - "add": { - "component_groups": [ - "minecraft:mule_baby" - ] - } - }, - - "minecraft:on_tame": { - "remove": { - "component_groups": [ - "minecraft:mule_wild" - ] - }, - "add": { - "component_groups": [ - "minecraft:mule_tamed", - "minecraft:mule_unchested" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:mule_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:mule_adult", - "minecraft:mule_wild" - ] - } - }, - - "minecraft:on_chest": { - "remove": { - "component_groups": [ - "minecraft:mule_unchested" - ] - }, - "add": { - "component_groups": [ - "minecraft:mule_chested" - ] - } - }, - - "minecraft:mule_saddled": { - "add": { - "component_groups": [ - "minecraft:mule_saddled" - ] - } - }, - "minecraft:mule_unsaddled": { - "remove": { - "component_groups": [ - "minecraft:mule_saddled" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/npc.json b/entities/npc.json deleted file mode 100644 index d34293a..0000000 --- a/entities/npc.json +++ /dev/null @@ -1,138 +0,0 @@ -{ - "format_version": "1.13.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:npc", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "components": { - "minecraft:damage_sensor": { - "triggers": { - "cause": "all", - "deals_damage": false - } - }, - "minecraft:type_family": { - "family": [ "npc", "mob" ] - }, - "minecraft:fire_immune": true, - "minecraft:movement": { - "value": 0.5 - }, - "minecraft:loot": { - "table": "loot_tables/empty.json" - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 2.1 - }, - "minecraft:behavior.look_at_player": { - "priority": 0, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:persistent": { - }, - "minecraft:npc": { - "npc_data": { - "portrait_offsets": { - "translate": [-7, 50, 0], - "scale": [1.75, 1.75, 1.75] - }, - "picker_offsets": { - "translate": [0, 20, 0], - "scale": [1.7, 1.7, 1.7] - }, - "skin_list": [ - { - "variant": 0 - }, - { - "variant": 1 - }, - { - "variant": 2 - }, - { - "variant": 3 - }, - { - "variant": 4 - }, - { - "variant": 5 - }, - { - "variant": 6 - }, - { - "variant": 7 - }, - { - "variant": 8 - }, - { - "variant": 9 - }, - { - "variant": 10 - }, - { - "variant": 11 - }, - { - "variant": 12 - }, - { - "variant": 13 - }, - { - "variant": 14 - }, - { - "variant": 15 - }, - { - "variant": 16 - }, - { - "variant": 17 - }, - { - "variant": 18 - }, - { - "variant": 19 - }, - { - "variant": 20 - }, - { - "variant": 21 - }, - { - "variant": 22 - }, - { - "variant": 23 - }, - { - "variant": 24 - } - ] - } - }, - "minecraft:nameable": { - "always_show": false, - "allow_name_tag_renaming": false - }, - "minecraft:physics": { - }, - "minecraft:conditional_bandwidth_optimization": { - } - } - } -} diff --git a/entities/ocelot.json b/entities/ocelot.json deleted file mode 100644 index f5d2d74..0000000 --- a/entities/ocelot.json +++ /dev/null @@ -1,393 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:ocelot", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:ocelot_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ "fish", "salmon" ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - } - }, - - "minecraft:ocelot_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/ocelot.json" - }, - "minecraft:scale": { - "value": 1 - } - }, - "minecraft:ocelot_wild": { - "minecraft:trusting": { - "probability": 0.33, - "trust_items": [ "fish", "salmon" ], - "trust_event": { - "event": "minecraft:on_trust", - "target": "self" - } - }, - "minecraft:behavior.tempt": { - "priority": 4, - "speed_multiplier": 0.5, - "within_radius": 16, - "can_get_scared": true, - "items": [ - "fish", - "salmon" - ] - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 5, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "player" - }, - "max_dist": 10, - "walk_speed_multiplier": 0.8, - "sprint_speed_multiplier": 1.33 - } - ] - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 0.35, 0.0 ] - } - } - }, - "minecraft:ocelot_trusting": { - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.tempt": { - "priority": 4, - "speed_multiplier": 0.5, - "within_radius": 16, - "items": [ - "fish", - "salmon" - ] - }, - "minecraft:breedable": { - "require_tame": false, - "breeds_with": { - "mate_type": "minecraft:ocelot", - "baby_type": "minecraft:ocelot", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "breed_items": [ "fish", "salmon" ] - } - }, - // minecraft:ocelot_tame is only here for backwards compatibility purposes, ocelots are no longer tameable in Vanilla Minecraft - "minecraft:ocelot_tame": { - "minecraft:is_tamed": { - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:sittable": { - }, - "minecraft:behavior.follow_owner": { - "priority": 4, - "speed_multiplier": 1.0, - "start_distance": 10, - "stop_distance": 2 - }, - "minecraft:behavior.stay_while_sitting": { - "priority": 3 - }, - "minecraft:behavior.ocelot_sit_on_block": { - "priority": 6, - "speed_multiplier": 1.0 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:health": { - "value": 10, - "max": 10 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:attack_damage": { - "value": 4 - }, - "minecraft:nameable": { - }, - "minecraft:type_family": { - "family": [ "ocelot", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 0.7 - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": false - } - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.25 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 1, - "reselect_targets": true, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "chicken" - }, - "max_dist": 8 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "baby_turtle" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 8 - } - ] - }, - "minecraft:behavior.mount_pathing": { - "priority": 1, - "speed_multiplier": 1.25, - "target_dist": 0, - "track_target": true - }, - "minecraft:behavior.leap_at_target": { - "priority": 3, - "target_dist": 0.3 - }, - "minecraft:behavior.ocelotattack": { - "priority": 4, - "cooldown_time": 1.0, - "x_max_rotation": 30.0, - "y_max_head_rotation": 30.0, - "max_distance": 15.0, - "max_sneak_range": 15.0, - "max_sprint_range": 4.0, - "reach_multiplier": 2.0, - "sneak_speed_multiplier": 0.6, - "sprint_speed_multiplier": 1.33, - "walk_speed_multiplier": 0.8 - }, - "minecraft:behavior.random_stroll": { - "priority": 8, - "speed_multiplier": 0.8 - }, - "minecraft:behavior.look_at_player": { - "priority": 9 - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0, - "on_leash": { - "event": "minecraft:on_leash", - "target": "self" - }, - "on_unleash": { - "event": "minecraft:on_unleash", - "target": "self" - } - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "sequence": [ - { - "randomize": [ - { - "weight": 3, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:ocelot_adult", - "minecraft:ocelot_wild" - ] - } - }, - { - "weight": 1, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:ocelot_baby", - "minecraft:ocelot_wild" - ] - } - } - ] - } - ] - }, - - "minecraft:entity_born": { - "sequence": [ - { - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:ocelot_baby", - "minecraft:ocelot_trusting" - ] - } - } - ] - }, - - "minecraft:entity_born_wild": { - "remove": { - "component_groups": [ - "minecraft:ocelot_trusting" - ] - }, - "add": { - "component_groups": [ - "minecraft:ocelot_baby", - "minecraft:ocelot_wild" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:ocelot_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:ocelot_adult" - ] - } - }, - "minecraft:on_trust": { - "sequence": [ - { - "remove": { - "component_groups": [ - "minecraft:ocelot_wild" - ] - } - }, - { - "add": { - "component_groups": [ - "minecraft:ocelot_trusting" - ] - } - } - ] - }, - // Leashing and unleashing are only here for backwards compatibility purposes, ocelots are no longer leashable in Vanilla Minecraft - "minecraft:on_leash": { - "add": { - "component_groups": [ - "minecraft:ocelot_leashed" - ] - } - }, - "minecraft:on_unleash": { - "remove": { - "component_groups": [ - "minecraft:ocelot_leashed" - ] - } - } - } - } -} diff --git a/entities/panda.json b/entities/panda.json deleted file mode 100644 index bf265c2..0000000 --- a/entities/panda.json +++ /dev/null @@ -1,697 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:panda", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:panda_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.4 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": "bamboo", - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.roll": { - "priority": 12, - "probability": 0.0016 - }, - "minecraft:behavior.follow_parent": { - "priority": 13, - "speed_multiplier": 1.1 - }, - "minecraft:on_target_acquired": { - "event": "minecraft:on_scared", - "target": "self" - }, - "minecraft:behavior.sneeze": { - "priority": 7, - "probability": 0.0001666, - "cooldown_time": 1.0, - "within_radius": 10.0, - "entity_types": [ - { - "filters": { - "all_of": [ - { - "test": "has_component", - "subject": "other", - "operator": "!=", - "value": "minecraft:is_baby" - }, - { - "test": "is_family", - "subject": "other", - "value": "panda" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - }, - { - "test": "on_ground", - "operator": "==", - "value": true - } - ] - }, - "max_dist": 10 - } - ], - "drop_item_chance": 0.001, - "loot_table": "loot_tables/entities/panda_sneeze.json", - "prepare_sound": "presneeze", - "prepare_time": 1.0, - "sound": "sneeze" - } - }, - "minecraft:panda_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/panda.json" - }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 1.0 - }, - "minecraft:breedable": { - "require_tame": false, - "blend_attributes": false, - "environment_requirements": { - "blocks": "bamboo", - "count": 8, - "radius": 5 - }, - "breed_items": "bamboo", - "breeds_with": { - "mate_type": "minecraft:panda", - "baby_type": "minecraft:panda", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "mutation_factor": { - "variant": 1.0 - } - }, - "minecraft:on_target_acquired": { - "event": "minecraft:become_angry", - "target": "self" - }, - "minecraft:on_target_escape": { - "event": "minecraft:on_calm", - "target": "self" - }, - "minecraft:attack": { - "damage": 2.0 - }, - "minecraft:behavior.melee_attack": { - "priority": 2, - "attack_once": true, - "track_target": true, - "reach_multiplier": 1.0 - } - }, - "minecraft:panda_lazy": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:behavior.lay_down": { - "priority": 5, - "interval": 400, - "random_stop_interval": 2000 - }, - "minecraft:behavior.random_sitting": { - "priority": 6, - "start_chance": 0.02, - "stop_chance": 0.2, - "cooldown": 25, - "min_sit_time": 15 - }, - "minecraft:behavior.snacking": { - "priority": 3, - "snacking_cooldown": 17.5, - "snacking_cooldown_min": 10, - "snacking_stop_chance": 0.0011, - "items": [ - "bamboo", - "cake" - ] - }, - "minecraft:behavior.panic": { - "priority": 1, - // Lazy panda's move half the speed, so double their multiplier when they panic - // Otherwise, they don't actually look like they're panicking - "speed_multiplier": 2.5 - }, - "minecraft:movement": { - "value": 0.07 - } - }, - "minecraft:panda_worried": { - "minecraft:variant": { - "value": 2 - }, - "minecraft:behavior.scared": { - "priority": 1, - "sound_interval": 20 - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 5, - "max_dist": 16, - "max_flee": 20, - "entity_types": [ - { - "filters": { - "test": "is_family", - "operator": "!=", - "subject": "other", - "value": "panda" - }, - "max_dist": 16, - "sprint_speed_multiplier": 1.5 - } - ] - } - }, - "minecraft:panda_playful": { - "minecraft:variant": { - "value": 3 - }, - "minecraft:behavior.roll": { - "priority": 12, - "probability": 0.013 - } - }, - "minecraft:panda_brown": { - "minecraft:variant": { - "value": 4 - } - }, - "minecraft:panda_weak": { - "minecraft:variant": { - "value": 5 - }, - "minecraft:health": { - "value": 10, - "max": 10 - } - }, - "minecraft:panda_sneezing": { - "minecraft:behavior.sneeze": { - "priority": 7, - "probability": 0.002, - "cooldown_time": 1.0, - "within_radius": 10.0, - "entity_types": [ - { - "filters": { - "all_of": [ - { - "test": "has_component", - "subject": "other", - "operator": "!=", - "value": "minecraft:is_baby" - }, - { - "test": "is_family", - "subject": "other", - "value": "panda" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - }, - { - "test": "on_ground", - "operator": "==", - "value": true - } - ] - }, - "max_dist": 10 - } - ], - "drop_item_chance": 0.001, - "loot_table": "loot_tables/entities/panda_sneeze.json", - "prepare_sound": "presneeze", - "prepare_time": 1.0, - "sound": "sneeze" - } - }, - "minecraft:panda_aggressive": { - "minecraft:type_family": { - "family": [ "panda" , "panda_aggressive", "mob" ] - }, - "minecraft:variant": { - "value": 6 - }, - "minecraft:attack": { - "damage": 6.0 - }, - "minecraft:behavior.melee_attack": { - "priority": 2, - "track_target": true, - "reach_multiplier": 1.0 - }, - "minecraft:on_friendly_anger": { - "event": "minecraft:on_anger", - "target": "self" - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.25, - // Aggressive pandas don't panic from mob damage - "ignore_mob_damage": true - } - }, - "minecraft:panda_angry": { - "minecraft:angry": { - "duration": 500, - "broadcast_anger": true, - "broadcast_range": 41, - "broadcast_filters": { - "test": "is_family", - "operator": "==", - "value": "panda_aggressive" - }, - "calm_event": { - "event": "minecraft:on_calm", - "target": "self" - } - }, - "minecraft:on_target_acquired": { - } - }, - "minecraft:baby_scared": { - "minecraft:angry": { - "duration": 1, - "broadcast_anger": true, - "broadcast_range": 41, - "broadcast_filters": { - "test": "is_family", - "operator": "==", - "value": "panda_aggressive" - }, - "calm_event": { - "event": "minecraft:baby_on_calm", - "target": "self" - } - } - } - }, - - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "panda" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:navigation.walk": { - "can_float": true, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:scale": { - "value": 1.0 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:giveable": { - "triggers": { - "cooldown": 3.0, - "items": [ - "bamboo", - "cake" - ], - "on_give": { - "event": "minecraft:on_calm", - "target": "self" - } - } - }, - "minecraft:inventory": { - "inventory_size": 1, - "private": true - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:collision_box": { - "width": 1.7, - "height": 1.5 - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.15 - }, - "minecraft:water_movement": { - "drag_factor": 0.98 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.random_sitting": { - "priority": 5, - "start_chance": 0.01, - "stop_chance": 0.3, - "cooldown": 30, - "min_sit_time": 10 - }, - "minecraft:behavior.snacking": { - "priority": 2, - "snacking_cooldown": 22.5, - "snacking_cooldown_min": 20, - "snacking_stop_chance": 0.001334, - "items": [ - "bamboo", - "cake" - ] - }, - "minecraft:behavior.mount_pathing": { - "priority": 5, - "speed_multiplier": 1.5, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.tempt": { - "priority": 4, - "speed_multiplier": 1.25, - "items": [ - "bamboo" - ] - }, - "minecraft:behavior.random_stroll": { - "priority": 14, - "speed_multiplier": 0.8 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.25 - }, - "minecraft:balloonable": { - "mass": 1.5 - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 1.105, 0.0 ] - } - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:variant": { - "value": 0 - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:genetics": { - "mutation_rate": 0.03125, - "genes": [ - { - "name": "panda_variant", - "allele_range": { - "range_min": 0, - "range_max": 15 - }, - "genetic_variants": [ - { - "main_allele": 0, - "birth_event": { - "event": "minecraft:panda_lazy", - "target": "self" - } - }, - { - "main_allele": 1, - "birth_event": { - "event": "minecraft:panda_worried", - "target": "self" - } - }, - { - "main_allele": 2, - "birth_event": { - "event": "minecraft:panda_playful", - "target": "self" - } - }, - { - "main_allele": 3, - "birth_event": { - "event": "minecraft:panda_aggressive", - "target": "self" - } - }, - { - "both_allele": { - "range_min": 4, - "range_max": 7 - }, - "birth_event": { - "event": "minecraft:panda_weak", - "target": "self" - } - }, - { - "both_allele": { - "range_min": 8, - "range_max": 9 - }, - "birth_event": { - "event": "minecraft:panda_brown", - "target": "self" - } - } - ] - } - ] - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 95, - "add": { - "component_groups": [ - "minecraft:panda_adult" - ] - } - }, - { - "weight": 5, - "add": { - "component_groups": [ - "minecraft:panda_baby" - ] - } - } - ] - }, - - "minecraft:entity_born": { - "add": { - "component_groups": [ - "minecraft:panda_baby" - ] - } - }, - - "minecraft:ageable_grow_up": { - "sequence": [ - { - "remove": { - "component_groups": [ - "minecraft:panda_baby" - ] - } - }, - { - "add": { - "component_groups": [ - "minecraft:panda_adult" - ] - } - }, - { - "filters": { - "test": "is_variant", - "subject": "self", - "operator": "==", - "value": 3 - }, - "add": { - "component_groups": [ - "minecraft:panda_playful" - ] - } - }, - { - "filters": { - "test": "is_variant", - "subject": "self", - "operator": "==", - "value": 6 - }, - "add": { - "component_groups": [ - "minecraft:panda_aggressive" - ] - } - } - ] - }, - "minecraft:panda_lazy": { - "add": { - "component_groups": [ - "minecraft:panda_lazy" - ] - } - }, - "minecraft:panda_worried": { - "add": { - "component_groups": [ - "minecraft:panda_worried" - ] - } - }, - "minecraft:panda_playful": { - "add": { - "component_groups": [ - "minecraft:panda_playful" - ] - } - }, - "minecraft:panda_brown": { - "add": { - "component_groups": [ - "minecraft:panda_brown" - ] - } - }, - "minecraft:panda_weak": { - "sequence": [ - { - "add": { - "component_groups": [ - "minecraft:panda_weak" - ] - } - }, - { - "filters": { - "test": "has_component", - "operator": "==", - "value": "minecraft:is_baby" - }, - "add": { - "component_groups": [ - "minecraft:panda_sneezing" - ] - } - } - ] - }, - "minecraft:panda_aggressive": { - "add": { - "component_groups": [ - "minecraft:panda_aggressive" - ] - } - }, - "minecraft:on_scared": { - "add": { - "component_groups": [ - "minecraft:baby_scared" - ] - } - }, - "minecraft:baby_on_calm": { - "remove": { - "component_groups": [ - "minecraft:baby_scared" - ] - } - }, - "minecraft:become_angry": { - "add": { - "component_groups": [ - "minecraft:panda_angry" - ] - } - }, - "minecraft:on_calm": { - "remove": { - "component_groups": [ - "minecraft:panda_angry" - ] - } - } - } - } -} diff --git a/entities/parrot.json b/entities/parrot.json deleted file mode 100644 index 43d39b5..0000000 --- a/entities/parrot.json +++ /dev/null @@ -1,260 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:parrot", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:parrot_red": { - "minecraft:variant": { "value": 0 } - }, - "minecraft:parrot_blue": { - "minecraft:variant": { "value": 1 } - }, - "minecraft:parrot_green": { - "minecraft:variant": { "value": 2 } - }, - "minecraft:parrot_cyan": { - "minecraft:variant": { "value": 3 } - }, - "minecraft:parrot_silver": { - "minecraft:variant": { "value": 4 } - }, - - "minecraft:parrot_adult": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/parrot.json" - } - }, - - "minecraft:parrot_wild": { - "minecraft:type_family": { - "family": [ "parrot_wild", "mob" ] - }, - "minecraft:tameable": { - "probability": 0.33, - "tame_items": [ - "wheat_seeds", - "pumpkin_seeds", - "melon_seeds", - "beetroot_seeds" - ], - "tame_event": { - "event": "minecraft:on_tame", - "target": "self" - } - }, - "minecraft:behavior.random_fly": { - "priority": 2, - "xz_dist": 15, - "y_dist": 1, - "y_offset": 0, - "speed_multiplier": 1.0, - "can_land_on_trees": true, - "avoid_damage_blocks": true - }, - "minecraft:behavior.follow_mob": { - "priority": 3, - "speed_multiplier": 1.0, - "stop_distance": 3, - "search_range": 20 - } - }, - - "minecraft:parrot_tame": { - "minecraft:type_family": { - "family": [ "parrot_tame", "mob" ] - }, - "minecraft:is_tamed": { - }, - "minecraft:behavior.follow_owner": { - "priority": 2, - "speed_multiplier": 1.0, - "start_distance": 5, - "stop_distance": 1 - }, - "minecraft:sittable": { - }, - "minecraft:behavior.stay_while_sitting": { - "priority": 1 - }, - "minecraft:behavior.find_mount": { - "priority": 3, - "within_radius": 16, - "avoid_water": true, - "start_delay": 100, - "target_needed": false, - "mount_distance": 2.0 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 0.5, - "height": 1 - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 6, - "max": 6 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.4 - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": false - } - }, - "minecraft:jump.static": { - }, - "minecraft:can_fly": { - }, - "minecraft:navigation.fly": { - "can_path_over_water": true, - "can_path_from_air": true - }, - "minecraft:movement.fly": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic": { - "priority": 0, - "speed_multiplier": 1.25 - }, - "minecraft:behavior.look_at_player": { - "priority": 1, - "look_distance": 8.0 - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:healable": { - "force_use": true, - "filters": { "test": "is_riding", "operator": "!=", "value": true }, - "items": [ - { - "item": "cookie", - "heal_amount": 0, - "effects": [ - { - "name": "fatal_poison", - "chance": 1.0, - "duration": 1000, - "amplifier": 0 - } - ] - } - ] - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 20, - "add": { - "component_groups": [ - "minecraft:parrot_red", - "minecraft:parrot_adult", - "minecraft:parrot_wild" - ] - } - }, - { - "weight": 20, - "add": { - "component_groups": [ - "minecraft:parrot_blue", - "minecraft:parrot_adult", - "minecraft:parrot_wild" - ] - } - }, - { - "weight": 20, - "add": { - "component_groups": [ - "minecraft:parrot_green", - "minecraft:parrot_adult", - "minecraft:parrot_wild" - ] - } - }, - { - "weight": 20, - "add": { - "component_groups": [ - "minecraft:parrot_cyan", - "minecraft:parrot_adult", - "minecraft:parrot_wild" - ] - } - }, - { - "weight": 20, - "add": { - "component_groups": [ - "minecraft:parrot_silver", - "minecraft:parrot_adult", - "minecraft:parrot_wild" - ] - } - } - ] - }, - "minecraft:on_tame": { - "remove": { - "component_groups": [ - "minecraft:parrot_wild" - ] - }, - "add": { - "component_groups": [ - "minecraft:parrot_tame" - ] - } - } - } - } -} diff --git a/entities/phantom.json b/entities/phantom.json deleted file mode 100644 index c166152..0000000 --- a/entities/phantom.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - - "description": { - "identifier": "minecraft:phantom", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 : 0" - }, - "minecraft:type_family": { - "family": [ "phantom", "undead", "monster", "mob" ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/phantom.json" - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:physics": { - "has_gravity": false - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:attack": { - "damage": 6 - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_air": true, - "breathes_water": false - }, - "minecraft:collision_box": { - "width": 0.9, - "height": 0.5 - }, - "minecraft:movement": { - "value": 1.8 - }, - "minecraft:movement.glide": { - "start_speed": 0.1, - "speed_when_turning": 0.2 - }, - "minecraft:burns_in_daylight": { - }, - "minecraft:follow_range": { - "value": 64, - "max": 64 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 0, - "max_dist": 16.0, - "ignore_visibility": true, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "ocelot" }, - { "test": "is_family", "subject": "other", "value": "cat" } - ] - }, - "max_dist": 16 - } - ] - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 1, - "reselect_targets": true, - "scan_interval": 20, - "within_radius": 64.0, - "must_see_forget_duration": 0.5, - "target_search_height": 80.0, - - "entity_types": [ - { - "filters": { "test": "is_family", "subject": "other", "value": "player" }, - "max_dist": 64 - } - ] - }, - "minecraft:behavior.swoop_attack": { - "priority": 2, - "damage_reach": 0.2, - "speed_multiplier": 1.0, - "delay_range": [ 10.0, 20.0 ] - }, - "minecraft:behavior.circle_around_anchor": { - "priority": 3, - "radius_change": 1.0, - "radius_adjustment_chance": 0.004, - "height_adjustment_chance": 0.002857, - "goal_radius": 1.0, - "angle_change": 15.0, - "radius_range": [ 5.0, 15.0 ], - "height_offset_range": [ -4.0, 5.0 ], - "height_above_target_range": [ 20.0, 40.0 ] - } - } - } -} \ No newline at end of file diff --git a/entities/pig.json b/entities/pig.json deleted file mode 100644 index 71207b6..0000000 --- a/entities/pig.json +++ /dev/null @@ -1,324 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:pig", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:pig_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ "carrot", "beetroot", "potato" ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - - "minecraft:behavior.follow_parent": { - "priority": 6, - "speed_multiplier": 1.1 - } - }, - - "minecraft:pig_transform": { - "minecraft:transformation": { - "into": "minecraft:pig_zombie", - "delay": 0.5 - } - }, - - "minecraft:pig_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/pig.json" - }, - "minecraft:behavior.breed": { - "priority": 4, - "speed_multiplier": 1.0 - }, - "minecraft:breedable": { - "require_tame": false, - "breeds_with": { - "mate_type": "minecraft:pig", - "baby_type": "minecraft:pig", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "breed_items": [ "carrot", "beetroot", "potato" ] - } - }, - - "minecraft:pig_unsaddled": { - "minecraft:interact": { - "interactions": [ - { - "on_interact": { - "filters": { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "saddle"}, - "event": "minecraft:on_saddled" - }, - "use_item": true, - "play_sounds": "saddle", - "interact_text": "action.interact.saddle" - } - ] - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 0.63, 0.0 ] - } - } - }, - - "minecraft:pig_saddled": { - "minecraft:is_saddled": { - }, - "minecraft:loot": { - "table": "loot_tables/entities/pig_saddled.json" - }, - "minecraft:boostable": { - "speed_multiplier": 2.0, - "duration": 3.0, - "boost_items": [ - { - "item": "carrotOnAStick", - "damage": 2, - "replace_item": "fishing_rod" - } - ] - }, - "minecraft:rideable": { - "seat_count": 1, - "interact_text": "action.interact.mount", - "family_types": [ - "player" - ], - "seats": { - "position": [ 0.0, 0.63, 0.0 ] - } - }, - "minecraft:item_controllable": { - "control_items": "carrotOnAStick" - }, - "minecraft:behavior.controlled_by_player": { - "priority": 0 - } - } - }, - - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:damage_sensor": { - "triggers": { - "on_damage": { - "filters": [ - { - "test": "is_family", - "subject": "other", - "value": "lightning" - }, - { - "test": "is_difficulty", - "operator": "!=", - "value": "peaceful" - } - ], - "event": "become_zombie" - }, - "deals_damage": false - } - }, - "minecraft:type_family": { - "family": [ "pig", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 10, - "max": 10 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:collision_box": { - "width": 0.9, - "height": 0.9 - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - "mass": 0.75 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.mount_pathing": { - "priority": 1, - "speed_multiplier": 1.25, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:behavior.float": { - "priority": 2 - }, - "minecraft:behavior.panic": { - "priority": 3, - "speed_multiplier": 1.25 - }, - "minecraft:behavior.tempt": { - "priority": 5, - "speed_multiplier": 1.2, - "items": [ - "potato", - "carrot", - "beetroot", - "carrotOnAStick" - ] - }, - "minecraft:behavior.random_stroll": { - "priority": 7, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - - "events": { - "become_zombie": { - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:pig_transform" - ] - } - }, - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 95, - "trigger": "minecraft:spawn_adult" - }, - { - "weight": 5, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:pig_baby" - ] - - } - } - ] - }, - - "minecraft:entity_born": { - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:pig_baby" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:pig_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:pig_adult", - "minecraft:pig_unsaddled" - ] - } - }, - - "minecraft:on_saddled": { - "remove": { - "component_groups": [ - "minecraft:pig_unsaddled" - ] - }, - "add": { - "component_groups": [ - "minecraft:pig_saddled" - ] - } - }, - "minecraft:spawn_adult": { - "add": { - "component_groups": [ - "minecraft:pig_adult", - "minecraft:pig_unsaddled" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/piglin.json b/entities/piglin.json deleted file mode 100644 index 72584a9..0000000 --- a/entities/piglin.json +++ /dev/null @@ -1,1180 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:piglin", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "zombification_sensor": { - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "in_nether", - "subject": "self", - "operator": "==", - "value": false - }, - "event": "start_zombification_event" - } - } - }, - - "start_zombification": { - "minecraft:is_shaking": {}, - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "in_nether", - "subject": "self", - "operator": "==", - "value": true - }, - "event": "stop_zombification_event" - } - }, - "minecraft:timer": { - "looping": false, - "time": 15, - "time_down_event": { - "event": "become_zombie_event" - } - } - }, - - "become_zombie": { - "minecraft:transformation": { - "into": "minecraft:zombie_pigman", - "transformation_sound" : "converted_to_zombified", - "keep_level": true, - "drop_inventory": true, - "preserve_equipment": true - } - }, - - "ranged_unit": { - "minecraft:behavior.ranged_attack": { - "priority": 8, - "attack_interval_min": 1, - "attack_interval_max": 1, - "attack_radius": 8, - "attack_radius_min": 4, - "speed_multiplier": 1.0, - "target_in_sight_time": 0.1 - }, - "minecraft:shooter": { - "def": "minecraft:arrow" - }, - "minecraft:behavior.charge_held_item": { - "priority": 3, - "items": [ - "minecraft:arrow" - ] - }, - "minecraft:equipment": { - "table": "loot_tables/entities/piglin_gear_ranged.json" - }, - "minecraft:variant": { - "value": 0 - } - }, - - "melee_unit": { - "minecraft:behavior.melee_attack": { - "priority": 8, - "speed_multiplier": 1.0, - "track_target": true - }, - "minecraft:attack": { - "damage": 5 - }, - "minecraft:equipment": { - "table": "loot_tables/entities/piglin_gear_melee.json" - }, - "minecraft:variant": { - "value": 1 - } - }, - - "angry": { - "minecraft:angry": { - "duration": 30, - "broadcast_anger": true, - "broadcast_anger_on_attack": true, - "broadcast_anger_on_being_attacked": true, - "broadcast_range": 16, - "broadcast_targets": [ - "piglin" // we want to broadcast to both normal piglins and piglin_brute - ], - "calm_event": { - "event": "become_calm_event", - "target": "self" - }, - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "operator": "!=", - "value": "piglin" - }, - { - "test": "has_component", - "subject": "self", - "operator": "!=", - "value": "minecraft:attack_cooldown" - } - ] - }, - "angry_sound": "angry", - "sound_interval": { - "range_min": 2.0, - "range_max": 5.0 - } - } - }, - - "attack_cooldown": { - "minecraft:attack_cooldown": { - "attack_cooldown_time": [ 30.0, 120.0 ], - "attack_cooldown_complete_event": { - "event": "attack_cooldown_complete_event", - "target": "self" - } - } - }, - - "piglin_baby": { - "minecraft:is_baby": {}, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:movement": { - "value": 0.42 - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 1 + (query.equipment_count * Math.Random(1,2)) : 0" - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.1 - } - }, - - "piglin_adult": { - "minecraft:group_size": { - "radius": 32, - "filters": { - "all_of": [ - { - "test": "has_component", - "operator": "!=", - "value": "minecraft:is_baby" - }, - { - "test": "is_family", - "value": "piglin" - } - ] - } - }, - "minecraft:movement": { - "value": 0.35 - }, - "minecraft:barter": { - "barter_table": "loot_tables/entities/piglin_barter.json", - "cooldown_after_being_attacked": 20 - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:celebrate_hunt": { - "celebration_targets": { - "all_of": [ - { - "test": "is_family", - "value": "hoglin" - } - ] - }, - "broadcast": true, - "duration": 10, - "celebrate_sound": "celebrate", - "sound_interval": { - "range_min": 2.0, - "range_max": 5.0 - }, - "radius": 16 - }, - "minecraft:block_sensor": { - "sensor_radius": 16, - "on_break": [ - { - "block_list": [ - "minecraft:gold_block", - "minecraft:gilded_blackstone", - "minecraft:nether_gold_ore", - "minecraft:deepslate_gold_ore", - "minecraft:raw_gold_block", - "minecraft:gold_ore", - "minecraft:chest", - "minecraft:trapped_chest", - "minecraft:ender_chest", - "minecraft:barrel", - "minecraft:shulker_box", - "minecraft:undyed_shulker_box" - ], - "on_block_broken": "important_block_destroyed_event" - } - ] - } - }, - - "interactable_piglin": { - "minecraft:interact": { - "interactions": [ - { - "on_interact": { - "filters": { - "all_of": [ - { - "test": "has_equipment", - "subject": "other", - "domain": "hand", - "value": "gold_ingot" - }, - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "has_component", - "subject": "self", - "operator": "!=", - "value": "minecraft:is_baby" - } - ] - } - }, - "barter": true, - "admire": true, - "use_item": true, - "cooldown_after_being_attacked": 20, - "interact_text": "action.interact.barter" - } - ] - } - }, - - "hunter": { - "minecraft:type_family": { - "family": [ - "piglin", - "piglin_hunter", - "monster" - ] - } - }, - - "not_hunter": { - "minecraft:type_family": { - "family": [ - "piglin", - "monster" - ] - } - }, - - "alert_for_attack_targets": { - "minecraft:behavior.nearest_attackable_target": { - "priority": 7, - "within_radius": 16.0, - "persist_time": 2.0, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "wither" - } - ] - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "self", - "value": "piglin_hunter" - }, - { - "test": "is_family", - "subject": "other", - "value": "hoglin_huntable" - }, - { - "test": "has_component", - "subject": "other", - "operator": "!=", - "value": "minecraft:is_baby" - }, - { - "test": "has_component", - "subject": "self", - "operator": "!=", - "value": "minecraft:attack_cooldown" - } - ] - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "has_equipment", - "subject": "other", - "domain": "head", - "operator": "!=", - "value": "golden_helmet" - }, - { - "test": "has_equipment", - "subject": "other", - "domain": "torso", - "operator": "!=", - "value": "golden_chestplate" - }, - { - "test": "has_equipment", - "subject": "other", - "domain": "leg", - "operator": "!=", - "value": "golden_leggings" - }, - { - "test": "has_equipment", - "subject": "other", - "domain": "feet", - "operator": "!=", - "value": "golden_boots" - } - ] - }, - "max_dist": 16 - }, - { - "filters": { - "any_of": [ - { - "test": "has_container_open", - "subject": "other", - "operator": "==", - "value": true - } - ] - }, - "max_dist": 16 - } - ], - "must_see": true - } - }, - - "take_target_as_response_to_block_break": { - "minecraft:behavior.nearest_attackable_target": { - "priority": 7, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "player" - }, - "max_dist": 16 - } - ] - } - }, - - "piglin_jockey": { - "minecraft:behavior.find_mount": { - "priority": 1, - "within_radius": 16, - "start_delay": 15, - "max_failed_attempts": 20 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:equip_item": { - }, - "minecraft:admire_item": { - "duration": 8, - "cooldown_after_being_attacked": 20 - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:on_target_acquired": { - "event": "become_angry_event", - "target": "self" - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:health": { - "value": 16, - "max": 16 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/piglin.json" - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "can_open_doors": true - }, - "minecraft:annotation.open_door": { - }, - "minecraft:movement.basic": {}, - "minecraft:jump.static": {}, - "minecraft:nameable": {}, - "minecraft:inventory": { - "inventory_size": 8 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.admire_item": { - "priority": 2, - "admire_item_sound": "admire", - "sound_interval": { - "range_min": 2.0, - "range_max": 5.0 - }, - "on_admire_item_start": { - "event": "admire_item_started_event", - "target": "self" - }, - "on_admire_item_stop": { - "event": "admire_item_stopped_event", - "target": "self" - } - }, - "minecraft:behavior.barter": { - "priority": 3 - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 4, - "remove_target": true, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "zombie_pigman" - } - ] - }, - "max_dist": 6 - }, - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "zoglin" - } - ] - }, - "max_dist": 6 - }, - { - "filters": { - "all_of": [ - { - "test": "has_target", - "subject": "other", - "value": true - }, - { - "test": "is_family", - "subject": "other", - "value": "hoglin" - } - ] - }, - "sprint_speed_multiplier": 1.2, - "check_if_outnumbered": true - } - ], - "on_escape_event": { - "event": "become_calm_event", - "target": "self" - }, - "avoid_mob_sound": "retreat", - "sound_interval": { - "range_min": 2.0, - "range_max": 5.0 - } - }, - "minecraft:behavior.equip_item": { - "priority": 5 - }, - "minecraft:behavior.pickup_items": { - "priority": 6, - "max_dist": 10, - "goal_radius": 2, - "speed_multiplier": 0.8, - "pickup_based_on_chance": false, - "can_pickup_any_item": false, - "cooldown_after_being_attacked": 20.0 - }, - "minecraft:behavior.avoid_block": { - "priority": 9, - "tick_interval": 5, - "search_range": 8, - "search_height": 4, - "sprint_speed_modifier": 1.1, - "target_selection_method": "nearest", - "target_blocks": [ - "minecraft:soul_fire", - "minecraft:soul_lantern", - "minecraft:soul_torch", - "minecraft:item.soul_campfire" - ], - "avoid_block_sound": "retreat", - "sound_interval": { - "range_min": 2.0, - "range_max": 5.0 - } - }, - "minecraft:behavior.random_stroll": { - "priority": 10, - "speed_multiplier": 0.6 - }, - "minecraft:behavior.look_at_player": { - "priority": 11, - "look_distance": 8 - }, - "minecraft:behavior.random_look_around": { - "priority": 12 - }, - "minecraft:physics": {}, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:follow_range": { - "value": 64 - }, - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:golden_sword", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:golden_axe", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:golden_hoe", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:golden_pickaxe", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:golden_shovel", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:golden_rail", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:golden_helmet", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:golden_chestplate", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:golden_leggings", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:golden_boots", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:golden_apple", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:appleEnchanted", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:golden_carrot", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:gold_block", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:gold_nugget", - "priority": 2, - "stored_in_inventory": true - }, - { - "item": "minecraft:raw_gold", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:gold_ore", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:nether_gold_ore", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:deepslate_gold_ore", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:raw_gold_block", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:gilded_blackstone", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:horsearmorgold", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:crossbow", - "priority": 2 - }, - { - "item": "minecraft:porkchop", - "consume_item": true, - "priority": 3, - "max_amount": 64 - }, - { - "item": "minecraft:cooked_porkchop", - "consume_item": true, - "priority": 3, - "max_amount": 64 - }, - { - "item": "minecraft:netherite_helmet", - "priority": 3 - }, - { - "item": "minecraft:diamond_helmet", - "priority": 4 - }, - { - "item": "minecraft:iron_helmet", - "priority": 5 - }, - { - "item": "minecraft:chainmail_helmet", - "priority": 6 - }, - { - "item": "minecraft:leather_helmet", - "priority": 7 - }, - { - "item": "minecraft:skull:0", - "want_amount": 1, - "surplus_amount": 1, - "priority": 8 - }, - { - "item": "minecraft:skull:1", - "want_amount": 1, - "surplus_amount": 1, - "priority": 8 - }, - { - "item": "minecraft:skull:2", - "want_amount": 1, - "surplus_amount": 1, - "priority": 8 - }, - { - "item": "minecraft:skull:3", - "want_amount": 1, - "surplus_amount": 1, - "priority": 8 - }, - { - "item": "minecraft:skull:4", - "want_amount": 1, - "surplus_amount": 1, - "priority": 8 - }, - { - "item": "minecraft:skull:5", - "want_amount": 1, - "surplus_amount": 1, - "priority": 8 - }, - { - "item": "minecraft:carved_pumpkin", - "want_amount": 1, - "surplus_amount": 1, - "priority": 8 - }, - { - "item": "minecraft:turtle_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 8 - }, - { - "item": "minecraft:netherite_chestplate", - "priority": 3 - }, - { - "item": "minecraft:diamond_chestplate", - "priority": 4 - }, - { - "item": "minecraft:iron_chestplate", - "priority": 5 - }, - { - "item": "minecraft:chainmail_chestplate", - "priority": 6 - }, - { - "item": "minecraft:leather_chestplate", - "priority": 7 - }, - { - "item": "minecraft:elytra", - "priority": 7 - }, - { - "item": "minecraft:netherite_leggings", - "priority": 3 - }, - { - "item": "minecraft:diamond_leggings", - "priority": 4 - }, - { - "item": "minecraft:iron_leggings", - "priority": 5 - }, - { - "item": "minecraft:chainmail_leggings", - "priority": 6 - }, - { - "item": "minecraft:leather_leggings", - "priority": 7 - }, - { - "item": "minecraft:netherite_boots", - "priority": 3 - }, - { - "item": "minecraft:diamond_boots", - "priority": 4 - }, - { - "item": "minecraft:iron_boots", - "priority": 5 - }, - { - "item": "minecraft:chainmail_boots", - "priority": 6 - }, - { - "item": "minecraft:bell", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:clock", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:speckled_melon", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:light_weighted_pressure_plate", - "priority": 2, - "admire": true, - "pickup_limit": 1, - "stored_in_inventory": true - }, - { - "item": "minecraft:leather_boots", - "priority": 7 - }, - { - "item": "minecraft:netherite_sword", - "priority": 3 - }, - { - "item": "minecraft:diamond_sword", - "priority": 4 - }, - { - "item": "minecraft:iron_sword", - "priority": 5 - }, - { - "item": "minecraft:stone_sword", - "priority": 6 - }, - { - "item": "minecraft:wooden_sword", - "priority": 7 - }, - { - "item": "minecraft:shield", - "priority": 7 - }, - { - "item": "minecraft:gold_ingot", - "priority": 1, - "pickup_limit": 1, - "admire": true, - "barter": true - } - ] - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 5, - "trigger": "spawn_baby" - }, - { - "weight": 95, - "trigger": "spawn_adult" - } - ] - }, - "minecraft:entity_born": { - "trigger": "spawn_baby" - }, - "spawn_adult_no_hunting": { - "randomize": [ - { - "weight": 1, - "trigger": "spawn_adult_ranged_no_hunting" - }, - { - "weight": 1, - "trigger": "spawn_adult_melee_no_hunting" - } - ] - }, - "spawn_adult": { - "randomize": [ - { - "weight": 1, - "trigger": "spawn_adult_ranged" - }, - { - "weight": 1, - "trigger": "spawn_adult_melee" - } - ] - }, - "spawn_adult_ranged": { - "add": { - "component_groups": [ - "piglin_adult", - "zombification_sensor", - "alert_for_attack_targets", - "ranged_unit", - "attack_cooldown", - "hunter", - "interactable_piglin" - ] - } - }, - "spawn_adult_ranged_no_hunting": { - "add": { - "component_groups": [ - "piglin_adult", - "zombification_sensor", - "alert_for_attack_targets", - "ranged_unit", - "attack_cooldown", - "not_hunter", - "interactable_piglin" - ] - } - }, - "spawn_adult_melee": { - "add": { - "component_groups": [ - "piglin_adult", - "zombification_sensor", - "alert_for_attack_targets", - "melee_unit", - "attack_cooldown", - "hunter", - "interactable_piglin" - ] - } - }, - "spawn_adult_melee_no_hunting": { - "add": { - "component_groups": [ - "piglin_adult", - "zombification_sensor", - "alert_for_attack_targets", - "melee_unit", - "attack_cooldown", - "not_hunter", - "interactable_piglin" - ] - } - }, - "spawn_baby": { - "randomize": [ - { - "weight": 9, - "add": { - "component_groups": [ - "piglin_baby", - "zombification_sensor", - "not_hunter" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "piglin_baby", - "zombification_sensor", - "piglin_jockey", - "not_hunter" - ] - } - } - ] - }, - "stop_zombification_event": { - "add": { - "component_groups": [ - "zombification_sensor" - ] - }, - "remove": { - "component_groups": [ - "start_zombification" - ] - } - }, - "start_zombification_event": { - "add": { - "component_groups": [ - "start_zombification" - ] - }, - "remove": { - "component_groups": [ - "zombification_sensor" - ] - } - }, - "become_angry_event": { - "add": { - "component_groups": [ - "angry" - ] - } - }, - "become_calm_event": { - "remove": { - "component_groups": [ - "angry", - "take_target_as_response_to_block_break" - ] - }, - "add": { - "component_groups": [ - "alert_for_attack_targets", - "attack_cooldown" - ] - } - }, - "attack_cooldown_complete_event": { - "remove": { - "component_groups": [ - "attack_cooldown" - ] - } - }, - "become_zombie_event": { - "add": { - "component_groups": [ - "become_zombie" - ] - } - }, - "important_block_destroyed_event": { - "remove": { - "component_groups": [ - "alert_for_attack_targets" - ] - }, - "add": { - "component_groups": [ - "take_target_as_response_to_block_break" - ] - } - }, - "admire_item_started_event": { - "remove": { - "component_groups": [ - "interactable_piglin" - ] - } - }, - "admire_item_stopped_event": { - "add": { - "component_groups": [ - "interactable_piglin" - ] - } - } - } - } -} diff --git a/entities/piglin_brute.json b/entities/piglin_brute.json deleted file mode 100644 index cf8112f..0000000 --- a/entities/piglin_brute.json +++ /dev/null @@ -1,375 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:piglin_brute", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "zombification_sensor": { - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "in_nether", - "subject": "self", - "operator": "==", - "value": false - }, - "event": "start_zombification_event" - } - } - }, - - "start_zombification": { - "minecraft:is_shaking": {}, - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "in_nether", - "subject": "self", - "operator": "==", - "value": true - }, - "event": "stop_zombification_event" - } - }, - "minecraft:timer": { - "looping": false, - "time": 15, - "time_down_event": { - "event": "become_zombie_event" - } - } - }, - - "become_zombie": { - "minecraft:transformation": { - "into": "minecraft:zombie_pigman", - "transformation_sound" : "converted_to_zombified", - "keep_level": true, - "preserve_equipment": true - } - }, - - "melee_unit": { - "minecraft:behavior.melee_attack": { - "priority": 4, - "speed_multiplier": 1, - "track_target": true - }, - "minecraft:attack": { - "damage": 7 - }, - "minecraft:equipment": { - "table": "loot_tables/entities/piglin_brute_gear.json" - }, - "minecraft:variant": { - "value": 1 - } - }, - - "angry": { - "minecraft:angry": { - "duration": 30, - "broadcast_anger": false, - "broadcast_anger_on_attack": false, - "broadcast_anger_on_being_attacked": true, - "broadcast_range": 16, - "broadcast_targets": [ - "piglin" // we want to broadcast to both normal piglins and piglin_brute - ], - "calm_event": { - "event": "become_calm_event", - "target": "self" - }, - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "operator": "!=", - "value": "piglin" - } - ] - }, - "angry_sound": "angry", - "sound_interval": { - "range_min": 2.0, - "range_max": 5.0 - } - } - }, - - "alert_for_attack_targets": { - "minecraft:behavior.nearest_prioritized_attackable_target": { - "priority": 3, - "within_radius": 12.0, - "persist_time": 2.0, - "must_see": true, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "player" - }, - "max_dist": 12, - "priority": 0 - }, - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "wither" - }, - "max_dist": 12, - "priority": 1 - } - ] - } - }, - - "take_target_as_response_to_block_break": { - "minecraft:behavior.nearest_attackable_target": { - "priority": 3, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "player" - }, - "max_dist": 16 - } - ] - } - }, - "go_back_to_spawn": { - "minecraft:behavior.go_home": { - "priority": 6, - "interval": 200, - "speed_multiplier": 0.6, - "goal_radius": 4.0, - "on_failed": { - "event": "go_back_to_spawn_failed", - "target": "self" - } - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:type_family": { - "family": [ - "piglin", - "adult_piglin", - "piglin_brute", - "monster" - ] - }, - "minecraft:home": { - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 20 : 0" - }, - - "minecraft:on_target_acquired": { - "event": "become_angry_event", - "target": "self" - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:health": { - "value": 50, - "max": 50 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/piglin.json" - }, - "minecraft:movement": { - "value": 0.35 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "can_open_doors": true - }, - "minecraft:annotation.open_door": { - }, - "minecraft:movement.basic": {}, - "minecraft:jump.static": {}, - "minecraft:nameable": {}, - "minecraft:despawn": { - "filters": { - "any_of": [ - { - "all_of": [ - { - "test": "is_persistent", - "value": false - }, - { - "test": "distance_to_nearest_player", - "operator": ">", - "value": 54 - } - ] - }, - { - "all_of": [ - { - "test": "is_persistent", - "value": false - }, - { - "test": "inactivity_timer", - "subject": "self", - "value": 30 - }, - { - "test": "random_chance", - "value": 800 - }, - { - "test": "distance_to_nearest_player", - "operator": ">", - "value": 32 - } - ] - } - ] - } - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.random_stroll": { - "priority": 7, - "speed_multiplier": 0.6 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 8 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:physics": {}, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:follow_range": { - "value": 64 - } - }, - - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "zombification_sensor", - "alert_for_attack_targets", - "melee_unit", - "go_back_to_spawn" - ] - } - }, - "stop_zombification_event": { - "add": { - "component_groups": [ - "zombification_sensor" - ] - }, - "remove": { - "component_groups": [ - "start_zombification" - ] - } - }, - "start_zombification_event": { - "add": { - "component_groups": [ - "start_zombification" - ] - }, - "remove": { - "component_groups": [ - "zombification_sensor" - ] - } - }, - "become_angry_event": { - "add": { - "component_groups": [ - "angry" - ] - } - }, - "become_calm_event": { - "remove": { - "component_groups": [ - "angry" - ] - }, - "add": { - "component_groups": [ - "alert_for_attack_targets" - ] - } - }, - "become_zombie_event": { - "add": { - "component_groups": [ - "become_zombie" - ] - } - }, - "important_block_destroyed_event": { - "remove": { - "component_groups": [ - "alert_for_attack_targets" - ] - }, - "add": { - "component_groups": [ - "take_target_as_response_to_block_break" - ] - } - }, - "go_back_to_spawn_failed": { - "remove": { - "component_groups": [ - "go_back_to_spawn" - ] - } - } - } - } -} diff --git a/entities/pillager.json b/entities/pillager.json deleted file mode 100644 index ca71b64..0000000 --- a/entities/pillager.json +++ /dev/null @@ -1,506 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:pillager", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:celebrate": { - "minecraft:behavior.celebrate": { - "priority": 5, - "celebration_sound": "celebrate", - "sound_interval": { - "range_min": 2.0, - "range_max": 7.0 - }, - "jump_interval": { - "range_min": 1.0, - "range_max": 3.5 - }, - "duration": 30.0, - "on_celebration_end_event": { - "event": "minecraft:stop_celebrating", - "target": "self" - } - } - }, - "minecraft:ranged_attack": { - "minecraft:behavior.ranged_attack": { - "priority": 4, - "attack_interval_min": 1.0, - "attack_interval_max": 1.0, - "attack_radius": 8.0 - }, - "minecraft:shooter": { - "def": "minecraft:arrow" - }, - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "is_underwater", - "subject": "self", - "operator": "==", - "value": true - }, - "event": "minecraft:melee_mode" - } - } - }, - "minecraft:melee_attack": { - "minecraft:behavior.melee_attack": { - "priority": 4, - "track_target": true - }, - "minecraft:attack": { - "damage": 3 - }, - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "in_water", - "subject": "self", - "operator": "==", - "value": false - }, - "event": "minecraft:ranged_mode" - } - } - }, - "minecraft:raid_configuration": { - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "hostile", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": false, - "can_migrate": false, - "first_founding_reward": 0 - }, - "minecraft:behavior.move_to_village": { - "priority": 5, - "speed_multiplier": 1.0, - "goal_radius": 2.0 - }, - "minecraft:loot": { - "table": "loot_tables/entities/pillager_raid.json" - }, - "minecraft:ambient_sound_interval": { - "value": 2.0, - "range": 4.0, - "event_name": "ambient.in.raid" - } - }, - "minecraft:raid_persistence": { - "minecraft:persistent": {} - }, - "minecraft:illager_squad_captain": { - "minecraft:is_illager_captain": { - }, - "minecraft:variant": { - "value": 1 - }, - "minecraft:equipment": { - "table": "loot_tables/entities/pillager_captain_equipment.json", - "slot_drop_chance": [ - { - "slot": "slot.armor.chest", - "drop_chance": 1.0 - } - ] - }, - "minecraft:damage_sensor": { - "triggers": { - "on_damage": { - "filters": { - "all_of": [ - { - "test": "has_damage", - "value": "fatal" - }, - { - "test": "is_family", - "subject": "other", - "value": "player" - } - ] - }, - "event": "minecraft:gain_bad_omen", - "target": "other" - } - } - }, - "minecraft:on_hurt": { - "event": "minecraft:ranged_mode", - "target": "self" - }, - "minecraft:on_hurt_by_player": { - "event": "minecraft:ranged_mode", - "target": "self" - } - }, - "minecraft:patrol_captain": { - "minecraft:is_illager_captain": { - }, - "minecraft:variant": { - "value": 1 - }, - "minecraft:equipment": { - "table": "loot_tables/entities/pillager_captain_equipment.json", - "slot_drop_chance": [ - { - "slot": "slot.armor.chest", - "drop_chance": 1.0 - } - ] - }, - "minecraft:damage_sensor": { - "triggers": { - "on_damage": { - "filters": { - "all_of": [ - { - "test": "has_damage", - "value": "fatal" - }, - { - "test": "is_family", - "subject": "other", - "value": "player" - } - ] - }, - "event": "minecraft:gain_bad_omen", - "target": "other" - } - } - }, - "minecraft:on_hurt": { - "event": "minecraft:ranged_mode", - "target": "self" - }, - "minecraft:on_hurt_by_player": { - "event": "minecraft:ranged_mode", - "target": "self" - }, - "minecraft:on_target_escape": { - "event": "minecraft:calm", - "target": "self" - }, - "minecraft:behavior.hold_ground": { - "priority": 5, - "min_radius": 10, - "broadcast": true, - "broadcast_range": 8, - "within_radius_event": { - "event": "minecraft:ranged_mode", - "target": "self" - } - }, - "minecraft:behavior.move_to_random_block": { - "priority": 6, - "speed_multiplier": 0.55, - "within_radius": 8, - "block_distance": 512 - } - }, - "minecraft:patrol_follower": { - "minecraft:behavior.follow_target_captain": { - "priority": 5, - "speed_multiplier": 0.8, - "within_radius": 64, - "follow_distance": 5 - }, - "minecraft:behavior.hold_ground": { - "priority": 6, - "min_radius": 10, - "broadcast": true, - "broadcast_range": 8, - "within_radius_event": { - "event": "minecraft:ranged_mode", - "target": "self" - } - }, - "minecraft:on_hurt": { - "event": "minecraft:ranged_mode", - "target": "self" - }, - "minecraft:on_hurt_by_player": { - "event": "minecraft:ranged_mode", - "target": "self" - }, - "minecraft:on_target_escape": { - "event": "minecraft:calm", - "target": "self" - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? (query.is_baby ? 12 : 5) + (Math.die_roll(query.equipment_count,1,3)) : 0" - }, - "minecraft:equip_item": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:type_family": { - "family": [ "pillager", "monster", "illager", "mob" ] - }, - "minecraft:variant": { - "value": 0 - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:health": { - "value": 24, - "max": 24 - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/pillager.json" - }, - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:banner:15", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - } - ] - }, - "minecraft:movement": { - "value": 0.35 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:nameable": { - }, - "minecraft:equipment": { - "table": "loot_tables/entities/pillager_gear.json" - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1, - "entity_types": { - "filters": { - "test": "is_family", - "subject": "other", - "operator": "!=", - "value": "illager" - }, - "max_dist": 64 - } - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "reselect_targets": true, - "within_radius": 16.0, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "is_family", - "subject": "other", - "value": "irongolem" - }, - { - "test": "is_family", - "subject": "other", - "value": "wandering_trader" - } - ] - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "villager" - }, - { - "test": "has_component", - "subject": "other", - "operator": "!=", - "value": "minecraft:is_baby" - } - ] - }, - "max_dist": 16 - } - ] - }, - "minecraft:behavior.equip_item": { - "priority": 3 - }, - "minecraft:behavior.pickup_items": { - "priority": 7, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.random_stroll": { - "priority": 8, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 9, - "look_distance": 8 - }, - "minecraft:behavior.random_look_around": { - "priority": 10 - }, - "minecraft:behavior.charge_held_item": { - "priority": 3, - "items": [ - "minecraft:arrow" - ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:follow_range": { - "value": 64 - } - }, - - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "minecraft:ranged_attack" - ] - } - }, - "minecraft:spawn_for_raid": { - "add": { - "component_groups": [ - "minecraft:ranged_attack", - "minecraft:raid_configuration", - "minecraft:raid_persistence" - ] - } - }, - "minecraft:spawn_as_patrol_follower": { - "add": { - "component_groups": [ - "minecraft:patrol_follower" - ] - } - }, - "minecraft:spawn_as_illager_captain": { - "add": { - "component_groups": [ - "minecraft:ranged_attack", - "minecraft:illager_squad_captain" - ] - } - }, - "minecraft:promote_to_illager_captain": { - "add": { - "component_groups": [ - "minecraft:illager_squad_captain" - ] - }, - "remove": { - "component_groups": [ - "minecraft:patrol_follower" - ] - } - }, - "minecraft:promote_to_patrol_captain": { - "add": { - "component_groups": [ - "minecraft:patrol_captain" - ] - }, - "remove": { - "component_groups": [ - "minecraft:patrol_follower" - ] - } - }, - "minecraft:melee_mode": { - "remove": { "component_groups": [ "minecraft:ranged_attack" ] }, - "add": { "component_groups": [ "minecraft:melee_attack" ] } - }, - "minecraft:ranged_mode": { - "remove": { "component_groups": [ "minecraft:melee_attack" ] }, - "add": { "component_groups": [ "minecraft:ranged_attack" ] } - }, - "minecraft:start_celebrating": { // Event must be called exactly this for village to fire it when a raid is lost - "sequence": [ - { - "add": { "component_groups": [ "minecraft:celebrate" ] } - }, - { - "filters": { "test": "has_nametag", "value": false }, - "remove": { "component_groups": [ "minecraft:raid_persistence" ] } - } - ] - }, - "minecraft:stop_celebrating": { - "remove": { "component_groups": [ "minecraft:celebrate" ] } - }, - "minecraft:raid_expired": { - "sequence": [ - { - "filters": { "test": "has_nametag", "value": false }, - "remove": { "component_groups": [ "minecraft:raid_persistence" ] } - } - ] - }, - "minecraft:calm": { - "remove": { "component_groups": [ "minecraft:melee_attack", "minecraft:ranged_attack" ] } - } - } - } -} diff --git a/entities/player.json b/entities/player.json deleted file mode 100644 index 5a89499..0000000 --- a/entities/player.json +++ /dev/null @@ -1,196 +0,0 @@ -{ - "format_version": "1.17.10", - "minecraft:entity": { - "description": { - "identifier": "minecraft:player", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - - "component_groups": { - "minecraft:add_bad_omen": { - "minecraft:spell_effects": { - "add_effects": [ - { - "effect": "bad_omen", - "duration": 6000, - "display_on_screen_animation": true - } - ] - }, - "minecraft:timer": { - "time": [ 0.0, 0.0 ], - "looping": false, - "time_down_event": { - "event": "minecraft:clear_add_bad_omen", - "target": "self" - } - } - }, - "minecraft:clear_bad_omen_spell_effect": { - "minecraft:spell_effects": { - } - }, - "minecraft:raid_trigger": { - "minecraft:raid_trigger": { - "triggered_event": { - "event": "minecraft:remove_raid_trigger", - "target": "self" - } - }, - "minecraft:spell_effects": { - "remove_effects": "bad_omen" - } - } - }, - - "components": { - "minecraft:experience_reward": { - "on_death": "Math.Min(query.player_level * 7, 100)" - }, - "minecraft:type_family": { - "family": [ "player" ] - }, - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:loot": { - "table": "loot_tables/empty.json" - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.8 - }, - "minecraft:can_climb": { - }, - "minecraft:movement": { - "value": 0.1 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:attack": { - "damage": 1 - }, - "minecraft:player.saturation": { - "value": 20 - }, - "minecraft:player.exhaustion": { - "value": 0, - "max": 4 - }, - "minecraft:player.level": { - "value": 0, - "max": 24791 - }, - "minecraft:player.experience": { - "value": 0, - "max": 1 - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": -1, - "inhale_time": 3.75, - "generates_bubbles": false - }, - "minecraft:nameable": { - "always_show": true, - "allow_name_tag_renaming": false - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": false, - "is_pushable_by_piston": true - }, - "minecraft:insomnia": { - "days_until_insomnia": 3 - }, - "minecraft:rideable": { - "seat_count": 2, - "family_types": [ - "parrot_tame" - ], - "pull_in_entities": true, - "seats": [ - { - "position": [ 0.4, -0.2, -0.1 ], - "min_rider_count": 0, - "max_rider_count": 0, - "lock_rider_rotation": 0 - }, - { - "position": [ -0.4, -0.2, -0.1 ], - "min_rider_count": 1, - "max_rider_count": 2, - "lock_rider_rotation": 0 - } - ] - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:block_climber": {}, - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "all_of": [ - { - "test": "has_mob_effect", - "subject": "self", - "value": "bad_omen" - }, - { - "test": "is_in_village", - "subject": "self", - "value": true - } - ] - }, - "event": "minecraft:trigger_raid" - } - } - }, - - "events": { - "minecraft:gain_bad_omen": { - "add": { - "component_groups": [ - "minecraft:add_bad_omen" - ] - } - }, - "minecraft:clear_add_bad_omen": { - "remove": { - "component_groups": [ - "minecraft:add_bad_omen" - ] - }, - "add": { - "component_groups": [ - "minecraft:clear_bad_omen_spell_effect" - ] - } - }, - "minecraft:trigger_raid": { - "add": { - "component_groups": [ "minecraft:raid_trigger" ] - } - }, - "minecraft:remove_raid_trigger": { - "remove": { - "component_groups": [ "minecraft:raid_trigger" ] - } - } - } - } -} - - - - diff --git a/entities/polar_bear.json b/entities/polar_bear.json deleted file mode 100644 index 6481e40..0000000 --- a/entities/polar_bear.json +++ /dev/null @@ -1,307 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:polar_bear", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - - "minecraft:behavior.follow_parent": { - "priority": 4, - "speed_multiplier": 1.25 - } - }, - - "minecraft:baby_wild": { - "minecraft:on_target_acquired": { - "event": "minecraft:on_scared", - "target": "self" - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 4, - "entity_types": [ - { - "filters": { "test" : "is_family", "subject" : "other", "value" : "player"}, - "max_dist": 16 - } - ] - } - }, - - "minecraft:baby_scared": { - "minecraft:angry": { - "duration": 1, - "broadcast_anger": true, - "broadcast_range": 41, - "calm_event": { - "event": "minecraft:baby_on_calm", - "target": "self" - } - } - }, - - "minecraft:adult": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/polar_bear.json" - } - }, - - "minecraft:adult_wild": { - "minecraft:on_target_acquired": { - "event": "minecraft:on_anger", - "target": "self" - }, - "minecraft:on_friendly_anger": { - "event": "minecraft:on_anger", - "target": "self" - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 4, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "fox" - }, - "max_dist": 16 - } - ], - "must_see": false - } - }, - - "minecraft:adult_hostile": { - "minecraft:attack": { - "damage": 6.0 - }, - "minecraft:angry": { - "duration": 500, - "broadcast_anger": false, - "broadcast_range": 20, - "calm_event": { - "event": "minecraft:on_calm", - "target": "self" - } - }, - - "minecraft:behavior.stomp_attack": { - "priority": 1, - "track_target": true, - "require_complete_path": true, - "stomp_range_multiplier": 2.0, - "no_damage_range_multiplier": 2.0 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "polarbear", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 30 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:collision_box": { - "width": 1.3, - "height": 1.4 - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:water_movement": { - "drag_factor": 0.98 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:follow_range": { - "value": 48 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.random_stroll": { - "priority": 5 - }, - "minecraft:behavior.look_at_player": { - "priority": 6, - "target_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 7 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:behavior.panic": { - "priority": 2, - "speed_multiplier": 2.0 - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 9, - "add": { - "component_groups": [ - "minecraft:adult", - "minecraft:adult_wild" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:baby", - "minecraft:baby_wild" - ] - } - } - ] - }, - - "minecraft:entity_born": { - "add": { - "component_groups": [ - "minecraft:baby", - "minecraft:baby_wild" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:baby", - "minecraft:baby_wild", - "minecraft:baby_scared" - ] - }, - "add": { - "component_groups": [ - "minecraft:adult", - "minecraft:adult_wild" - ] - } - }, - - "minecraft:on_calm": { - "remove": { - "component_groups": [ - "minecraft:adult_hostile" - ] - }, - "add": { - "component_groups": [ - "minecraft:adult_wild" - ] - } - }, - - "minecraft:on_anger": { - "remove": { - "component_groups": [ - "minecraft:adult_wild" - ] - }, - "add": { - "component_groups": [ - "minecraft:adult_hostile" - ] - } - }, - - "minecraft:baby_on_calm": { - "remove": { - "component_groups": [ - "minecraft:baby_scared" - ] - }, - "add": { - "component_groups": [ - "minecraft:baby_wild" - ] - } - }, - - "minecraft:on_scared": { - "remove": { - "component_groups": [ - "minecraft:baby_wild" - ] - }, - "add": { - "component_groups": [ - "minecraft:baby_scared" - ] - } - } - } - } -} diff --git a/entities/pufferfish.json b/entities/pufferfish.json deleted file mode 100644 index a3c3b5b..0000000 --- a/entities/pufferfish.json +++ /dev/null @@ -1,321 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:pufferfish", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:normal_puff": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:entity_sensor": { - "sensor_range": 2.5, - "relative_range": false, - "minimum_count": 1, - "event_filters": { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "mob" }, - { "all_of": [ - { "test": "is_family", "subject": "other", "value": "player" }, - { "none_of": - { "test": "has_ability", "subject": "other", "value": "instabuild" } - } - ]} - ] - }, - "event": "minecraft:start_half_puff" - } - }, - "minecraft:half_puff_primary": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:timer": { - "looping": false, - "time": 2, - "randomInterval": false, - "time_down_event": { - "event": "minecraft:on_half_puff" - } - } - }, - "minecraft:half_puff_secondary": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:entity_sensor": { - "sensor_range": 2.5, - "relative_range": false, - "minimum_count": 1, - "event_filters": { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "mob" }, - { "all_of": [ - { "test": "is_family", "subject": "other", "value": "player" }, - { "none_of": - { "test": "has_ability", "subject": "other", "value": "instabuild" } - } - ]} - ] - }, - "event": "minecraft:start_full_puff" - }, - "minecraft:timer": { - "looping": false, - "time": 2, - "randomInterval": false, - "time_down_event": { - "event": "minecraft:on_normal_puff" - } - } - }, - "minecraft:full_puff": { - "minecraft:variant": { - "value": 2 - }, - "minecraft:area_attack" : { - "damage_range": 0.2, - "damage_per_tick": 2, - "cause": "contact", - "entity_filter": { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "player" }, - { "test": "is_family", "subject": "other", "value": "monster" } - ] - } - }, - "minecraft:mob_effect": { - "effect_range": 0.2, - "mob_effect": "poison", - "effect_time": 10, - "entity_filter": { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "player" }, - { "test": "is_family", "subject": "other", "value": "monster" } - ] - } - } - }, - "minecraft:deflate_sensor_buffer": { - "minecraft:timer": { - "looping": false, - "time": 0.01, - "randomInterval": false, - "time_down_event": { - "event": "minecraft:on_full_puff" - } - } - }, - "minecraft:deflate_sensor": { - "minecraft:entity_sensor": { - "sensor_range": 2.9, - "relative_range": false, - "require_all": true, - "event_filters": { - "none_of": [ - { "test": "is_family", "subject": "other", "value": "mob" }, - { "all_of": [ - { "test": "is_family", "subject": "other", "value": "player" }, - { "none_of": - { "test": "has_ability", "subject": "other", "value": "instabuild" } - } - ]} - ], - "test": "distance_to_nearest_player", "operator": ">", "value": 2.9 - }, - "event": "minecraft:from_full_puff" - } - }, - "minecraft:start_deflate": { - "minecraft:timer": { - "looping": false, - "time": 3, - "randomInterval": false, - "time_down_event": { - "event": "minecraft:on_deflate" - } - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:type_family": { - "family": [ "pufferfish", "fish" ] - }, - "minecraft:collision_box": { - "width": 0.8, - "height": 0.8 - }, - "minecraft:loot": { - "table": "loot_tables/entities/pufferfish.json" - }, - "minecraft:scale": { - "value": 1.2 - }, - "minecraft:health": { - "value": 6, - "max": 6 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_air": false, - "breathes_water": true - }, - "minecraft:movement": { - "value": 0.13 - }, - "minecraft:underwater_movement": { - "value": 0.13 - }, - "minecraft:navigation.generic": { // Allows the mob to go through water - "is_amphibious": false, - "can_path_over_water": false, - "can_swim": true, - "can_walk": false, - "can_breach": false, - "can_sink": false - }, - "minecraft:movement.sway": { - "sway_amplitude": 0.0 - }, - "minecraft:despawn": { - "despawn_from_distance": { - "min_distance": 32, - "max_distance": 40 - } - }, - "minecraft:behavior.random_swim": { // Randomly selects points to go to, even in water - "priority": 3, - "speed_multiplier": 1.0, - "xz_dist": 16, - "y_dist": 4, - "interval": 0 - }, - "minecraft:behavior.swim_wander": { - "priority": 5, - "interval": 1.0, - "look_ahead": 2.0, - "speed_multiplier": 1.0, - "wander_time": 5.0 - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 1, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", "subject": "other", "value": "player" - }, - { - "test": "is_family", "subject": "other", "value": "axolotl" - } - ] - }, - "max_dist": 6, - "walk_speed_multiplier": 1.5, - "sprint_speed_multiplier": 2.0 - } - ] - }, - "minecraft:flocking": { - "in_water": true, - "match_variants": false, - "use_center_of_mass": true, - "low_flock_limit": 4, - "high_flock_limit": 8, - "goal_weight": 2.0, - "loner_chance": 0.1, - "influence_radius": 3.0, - "breach_influence": 7.0, - "separation_weight": 1.75, - "separation_threshold": 0.95, - "cohesion_weight": 2.0, - "cohesion_threshold": 1.95, - "innner_cohesion_threshold": 1.25, - "min_height": 1.5, - "max_height": 6.0, - "block_distance": 2.0, - "block_weight": 0.85 - }, - "minecraft:nameable": { - }, - "minecraft:physics": { - "has_gravity": false - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ "minecraft:normal_puff" ] - } - }, - - "minecraft:to_full_puff": { - "add": { "component_groups": [ "minecraft:full_puff", "minecraft:deflate_sensor_buffer" ] }, - "remove": { "component_groups": [ "minecraft:normal_puff" ] } - }, - - "minecraft:start_half_puff": { - "add": { "component_groups": [ "minecraft:half_puff_primary" ] }, - "remove": { "component_groups": [ "minecraft:normal_puff" ] } - }, - - "minecraft:on_half_puff": { - "add": { "component_groups": [ "minecraft:half_puff_secondary" ] }, - "remove": { "component_groups": [ "minecraft:half_puff_primary" ] } - }, - - "minecraft:start_full_puff": { - "add": { "component_groups": [ "minecraft:full_puff", "minecraft:deflate_sensor_buffer" ] }, - "remove": { "component_groups": [ "minecraft:half_puff_secondary" ] } - }, - - "minecraft:on_full_puff": { - "add": { "component_groups": [ "minecraft:deflate_sensor" ] }, - "remove": { "component_groups": [ "minecraft:deflate_sensor_buffer" ] } - }, - - "minecraft:from_full_puff": { - "add": { "component_groups": [ "minecraft:start_deflate" ] }, - "remove": { "component_groups": [ "minecraft:deflate_sensor" ] } - }, - - "minecraft:on_deflate": { - "add": { "component_groups": [ "minecraft:half_puff_secondary" ] }, - "remove": { "component_groups": [ "minecraft:full_puff", "minecraft:start_deflate" ] } - }, - - "minecraft:on_normal_puff": { - "add": { "component_groups": [ "minecraft:normal_puff" ] }, - "remove": { "component_groups": [ "minecraft:half_puff_secondary" ] } - } - } - } -} \ No newline at end of file diff --git a/entities/rabbit.json b/entities/rabbit.json deleted file mode 100644 index 2944d10..0000000 --- a/entities/rabbit.json +++ /dev/null @@ -1,332 +0,0 @@ -{ - "format_version": "1.17.20", - "minecraft:entity": { - "description": { - "identifier": "minecraft:rabbit", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value":0.4 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ - "golden_carrot", - "carrot", - "yellow_flower" - ], - "grow_up": { - "event": "grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 6, - "speed_multiplier": 1.1 - } - }, - - "adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/rabbit.json" - }, - "minecraft:scale": { - "value": 0.6 - }, - "minecraft:behavior.breed": { - "priority": 2, - "speed_multiplier": 1.0 - }, - "minecraft:breedable": { - "breed_items": [ - "golden_carrot", - "carrot", - "yellow_flower" - ], - "breeds_with": { - "mate_type": "minecraft:rabbit", - "baby_type": "minecraft:rabbit" - }, - "require_tame": false, - "mutation_factor": { - "variant": 0.2 - } - } - }, - - "coat_brown": { - "minecraft:variant": { "value": 0 } - }, - "coat_white": { - "minecraft:variant": { "value": 1 } - }, - "coat_black": { - "minecraft:variant": { "value": 2 } - }, - "coat_splotched": { - "minecraft:variant": { "value": 3 } - }, - "coat_desert": { - "minecraft:variant": { "value": 4 } - }, - "coat_salt": { - "minecraft:variant": { "value": 5 } - } - - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family":["rabbit", "lightweight", "mob"] - }, - - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 3, - "max": 3 - }, - "minecraft:scale": { - "value": 0.6 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:collision_box": { - "width": 0.67, - "height": 0.67 - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true - }, - "minecraft:movement.skip": { - }, - "minecraft:jump.dynamic": { - }, - "minecraft:can_climb": { - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - "mass": 0.4 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic" : { - "priority": 1, - "speed_multiplier": 2.2 - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 4, - "entity_types":[ - { - "filters": { "test" : "is_family", "subject" : "other", "value" : "player"}, - "max_dist": 8, - "walk_speed_multiplier": 1.5, - "sprint_speed_multiplier": 1.8 - }, - { - "filters": { "test" : "is_family", "subject" : "other", "value" : "wolf"}, - "max_dist": 4, - "walk_speed_multiplier": 1.5, - "sprint_speed_multiplier": 1.8 - }, - { - "filters": { "test" : "is_family", "subject" : "other", "value" : "monster"}, - "max_dist": 4, - "walk_speed_multiplier": 1.5, - "sprint_speed_multiplier": 1.5 - } - ] - }, - "minecraft:behavior.breed": { - "priority": 2, - "speed_multiplier": 0.8 - }, - "minecraft:behavior.tempt": { - "priority": 3, - "speed_multiplier": 1, - "items": [ - "golden_carrot", - "carrot", - "yellow_flower" - ] - }, - "minecraft:behavior.raid_garden": { - "priority": 5, - "blocks": [ - "minecraft:carrots" - ], - "search_range": 16, - "goal_radius": 0.8 - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.6, - "xz_dist": 2, - "y_dist": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 11 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:block_climber": { - } - }, - - "events": { - - "in_desert": { "add": { "component_groups": [ "coat_desert" ] } }, - - "in_snow": { - "randomize": [ - { - "weight": 80, - "add": { "component_groups": [ "coat_white" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "coat_splotched" ] } - } - ] - }, - - "minecraft:entity_spawned": { - "sequence": [ - { - "randomize": [ - { - "weight": 3, - "add": { "component_groups": [ "adult" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "baby" ] } - } - ] - }, - { - "filters": { "test" : "has_component", "operator": "!=", "value" : "minecraft:variant"}, - "randomize": [ - { - "weight": 50, - "add": { "component_groups": [ "coat_brown" ] } - }, - { - "weight": 40, - "add": { "component_groups": [ "coat_black" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "coat_salt" ] } - } - ] - }, - { - "filters": { "test": "is_biome", "value": "desert" }, - "add": { "component_groups": [ "coat_desert" ] } - }, - { - "filters": { "test": "is_snow_covered", "value": true }, - "randomize": [ - { - "weight": 80, - "add": { "component_groups": [ "coat_white" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "coat_splotched" ] } - } - ] - } - ] - }, - - "minecraft:entity_born": { - "sequence": [ - { "add": { "component_groups": [ "baby" ] } }, - { - "filters": { "test" : "has_component", "operator": "!=", "value" : "minecraft:variant"}, - "randomize": [ - { - "weight": 50, - "add": { "component_groups": [ "coat_brown" ] } - }, - { - "weight": 40, - "add": { "component_groups": [ "coat_black" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "coat_salt" ] } - } - ] - }, - { - "filters": { "test": "is_biome", "value": "desert" }, - "add": { "component_groups": [ "coat_desert" ] } - }, - { - "filters": { "test": "is_snow_covered", "value": true }, - "randomize": [ - { - "weight": 80, - "add": { "component_groups": [ "coat_white" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "coat_splotched" ] } - } - ] - } - ] - }, - - "grow_up": { - "remove": { "component_groups": [ "baby" ] }, - "add": { "component_groups": [ "adult" ] } - } - } - } -} \ No newline at end of file diff --git a/entities/ravager.json b/entities/ravager.json deleted file mode 100644 index a28de9e..0000000 --- a/entities/ravager.json +++ /dev/null @@ -1,492 +0,0 @@ -{ - "format_version": "1.17.20", - "minecraft:entity": { - "description": { - "identifier": "minecraft:ravager", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:celebrate": { - "minecraft:behavior.celebrate": { - "priority": 5, - "celebration_sound": "celebrate", - "sound_interval": { - "range_min": 2.0, - "range_max": 7.0 - }, - "jump_interval": { - "range_min": 1.0, - "range_max": 3.5 - }, - "duration": 30.0, - "on_celebration_end_event": { - "event": "minecraft:stop_celebrating", - "target": "self" - } - } - }, - "minecraft:pillager_rider": { - "minecraft:addrider": { - "entity_type": "minecraft:pillager" - } - }, - "minecraft:pillager_rider_for_raid": { - "minecraft:addrider": { - "entity_type": "minecraft:pillager", - "spawn_event": "minecraft:spawn_for_raid" - } - }, - "minecraft:evoker_rider_for_raid": { - "minecraft:addrider": { - "entity_type": "minecraft:evocation_illager", - "spawn_event": "minecraft:spawn_for_raid" - } - }, - "minecraft:pillager_captain_rider": { - "minecraft:addrider": { - "entity_type": "minecraft:pillager", - "spawn_event": "minecraft:spawn_as_illager_captain" - } - }, - "minecraft:vindicator_rider": { - "minecraft:addrider": { - "entity_type": "minecraft:vindicator" - } - }, - "minecraft:vindicator_captain_rider": { - "minecraft:addrider": { - "entity_type": "minecraft:vindicator", - "spawn_event": "minecraft:spawn_as_illager_captain" - } - }, - "minecraft:raid_configuration": { - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "hostile", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": false, - "can_migrate": false, - "first_founding_reward": 0 - }, - "minecraft:behavior.move_to_village": { - "priority": 5, - "speed_multiplier": 1.0, - "goal_radius": 2.0 - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 1.0 - }, - "minecraft:ambient_sound_interval": { - "value": 4.0, - "range": 8.0, - "event_name": "ambient.in.raid" - } - }, - "minecraft:raid_persistence": { - "minecraft:persistent": {} - }, - "minecraft:hostile": { - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:behavior.delayed_attack": { - "priority": 4, - "attack_once": false, - "track_target": true, - "require_complete_path": false, - "random_stop_interval": 0, - "reach_multiplier": 1.5, - "speed_multiplier": 1.0, - "attack_duration": 0.75, - "hit_delay_pct": 0.5 - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.4 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6, - "angle_of_view_horizontal": 45, - "probability": 1 - }, - "minecraft:behavior.look_at_entity": { - "priority": 10, - "look_distance": 8, - "angle_of_view_horizontal": 45, - "filters": { - "test": "is_family", - "subject": "other", - "value": "mob" - } - }, - "minecraft:behavior.hurt_by_target": { - "priority": 2, - "entity_types": { - "filters": { - "test": "is_family", - "subject": "other", - "operator": "!=", - "value": "illager" - }, - "max_dist": 64 - } - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 3, - "must_see": true, - "within_radius": 16.0, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "subject": "other", - "test": "is_family", - "value": "player" - }, - { - "subject": "other", - "test": "is_family", - "value": "irongolem" - } - ] - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "villager" - }, - { - "test": "has_component", - "subject": "other", - "operator": "!=", - "value": "minecraft:is_baby" - } - ] - }, - "max_dist": 16 - } - ] - }, - "minecraft:behavior.mount_pathing": { - "priority": 5, - "speed_multiplier": 1.25, - "target_dist": 0.0, - "track_target": true - } - }, - "stunned": { - "minecraft:is_stunned": { - }, - "minecraft:timer": { - "looping": false, - "time": 2, - "time_down_event": { - "event": "minecraft:start_roar" - } - } - }, - "roaring": { - "minecraft:behavior.knockback_roar": { - "priority": 1, - "duration": 1, - "attack_time": 0.5, - "knockback_damage": 6, - "knockback_horizontal_strength": 3, - "knockback_vertical_strength": 3, - "knockback_range": 4, - "knockback_filters": { - "test": "is_family", - "subject": "other", - "operator": "!=", - "value": "ravager" - }, - "damage_filters": { - "test": "is_family", - "subject": "other", - "operator": "!=", - "value": "illager" - }, - "on_roar_end": { - "event": "minecraft:end_roar" - }, - "cooldown_time": 0.1 - } - } - }, - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 20 : 0" - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:ravager_blocked": { - "knockback_strength": 3.0, - "reaction_choices": [ - { - "weight": 1, - "value": { - "event": "minecraft:become_stunned", - "target": "self" - } - }, - { - // Default, large knockback case - "weight": 1 - } - ] - }, - "minecraft:attack": { - "damage": 12.0 - }, - "minecraft:breathable": { - "suffocate_time": 0, - "total_supply": 15 - }, - "minecraft:collision_box": { - "height": 1.9, - "width": 1.2 - }, - "minecraft:health": { - "max": 100, - "value": 100 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:jump.static": {}, - "minecraft:loot": { - "table": "loot_tables/entities/ravager.json" - }, - "minecraft:knockback_resistance": { - "value": 0.5 - }, - "minecraft:movement": { - "value": 0.0 - }, - "minecraft:movement.basic": {}, - "minecraft:nameable": {}, - "minecraft:navigation.walk": { - "avoid_damage_blocks": true, - "can_path_over_water": true, - "can_sink": false - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:break_blocks": { - "breakable_blocks": [ - "bamboo", - "bamboo_sapling", - "beetroot", - "brown_mushroom", - "carrots", - "carved_pumpkin", - "chorus_flower", - "chorus_plant", - "deadbush", - "double_plant", - "leaves", - "leaves2", - "lit_pumpkin", - "melon_block", - "melon_stem", - "potatoes", - "pumpkin", - "pumpkin_stem", - "red_flower", - "red_mushroom", - "crimson_fungus", - "warped_fungus", - "reeds", - "sapling", - "snow_layer", - "sweet_berry_bush", - "tallgrass", - "turtle_egg", - "vine", - "waterlily", - "wheat", - "yellow_flower" - ] - }, - "minecraft:follow_range": { - "value": 64 - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "pillager", - "vindicator", - "evocation_illager" - ], - "seats": { - "position": [ 0.0, 2.1, -0.3 ] - } - }, - "minecraft:type_family": { - "family": [ - "monster", - "illager", - "ravager", - "mob" - ] - } - }, - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "minecraft:hostile" - ] - } - }, - "minecraft:spawn_for_raid": { - "add": { - "component_groups": [ - "minecraft:hostile", - "minecraft:raid_configuration", - "minecraft:raid_persistence" - ] - } - }, - "minecraft:spawn_for_raid_with_evoker_rider": { - "add": { - "component_groups": [ - "minecraft:hostile", - "minecraft:evoker_rider_for_raid", - "minecraft:raid_configuration", - "minecraft:raid_persistence" - ] - } - }, - "minecraft:spawn_for_raid_with_pillager_rider": { - "add": { - "component_groups": [ - "minecraft:hostile", - "minecraft:pillager_rider_for_raid", - "minecraft:raid_configuration", - "minecraft:raid_persistence" - ] - } - }, - "minecraft:spawn_with_pillager_rider": { - "add": { - "component_groups": [ - "minecraft:hostile", - "minecraft:pillager_rider" - ] - } - }, - "minecraft:spawn_with_pillager_captain_rider": { - "add": { - "component_groups": [ - "minecraft:hostile", - "minecraft:pillager_captain_rider" - ] - } - }, - "minecraft:spawn_with_vindicator_rider": { - "add": { - "component_groups": [ - "minecraft:hostile", - "minecraft:vindicator_rider" - ] - } - }, - "minecraft:spawn_with_vindicator_captain_rider": { - "add": { - "component_groups": [ - "minecraft:hostile", - "minecraft:vindicator_captain_rider" - ] - } - }, - "minecraft:become_stunned": { - "add": { - "component_groups": [ - "stunned" - ] - }, - "remove": { - "component_groups": [ - "minecraft:hostile" - ] - } - }, - "minecraft:start_roar": { - "add": { - "component_groups": [ - "roaring" - ] - }, - "remove": { - "component_groups": [ - "stunned" - ] - } - }, - "minecraft:end_roar": { - "add": { - "component_groups": [ - "minecraft:hostile" - ] - }, - "remove": { - "component_groups": [ - "roaring" - ] - } - }, - "minecraft:start_celebrating": { // Event must be called exactly this for village to fire it when a raid is lost - "sequence": [ - { - "add": { "component_groups": [ "minecraft:celebrate" ] } - }, - { - "filters": { "test": "has_nametag", "value": false }, - "remove": { "component_groups": [ "minecraft:raid_persistence" ] } - } - ] - }, - "minecraft:stop_celebrating": { - "remove": { "component_groups": [ "minecraft:celebrate" ] } - }, - "minecraft:raid_expired": { - "sequence": [ - { - "filters": { "test": "has_nametag", "value": false }, - "remove": { "component_groups": [ "minecraft:raid_persistence" ] } - } - ] - } - } - } -} \ No newline at end of file diff --git a/entities/salmon.json b/entities/salmon.json deleted file mode 100644 index 72c672e..0000000 --- a/entities/salmon.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:salmon", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "scale_small": { - "minecraft:scale": { - "value": 0.5 - }, - - "minecraft:health": { - "value": 6, - "max": 6 - }, - "minecraft:loot": { - "table": "loot_tables/entities/salmon_normal.json" - } - }, - "scale_normal": { - "minecraft:scale": { - "value": 1 - }, - - "minecraft:health": { - "value": 6, - "max": 6 - }, - "minecraft:loot": { - "table": "loot_tables/entities/salmon_normal.json" - } - }, - - "scale_large": { - "minecraft:scale": { - "value": 1.5 - }, - "minecraft:health": { - "value": 6, - "max": 6 - }, - "minecraft:loot": { - "table": "loot_tables/entities/salmon_large.json" - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:type_family": { - "family": [ "salmon", "fish" ] - }, - "minecraft:collision_box": { - "width": 0.5, - "height": 0.5 - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_air": false, - "breathes_water": true - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.12 - }, - "minecraft:underwater_movement": { - "value": 0.12 - }, - "minecraft:navigation.generic": { // Allows the mob to go through water - "is_amphibious": false, - "can_path_over_water": false, - "can_swim": true, - "can_walk": false, - "can_breach": false, - "can_sink": false - }, - "minecraft:movement.sway": { - "sway_amplitude": 0.0 - }, - "minecraft:physics": { - "has_gravity": false - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:despawn": { - "despawn_from_distance": { - "min_distance": 32, - "max_distance": 40 - } - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 1, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", "subject": "other", "value": "player" - }, - { - "test": "is_family", "subject": "other", "value": "axolotl" - } - ] - }, - "max_dist": 3, - "max_flee": 10, - "walk_speed_multiplier": 1.5, - "sprint_speed_multiplier": 2.0 - } - ] - }, - "minecraft:behavior.swim_idle": { - "priority": 5, - "idle_time": 5.0, - "success_rate": 0.1 - }, - - "minecraft:behavior.random_swim": { // Randomly selects points to go to, even in water - "speed_multiplier": 1.0, - "priority": 3, - "xz_dist": 16, - "y_dist": 4, - "interval": 0 - }, - - "minecraft:behavior.swim_wander": { - "priority": 4, - "interval": 0.0166, - "look_ahead": 5.0, - "speed_multiplier": 0.014, - "wander_time": 5.0 - }, - "minecraft:flocking": { - "in_water": true, - "match_variants": false, - "use_center_of_mass": false, - "low_flock_limit": 4, - "high_flock_limit": 8, - "goal_weight": 2.0, - "loner_chance": 0.1, - "influence_radius": 3.0, - "breach_influence": 7.0, - "separation_weight": 0.65, - "separation_threshold": 0.15, - "cohesion_weight": 2.25, - "cohesion_threshold": 1.5, - "innner_cohesion_threshold": 1.5, - "min_height": 4.0, - "max_height": 4.0, - "block_distance": 1.0, - "block_weight": 0.75 - }, - "minecraft:nameable": { - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 30, - "add": { - "component_groups": [ "adult", "scale_small" ] - } - }, - { - "weight": 50, - "add": { - "component_groups": [ "adult", "scale_normal" ] - } - }, - { - "weight": 15, - "add": { - "component_groups": [ "adult", "scale_large" ] - } - } - ] - } - } - } -} \ No newline at end of file diff --git a/entities/sheep.json b/entities/sheep.json deleted file mode 100644 index 8b00b24..0000000 --- a/entities/sheep.json +++ /dev/null @@ -1,441 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:sheep", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:loot_sheared": { - "minecraft:loot": { - "table": "loot_tables/entities/sheep_sheared.json" - } - }, - "minecraft:loot_wooly": { - "minecraft:loot": { - "table": "loot_tables/entities/sheep.json" - } - }, - "minecraft:rideable_sheared": { - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 0.9, 0.0 ] - } - } - }, - "minecraft:rideable_wooly": { - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 0.975, 0.0 ] - } - } - }, - "minecraft:sheep_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": "wheat", - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 6, - "speed_multiplier": 1.1 - } - }, - - "minecraft:sheep_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:behavior.breed": { - "priority": 3, - "speed_multiplier": 1.0 - }, - "minecraft:breedable": { - "require_tame": false, - "breeds_with": { - "mate_type": "minecraft:sheep", - "baby_type": "minecraft:sheep" - }, - "breed_items": "wheat" - } - }, - "minecraft:sheep_dyeable": { - "minecraft:is_dyeable": { - "interact_text": "action.interact.dye" - } - }, - "minecraft:sheep_sheared": { - "minecraft:is_sheared": { - } - }, - "minecraft:sheep_white": { - "minecraft:color": { - "value": 0 - } - }, - "minecraft:sheep_brown": { - "minecraft:color": { - "value": 12 - } - }, - "minecraft:sheep_black": { - "minecraft:color": { - "value": 15 - } - }, - "minecraft:sheep_gray": { - "minecraft:color": { - "value": 8 - } - }, - "minecraft:sheep_light_gray": { - "minecraft:color": { - "value": 7 - } - }, - "minecraft:sheep_pink": { - "minecraft:color": { - "value": 6 - } - }, - "minecraft:sheep_red": { - "minecraft:color": { - "value": 14 - } - } - }, - - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "sheep", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 0.9, - "height": 1.3 - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 8, - "max": 8 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true - }, - "minecraft:movement.basic": { - - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:interact": { - "interactions": [ - { - "cooldown": 2.5, - "use_item": false, - "hurt_item": 1, - "spawn_items": { "table": "loot_tables/entities/sheep_shear.json" }, - "play_sounds": "shear", - "interact_text": "action.interact.shear", - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "shears"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_component", "operator": "!=", "value" : "minecraft:is_baby"}, - { "test" : "has_component", "value" : "minecraft:is_dyeable"} - ] - }, - "event": "minecraft:on_sheared", - "target": "self" - } - } - ] - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - "mass": 0.75 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.25 - }, - "minecraft:behavior.mount_pathing": { - "priority": 2, - "speed_multiplier": 1.5, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:behavior.tempt": { - "priority": 4, - "speed_multiplier": 1.25, - "items": [ - "wheat" - ] - }, - "minecraft:behavior.follow_parent": { - "priority": 5, - "speed_multiplier": 1.1 - }, - "minecraft:behavior.eat_block": { - "priority": 6, - "success_chance": "query.is_baby ? 0.02 : 0.001", - "time_until_eat": 1.8, - "eat_and_replace_block_pairs": [ - { "eat_block": "grass", "replace_block": "dirt" }, - { "eat_block": "tallgrass", "replace_block": "air" } - ], - "on_eat": { - "event": "minecraft:on_eat_block", - "target": "self" - } - }, - "minecraft:behavior.random_stroll": { - "priority": 7, - "speed_multiplier": 0.8 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - "events": { - "minecraft:entity_spawned": { - "sequence": [ - { - "randomize": [ - { - "weight": 95, - "remove": { - }, - "trigger": "spawn_adult" - }, - { - "weight": 5, - "remove": { - }, - "trigger": "spawn_baby" - } - ] - }, - { - "randomize": [ - { - "weight": 81836, - "add": { - "component_groups": [ - "minecraft:sheep_white" - ] - } - }, - { - "weight": 5000, - "add": { - "component_groups": [ - "minecraft:sheep_black" - ] - } - }, - { - "weight": 5000, - "add": { - "component_groups": [ - "minecraft:sheep_light_gray" - ] - } - }, - { - "weight": 5000, - "add": { - "component_groups": [ - "minecraft:sheep_gray" - ] - } - }, - { - "weight": 3000, - "add": { - "component_groups": [ - "minecraft:sheep_brown" - ] - } - }, - { - "weight": 164, - "add": { - "component_groups": [ - "minecraft:sheep_pink" - ] - } - } - ] - } - ] - }, - "spawn_adult": { - "add": { - "component_groups": [ - "minecraft:sheep_adult", - "minecraft:sheep_dyeable", - "minecraft:rideable_wooly", - "minecraft:loot_wooly" - ] - } - }, - "spawn_baby": { - "add": { - "component_groups": [ - "minecraft:sheep_baby", - "minecraft:sheep_dyeable", - "minecraft:rideable_sheared" - ] - } - }, - "minecraft:entity_born": { - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:sheep_baby", - "minecraft:sheep_dyeable", - "minecraft:rideable_sheared" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:sheep_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:sheep_adult", - "minecraft:rideable_wooly", - "minecraft:loot_wooly" - ] - } - }, - "minecraft:on_sheared": { - "remove": { - "component_groups": [ - "minecraft:sheep_dyeable", - "minecraft:loot_wooly" - ] - }, - "add": { - "component_groups": [ - "minecraft:sheep_sheared", - "minecraft:rideable_sheared", - "minecraft:loot_sheared" - ] - } - }, - "minecraft:on_eat_block": { - "sequence": [ - { - "remove": { - "component_groups": [ - "minecraft:sheep_sheared" - ] - }, - "add": { - "component_groups": [ - "minecraft:sheep_dyeable" - ] - } - }, - { - "filters": { - "test": "has_component", - "subject": "other", - "operator": "!=", - "value": "minecraft:is_baby" - }, - "add": { - "component_groups": [ - "minecraft:rideable_wooly", - "minecraft:loot_wooly" - ] - }, - "remove": { - "component_groups": [ - "minecraft:loot_sheared" - ] - } - } - ] - }, - "wololo": { - "add": { - "component_groups": [ - "minecraft:sheep_red" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/shulker.json b/entities/shulker.json deleted file mode 100644 index 89d4c31..0000000 --- a/entities/shulker.json +++ /dev/null @@ -1,540 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:shulker", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:shulker_purple": { - "minecraft:variant": { - "value": 5 - } - }, - "minecraft:shulker_black": { - "minecraft:variant": { - "value": 0 - } - }, - "minecraft:shulker_blue": { - "minecraft:variant": { - "value": 4 - } - }, - "minecraft:shulker_brown": { - "minecraft:variant": { - "value": 3 - } - }, - "minecraft:shulker_cyan": { - "minecraft:variant": { - "value": 6 - } - }, - "minecraft:shulker_gray": { - "minecraft:variant": { - "value": 8 - } - }, - "minecraft:shulker_green": { - "minecraft:variant": { - "value": 2 - } - }, - "minecraft:shulker_light_blue": { - "minecraft:variant": { - "value": 12 - } - }, - "minecraft:shulker_lime": { - "minecraft:variant": { - "value": 10 - } - }, - "minecraft:shulker_magenta": { - "minecraft:variant": { - "value": 13 - } - }, - "minecraft:shulker_orange": { - "minecraft:variant": { - "value": 14 - } - }, - "minecraft:shulker_pink": { - "minecraft:variant": { - "value": 9 - } - }, - "minecraft:shulker_red": { - "minecraft:variant": { - "value": 1 - } - }, - "minecraft:shulker_silver": { - "minecraft:variant": { - "value": 7 - } - }, - "minecraft:shulker_undyed": { - "minecraft:variant": { - "value": 16 - } - }, - "minecraft:shulker_white": { - "minecraft:variant": { - "value": 15 - } - }, - "minecraft:shulker_yellow": { - "minecraft:variant": { - "value": 11 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 : 0" - }, - "minecraft:type_family": { - "family": [ "shulker", "monster", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 10, - "use_motion_prediction_hints": true - } - }, - "minecraft:health": { - "value": 30, - "max": 30 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.0, - "max": 0.0 - }, - "minecraft:loot": { - "table": "loot_tables/entities/shulker.json" - }, - "minecraft:peek": { - "on_open": { - "event": "minecraft:on_open" - }, - "on_close": { - "event": "minecraft:on_close" - }, - "on_target_open": { - "event": "minecraft:on_open" - } - }, - "minecraft:behavior.look_at_player": { - "priority": 1, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:shooter": { - "def": "minecraft:shulker_bullet" - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:behavior.ranged_attack": { - "attack_interval_min": 1, - "attack_interval_max": 3, - "attack_radius": 15 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 2 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 3, - "entity_types": { - "filters": { "test" : "is_family", "subject" : "other", "value" : "player"}, - "max_dist": 16 - }, - "must_see": true - }, - "minecraft:navigation.walk": { - }, - "minecraft:movement.basic": { - }, - "minecraft:interact": { - "interactions": [ - { - "on_interact": { - "filters": { - "all_of": [ - { - "any_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:0"}, - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:16"} - ] - }, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_black" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:8"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_gray" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:7"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_silver" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { - "any_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:15"}, - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:19"} - ] - }, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_white" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:12"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_light_blue" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:14"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_orange" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:1"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_red" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { - "any_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:4"}, - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:18"} - ] - }, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_blue" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:5"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_purple" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:13"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_magenta" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:9"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_pink" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { - "any_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:3"}, - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:17"} - ] - }, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_brown" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:11"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_yellow" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:10"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_lime" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:2"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_green" - }, - "use_item": true - }, - { - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "dye:6"}, - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "has_ability","subject" : "other", "value" : "instabuild"} - ] - }, - "event": "minecraft:turn_cyan" - }, - "use_item": true - } - ] - }, - "minecraft:physics": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "minecraft:shulker_undyed" - ] - } - }, - "minecraft:turn_purple": { - "add": { - "component_groups": [ - "minecraft:shulker_purple" - ] - } - }, - "minecraft:turn_black": { - "add": { - "component_groups": [ - "minecraft:shulker_black" - ] - } - }, - "minecraft:turn_blue": { - "add": { - "component_groups": [ - "minecraft:shulker_blue" - ] - } - }, - "minecraft:turn_brown": { - "add": { - "component_groups": [ - "minecraft:shulker_brown" - ] - } - }, - "minecraft:turn_cyan": { - "add": { - "component_groups": [ - "minecraft:shulker_cyan" - ] - } - }, - "minecraft:turn_gray": { - "add": { - "component_groups": [ - "minecraft:shulker_gray" - ] - } - }, - "minecraft:turn_green": { - "add": { - "component_groups": [ - "minecraft:shulker_green" - ] - } - }, - "minecraft:turn_light_blue": { - "add": { - "component_groups": [ - "minecraft:shulker_light_blue" - ] - } - }, - "minecraft:turn_lime": { - "add": { - "component_groups": [ - "minecraft:shulker_lime" - ] - } - }, - "minecraft:turn_magenta": { - "add": { - "component_groups": [ - "minecraft:shulker_magenta" - ] - } - }, - "minecraft:turn_orange": { - "add": { - "component_groups": [ - "minecraft:shulker_orange" - ] - } - }, - "minecraft:turn_pink": { - "add": { - "component_groups": [ - "minecraft:shulker_pink" - ] - } - }, - "minecraft:turn_red": { - "add": { - "component_groups": [ - "minecraft:shulker_red" - ] - } - }, - "minecraft:turn_silver": { - "add": { - "component_groups": [ - "minecraft:shulker_silver" - ] - } - }, - "minecraft:turn_white": { - "add": { - "component_groups": [ - "minecraft:shulker_white" - ] - } - }, - "minecraft:turn_yellow": { - "add": { - "component_groups": [ - "minecraft:shulker_yellow" - ] - } - } - } - } -} diff --git a/entities/shulker_bullet.json b/entities/shulker_bullet.json deleted file mode 100644 index 28e56cd..0000000 --- a/entities/shulker_bullet.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "format_version": "1.10.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:shulker_bullet", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - - "components": { - "minecraft:collision_box": { - "width": 0.625, - "height": 0.625 - }, - "minecraft:projectile": { - "on_hit": { - "impact_damage": { - "damage": 4, - "knockback": true, - "should_bounce": true - }, - "mob_effect": { - "effect": "levitation", - "durationeasy": 200, - "durationnormal": 200, - "durationhard": 200, - "amplifier": 1 - }, - "remove_on_hit": { - }, - "particle_on_hit": { - "particle_type": "largeexplode", - "on_other_hit": true - } - }, - "hit_sound": "bullet.hit", - "destroyOnHurt": true, - "crit_particle_on_hurt": true, - "power": 1.6, - "gravity": 0.05, - "uncertainty_base": 16, - "uncertainty_multiplier": 4, - "anchor": 1, - "offset": [ 0, -0.1, 0 ], - "homing": true - }, - "minecraft:physics": { - "has_collision": false - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - } - } -} diff --git a/entities/silverfish.json b/entities/silverfish.json deleted file mode 100644 index 37c748a..0000000 --- a/entities/silverfish.json +++ /dev/null @@ -1,160 +0,0 @@ -{ - "format_version": "1.17.10", - "minecraft:entity": { - "description": { - "identifier": "minecraft:silverfish", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:silverfish_calm": { - "minecraft:on_target_acquired" : { - "event": "minecraft:become_angry", - "target": "self" - } - }, - "minecraft:silverfish_angry": { - "minecraft:angry": { - "duration": -1, - "broadcast_anger": true, - "broadcast_range": 20, - "calm_event": { - "event": "minecraft:on_calm", - "target": "self" - } - }, - "minecraft:behavior.melee_attack": { - "priority": 4, - "track_target": true - }, - "minecraft:behavior.silverfish_wake_up_friends": { - "priority": 1 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 : 0" - }, - "minecraft:type_family": { - "family":["silverfish", "monster", "lightweight", "mob", "arthropod" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - "minecraft:loot": { - "table": "loot_tables/entities/silverfish.json" - }, - "minecraft:health": { - "value": 8, - "max": 8 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:attack": { - "damage": 1 - }, - "minecraft:collision_box": { - "width": 0.4, - "height": 0.3 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 1 - }, - "minecraft:behavior.silverfish_merge_with_stone": { - "priority": 5 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "attack_interval": 10, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test" : "is_family", "subject" : "other", "value" : "player"}, - { "test" : "is_family", "subject" : "other", "value" : "snowgolem"}, - { "test" : "is_family", "subject" : "other", "value" : "irongolem"} - ] - }, - "max_dist": 8 - } - ] - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1, - "alert_same_type": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:block_climber": { - } - }, - "events": { - "minecraft:entity_spawned": { - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:silverfish_calm" - ] - } - }, - "minecraft:become_angry": { - "remove": { - "minecraft:silverfish_calm": { } - }, - "add": { - "component_groups": [ - "minecraft:silverfish_angry" - ] - } - }, - "minecraft:on_calm": { - "remove": { - "minecraft:silverfish_angry": { } - }, - "add": { - "component_groups": [ - "minecraft:silverfish_calm" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/skeleton.json b/entities/skeleton.json deleted file mode 100644 index f5fef37..0000000 --- a/entities/skeleton.json +++ /dev/null @@ -1,660 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:skeleton", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "in_powder_snow": { - "minecraft:is_shaking": {}, - "minecraft:timer": { - "looping": false, - "time": 20, - "time_down_event": { - "event": "become_stray_event" - } - }, - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "test": "in_block", - "subject": "self", - "operator": "!=", - "value": "minecraft:powder_snow" - }, - "event": "got_out_of_powder_snow" - } - ] - } - }, - "got_out_of_powder_snow_environment_sensor": { - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "test": "is_underwater", - "subject": "self", - "operator": "==", - "value": true - }, - "event": "minecraft:melee_mode" - }, - { - "filters": { - "test": "has_ranged_weapon", - "subject": "self", - "operator": "==", - "value": false - }, - "event": "minecraft:melee_mode" - }, - { - "filters": { - "all_of": [ - { - "test": "in_water", - "subject": "self", - "operator": "==", - "value": false - }, - { - "test": "has_ranged_weapon", - "subject": "self", - "operator": "==", - "value": true - } - ] - }, - "event": "minecraft:ranged_mode" - } - ] - } - }, - "minecraft:lightning_immune": { - "minecraft:damage_sensor": { - "triggers": { - "on_damage": { "filters": { "other_with_families": "lightning" } }, - "deals_damage": false - } - } - }, - "become_stray": { - "minecraft:transformation": { - "into": "minecraft:stray", - "transformation_sound" : "convert_to_stray", - "keep_level": true, - "drop_inventory": true, - "preserve_equipment": true - } - }, - "minecraft:ranged_attack": { - "minecraft:behavior.ranged_attack": { - "priority": 0, - "attack_interval_min": 1.0, - "attack_interval_max": 3.0, - "attack_radius": 15.0 - }, - "minecraft:shooter": { - "def": "minecraft:arrow" - }, - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "test": "is_underwater", - "subject": "self", - "operator": "==", - "value": true - }, - "event": "minecraft:melee_mode" - }, - { - "filters": { - "test": "has_ranged_weapon", - "subject": "self", - "operator": "==", - "value": false - }, - "event": "minecraft:melee_mode" - }, - { - "filters": { - "test": "in_block", - "subject": "self", - "operator": "==", - "value": "minecraft:powder_snow" - }, - "event": "got_in_powder_snow" - } - ] - } - }, - "minecraft:melee_attack": { - "minecraft:behavior.melee_attack": { - "priority": 4, - "track_target": true, - "speed_multiplier": 1.25 - }, - "minecraft:attack": { - "damage": 3 - }, - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "all_of": [ - { - "test": "in_water", - "subject": "self", - "operator": "==", - "value": false - }, - { - "test": "has_ranged_weapon", - "subject": "self", - "operator": "==", - "value": true - } - ] - }, - "event": "minecraft:ranged_mode" - }, - { - "filters": { - "test": "in_block", - "subject": "self", - "operator": "==", - "value": "minecraft:powder_snow" - }, - "event": "got_in_powder_snow" - } - ] - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:equip_item": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:type_family": { - "family": [ "skeleton", "undead", "monster", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_water": true - }, - - "minecraft:burns_in_daylight": { - }, - - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/skeleton.json" - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "is_amphibious": true, - "avoid_sun": true, - "avoid_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:nameable": { - }, - "minecraft:equipment": { - "table": "loot_tables/entities/skeleton_gear.json" - }, - "minecraft:shooter": { - "def": "minecraft:arrow" - }, - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "test": "is_underwater", - "subject": "self", - "operator": "==", - "value": true - }, - "event": "minecraft:melee_mode" - }, - { - "filters": { - "test": "has_ranged_weapon", - "subject": "self", - "operator": "==", - "value": false - }, - "event": "minecraft:melee_mode" - }, - { - "filters": { - "test": "in_block", - "subject": "self", - "operator": "==", - "value": "minecraft:powder_snow" - }, - "event": "got_in_powder_snow" - } - ] - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:netherite_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:stone_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:wooden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:bow", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:netherite_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:turtle_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:skull:0", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:skull:1", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:carved_pumpkin", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:netherite_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - } - ] - }, - "minecraft:behavior.ranged_attack": { - "priority": 0, - "attack_interval_min": 1.0, - "attack_interval_max": 3.0, - "attack_radius": 15.0 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "reselect_targets": true, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "player" - }, - "max_dist": 16 - }, - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "irongolem" - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "baby_turtle" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 16 - } - ] - }, - "minecraft:behavior.flee_sun": { - "priority": 2, - "speed_multiplier": 1 - }, - "minecraft:behavior.equip_item": { - "priority": 3 - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 4, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "wolf" - }, - "max_dist": 6, - "walk_speed_multiplier": 1.2, - "sprint_speed_multiplier": 1.2 - } - ] - }, - "minecraft:behavior.pickup_items": { - "priority": 5, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 1.0, - "pickup_based_on_chance": true, - "can_pickup_any_item": true - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 8 - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "minecraft:ranged_attack" - ] - } - }, - "become_stray_event": { - "add": { - "component_groups": [ - "become_stray" - ] - } - }, - "got_in_powder_snow": { - "add": { - "component_groups": [ - "in_powder_snow" - ] - } - }, - "got_out_of_powder_snow": { - "remove": { - "component_groups": [ - "in_powder_snow" - ] - }, - "add": { - "component_groups": [ - "got_out_of_powder_snow_environment_sensor" - ] - } - }, - "minecraft:spring_trap": { - "add": { - "component_groups": [ - "minecraft:lightning_immune" - ] - } - }, - "minecraft:melee_mode": { - "remove": { - "component_groups": [ - "minecraft:ranged_attack", - "got_out_of_powder_snow_environment_sensor" - ] - }, - "add": { - "component_groups": [ - "minecraft:melee_attack" - ] - } - }, - "minecraft:ranged_mode": { - "remove": { - "component_groups": [ - "minecraft:melee_attack", - "got_out_of_powder_snow_environment_sensor" - ] - }, - "add": { - "component_groups": [ - "minecraft:ranged_attack" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/skeleton_horse.json b/entities/skeleton_horse.json deleted file mode 100644 index 60f70bb..0000000 --- a/entities/skeleton_horse.json +++ /dev/null @@ -1,227 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:skeleton_horse", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:skeleton_horse_r5_upgrade": { - "minecraft:rideable": { - } - }, - "minecraft:skeleton_horse_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale_by_age": { - "start_scale": 0.5, - "end_scale": 1.0 - }, - "minecraft:ageable": { - "duration": 1200, - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 4, - "speed_multiplier": 1.0 - } - }, - "minecraft:skeleton_horse_adult": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/skeleton_horse.json" - }, - "minecraft:collision_box": { - "width": 1.4, - "height": 1.6 - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "player", - "skeleton", - "zombie" - ], - "interact_text": "action.interact.ride.horse", - "seats": { - "position": [ 0.0, 1.2, -0.2 ] - } - } - }, - - "minecraft:skeleton_trap": { - "minecraft:behavior.skeleton_horse_trap": { - "within_radius": 10.0, - "duration": 900.0, - "priority": 2 - } - }, - - "minecraft:lightning_immune": { - "minecraft:damage_sensor": { - "triggers": { - "on_damage": { - "filters": { - "test": "is_family", - "subject": "other", - "value": "lightning" - } - }, - "deals_damage": false - } - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "skeletonhorse", "undead", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_water": true - }, - "minecraft:health": { - "value": 15, - "max": 15 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.2 - }, - "minecraft:underwater_movement": { - "value": 0.08 - }, - "minecraft:navigation.walk": { - "is_amphibious": true, - "avoid_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:nameable": { - }, - "minecraft:horse.jump_strength": { - "value": { - "range_min": 0.4, - "range_max": 1.0 - } - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "player", - "skeleton", - "zombie" - ], - "interact_text": "action.interact.ride.horse", - "seats": { - "position": [ 0.0, 1.2, -0.2 ] - } - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.mount_pathing": { - "priority": 2, - "speed_multiplier": 1.5, - "target_dist": 4.0, - "track_target": true - }, - "minecraft:behavior.player_ride_tamed": { - }, - "minecraft:input_ground_controlled": { - }, - "minecraft:can_power_jump": { - }, - "minecraft:balloonable": { - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.2 - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.7 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:is_tamed": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 36, - "add": { - "component_groups": [ - "minecraft:skeleton_horse_adult" - ] - } - }, - { - "weight": 9, - "remove": { - "component_groups": [ - "minecraft:skeleton_horse_r5_upgrade" - ] - }, - "add": { - "component_groups": [ - "minecraft:skeleton_horse_baby" - ] - } - } - ] - }, - - "minecraft:set_trap": { - "add": { "component_groups": [ "minecraft:skeleton_trap", "minecraft:lightning_immune" ] } - }, - - "minecraft:spring_trap": { - "add": { "component_groups": [ "minecraft:skeleton_horse_adult", "minecraft:lightning_immune" ] } - } - } - } -} \ No newline at end of file diff --git a/entities/slime.json b/entities/slime.json deleted file mode 100644 index 252f268..0000000 --- a/entities/slime.json +++ /dev/null @@ -1,198 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:slime", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:slime_large": { - "minecraft:collision_box": { - "width": 2.08, - "height": 2.08 - }, - "minecraft:health": { - "value": 16, - "max": 16 - }, - "minecraft:movement": { - "value": 0.6 - }, - "minecraft:attack": { - "damage": 4 - } - }, - - "minecraft:slime_medium": { - "minecraft:collision_box": { - "width": 1.04, - "height": 1.04 - }, - "minecraft:health": { - "value": 4, - "max": 4 - }, - "minecraft:movement": { - "value": 0.4 - }, - "minecraft:attack": { - "damage": 2 - } - }, - - "minecraft:slime_small": { - "minecraft:collision_box": { - "width": 0.52, - "height": 0.52 - }, - "minecraft:health": { - "value": 1, - "max": 1 - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:attack": { - "damage": 0 - }, - "minecraft:loot": { - "table": "loot_tables/entities/slime.json" - } - }, - - "minecraft:slime_calm": { - "minecraft:movement.jump": { - "jump_delay": [ 0.5, 1.5 ] - } - }, - "minecraft:slime_aggressive": { - "minecraft:movement.jump": { - "jump_delay": [ 0.16, 0.5 ] - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? query.variant : 0" - }, - "minecraft:type_family": { - "family": [ "slime", "monster", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement.jump": { - "jump_delay": [ 0.5, 1.5 ] - }, - "minecraft:on_target_acquired": { - "event": "minecraft:become_aggressive", - "target": "self" - }, - "minecraft:on_target_escape": { - "event": "minecraft:become_calm", - "target": "self" - }, - "minecraft:nameable": { - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.slime_float": { - "priority": 1, - "jump_chance_percentage": 0.8, - "speed_multiplier": 1.2 - }, - "minecraft:behavior.slime_attack": { - "priority": 3 - }, - "minecraft:behavior.slime_random_direction": { - "priority": 4, - "add_random_time_range": 3, - "turn_range": 360, - "min_change_direction_time": 2.0 - }, - "minecraft:behavior.slime_keep_on_jumping": { - "priority": 5, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "is_family", - "subject": "other", - "value": "irongolem" - } - ] - }, - "max_dist": 16 - } - ], - "must_see": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "minecraft:slime_calm" - ] - } - }, - "minecraft:become_calm": { - "add": { - "component_groups": [ - "minecraft:slime_calm" - ] - } - }, - "minecraft:become_aggressive": { - "add": { - "component_groups": [ - "minecraft:slime_aggressive" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/small_fireball.json b/entities/small_fireball.json deleted file mode 100644 index 00f2e32..0000000 --- a/entities/small_fireball.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:small_fireball", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - "components": { - "minecraft:collision_box": { - "width": 0.31, - "height": 0.31 - }, - "minecraft:projectile": { - - "on_hit": { - "impact_damage": { - "damage": 5, - "knockback": false, - "catch_fire": true, - "semi_random_diff_damage": false - }, - "catch_fire": { - "fire_affected_by_griefing": true - }, - "remove_on_hit": { } - }, - "power": 1.3, - "gravity": 0.00, - "inertia": 1, - "liquid_inertia": 1, - "anchor": 2, - "offset": [ 0, 0.5, 0 ], - "semi_random_diff_damage": true, - "uncertainty_base": 10.0, - "reflect_on_hurt": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - } - } -} diff --git a/entities/snow_golem.json b/entities/snow_golem.json deleted file mode 100644 index 1787062..0000000 --- a/entities/snow_golem.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:snow_golem", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:snowman_sheared": { - "minecraft:is_sheared": { - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "snowgolem", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - "minecraft:collision_box": { - "width": 0.4, - "height": 1.8 - }, - "minecraft:loot": { - "table": "loot_tables/entities/snowman.json" - }, - "minecraft:health": { - "value": 4, - "max": 4 - }, - "minecraft:movement": { - "value": 0.2 - }, - "minecraft:navigation.walk": { - "avoid_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:attack": { - "damage": 2 - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "fall", - "deals_damage": false - } - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - }, - { - "filters": { "test": "is_temperature_value", "operator": ">", "value": 1.0 }, - "cause": "temperature", - "damage_per_tick": 1 - }, - { - "filters": { "test": "in_contact_with_water", "operator": "==", "value": true }, - "cause": "drowning", - "damage_per_tick": 1 - } - ] - }, - "minecraft:interact": { - "interactions": [ - { - "cooldown": 2.5, - "use_item": false, - "hurt_item": 1, - "spawn_items": { "table": "loot_tables/entities/snow_golem_shear.json" }, - "play_sounds": "shear", - "interact_text": "action.interact.shear", - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "shears"}, - { "test": "is_family", "subject": "other", "value": "player"}, - { "test": "has_component", "operator": "!=", "value": "minecraft:is_sheared"} - ] - }, - "event": "minecraft:on_sheared", - "target": "self" - } - } - ] - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - }, - "minecraft:behavior.ranged_attack": { - "priority": 1, - "speed_multiplier": 1.25, - "attack_interval": 1, - "attack_radius": 10 - }, - "minecraft:shooter": { - "def": "minecraft:snowball" - }, - "minecraft:trail": { - "block_type": "minecraft:snow_layer", - "spawn_filter": { "test": "is_temperature_value", "operator": "<", "value": 0.81 } - }, - "minecraft:behavior.random_stroll": { - "priority": 2, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 3, - "look_distance": 6.0 - }, - "minecraft:behavior.random_look_around": { - "priority": 4 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 1, - "entity_types": [ - { - "filters": { "test" : "is_family", "subject" : "other", "value" : "monster"}, - "within_default": 6 - } - ] - }, - "minecraft:persistent": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:on_sheared": { - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:snowman_sheared" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/snowball.json b/entities/snowball.json deleted file mode 100644 index bf04eeb..0000000 --- a/entities/snowball.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:snowball", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.25 - }, - "minecraft:projectile": { - "on_hit": { - "impact_damage": { - "filter": "blaze", - "damage": 3, - "knockback": true - }, - "remove_on_hit": { }, - "particle_on_hit": { - "particle_type": "snowballpoof", - "num_particles": 6, - "on_entity_hit": true, - "on_other_hit": true - } - }, - "anchor": 1, - "power": 1.5, - "gravity": 0.03, - "angle_offset": 0.0, - "offset": [ 0, -0.1, 0 ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 100.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - } - } -} diff --git a/entities/spider.json b/entities/spider.json deleted file mode 100644 index 72c36df..0000000 --- a/entities/spider.json +++ /dev/null @@ -1,361 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:spider", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - - "component_groups": { - "minecraft:spider_jockey": { - "minecraft:addrider": { - "entity_type": "minecraft:skeleton" - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "skeleton" - ], - "seats": { - "position": [ 0.0, 0.54, 0.0 ] - } - } - }, - - "minecraft:spider_stray_jockey": { - "minecraft:addrider": { - "entity_type": "minecraft:skeleton.stray" - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "skeleton" - ], - "seats": { - "position": [ 0.0, 0.54, 0.0 ] - } - } - }, - - "minecraft:spider_wither_jockey": { - "minecraft:addrider": { - "entity_type": "minecraft:skeleton.wither" - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "skeleton" - ], - "seats": { - "position": [ 0.0, 0.54, 0.0 ] - } - } - }, - - "minecraft:spider_neutral": { - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "is_brightness", - "operator": "<", - "value": 0.49 - }, - "event": "minecraft:become_hostile" - } - }, - "minecraft:on_target_acquired": { - "event": "minecraft:become_angry" - } - }, - - "minecraft:spider_hostile": { - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "is_brightness", - "operator": ">", - "value": 0.49 - }, - "event": "minecraft:become_neutral" - } - }, - "minecraft:on_target_acquired": { - "event": "minecraft:become_angry" - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "attack_interval": 5, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "is_family", - "subject": "other", - "value": "snowgolem" - }, - { - "test": "is_family", - "subject": "other", - "value": "irongolem" - } - ] - }, - "max_dist": 16 - } - ] - } - }, - - "minecraft:spider_angry": { - "minecraft:angry": { - "duration": 10, - "duration_delta": 3, - "calm_event": { - "event": "minecraft:become_calm", - "target": "self" - } - }, - "minecraft:behavior.leap_at_target": { - "priority": 4, - "yd": 0.4, - "must_be_on_ground": false - }, - "minecraft:behavior.melee_attack": { - "priority": 3, - "track_target": true, - "reach_multiplier": 0.8 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 : 0" - }, - "minecraft:nameable": { - }, - "minecraft:type_family": { - "family": [ "spider", "monster", "mob", "arthropod" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:loot": { - "table": "loot_tables/entities/spider.json" - }, - "minecraft:collision_box": { - "width": 1.4, - "height": 0.9 - }, - "minecraft:health": { - "value": 16, - "max": 16 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:navigation.climb": { - "can_path_over_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:attack": { - "damage": 3 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 1 - }, - "minecraft:behavior.mount_pathing": { - "priority": 5, - "speed_multiplier": 1.25, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.8 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 7 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 0.54, -0.1 ] - } - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 1, - "randomize": [ - { - "weight": 80, - "filters": { - "all_of": [ - { - "test": "is_daytime", - "value": false - }, - { - "test": "is_snow_covered", - "value": true - }, - { - "test": "is_underground", - "value": false - } - ] - }, - "remove": {}, - "add": { - "component_groups": [ - "minecraft:spider_stray_jockey", - "minecraft:spider_neutral" - ] - } - }, - { - "weight": 80, - "filters": { - "test": "is_biome", - "value": "the_nether" - }, - "remove": {}, - "add": { - "component_groups": [ - "minecraft:spider_wither_jockey", - "minecraft:spider_neutral" - ] - } - }, - { - "weight": 20, - "filters": { - "any_of": [ - { - "test": "is_daytime", - "value": false - }, - { - "test": "is_underground", - "value": true - } - ] - }, - "remove": {}, - "add": { - "component_groups": [ - "minecraft:spider_jockey", - "minecraft:spider_neutral" - ] - } - } - ] - }, - { - "weight": 99, - "remove": {}, - "add": { - "component_groups": [ - "minecraft:spider_neutral" - ] - } - } - ] - }, - - "minecraft:become_hostile": { - "remove": { - "component_groups": [ - "minecraft:spider_neutral" - ] - }, - "add": { - "component_groups": [ - "minecraft:spider_hostile" - ] - } - }, - - "minecraft:become_neutral": { - "remove": { - "component_groups": [ - "minecraft:spider_hostile" - ] - }, - "add": { - "component_groups": [ - "minecraft:spider_neutral" - ] - } - }, - - "minecraft:become_angry": { - "add": { - "component_groups": [ - "minecraft:spider_angry" - ] - } - }, - "minecraft:become_calm": { - "remove": { - "component_groups": [ - "minecraft:spider_angry" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/splash_potion.json b/entities/splash_potion.json deleted file mode 100644 index 9c139be..0000000 --- a/entities/splash_potion.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:splash_potion", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.25 - }, - "minecraft:projectile": { - "on_hit": { - "douse_fire": { }, - "thrown_potion_effect": { }, - "remove_on_hit": { } - }, - "power": 0.5, - "gravity": 0.05, - "angle_offset": -20.0, - "hit_sound": "glass" - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 5, - "use_motion_prediction_hints": true - } - } - } - } -} diff --git a/entities/squid.json b/entities/squid.json deleted file mode 100644 index e284ee4..0000000 --- a/entities/squid.json +++ /dev/null @@ -1,129 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:squid", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups":{ - "minecraft:squid_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - } - } - }, - - "components":{ - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "!query.is_baby && query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:nameable": { - }, - "minecraft:type_family": { - "family":["squid", "mob"] - }, - "minecraft:collision_box": { - "width": 0.95, - "height": 0.95 - }, - "minecraft:health": { - "value": 10, - "max": 10 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/squid.json" - }, - "minecraft:breathable":{ - "total_supply":15, - "suffocate_time":0, - "breathes_air": false, - "breathes_water": true - }, - "minecraft:movement": { - "value": 0.2 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "can_sink": false - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.squid_move_away_from_ground": { - "priority": 1 - }, - "minecraft:behavior.squid_flee": { - "priority": 2 - }, - "minecraft:behavior.squid_idle": { - "priority": 2 - }, - "minecraft:behavior.squid_dive": { - "priority": 2 - }, - "minecraft:behavior.squid_out_of_water": { - "priority": 2 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events":{ - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 95, - "remove": { - }, - "add": { - } - }, - { - "weight": 5, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:squid_baby" - ] - } - } - ] - } - } - } -} diff --git a/entities/stray.json b/entities/stray.json deleted file mode 100644 index 238d09d..0000000 --- a/entities/stray.json +++ /dev/null @@ -1,540 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:stray", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:revert_to_skeleton": { - "minecraft:transformation": { - "into": "minecraft:skeleton", - "delay": 0.5 - } - }, - "minecraft:ranged_attack": { - "minecraft:behavior.ranged_attack": { - "priority": 0, - "attack_interval_min": 1.0, - "attack_interval_max": 3.0, - "attack_radius": 15.0 - }, - "minecraft:shooter": { - "def": "minecraft:arrow", - "aux_val": 19 - }, - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "test": "is_underwater", - "subject": "self", - "operator": "==", - "value": true - }, - "event": "minecraft:melee_mode" - }, - { - "filters": { - "test": "has_ranged_weapon", - "subject": "self", - "operator": "==", - "value": false - }, - "event": "minecraft:melee_mode" - } - ] - } - }, - "minecraft:melee_attack": { - "minecraft:behavior.melee_attack": { - "priority": 4, - "track_target": true, - "speed_multiplier": 1.25 - }, - "minecraft:attack": { - "damage": 3, - "effect_name": "slowness", - "effect_duration": 10 - }, - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "all_of": [ - { - "test": "in_water", - "subject": "self", - "operator": "==", - "value": false - }, - { - "test": "has_ranged_weapon", - "subject": "self", - "operator": "==", - "value": true - } - ] - }, - "event": "minecraft:ranged_mode" - } - ] - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_water": true - }, - "minecraft:equip_item": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:burns_in_daylight": {}, - "minecraft:nameable": {}, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/stray.json" - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "is_amphibious": true, - "avoid_sun": true, - "avoid_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:equipment": { - "table": "loot_tables/entities/skeleton_gear.json" - }, - "minecraft:shooter": { - "def": "minecraft:arrow", - "aux_val": 19 - }, - "minecraft:environment_sensor": { - "triggers": [ - { - "filters": { - "test": "is_underwater", - "subject": "self", - "operator": "==", - "value": true - }, - "event": "minecraft:melee_mode" - }, - { - "filters": { - "test": "has_ranged_weapon", - "subject": "self", - "operator": "==", - "value": false - }, - "event": "minecraft:melee_mode" - } - ] - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:netherite_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:stone_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:wooden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:bow", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:netherite_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:turtle_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:skull:0", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:skull:1", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:carved_pumpkin", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:netherite_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - } - ] - }, - "minecraft:behavior.ranged_attack": { - "priority": 0, - "attack_interval_min": 1.0, - "attack_interval_max": 3.0, - "attack_radius": 15.0 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "reselect_targets": true, - - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "player" - }, - "max_dist": 16 - }, - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "irongolem" - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "baby_turtle" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 16 - } - ] - }, - - "minecraft:behavior.flee_sun": { - "priority": 2, - "speed_multiplier": 1 - }, - "minecraft:behavior.equip_item": { - "priority": 3 - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 4, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "wolf" - }, - "max_dist": 6, - "walk_speed_multiplier": 1.2, - "sprint_speed_multiplier": 1.2 - } - ] - }, - "minecraft:behavior.pickup_items": { - "priority": 5, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 1.0, - "pickup_based_on_chance": true, - "can_pickup_any_item": true - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 8 - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:type_family": { - "family": [ "stray", "skeleton", "monster", "mob", "undead" ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "minecraft:ranged_attack" - ] - } - }, - "change_to_skeleton": { - "sequence": [ - { - "filters": { - "test": "is_underground", - "value": true - }, - "remove": {}, - "add": { - "component_groups": [ - "minecraft:revert_to_skeleton" - ] - } - }, - { - "randomize": [ - { - "weight": 20, - "remove": {}, - "add": { - "component_groups": [ "minecraft:revert_to_skeleton" ] - } - }, - { - "weight": 80, - "remove": {}, - "add": {} - } - ] - } - ] - }, - "minecraft:melee_mode": { - "remove": { "component_groups": [ "minecraft:ranged_attack" ] }, - "add": { "component_groups": [ "minecraft:melee_attack" ] } - }, - "minecraft:ranged_mode": { - "remove": { "component_groups": [ "minecraft:melee_attack" ] }, - "add": { "component_groups": [ "minecraft:ranged_attack" ] } - } - } - } -} \ No newline at end of file diff --git a/entities/strider.json b/entities/strider.json deleted file mode 100644 index f4e795a..0000000 --- a/entities/strider.json +++ /dev/null @@ -1,433 +0,0 @@ -{ - "format_version": "1.14.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:strider", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:strider_saddled": { - "minecraft:is_saddled": { - }, - "minecraft:loot": { - "table": "loot_tables/entities/strider_saddled.json" - }, - "minecraft:boostable": { - "speed_multiplier": 2.0, - "duration": 16.0, - "boost_items": [ - { - "item": "warped_fungus_on_a_stick", - "damage": 1, - "replace_item": "fishing_rod" - } - ] - }, - "minecraft:rideable": { - "priority": 0, - "seat_count": 1, - "crouching_skip_interact": true, - "family_types": [ - "player" - ], - "interact_text": "action.interact.ride.strider", - "seats": { - "position": [ 0.0, 1.6, -0.2 ] - } - }, - "minecraft:item_controllable": { - "control_items": "warped_fungus_on_a_stick" - }, - "minecraft:behavior.controlled_by_player": { - "priority": 0, - "mount_speed_multiplier": 1.45 - } - }, - - "minecraft:strider_unsaddled": { - "minecraft:interact": { - "interactions": [ - { - "on_interact": { - "filters": { "test": "has_equipment", "subject": "other", "domain": "hand", "value": "saddle"}, - "event": "minecraft:on_saddled" - }, - "use_item": true, - "play_sounds": "saddle", - "interact_text": "action.interact.saddle" - } - ] - } - }, - - "minecraft:strider_piglin_jockey": { - "minecraft:addrider": { - "entity_type": "minecraft:zombie_pigman", - "spawn_event": "minecraft:spawn_as_strider_jockey" - }, - "minecraft:rideable": { - "priority": 0, - "seat_count": 1, - "crouching_skip_interact": true, - "family_types": [ - "player", "zombie_pigman" - ], - "interact_text": "action.interact.ride.strider", - "seats": { - "position": [ 0.0, 1.65, -0.2 ] - } - } - }, - "minecraft:strider_parent_jockey": { - "minecraft:addrider": { - "entity_type": "minecraft:strider", - "spawn_event": "spawn_baby" - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "strider" - ], - "seats": { - "position": [ 0.0, 1.6, 0.0 ] - } - } - }, - "minecraft:strider_baby": { - "minecraft:type_family": { - "family": [ "strider", "strider_baby", "mob" ] - }, - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ "warped_fungus" ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 6, - "speed_multiplier": 1.1 - } - }, - "minecraft:strider_adult": { - "minecraft:type_family": { - "family": [ "strider", "strider_adult", "mob" ] - }, - "minecraft:behavior.breed": { - "priority": 4, - "speed_multiplier": 1.0 - }, - "minecraft:loot": { - "table": "loot_tables/entities/strider.json" - }, - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:breedable": { - "require_tame": false, - "breeds_with": { - "mate_type": "minecraft:strider", - "baby_type": "minecraft:strider", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "breed_items": [ "warped_fungus" ] - } - }, - - "minecraft:start_suffocating": { - "minecraft:is_shaking": {}, - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "any_of": [ - { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - { - "test": "in_lava", - "subject": "other", - "operator": "==", - "value": true - } - ] - }, - "event": "stop_suffocating" - } - } - }, - - "minecraft:detect_suffocating": { - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "all_of": [ - { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": false - }, - { - "any_of": [ - { - "test": "is_riding", - "subject": "self", - "operator": "==", - "value": false - }, - { - "test": "in_lava", - "subject": "other", - "operator": "==", - "value": false - } - ] - } - ] - }, - "event": "start_suffocating" - } - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "strider", "mob" ] - }, - "minecraft:collision_box": { - "width": 0.9, - "height": 1.7 - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_contact_with_water", - "operator": "==", - "value": true - }, - "cause": "drowning", - "damage_per_tick": 1 - } - ] - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:movement": { - "value": 0.16 - }, - "minecraft:lava_movement": { - "value": 0.32 - }, - "minecraft:movement.basic": { - }, - "minecraft:navigation.walk": { - "can_path_over_lava": true, - "avoid_water": true, - "can_sink": false, - "can_walk_in_lava": true - }, - "minecraft:jump.static": { - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:fire_immune": { - }, - "minecraft:nameable": { - }, - "minecraft:physics": { - }, - "minecraft:behavior.rise_to_liquid_level": { - "priority": 0, - "liquid_y_offset": 0.25, - "rise_delta": 0.01, - "sink_delta": 0.01 - }, - "minecraft:behavior.move_to_liquid": { - "priority": 7, - "search_range": 16, - "search_height": 10, - "goal_radius": 0.9, - "material_type": "Lava", - "search_count": 30 - }, - "minecraft:behavior.random_stroll": { - "priority": 8, - "speed_multiplier": 0.8 - }, - "minecraft:behavior.look_at_player": { - "priority": 9, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 10 - }, - "minecraft:behavior.panic": { - "priority": 3, - "speed_multiplier": 1.1, - "panic_sound": "panic", - "sound_interval": { - "range_min": 1.0, - "range_max": 3.0 - } - }, - "minecraft:behavior.tempt": { - "priority": 5, - "speed_multiplier": 1.2, - "items": [ - "warped_fungus", - "warped_fungus_on_a_stick" - ], - "can_tempt_while_ridden": true, - "tempt_sound": "tempt", - "sound_interval": { - "range_min": 2.0, - "range_max": 5.0 - } - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 40, - "trigger": "spawn_adult" - }, - { - "weight": 2, - "trigger": "spawn_adult_piglin_jockey" - }, - { - "weight": 8, - "trigger": "spawn_adult_parent_jockey" - }, - { - "weight": 50, - "trigger": "spawn_baby" - } - ] - }, - "minecraft:entity_born": { - "trigger": "spawn_baby" - }, - "spawn_adult": { - "add": { - "component_groups": [ - "minecraft:strider_adult", - "minecraft:strider_unsaddled", - "minecraft:detect_suffocating" - ] - } - }, - "spawn_adult_parent_jockey": { - "add": { - "component_groups": [ - "minecraft:strider_adult", - "minecraft:strider_parent_jockey", - "minecraft:strider_unsaddled", - "minecraft:detect_suffocating" - ] - } - }, - "spawn_adult_piglin_jockey": { - "add": { - "component_groups": [ - "minecraft:strider_adult", - "minecraft:strider_saddled", - "minecraft:strider_piglin_jockey", - "minecraft:detect_suffocating" - ] - } - }, - "spawn_baby": { - "add": { - "component_groups": [ - "minecraft:strider_baby", - "minecraft:detect_suffocating" - ] - } - }, - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:strider_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:strider_adult", - "minecraft:strider_unsaddled" - ] - } - }, - - "minecraft:on_saddled": { - "remove": { - "component_groups": [ - "minecraft:strider_unsaddled" - ] - }, - "add": { - "component_groups": [ - "minecraft:strider_saddled" - ] - } - }, - - "start_suffocating": { - "add": { - "component_groups": [ - "minecraft:start_suffocating" - ] - } - }, - - "stop_suffocating": { - "add": { - "component_groups": [ - "minecraft:detect_suffocating" - ] - }, - "remove": { - "component_groups": [ - "minecraft:start_suffocating" - ] - } - } - } - } -} diff --git a/entities/thrown_trident.json b/entities/thrown_trident.json deleted file mode 100644 index 8e9deae..0000000 --- a/entities/thrown_trident.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:thrown_trident", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.35 - }, - "minecraft:projectile": { - "on_hit": { - "impact_damage": { - "damage": 8, - "knockback": true, - "semi_random_diff_damage": false, - "destroy_on_hit": false - }, - "stick_in_ground": { - "shake_time" : 0 - } - }, - "liquid_inertia": 0.99, - "hit_sound": "item.trident.hit", - "hit_ground_sound": "item.trident.hit_ground", - "power": 4, - "gravity": 0.10, - "uncertainty_base": 1, - "uncertainty_multiplier": 0, - "stop_on_hurt": true, - "anchor": 1, - "should_bounce": true, - "multiple_targets": false, - "offset": [ 0, -0.1, 0 ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - } - } -} \ No newline at end of file diff --git a/entities/tnt.json b/entities/tnt.json deleted file mode 100644 index 317bedf..0000000 --- a/entities/tnt.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:tnt", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "from_explosion": { - "minecraft:explode": { - "fuse_length": { - "range_min": 0.5, - "range_max": 2.0 - }, - "fuse_lit": true, - "power": 4, - "causes_fire": false - } - } - }, - - "components": { - "minecraft:type_family": { - "family": [ "tnt", "inanimate" ] - }, - "minecraft:collision_box": { - "width": 0.98, - "height": 0.98 - }, - - "minecraft:explode": { - "fuse_length": 4, - "fuse_lit": true, - "power": 4, - "causes_fire": false - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": false, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 5, - "use_motion_prediction_hints": true - } - } - }, - - "events": { - "from_explosion": { - "add": { - "component_groups": [ - "from_explosion" - ] - } - } - } - } -} diff --git a/entities/tnt_minecart.json b/entities/tnt_minecart.json deleted file mode 100644 index 15e7f92..0000000 --- a/entities/tnt_minecart.json +++ /dev/null @@ -1,185 +0,0 @@ -{ - "format_version": "1.13.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:tnt_minecart", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:primed_tnt": { - "minecraft:explode": { - "fuse_length": 4, - "fuse_lit": true, - "power": 3, - "causes_fire": false - }, - "minecraft:rail_sensor": { - - - }, - "minecraft:is_ignited": { - } - }, - "minecraft:instant_explode_tnt": { - "minecraft:explode": { - "fuse_length": 0, - "fuse_lit": true, - "power": 3, - "causes_fire": false - }, - "minecraft:rail_sensor": { - - - }, - "minecraft:is_ignited": { - } - }, - "minecraft:inactive": { - "minecraft:rail_sensor": { - "on_activate": { - - "filters": { - "all_of": [ - { - "test": "is_game_rule", - "domain": "tntexplodes", - "operator": "==", - "value": true - } - ] - }, - "event": "minecraft:on_prime" - } - - }, - "minecraft:interact": { - "interactions": [ - { - "on_interact": { - "filters": { - "any_of": [ - {"test": "has_equipment", "subject": "other", "domain": "hand", "value": "fireball:0"}, - { - "test": "has_equipment", - "subject": "other", - "domain": "hand", - "value": "flint_and_steel" - } - ], - "all_of": [ - {"test": "is_family", "subject": "other", "value": "player"}, - {"test": "is_game_rule", "domain": "tntexplodes", "operator": "==", "value": true} - ] - }, - "event": "minecraft:on_prime", - "target": "self" - }, - "swing": true, - "play_sounds": "ignite", - "interact_text": "action.interact.creeper" - }, - { - "on_interact": { - "filters": { - "any_of": [ - { - "test": "has_component", - "subject": "other", - "value": "fire_aspect" - } - ], - "all_of": [ - { - "test": "is_game_rule", - "domain": "tntexplodes", - "operator": "==", - "value": true - } - ] - }, - "event": "minecraft:on_prime", - "target": "self" - }, - "swing": true, - "interact_text": "action.interact.creeper" - } - ] - } - } - }, - - "components": { - "minecraft:type_family": { - "family": [ "minecart", "inanimate" ] - }, - "minecraft:collision_box": { - "width": 0.98, - "height": 0.7 - }, - "minecraft:rail_movement": { - }, - "minecraft:is_stackable": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 60.0, - "max_dropped_ticks": 20, - "use_motion_prediction_hints": true - }, - "conditional_values": [ - { - "max_optimized_distance": 0.0, - "max_dropped_ticks": 0, - "conditional_values": [ - { "test": "is_moving", "subject": "self", "operator": "==", "value": true} - ] - } - ] - } - }, - - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "minecraft:inactive" - ] - } - }, - "minecraft:on_prime": { - "remove": { - "component_groups": [ - "minecraft:inactive" - ] - }, - "add": { - "component_groups": [ - "minecraft:primed_tnt" - ] - } - }, - "minecraft:on_instant_prime": { - "remove": { - "component_groups": [ - "minecraft:inactive" - ] - }, - "add": { - "component_groups": [ - "minecraft:instant_explode_tnt" - ] - } - } - } - - } -} diff --git a/entities/tripod_camera.json b/entities/tripod_camera.json deleted file mode 100644 index df6310c..0000000 --- a/entities/tripod_camera.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "format_version": "1.13.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:tripod_camera", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - - "components": { - "minecraft:type_family": { - "family": [ "tripodcamera", "inanimate", "mob" ] - }, - "minecraft:health": { - "value": 4, - "max": 4 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:loot": { - "table": "loot_tables/empty.json" - }, - "minecraft:collision_box": { - "width": 0.75, - "height": 1.8 - }, - "minecraft:physics": { - }, - "minecraft:conditional_bandwidth_optimization": { - } - } - } -} diff --git a/entities/tropicalfish.json b/entities/tropicalfish.json deleted file mode 100644 index 3d74ec6..0000000 --- a/entities/tropicalfish.json +++ /dev/null @@ -1,1053 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:tropicalfish", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - - "minecraft:tropicalfish_variant_a": { - "minecraft:variant": { - "value": 0 - } - }, - "minecraft:tropicalfish_variant_b": { - "minecraft:variant": { - "value": 1 - } - }, - - "minecraft:tropicalfish_variant_pattern_1": { - "minecraft:mark_variant": { - "value": 0 - } - }, - "minecraft:tropicalfish_variant_pattern_2": { - "minecraft:mark_variant": { - "value": 1 - } - }, - "minecraft:tropicalfish_variant_pattern_3": { - "minecraft:mark_variant": { - "value": 2 - } - }, - "minecraft:tropicalfish_variant_pattern_4": { - "minecraft:mark_variant": { - "value": 3 - } - }, - "minecraft:tropicalfish_variant_pattern_5": { - "minecraft:mark_variant": { - "value": 4 - } - }, - "minecraft:tropicalfish_variant_pattern_6": { - "minecraft:mark_variant": { - "value": 5 - } - }, - - - "minecraft:tropicalfish_base_white": { - "minecraft:color": { - "value": 0 - } - }, - "minecraft:tropicalfish_base_orange": { - "minecraft:color": { - "value": 1 - } - }, - "minecraft:tropicalfish_base_magenta": { - "minecraft:color": { - "value": 2 - } - }, - "minecraft:tropicalfish_base_lightblue": { - "minecraft:color": { - "value": 3 - } - }, - "minecraft:tropicalfish_base_yellow": { - "minecraft:color": { - "value": 4 - } - }, - "minecraft:tropicalfish_base_lightgreen": { - "minecraft:color": { - "value": 5 - } - }, - "minecraft:tropicalfish_base_pink": { - "minecraft:color": { - "value": 6 - } - }, - "minecraft:tropicalfish_base_gray": { - "minecraft:color": { - "value": 7 - } - }, - "minecraft:tropicalfish_base_silver": { - "minecraft:color": { - "value": 8 - } - }, - "minecraft:tropicalfish_base_cyan": { - "minecraft:color": { - "value": 9 - } - }, - "minecraft:tropicalfish_base_purple": { - "minecraft:color": { - "value": 10 - } - }, - "minecraft:tropicalfish_base_blue": { - "minecraft:color": { - "value": 11 - } - }, - "minecraft:tropicalfish_base_brown": { - "minecraft:color": { - "value": 12 - } - }, - "minecraft:tropicalfish_base_green": { - "minecraft:color": { - "value": 13 - } - }, - "minecraft:tropicalfish_base_red": { - "minecraft:color": { - "value": 14 - } - }, - - - "minecraft:tropicalfish_pattern_white": { - "minecraft:color2": { - "value": 0 - } - }, - "minecraft:tropicalfish_pattern_orange": { - "minecraft:color2": { - "value": 1 - } - }, - "minecraft:tropicalfish_pattern_magenta": { - "minecraft:color2": { - "value": 2 - } - }, - "minecraft:tropicalfish_pattern_lightblue": { - "minecraft:color2": { - "value": 3 - } - }, - "minecraft:tropicalfish_pattern_yellow": { - "minecraft:color2": { - "value": 4 - } - }, - "minecraft:tropicalfish_pattern_lightgreen": { - "minecraft:color2": { - "value": 5 - } - }, - "minecraft:tropicalfish_pattern_pink": { - "minecraft:color2": { - "value": 6 - } - }, - "minecraft:tropicalfish_pattern_gray": { - "minecraft:color2": { - "value": 7 - } - }, - "minecraft:tropicalfish_pattern_silver": { - "minecraft:color2": { - "value": 8 - } - }, - "minecraft:tropicalfish_pattern_cyan": { - "minecraft:color2": { - "value": 9 - } - }, - "minecraft:tropicalfish_pattern_purple": { - "minecraft:color2": { - "value": 10 - } - }, - "minecraft:tropicalfish_pattern_blue": { - "minecraft:color2": { - "value": 11 - } - }, - "minecraft:tropicalfish_pattern_brown": { - "minecraft:color2": { - "value": 12 - } - }, - "minecraft:tropicalfish_pattern_green": { - "minecraft:color2": { - "value": 13 - } - }, - "minecraft:tropicalfish_pattern_red": { - "minecraft:color2": { - "value": 14 - } - }, - - //predefined school types - "minecraft:anenonme": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:mark_variant": { - "value": 1 - }, - "minecraft:color": { - "value": 1 - }, - "minecraft:color2": { - "value": 7 - } - }, - "minecraft:black_tang": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:mark_variant": { - "value": 0 - }, - "minecraft:color": { - "value": 7 - }, - "minecraft:color2": { - "value": 7 - } - }, - "minecraft:blue_dory": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:mark_variant": { - "value": 1 - }, - "minecraft:color": { - "value": 7 - }, - "minecraft:color2": { - "value": 3 - } - }, - "minecraft:butterfly_fish": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:mark_variant": { - "value": 4 - }, - "minecraft:color": { - "value": 0 - }, - "minecraft:color2": { - "value": 7 - } - }, - "minecraft:cichlid": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:mark_variant": { - "value": 1 - }, - "minecraft:color": { - "value": 11 - }, - "minecraft:color2": { - "value": 7 - } - }, - "minecraft:clownfish": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:mark_variant": { - "value": 0 - }, - "minecraft:color": { - "value": 1 - }, - "minecraft:color2": { - "value": 0 - } - }, - "minecraft:cc_betta": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:mark_variant": { - "value": 5 - }, - "minecraft:color": { - "value": 6 - }, - "minecraft:color2": { - "value": 3 - } - }, - "minecraft:dog_fish": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:mark_variant": { - "value": 3 - }, - "minecraft:color": { - "value": 10 - }, - "minecraft:color2": { - "value": 4 - } - }, - "minecraft:e_red_snapper": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:mark_variant": { - "value": 5 - }, - "minecraft:color": { - "value": 0 - }, - "minecraft:color2": { - "value": 14 - } - }, - "minecraft:goat_fish": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:mark_variant": { - "value": 5 - }, - "minecraft:color": { - "value": 0 - }, - "minecraft:color2": { - "value": 4 - } - }, - "minecraft:moorish_idol": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:mark_variant": { - "value": 2 - }, - "minecraft:color": { - "value": 0 - }, - "minecraft:color2": { - "value": 7 - } - }, - "minecraft:ornate_butterfly": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:mark_variant": { - "value": 5 - }, - "minecraft:color": { - "value": 0 - }, - "minecraft:color2": { - "value": 1 - } - }, - "minecraft:parrot_fish": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:mark_variant": { - "value": 3 - }, - "minecraft:color": { - "value": 9 - }, - "minecraft:color2": { - "value": 6 - } - }, - "minecraft:queen_angel_fish": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:mark_variant": { - "value": 4 - }, - "minecraft:color": { - "value": 5 - }, - "minecraft:color2": { - "value": 3 - } - }, - "minecraft:red_cichlid": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:mark_variant": { - "value": 4 - }, - "minecraft:color": { - "value": 14 - }, - "minecraft:color2": { - "value": 0 - } - }, - "minecraft:red_lipped_benny": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:mark_variant": { - "value": 2 - }, - "minecraft:color": { - "value": 7 - }, - "minecraft:color2": { - "value": 14 - } - }, - "minecraft:red_snapper": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:mark_variant": { - "value": 3 - }, - "minecraft:color": { - "value": 14 - }, - "minecraft:color2": { - "value": 0 - } - }, - "minecraft:threadfin": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:mark_variant": { - "value": 0 - }, - "minecraft:color": { - "value": 0 - }, - "minecraft:color2": { - "value": 4 - } - }, - "minecraft:tomato_clown": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:mark_variant": { - "value": 1 - }, - "minecraft:color": { - "value": 14 - }, - "minecraft:color2": { - "value": 0 - } - }, - "minecraft:triggerfish": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:mark_variant": { - "value": 1 - }, - "minecraft:color": { - "value": 7 - }, - "minecraft:color2": { - "value": 0 - } - }, - "minecraft:yellow_tang": { - "minecraft:variant": { - "value": 1 - }, - "minecraft:mark_variant": { - "value": 1 - }, - "minecraft:color": { - "value": 4 - }, - "minecraft:color2": { - "value": 4 - } - }, - "minecraft:yellowtail_parrot": { - "minecraft:variant": { - "value": 0 - }, - "minecraft:mark_variant": { - "value": 3 - }, - "minecraft:color": { - "value": 9 - }, - "minecraft:color2": { - "value": 4 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:type_family": { - "family": [ "tropicalfish", "fish" ] - }, - "minecraft:collision_box": { - "width": 0.4, - "height": 0.4 - }, - "minecraft:health": { - "value": 6, - "max": 6 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/tropicalfish.json" - }, - "minecraft:scale": { - "value": 1.3 - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_air": false, - "breathes_water": true - }, - "minecraft:movement": { - "value": 0.12 - }, - "minecraft:underwater_movement": { - "value": 0.12 - }, - "minecraft:navigation.generic": { // Allows the mob to go through water - "is_amphibious": false, - "can_path_over_water": false, - "can_swim": true, - "can_walk": false, - "can_breach": false, - "can_sink": false - }, - "minecraft:movement.sway": { - "sway_amplitude": 0.0 - }, - "minecraft:physics": { - "has_gravity": false - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:despawn": { - "despawn_from_distance": { - "min_distance": 32, - "max_distance": 40 - } - }, - "minecraft:behavior.swim_idle": { - "priority": 5, - "idle_time": 5.0, - "success_rate": 0.1 - }, - "minecraft:behavior.random_swim": { // Randomly selects points to go to, even in water - "priority": 3, - "speed_multiplier": 1.0, - "xz_dist": 16, - "y_dist": 4, - "interval": 0 - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 1, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", "subject": "other", "value": "player" - }, - { - "test": "is_family", "subject": "other", "value": "axolotl" - } - ] - }, - "max_dist": 6, - "walk_speed_multiplier": 1.5, - "sprint_speed_multiplier": 2.0 - } - ] - }, - "minecraft:behavior.swim_wander": { - "priority": 4, - "interval": 0.1, - "look_ahead": 2.0, - "speed_multiplier": 1.0, - "wander_time": 5.0 - }, - "minecraft:flocking": { - "in_water": true, - "match_variants": true, - "use_center_of_mass": false, - "low_flock_limit": 4, - "high_flock_limit": 8, - "goal_weight": 2.0, - "loner_chance": 0.1, - "influence_radius": 3.0, - "breach_influence": 7.0, - "separation_weight": 0.65, - "separation_threshold": 0.15, - "cohesion_weight": 2.75, - "cohesion_threshold": 1.5, - "innner_cohesion_threshold": 1.5, - "min_height": 1.5, - "max_height": 6.0, - "block_distance": 2.0, - "block_weight": 0.85 - }, - "minecraft:nameable": { - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:become_anenonme": { - "add": { "component_groups": [ "minecraft:anenonme" ] } - }, - "minecraft:become_black_tang": { - "add": { "component_groups": [ "minecraft:black_tang" ] } - }, - "minecraft:become_blue_dory": { - "add": { "component_groups": [ "minecraft:blue_dory" ] } - }, - "minecraft:become_butterfly_fish": { - "add": { "component_groups": [ "minecraft:butterfly_fish" ] } - }, - "minecraft:become_cichlid": { - "add": { "component_groups": [ "minecraft:cichlid" ] } - }, - "minecraft:become_clownfish": { - "add": { "component_groups": [ "minecraft:clownfish" ] } - }, - "minecraft:become_cc_betta": { - "add": { "component_groups": [ "minecraft:cc_betta" ] } - }, - "minecraft:become_dog_fish": { - "add": { "component_groups": [ "minecraft:dog_fish" ] } - }, - "minecraft:become_e_red_snapper": { - "add": { "component_groups": [ "minecraft:e_red_snapper" ] } - }, - "minecraft:become_goat_fish": { - "add": { "component_groups": [ "minecraft:goat_fish" ] } - }, - "minecraft:become_moorish_idol": { - "add": { "component_groups": [ "minecraft:moorish_idol" ] } - }, - "minecraft:become_ornate_butterfly": { - "add": { "component_groups": [ "minecraft:ornate_butterfly" ] } - }, - "minecraft:become_parrot_fish": { - "add": { "component_groups": [ "minecraft:parrot_fish" ] } - }, - "minecraft:become_queen_angel_fish": { - "add": { "component_groups": [ "minecraft:queen_angel_fish" ] } - }, - "minecraft:become_red_cichlid": { - "add": { "component_groups": [ "minecraft:red_cichlid" ] } - }, - "minecraft:become_red_lipped_benny": { - "add": { "component_groups": [ "minecraft:red_lipped_benny" ] } - }, - "minecraft:become_red_snapper": { - "add": { "component_groups": [ "minecraft:red_snapper" ] } - }, - "minecraft:become_threadfin": { - "add": { "component_groups": [ "minecraft:threadfin" ] } - }, - "minecraft:become_tomato_clown": { - "add": { "component_groups": [ "minecraft:tomato_clown" ] } - }, - "minecraft:become_triggerfish": { - "add": { "component_groups": [ "minecraft:triggerfish" ] } - }, - "minecraft:become_yellow_tang": { - "add": { "component_groups": [ "minecraft:yellow_tang" ] } - }, - "minecraft:become_yellow_tail_parrot": { - "add": { "component_groups": [ "minecraft:yellow_tail_parrot" ] } - }, - - - "minecraft:entity_spawned": { - "sequence": [ - { - "add": { - "component_groups": [ "adult" ] - } - }, - { - "randomize": [ - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_variant_a" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_variant_b" - ] - } - } - ] - }, - { - "randomize": [ - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_variant_pattern_1" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_variant_pattern_2" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_variant_pattern_3" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_variant_pattern_4" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_variant_pattern_5" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_variant_pattern_6" - ] - } - } - ] - }, - { - "randomize": [ - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_white" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_orange" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_magenta" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_lightblue" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_yellow" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_lightgreen" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_pink" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_gray" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_silver" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_cyan" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_purple" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_blue" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_brown" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_green" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_base_red" - ] - } - } - ] - }, - { - "randomize": [ - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_white" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_orange" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_magenta" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_lightblue" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_yellow" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_lightgreen" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_pink" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_gray" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_silver" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_cyan" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_purple" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_blue" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_brown" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_green" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:tropicalfish_pattern_red" - ] - } - } - ] - } - ] - } - } - } -} \ No newline at end of file diff --git a/entities/turtle.json b/entities/turtle.json deleted file mode 100644 index c39fc1b..0000000 --- a/entities/turtle.json +++ /dev/null @@ -1,300 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:turtle", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:baby": { - "minecraft:type_family": { - "family": [ "turtle", "baby_turtle", "mob" ] - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 0.2 - }, - "minecraft:underwater_movement": { - "value": 0.06 - }, - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.16 - }, - "minecraft:behavior.move_to_water": { - "priority": 1, - "search_range": 15, - "search_height": 5, - "goal_radius": 0.1 - }, - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ - "seagrass" - ], - "drop_items": [ - "turtle_shell_piece" - ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - } - }, - - "minecraft:adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:type_family": { - "family": [ "turtle", "mob" ] - }, - "minecraft:collision_box": { - "width": 1.2, - "height": 0.4 - }, - "minecraft:underwater_movement": { - "value": 0.12 - }, - "minecraft:loot": { - "table": "loot_tables/entities/sea_turtle.json" - }, - "minecraft:breedable": { - "require_tame": false, - "causes_pregnancy": true, - "breeds_with": { - "mate_type": "minecraft:turtle", - "baby_type": "minecraft:turtle", - "breed_event": { - "event": "minecraft:become_pregnant", - "target": "self" - } - }, - "breed_items": [ - "seagrass" - ] - }, - "minecraft:behavior.breed": { - "priority": 2, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.move_to_land": { - "priority": 6, - "search_range": 16, - "search_height": 5, - "goal_radius": 0.5 - }, - "minecraft:behavior.random_stroll": { - "priority": 9, - "interval": 100 - } - }, - - "minecraft:pregnant": { - "minecraft:behavior.go_home": { - "priority": 1, - "speed_multiplier": 1.0, - "interval": 700, - "goal_radius": 4.0, - "on_home": { - "event": "minecraft:go_lay_egg", - "target": "self" - } - } - }, - - "minecraft:wants_to_lay_egg": { - "minecraft:behavior.lay_egg": { - "priority": 1, - "speed_multiplier": 1.0, - "search_range": 16, - "search_height": 4, - "goal_radius": 1.5, - "on_lay": { - "event": "minecraft:laid_egg", - "target": "self" - } - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_water": true, - "breathes_air": true, - "generates_bubbles": false - }, - "minecraft:nameable": { - }, - "minecraft:health": { - "value": 30 - }, - "minecraft:damage_sensor": { - "triggers": { - "cause": "lightning", - "deals_damage": true, - "damage_multiplier": 2000.0 - } - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.1 - }, - "minecraft:water_movement": { - "drag_factor": 0.9 - }, - "minecraft:navigation.generic": { - "is_amphibious": true, - "can_path_over_water": false, - "can_swim": true, - "can_walk": true, - "can_sink": false, - "avoid_damage_blocks": true - }, - "minecraft:movement.amphibious": { - "max_turn": 5.0 - }, - "minecraft:jump.static": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:home": { - }, - "minecraft:follow_range": { - "value": 1024 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - - "minecraft:behavior.panic": { - "priority": 0, - "prefer_water": true, - "speed_multiplier": 1.2 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.tempt": { - "priority": 3, - "speed_multiplier": 1.1, - "items": [ - "seagrass" - ] - }, - "minecraft:behavior.move_to_water": { - "priority": 4, - "search_range": 16, - "search_height": 5, - "goal_radius": 1.5 - }, - "minecraft:behavior.random_swim": { - "priority": 7, - "interval": 0, - "xz_dist": 30, - "y_dist": 15 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "target_distance": 6.0, - "probability": 0.02 - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 9, - "add": { - "component_groups": [ - "minecraft:adult" - ] - } - }, - { - "weight": 1, - "add": { - "component_groups": [ - "minecraft:baby" - ] - } - } - ] - }, - - "minecraft:entity_born": { - "add": { - "component_groups": [ - "minecraft:baby" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:adult" - ] - } - }, - - "minecraft:become_pregnant": { - "add": { - "component_groups": [ - "minecraft:pregnant" - ] - } - }, - - "minecraft:go_lay_egg": { - "add": { - "component_groups": [ - "minecraft:wants_to_lay_egg" - ] - }, - "remove": { - "component_groups": [ - "minecraft:pregnant" - ] - } - }, - - "minecraft:laid_egg": { - "remove": { - "component_groups": [ - "minecraft:wants_to_lay_egg" - ] - } - } - } - } -} diff --git a/entities/vex.json b/entities/vex.json deleted file mode 100644 index 8efe738..0000000 --- a/entities/vex.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:vex", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:nameable": { - }, - "minecraft:type_family": { - "family": [ "vex", "monster", "mob" ] - }, - "minecraft:equipment": { - "table": "loot_tables/entities/vex_gear.json" - }, - "minecraft:health": { - "value": 14, - "max": 14 - }, - "minecraft:attack": { - "damage": 3 - }, - "minecraft:collision_box": { - "width": 0.4, - "height": 0.8 - }, - "minecraft:movement": { - "value": 1.0 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true - }, - "minecraft:movement.basic": { - - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:fire_immune": { - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.charge_attack": { - "priority": 4 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 3, - "entity_types": [ - { - "filters": { - "any_of" : [ - {"test" : "is_family", "subject" : "other", "value" : "player"}, - {"test" : "is_family", "subject" : "other", "value" : "irongolem"}, - {"test" : "is_family", "subject" : "other", "value" : "wandering_trader"} - ] - }, - "max_dist": 70 - }, - { - "filters": { - "all_of": [ - { "test": "is_family", "subject": "other", "value": "villager" }, - { "test": "has_component", "subject": "other", "operator": "!=", "value": "minecraft:is_baby" } - ] - }, - "max_dist": 70 - } - ], - "must_see": true - }, - "minecraft:behavior.look_at_player": { - "priority": 9, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.look_at_entity": { - "priority": 9, - "look_distance": 6.0, - "probability": 0.02, - "filters": { "test" : "is_family", "subject" : "other", "value" : "mob"} - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:physics": { - "has_gravity": false, - "has_collision": false - }, - "minecraft:conditional_bandwidth_optimization": { - } - } - } -} \ No newline at end of file diff --git a/entities/villager.json b/entities/villager.json deleted file mode 100644 index fdd1eb4..0000000 --- a/entities/villager.json +++ /dev/null @@ -1,823 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:villager", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "become_witch": { - "minecraft:transformation": { - "into": "minecraft:witch", - "delay": 0.5 - } - }, - - "become_villager_v2": { - "minecraft:transformation": { - "into": "minecraft:villager_v2", - "keep_level": true - } - }, - - "become_zombie": { - "minecraft:transformation": { - "into": "minecraft:zombie_villager" - } - }, - - "behavior_peasant": { - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:bread", - "want_amount": 3, - "surplus_amount": 6, - "stored_in_inventory": true - }, - { - "item": "minecraft:carrot", - "want_amount": 60, - "surplus_amount": 4, - "stored_in_inventory": true - }, - { - "item": "minecraft:potato", - "want_amount": 60, - "surplus_amount": 24, - "stored_in_inventory": true - }, - { - "item": "minecraft:beetroot", - "want_amount": 60, - "surplus_amount": 24, - "stored_in_inventory": true - }, - { - "item": "minecraft:wheat_seeds", - "want_amount": 64, - "surplus_amount": 64, - "stored_in_inventory": true - }, - { - "item": "minecraft:beetroot_seeds", - "want_amount": 64, - "surplus_amount": 64, - "stored_in_inventory": true - }, - { - "item": "minecraft:wheat", - "want_amount": 45, - "surplus_amount": 18, - "craft_into": "minecraft:bread", - "stored_in_inventory": true - } - ] - }, - "minecraft:behavior.harvest_farm_block": { - "priority": 9, - "speed_multiplier": 0.5 - } - }, - - "behavior_non_peasant": { - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:bread", - "want_amount": 3, - "surplus_amount": 6, - "stored_in_inventory": true - }, - { - "item": "minecraft:carrot", - "want_amount": 12, - "surplus_amount": 24, - "stored_in_inventory": true - }, - { - "item": "minecraft:potato", - "want_amount": 12, - "surplus_amount": 24, - "stored_in_inventory": true - }, - { - "item": "minecraft:beetroot", - "want_amount": 12, - "surplus_amount": 24, - "stored_in_inventory": true - } - ] - } - }, - - "farmer":{ - "minecraft:type_family": { - "family":[ "villager", "peasant", "farmer", "mob" ] - }, - "minecraft:variant": { - "value": 0 - }, - - "minecraft:trade_table": { - "display_name": "entity.villager.farmer", - "table": "trading/farmer_trades.json", - "convert_trades_economy": true - } - }, - - "fisherman":{ - "minecraft:type_family": { - "family":[ "villager", "peasant", "fisherman", "mob" ] - }, - "minecraft:variant": { - "value": 0 - }, - - "minecraft:trade_table": { - "display_name": "entity.villager.fisherman", - "table": "trading/fisherman_trades.json", - "convert_trades_economy": true - } - }, - - "shepherd":{ - "minecraft:type_family": { - "family":[ "villager", "peasant", "shepherd", "mob" ] - }, - "minecraft:variant": { - "value": 0 - }, - - "minecraft:trade_table": { - "display_name": "entity.villager.shepherd", - "table": "trading/shepherd_trades.json", - "convert_trades_economy": true - } - }, - - "fletcher":{ - "minecraft:type_family": { - "family":[ "villager", "peasant", "fletcher", "mob" ] - }, - "minecraft:variant": { - "value": 0 - }, - - "minecraft:trade_table": { - "display_name": "entity.villager.fletcher", - "table": "trading/fletcher_trades.json", - "convert_trades_economy": true - } - }, - - "librarian":{ - "minecraft:type_family": { - "family":[ "villager", "librarian", "mob" ] - }, - "minecraft:variant": { - "value": 1 - }, - - "minecraft:trade_table": { - "display_name": "entity.villager.librarian", - "table": "trading/librarian_trades.json", - "convert_trades_economy": true - } - }, - - "cartographer":{ - "minecraft:type_family": { - "family":[ "villager", "cartographer", "mob" ] - }, - "minecraft:variant": { - "value": 1 - }, - - "minecraft:trade_table": { - "display_name": "entity.villager.cartographer", - "table": "trading/cartographer_trades.json", - "convert_trades_economy": true - } - }, - - "cleric":{ - "minecraft:type_family": { - "family":[ "villager", "priest", "cleric", "mob" ] - }, - "minecraft:variant": { - "value": 2 - }, - - "minecraft:trade_table": { - "display_name": "entity.villager.cleric", - "table": "trading/cleric_trades.json", - "convert_trades_economy": true - } - }, - - "armorer":{ - "minecraft:type_family": { - "family":[ "villager", "blacksmith", "armorer", "mob" ] - }, - "minecraft:variant": { - "value": 3 - }, - - "minecraft:trade_table": { - "display_name": "entity.villager.armor", - "table": "trading/armorer_trades.json", - "convert_trades_economy": true - } - }, - - "weaponsmith":{ - "minecraft:type_family": { - "family":[ "villager", "blacksmith", "weaponsmith", "mob" ] - }, - "minecraft:variant": { - "value": 3 - }, - - "minecraft:trade_table": { - "display_name": "entity.villager.weapon", - "table": "trading/weapon_smith_trades.json", - "convert_trades_economy": true - } - }, - - "toolsmith":{ - "minecraft:type_family": { - "family":[ "villager", "blacksmith", "toolsmith", "mob" ] - }, - "minecraft:variant": { - "value": 3 - }, - - "minecraft:trade_table": { - "display_name": "entity.villager.tool", - "table": "trading/tool_smith_trades.json", - "convert_trades_economy": true - } - }, - - "butcher":{ - "minecraft:type_family": { - "family":[ "villager", "artisan", "butcher", "mob" ] - }, - "minecraft:variant": { - "value": 4 - }, - - "minecraft:trade_table": { - "display_name": "entity.villager.butcher", - "table": "trading/butcher_trades.json", - "convert_trades_economy": true - } - }, - - "leatherworker":{ - "minecraft:type_family": { - "family":[ "villager", "artisan", "leatherworker", "mob" ] - }, - "minecraft:variant": { - "value": 4 - }, - - "minecraft:trade_table": { - "display_name": "entity.villager.leather", - "table": "trading/leather_worker_trades.json", - "convert_trades_economy": true - } - }, - - "baby": { - "minecraft:is_baby": { }, - "minecraft:scale": { - "value":0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.take_flower":{ - "priority": 7 - }, - "minecraft:behavior.play": { - "priority": 8, - "speed_multiplier": 0.32 - } - }, - - "adult": { - "minecraft:behavior.make_love": { - "priority": 6 - }, - "minecraft:behavior.receive_love":{ - "priority": 7 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": ["villager", "mob"] - }, - - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:nameable": { - }, - "minecraft:movement": { - "value": 0.5 - }, - "minecraft:navigation.walk": { - "is_amphibious": true, - "can_path_over_water": true, - "can_pass_doors": true, - "can_open_doors": true, - "can_walk": true, - "avoid_water": true - }, - "minecraft:annotation.open_door": { - - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:inventory": { - "inventory_size": 8, - "private": true - }, - "minecraft:damage_sensor": { - "triggers": [ - { - "on_damage": { - "filters": { "test" : "is_family", "subject" : "other", "value" : "lightning" }, - "event": "become_witch" - }, - "deals_damage": false - }, - { - "on_damage": { - "filters": { - "any_of": [ - {"test": "is_family", "subject": "other", "value": "zombie"}, - {"test": "is_family", "subject": "other", "value": "husk"} - ], - "all_of": [ - {"test": "has_damage", "value": "fatal"} - ] - }, - "event": "become_zombie" - } - } - ] - }, - "minecraft:persistent": { - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.trade_with_player": { - "priority": 1 - }, - "minecraft:behavior.look_at_trading_player": { - "priority": 2 - }, - "minecraft:behavior.panic": { - "priority": 3, - "speed_multiplier": 0.6 - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 3, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test" : "is_family", "subject" : "other", "value" : "zombie"}, - { "test" : "is_family", "subject" : "other", "value" : "zombie_villager"}, - { "test" : "is_family", "subject" : "other", "value" : "zombie_pigman"}, - { "test" : "is_family", "subject" : "other", "value" : "illager"}, - { "test" : "is_family", "subject" : "other", "value" : "vex"} - ] - }, - "max_dist": 8, - "walk_speed_multiplier": 0.6, - "sprint_speed_multiplier": 0.6 - } - ] - }, - "minecraft:behavior.move_indoors": { - "priority": 4, - "speed_multiplier": 0.8 - }, - "minecraft:behavior.restrict_open_door": { - "priority": 5 - }, - "minecraft:behavior.open_door": { - "priority": 6, - "close_door_after": true - }, - "minecraft:behavior.share_items": { - "priority": 8, - "max_dist": 3, - "goal_radius": 2.0, - "speed_multiplier": 0.5, - "entity_types": [ - { - "filters": { "test" : "is_family", "subject" : "other", "value" : "villager"} - } - ] - }, - "minecraft:behavior.pickup_items": { - "priority": 9, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 0.5, - "can_pickup_to_hand_or_equipment": false - }, - "minecraft:behavior.random_stroll": { - "priority": 11, - "speed_multiplier": 0.6 - }, - "minecraft:behavior.look_at_player": { - "priority": 12, - "look_distance": 8, - "probability": 0.02 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - "events":{ - "become_witch": { - "add": { - "component_groups": [ - "become_witch" - ] - } - }, - "become_zombie": { - "sequence": [ - { - "filters": {"test": "is_difficulty", "value": "normal"}, - "randomize": [ - { - "weight": 50, - "add": { "component_groups": [ "become_zombie" ] } - }, - { - "weight": 50 - } - ] - }, - { - "filters": {"test": "is_difficulty", "value": "hard"}, - "add": { - "component_groups": [ - "become_zombie" - ] - } - } - ] - }, - "minecraft:entity_spawned": { - "sequence": [ - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:variant" }, - "randomize": [ - { - "weight": 5, - "add": { "component_groups": [ "baby" ] } - }, - { - "weight": 95, - "add": { "component_groups": [ "adult" ] } - } - ] - }, - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:variant" }, - "randomize": [ - { - "weight": 5, - "add": { "component_groups": [ "farmer", "behavior_peasant" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "fisherman", "behavior_peasant" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "shepherd", "behavior_peasant" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "fletcher", "behavior_peasant" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "librarian", "behavior_non_peasant" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "cartographer", "behavior_non_peasant" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "cleric", "behavior_non_peasant" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "armorer", "behavior_non_peasant" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "weaponsmith", "behavior_non_peasant" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "toolsmith", "behavior_non_peasant" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "butcher", "behavior_non_peasant" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "leatherworker", "behavior_non_peasant" ] } - } - ] - } - ] - - }, - - "minecraft:entity_transformed": { - "sequence": [ - // Transform baby zombie to baby villager - { - "filters": { "test": "has_component", "subject": "other", "value": "minecraft:is_baby" }, - "add": { "component_groups": [ "baby" ] } - }, - // Transform adult zombie to adult villager - { - "filters": { "test": "has_component", "subject": "other", "operator": "!=", "value": "minecraft:is_baby" }, - "add": { "component_groups": [ "adult" ] } - }, - - // Transform farmer zombie to farmer villager - { - "filters": { "test": "is_family", "subject": "other", "value": "farmer"}, - "add": { "component_groups": [ "farmer", "behavior_peasant" ] } - }, - // Transform fisherman zombie to fisherman villager - { - "filters": { "test": "is_family", "subject": "other", "value": "fisherman"}, - "add": { "component_groups": [ "fisherman", "behavior_peasant" ] } - }, - // Transform shepherd zombie to shepherd villager - { - "filters": { "test": "is_family", "subject": "other", "value": "shepherd" }, - "add": { "component_groups": [ "shepherd", "behavior_peasant" ] } - }, - // Transform fletcher zombie to fletcher villager - { - "filters": { "test": "is_family", "subject": "other", "value": "fletcher" }, - "add": { "component_groups": [ "fletcher", "behavior_peasant" ] } - }, - // Transform librarian zombie to librarian villager - { - "filters": { "test": "is_family", "subject": "other", "value": "librarian" }, - "add": { "component_groups": [ "librarian", "behavior_non_peasant" ] } - }, - // Transform cartographer zombie to cartographer villager - { - "filters": { "test": "is_family", "subject": "other", "value": "cartographer" }, - "add": { "component_groups": [ "cartographer", "behavior_non_peasant" ] } - }, - // Transform cleric zombie to cleric villager - { - "filters": { "test": "is_family", "subject": "other", "value": "cleric" }, - "add": { "component_groups": [ "cleric", "behavior_non_peasant" ] } - }, - // Transform armorer zombie to armorer villager - { - "filters": { "test": "is_family", "subject": "other", "value": "armorer" }, - "add": { "component_groups": [ "armorer", "behavior_non_peasant" ] } - }, - // Transform weaponsmith zombie to weaponsmith villager - { - "filters": { "test": "is_family", "subject": "other", "value": "weaponsmith" }, - "add": { "component_groups": [ "weaponsmith", "behavior_non_peasant" ] } - }, - // Transform toolsmith zombie to toolsmith villager - { - "filters": { "test": "is_family", "subject": "other", "value": "toolsmith" }, - "add": { "component_groups": [ "toolsmith", "behavior_non_peasant" ] } - }, - // Transform butcher zombie to butcher villager - { - "filters": { "test": "is_family", "subject": "other", "value": "butcher" }, - "add": { "component_groups": [ "butcher", "behavior_non_peasant" ] } - }, - // Transform leatherworker zombie to leatherworker villager - { - "filters": { "test": "is_family", "subject": "other", "value": "leatherworker" }, - "add": { "component_groups": [ "leatherworker", "behavior_non_peasant" ] } - } - ] - }, - - "minecraft:entity_born": { - "sequence": [ - { - "add": { "component_groups": [ "baby" ] } - }, - { - "randomize": [ - { - "weight": 5, - "add": { "component_groups": [ "farmer", "behavior_peasant" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "fisherman", "behavior_peasant" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "shepherd", "behavior_peasant" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "fletcher", "behavior_peasant" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "librarian", "behavior_non_peasant" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "cartographer", "behavior_non_peasant" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "cleric", "behavior_non_peasant" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "armorer", "behavior_non_peasant" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "weaponsmith", "behavior_non_peasant" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "toolsmith", "behavior_non_peasant" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "butcher", "behavior_non_peasant" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "leatherworker", "behavior_non_peasant" ] } - } - ] - } - ] - }, - - "minecraft:spawn_farmer": { - "randomize": [ - { - "weight": 5, - "add": { "component_groups": [ "farmer", "adult", "behavior_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "fisherman", "adult", "behavior_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "shepherd", "adult", "behavior_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "fletcher", "adult", "behavior_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - } - ] - }, - - "minecraft:spawn_librarian": { - "randomize": [ - { - "weight": 20, - "add": { "component_groups": [ "librarian", "adult", "behavior_non_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "cartographer", "behavior_non_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - } - ] - }, - - "minecraft:spawn_cleric": { - "add": { "component_groups": [ "cleric", "adult", "behavior_non_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - }, - - "minecraft:spawn_armorer": { - "randomize": [ - { - "weight": 6, - "add": { "component_groups": [ "armorer", "adult", "behavior_non_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "weaponsmith", "adult", "behavior_non_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "toolsmith", "adult", "behavior_non_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - } - ] - }, - - "minecraft:spawn_butcher": { - "randomize": [ - { - "weight": 10, - "add": { "component_groups": [ "butcher", "adult", "behavior_non_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "leatherworker", "adult", "behavior_non_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - } - ] - }, - - "minecraft:ageable_grow_up": { - "sequence": [ - { - "remove": { "component_groups": [ "baby" ] }, - "add": { "component_groups": [ "adult" ] } - } - ] - }, - - "minecraft:become_cleric": { - "add": { "component_groups": [ "cleric", "adult", "behavior_non_peasant" ] }, - "remove": { "component_groups": [ "baby" ] } - } - } - } -} diff --git a/entities/villager_v2.json b/entities/villager_v2.json deleted file mode 100644 index 6b3bc40..0000000 --- a/entities/villager_v2.json +++ /dev/null @@ -1,2439 +0,0 @@ -{ - "format_version": "1.16.100", - "minecraft:entity": { - "description": { - "identifier": "minecraft:villager_v2", - "is_spawnable": true, - "is_summonable": false, - "is_experimental": false - }, - - "component_groups": { - "trade_resupply_component_group": { - "minecraft:trade_resupply": {} - }, - - "become_witch": { - "minecraft:transformation": { - "into": "minecraft:witch", - "delay": 0.5 - } - }, - - "become_zombie": { - "minecraft:transformation": { - "into": "minecraft:zombie_villager_v2", - "keep_level": true - } - }, - - "work_schedule": { - "minecraft:scheduler": { - "min_delay_secs": 0, - "max_delay_secs": 10, - "scheduled_events" : [ - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 0 }, - { "test": "hourly_clock_time", "operator": "<", "value": 8000 } - ] - }, - "event": "minecraft:schedule_work_pro_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 8000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 10000 } - ] - }, - "event": "minecraft:schedule_gather_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 10000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 11000 } - ] - }, - "event": "minecraft:schedule_work_pro_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 11000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 12000 } - ] - }, - "event": "minecraft:schedule_home_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 12000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 24000 } - ] - }, - "event": "minecraft:schedule_bed_villager" - } - ] - } - }, - - "basic_schedule": { - "minecraft:scheduler": { - "min_delay_secs": 0, - "max_delay_secs": 10, - "scheduled_events" : [ - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 0 }, - { "test": "hourly_clock_time", "operator": "<", "value": 8000 } - ] - }, - "event": "minecraft:schedule_wander_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 8000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 10000} - ] - }, - "event": "minecraft:schedule_gather_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 10000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 11000 } - ] - }, - "event": "minecraft:schedule_wander_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 11000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 12000 } - ] - }, - "event": "minecraft:schedule_home_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 12000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 24000 } - ] - }, - "event": "minecraft:schedule_bed_villager" - } - ] - } - }, - - "child_schedule": { - "minecraft:scheduler": { - "min_delay_secs": 0, - "max_delay_secs": 10, - "scheduled_events" : [ - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 0 }, - { "test": "hourly_clock_time", "operator": "<", "value": 11000 } - ] - }, - "event": "minecraft:schedule_play_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 11000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 12000 } - ] - }, - "event": "minecraft:schedule_home_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 12000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 24000 } - ] - }, - "event": "minecraft:schedule_bed_villager" - } - ] - } - }, - - "jobless_schedule": { - "minecraft:scheduler": { - "min_delay_secs": 0, - "max_delay_secs": 10, - "scheduled_events" : [ - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 2000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 13000 } - ] - }, - "event": "minecraft:schedule_wander_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 13000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 14000 } - ] - }, - "event": "minecraft:schedule_home_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 14000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 24000 } - ] - }, - "event": "minecraft:schedule_bed_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 0 }, - { "test": "hourly_clock_time", "operator": "<", "value": 2000 } - ] - }, - "event": "minecraft:schedule_bed_villager" - } - ] - } - }, - - "fisher_schedule": { - "minecraft:scheduler": { - "min_delay_secs": 0, - "max_delay_secs": 10, - "scheduled_events" : [ - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 0 }, - { "test": "hourly_clock_time", "operator": "<", "value": 8000 } - ] - }, - "event": "minecraft:schedule_work_fisher" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 8000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 10000 } - ] - }, - "event": "minecraft:schedule_gather_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 10000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 11000 } - ] - }, - "event": "minecraft:schedule_work_fisher" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 11000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 12000 } - ] - }, - "event": "minecraft:schedule_home_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 12000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 24000 } - ] - }, - "event": "minecraft:schedule_bed_villager" - } - ] - } - }, - - "librarian_schedule": { - "minecraft:scheduler": { - "min_delay_secs": 0, - "max_delay_secs": 10, - "scheduled_events" : [ - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 0 }, - { "test": "hourly_clock_time", "operator": "<", "value": 8000 } - ] - }, - "event": "minecraft:schedule_work_librarian" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 8000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 10000 } - ] - }, - "event": "minecraft:schedule_gather_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 10000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 11000 } - ] - }, - "event": "minecraft:schedule_work_librarian" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 11000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 12000 } - ] - }, - "event": "minecraft:schedule_home_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 12000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 24000 } - ] - }, - "event": "minecraft:schedule_bed_villager" - } - ] - } - }, - - "farmer_schedule": { - "minecraft:scheduler": { - "min_delay_secs": 0, - "max_delay_secs": 10, - "scheduled_events" : [ - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 0 }, - { "test": "hourly_clock_time", "operator": "<", "value": 8000 } - ] - }, - "event": "minecraft:schedule_work_farmer" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 8000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 10000 } - ] - }, - "event": "minecraft:schedule_gather_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 10000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 11000 } - ] - }, - "event": "minecraft:schedule_work_farmer" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 11000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 12000 } - ] - }, - "event": "minecraft:schedule_home_villager" - }, - { - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 12000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 24000 } - ] - }, - "event": "minecraft:schedule_bed_villager" - } - ] - } - }, - - //every goal that has to do with villagers working should go here (work goals, secondary goals) - //so they can be successfuly removed on schedule change - "job_specific_goals": { - "minecraft:behavior.inspect_bookshelf": {}, - "minecraft:behavior.harvest_farm_block": {}, - "minecraft:behavior.explore_outskirts": {}, - "minecraft:behavior.work": {}, - "minecraft:behavior.mingle": {}, - "minecraft:behavior.sleep": {} - }, - - "work_schedule_villager": { - "minecraft:behavior.work": { - "priority": 7, - "active_time": 250, - "speed_multiplier": 0.5, - "goal_cooldown": 200, - "sound_delay_min": 100, - "sound_delay_max": 200, - "can_work_in_rain": false, - "work_in_rain_tolerance": 100, - "on_arrival": { - "event": "minecraft:resupply_trades", - "target": "self" - } - } - }, - - "work_schedule_fisher": { - "minecraft:behavior.work": { - "priority": 7, - "active_time": 250, - "speed_multiplier": 0.5, - "goal_cooldown": 200, - "sound_delay_min": 100, - "sound_delay_max": 200, - "can_work_in_rain": false, - "work_in_rain_tolerance": 100, - "on_arrival": { - "event": "minecraft:resupply_trades", - "target": "self" - } - } - }, - - "work_schedule_farmer": { - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:bread", - "want_amount": 3, - "surplus_amount": 6, - "stored_in_inventory": true - }, - { - "item": "minecraft:carrot", - "want_amount": 60, - "surplus_amount": 24, - "stored_in_inventory": true - }, - { - "item": "minecraft:potato", - "want_amount": 60, - "surplus_amount": 24, - "stored_in_inventory": true - }, - { - "item": "minecraft:beetroot", - "want_amount": 60, - "surplus_amount": 24, - "stored_in_inventory": true - }, - { - "item": "minecraft:wheat_seeds", - "want_amount": 64, - "surplus_amount": 64, - "stored_in_inventory": true - }, - { - "item": "minecraft:beetroot_seeds", - "want_amount": 64, - "surplus_amount": 64, - "stored_in_inventory": true - }, - { - "item": "minecraft:wheat", - "want_amount": 45, - "surplus_amount": 18, - "craft_into": "minecraft:bread", - "stored_in_inventory": true - } - ] - }, - "minecraft:behavior.work": { - "priority": 7, - "active_time": 250, - "speed_multiplier": 0.5, - "goal_cooldown": 200, - "sound_delay_min": 100, - "sound_delay_max": 200, - "can_work_in_rain": false, - "work_in_rain_tolerance": 100, - "on_arrival": { - "event": "minecraft:resupply_trades", - "target": "self" - } - }, - "minecraft:behavior.harvest_farm_block": { - "priority": 8, - "max_seconds_before_search": 1.0, - "search_cooldown_max_seconds": 8.0, - "seconds_until_new_task": 0.5, - "speed_multiplier": 0.5 - } - }, - - "work_schedule_librarian": { - "minecraft:behavior.work": { - "priority": 7, - "active_time": 250, - "speed_multiplier": 0.5, - "goal_cooldown": 200, - "sound_delay_min": 100, - "sound_delay_max": 200, - "can_work_in_rain": false, - "work_in_rain_tolerance": 100, - "on_arrival": { - "event": "minecraft:resupply_trades", - "target": "self" - } - }, - "minecraft:behavior.inspect_bookshelf": { - "priority": 8, - "speed_multiplier": 0.6, - "search_range": 4, - "search_height": 3, - "goal_radius": 0.8, - "search_count": 0 - } - }, - - "play_schedule_villager": { - "minecraft:behavior.play": { - "priority": 8, - "speed_multiplier": 0.32 - } - }, - - "gather_schedule_villager": { - "minecraft:behavior.mingle": { - "priority": 7, - "speed_multiplier": 0.5, - "duration": 30, - "cooldown_time": 10, - "mingle_partner_type": "minecraft:villager_v2", - "mingle_distance": 2.0 - } - }, - - "home_schedule_villager": { - - }, - - "bed_schedule_villager": { - "minecraft:behavior.sleep": { - "priority": 3, - "goal_radius": 1.5, - "speed_multiplier": 0.6, - "sleep_collider_height": 0.3, - "sleep_collider_width": 1.0, - "sleep_y_offset": 0.6, - "timeout_cooldown": 10.0 - } - }, - - - "wander_schedule_villager": { - "minecraft:behavior.explore_outskirts": { - "priority": 9, - "next_xz": 5, - "next_y": 3, - "min_wait_time": 3.0, - "max_wait_time": 10.0, - "max_travel_time": 60.0, - "speed_multiplier": 0.6, - "explore_dist": 6.0, - "min_perimeter": 1.0, - "min_dist_from_target": 2.5, - "timer_ratio": 2.0, - "dist_from_boundary": [ 5.0, 0.0, 5.0 ] - } - }, - - "behavior_peasant": { - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:bread", - "want_amount": 3, - "surplus_amount": 6, - "stored_in_inventory": true - }, - { - "item": "minecraft:carrot", - "want_amount": 60, - "surplus_amount": 24, - "stored_in_inventory": true - }, - { - "item": "minecraft:potato", - "want_amount": 60, - "surplus_amount": 24, - "stored_in_inventory": true - }, - { - "item": "minecraft:beetroot", - "want_amount": 60, - "surplus_amount": 24, - "stored_in_inventory": true - }, - { - "item": "minecraft:wheat_seeds", - "want_amount": 64, - "surplus_amount": 64, - "stored_in_inventory": true - }, - { - "item": "minecraft:beetroot_seeds", - "want_amount": 64, - "surplus_amount": 64, - "stored_in_inventory": true - }, - { - "item": "minecraft:wheat", - "want_amount": 45, - "surplus_amount": 18, - "craft_into": "minecraft:bread", - "stored_in_inventory": true - } - ] - } - }, - - "behavior_non_peasant": { - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:bread", - "want_amount": 3, - "surplus_amount": 6, - "stored_in_inventory": true - }, - { - "item": "minecraft:carrot", - "want_amount": 12, - "surplus_amount": 24, - "stored_in_inventory": true - }, - { - "item": "minecraft:potato", - "want_amount": 12, - "surplus_amount": 24, - "stored_in_inventory": true - }, - { - "item": "minecraft:beetroot", - "want_amount": 12, - "surplus_amount": 24, - "stored_in_inventory": true - } - ] - } - }, - - // A grouping of components that should never be added - // however, they are here to flush out any artifact component groups - // that might linger between villager job switches - "trade_components": { - "minecraft:behavior.trade_interest": {}, - "minecraft:economy_trade_table": {} - }, - - "unskilled": { - "minecraft:type_family": { - "family": [ "villager", "peasant", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - - "farmer": { - "minecraft:type_family": { - "family": [ "villager", "peasant", "farmer", "mob" ] - }, - "minecraft:variant": { - "value": 1 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.farmer", - "table": "trading/economy_trades/farmer_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "farmer", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "fisherman": { - "minecraft:type_family": { - "family": [ "villager", "peasant", "fisherman", "mob" ] - }, - "minecraft:variant": { - "value": 2 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.fisherman", - "table": "trading/economy_trades/fisherman_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "fisherman", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "shepherd": { - "minecraft:type_family": { - "family": [ "villager", "peasant", "shepherd", "mob" ] - }, - "minecraft:variant": { - "value": 3 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.shepherd", - "table": "trading/economy_trades/shepherd_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "shepherd", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "fletcher": { - "minecraft:type_family": { - "family": [ "villager", "peasant", "fletcher", "mob" ] - }, - "minecraft:variant": { - "value": 4 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.fletcher", - "table": "trading/economy_trades/fletcher_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "fletcher", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "librarian": { - "minecraft:type_family": { - "family": [ "villager", "librarian", "mob" ] - }, - "minecraft:variant": { - "value": 5 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.librarian", - "table": "trading/economy_trades/librarian_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "librarian", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "cartographer": { - "minecraft:type_family": { - "family": [ "villager", "cartographer", "mob" ] - }, - "minecraft:variant": { - "value": 6 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.cartographer", - "table": "trading/economy_trades/cartographer_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "cartographer", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "cleric": { - "minecraft:type_family": { - "family": [ "villager", "priest", "cleric", "mob" ] - }, - "minecraft:variant": { - "value": 7 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.cleric", - "table": "trading/economy_trades/cleric_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "cleric", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "armorer": { - "minecraft:type_family": { - "family": [ "villager", "blacksmith", "armorer", "mob" ] - }, - "minecraft:variant": { - "value": 8 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.armor", - "table": "trading/economy_trades/armorer_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "armorer", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "weaponsmith": { - "minecraft:type_family": { - "family": [ "villager", "blacksmith", "weaponsmith", "mob" ] - }, - "minecraft:variant": { - "value": 9 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.weapon", - "table": "trading/economy_trades/weapon_smith_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "weaponsmith", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "toolsmith": { - "minecraft:type_family": { - "family": [ "villager", "blacksmith", "toolsmith", "mob" ] - }, - "minecraft:variant": { - "value": 10 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.tool", - "table": "trading/economy_trades/tool_smith_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "toolsmith", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "butcher": { - "minecraft:type_family": { - "family": [ "villager", "artisan", "butcher", "mob" ] - }, - "minecraft:variant": { - "value": 11 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.butcher", - "table": "trading/economy_trades/butcher_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "butcher", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "leatherworker": { - "minecraft:type_family": { - "family": [ "villager", "artisan", "leatherworker", "mob" ] - }, - "minecraft:variant": { - "value": 12 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.leather", - "table": "trading/economy_trades/leather_worker_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "leatherworker", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "mason": { - "minecraft:type_family": { - "family": [ "villager", "artisan", "stone_mason", "mob" ] - }, - "minecraft:variant": { - "value": 13 - }, - "minecraft:behavior.trade_interest": { - "priority": 5, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:economy_trade_table": { - "display_name": "entity.villager.mason", - "table": "trading/economy_trades/stone_mason_trades.json", - "new_screen": true, - "persist_trades": true, - "cured_discount": [-100, -100], - "max_cured_discount": [-500, -500] - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "preferred_profession": "mason", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - } - }, - - "nitwit":{ - "minecraft:type_family": { - "family":[ "villager", "peasant", "nitwit", "mob" ] - }, - "minecraft:variant": { - "value": 14 - } - }, - - "baby": { - "minecraft:is_baby": { }, - "minecraft:scale": { - "value":0.5 - }, - "minecraft:ageable": { - "duration": 1200, - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.take_flower":{ - "priority": 9 - }, - - "minecraft:preferred_path" : { - "max_fall_blocks" : 1, - "jump_cost" : 5, - "default_block_cost" : 1.5, - "preferred_path_blocks" : [ - { - "cost" : 0, - "blocks" : [ - "grass_path" - ] - }, - { - "cost" : 1, - "blocks" : [ - "cobblestone", - "stone", - "stonebrick", - "sandstone", - "mossy_cobblestone", - "stone_slab", - "stone_slab2", - "stone_slab3", - "stone_slab4", - "double_stone_slab", - "double_stone_slab2", - "double_stone_slab3", - "double_stone_slab4", - "wooden_slab", - "double_wooden_slab", - "planks", - "brick_block", - "nether_brick", - "red_nether_brick", - "end_bricks", - "red_sandstone", - "stained_glass", - "glass", - "glowstone", - "prismarine", - "emerald_block", - "diamond_block", - "lapis_block", - "gold_block", - "redstone_block", - "purple_glazed_terracotta", - "white_glazed_terracotta", - "orange_glazed_terracotta", - "magenta_glazed_terracotta", - "light_blue_glazed_terracotta", - "yellow_glazed_terracotta", - "lime_glazed_terracotta", - "pink_glazed_terracotta", - "gray_glazed_terracotta", - "silver_glazed_terracotta", - "cyan_glazed_terracotta", - "blue_glazed_terracotta", - "brown_glazed_terracotta", - "green_glazed_terracotta", - "red_glazed_terracotta", - "black_glazed_terracotta" - ] - }, - { - "cost" : 50, - "blocks" : [ - "bed", - "lectern", - "composter", - "grindstone", - "blast_furnace", - "smoker", - "fletching_table", - "cartography_table", - "brewing_stand", - "smithing_table", - "cauldron", - "barrel", - "loom", - "stonecutter" - ] - } - ] - } - }, - - "adult": { - "minecraft:behavior.make_love": { - "priority": 5 - }, - "minecraft:behavior.receive_love": { - "priority": 6 - }, - "minecraft:preferred_path" : { - "max_fall_blocks" : 1, - "jump_cost" : 20, - "default_block_cost" : 3, - "preferred_path_blocks" : [ - { - "cost" : 0, - "blocks" : [ - "grass_path" - ] - }, - { - "cost" : 1, - "blocks" : [ - "cobblestone", - "stone", - "stonebrick", - "sandstone", - "mossy_cobblestone", - "stone_slab", - "stone_slab2", - "stone_slab3", - "stone_slab4", - "double_stone_slab", - "double_stone_slab2", - "double_stone_slab3", - "double_stone_slab4", - "wooden_slab", - "double_wooden_slab", - "planks", - "brick_block", - "nether_brick", - "red_nether_brick", - "end_bricks", - "red_sandstone", - "stained_glass", - "glass", - "glowstone", - "prismarine", - "emerald_block", - "diamond_block", - "lapis_block", - "gold_block", - "redstone_block", - "purple_glazed_terracotta", - "white_glazed_terracotta", - "orange_glazed_terracotta", - "magenta_glazed_terracotta", - "light_blue_glazed_terracotta", - "yellow_glazed_terracotta", - "lime_glazed_terracotta", - "pink_glazed_terracotta", - "gray_glazed_terracotta", - "silver_glazed_terracotta", - "cyan_glazed_terracotta", - "blue_glazed_terracotta", - "brown_glazed_terracotta", - "green_glazed_terracotta", - "red_glazed_terracotta", - "black_glazed_terracotta" - ] - }, - { - "cost" : 50, - "blocks" : [ - "bed", - "lectern", - "composter", - "grindstone", - "blast_furnace", - "smoker", - "fletching_table", - "cartography_table", - "brewing_stand", - "smithing_table", - "cauldron", - "barrel", - "loom", - "stonecutter" - ] - } - ] - } - }, - - "villager_skin_0": { - "minecraft:skin_id": { - "value": 0 - } - }, - - "villager_skin_1": { - "minecraft:skin_id": { - "value": 1 - } - }, - - "villager_skin_2": { - "minecraft:skin_id": { - "value": 2 - } - }, - - "villager_skin_3": { - "minecraft:skin_id": { - "value": 3 - } - }, - - "villager_skin_4": { - "minecraft:skin_id": { - "value": 4 - } - }, - - "villager_skin_5": { - "minecraft:skin_id": { - "value": 5 - } - }, - - "desert_villager": { - "minecraft:mark_variant": { - "value": 1 - } - }, - - "jungle_villager": { - "minecraft:mark_variant": { - "value": 2 - } - }, - - "savanna_villager": { - "minecraft:mark_variant": { - "value": 3 - } - }, - - "snow_villager": { - "minecraft:mark_variant": { - "value": 4 - } - }, - - "swamp_villager": { - "minecraft:mark_variant": { - "value": 5 - } - }, - - "taiga_villager": { - "minecraft:mark_variant": { - "value": 6 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": ["villager", "mob"] - }, - "minecraft:mark_variant": { - "value": 0 // Villagers have the Plains biome skin by default - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:hide": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:nameable": { - }, - "minecraft:movement": { - "value": 0.5 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "can_pass_doors": true, - "can_open_doors": true, - "avoid_water": true - }, - "minecraft:follow_range": { - "value": 128 - }, - "minecraft:annotation.open_door": { - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:inventory": { - "inventory_size": 8, - "private": true - }, - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "inhabitant", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": true, - "can_migrate": true, - "first_founding_reward": 5 - }, - "minecraft:damage_sensor": { - "triggers": [ - { - "on_damage": { - "filters": [ - { - "test": "is_family", - "subject": "other", - "value": "lightning" - }, - { - "test": "is_difficulty", - "operator": "!=", - "value": "peaceful" - } - ], - "event": "become_witch" - }, - "deals_damage": false - }, - { - "on_damage": { - "filters": { - "any_of": [ - {"test": "is_family", "subject": "other", "value": "zombie"}, - {"test": "is_family", "subject": "other", "value": "husk"} - ], - "all_of": [ - {"test": "has_damage", "value": "fatal"} - ] - }, - "event": "become_zombie" - } - } - ] - }, - "minecraft:persistent": { - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.hide": { - "priority": 0, - "speed_multiplier": 0.8, - "poi_type": "bed", - "duration": 30.0 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 0.6 - }, - "minecraft:behavior.trade_with_player": { - "priority": 2 - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 4, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test" : "is_family", "subject" : "other", "value" : "zombie"}, - { "test" : "is_family", "subject" : "other", "value" : "zombie_villager"}, - { "test" : "is_family", "subject" : "other", "value" : "zombie_pigman"}, - { "test" : "is_family", "subject" : "other", "value" : "illager"}, - { "test" : "is_family", "subject" : "other", "value" : "vex"} - ] - }, - "max_dist": 8, - "walk_speed_multiplier": 0.6, - "sprint_speed_multiplier": 0.6 - } - ] - }, - "minecraft:behavior.pickup_items": { - "priority": 4, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 0.5, - "can_pickup_to_hand_or_equipment": false - }, - "minecraft:behavior.move_indoors": { - "priority": 6, - "speed_multiplier": 0.8, - "timeout_cooldown": 8.0 - }, - "minecraft:behavior.look_at_trading_player": { - "priority": 7 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 8, - "probability": 0.02 - }, - "minecraft:behavior.share_items": { - "priority": 9, - "max_dist": 3, - "goal_radius": 2.0, - "speed_multiplier": 0.5, - "entity_types": [ - { - "filters": { "test" : "is_family", "subject" : "other", "value" : "villager"} - } - ] - }, - "minecraft:behavior.move_towards_dwelling_restriction": { - "priority": 10, - "speed_multiplier": 0.6 - }, - "minecraft:behavior.random_stroll": { - "priority": 10, - "speed_multiplier": 0.6 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - } - }, - "events":{ - "become_witch": { - "add": { - "component_groups": [ - "become_witch" - ] - } - }, - "become_zombie": { - "sequence": [ - { - "filters": {"test": "is_difficulty", "value": "normal"}, - "randomize": [ - { - "weight": 50, - "add": { "component_groups": [ "become_zombie" ] } - }, - { - "weight": 50 - } - ] - }, - { - "filters": {"test": "is_difficulty", "value": "hard"}, - "add": { - "component_groups": [ - "become_zombie" - ] - } - } - ] - }, - "minecraft:entity_spawned": { - "sequence": [ - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:skin_id" }, - "randomize": [ - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_0" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_1" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_2" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_3" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_4" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_5" ] } - } - ] - }, - { - "filters": { - "test": "has_component", - "operator": "!=", - "value": "minecraft:variant" - }, - "randomize": [ - { - "weight": 5, - "add": { "component_groups": [ "baby", "child_schedule" ] } - }, - { - "weight": 95, - "sequence": [ - { - "add": { "component_groups": [ "adult" ] } - }, - { - "randomize": [ - { - "weight": 1, - "add": { "component_groups": [ "farmer", "behavior_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "fisherman", "behavior_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "shepherd", "behavior_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "fletcher", "behavior_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "librarian", "behavior_non_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "cartographer", "behavior_non_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "cleric", "behavior_non_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "armorer", "behavior_non_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "weaponsmith", "behavior_non_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "toolsmith", "behavior_non_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "butcher", "behavior_non_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "leatherworker", "behavior_non_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "mason", "behavior_non_peasant", "basic_schedule" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "nitwit", "behavior_peasant", "jobless_schedule" ] } - } - ] - } - ] - } - ] - }, - { - "filters": { - "any_of": [ - { - "test": "has_biome_tag", - "value": "desert" - }, - { - "test": "has_biome_tag", - "value": "mesa" - } - ] - }, - "add": { "component_groups": [ "desert_villager" ] } - }, - { - "filters": { - "test": "has_biome_tag", - "value": "jungle" - }, - "add": { "component_groups": [ "jungle_villager" ] } - }, - { - "filters": { - "test": "has_biome_tag", - "value": "savanna" - }, - "add": { "component_groups": [ "savanna_villager" ] } - }, - { - "filters": { - "any_of": [ - { - "all_of": [ - { - "test": "has_biome_tag", - "value": "cold" - }, - { - "test": "has_biome_tag", - "operator": "!=", - "value": "ocean" - } - ] - }, - { - "test": "has_biome_tag", - "value": "frozen" - } - ] - }, - "add": { "component_groups": [ "snow_villager" ] } - }, - { - "filters": { - "test": "has_biome_tag", - "value": "swamp" - }, - "add": { "component_groups": [ "swamp_villager" ] } - }, - { - "filters": { - "all_of": [ - { - "any_of": [ - { - "test": "has_biome_tag", - "value": "taiga" - }, - { - "test": "has_biome_tag", - "value": "extreme_hills" - } - ] - }, - { - "test": "has_biome_tag", - "operator": "!=", - "value": "cold" - } - ] - }, - "add": { "component_groups": [ "taiga_villager" ] } - } - ] - }, - - "minecraft:spawn_from_village": { - "sequence": [ - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:variant" }, - "randomize": [ - { - "weight": 5, - "add": { "component_groups": [ "baby", "child_schedule" ] } - }, - { - "weight": 95, - "add": { "component_groups": [ "adult" ] }, - "sequence": [ - { - "randomize": [ - { - "weight": 90, - "add": { "component_groups": [ "unskilled", "behavior_peasant", "basic_schedule" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "nitwit", "behavior_peasant", "jobless_schedule" ] } - } - ] - } - ] - } - ] - }, - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:skin_id" }, - "randomize": [ - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_0" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_1" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_2" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_3" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_4" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_5" ] } - } - ] - }, - { - "filters": { - "any_of": [ - { "test": "has_biome_tag", "value": "desert" }, - { "test": "has_biome_tag", "value": "mesa" } - ] - }, - "add": { "component_groups": [ "desert_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "jungle" }, - "add": { "component_groups": [ "jungle_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "savanna" }, - "add": { "component_groups": [ "savanna_villager" ] } - }, - { - "filters": { - "any_of": [ - { - "all_of": [ - { "test": "has_biome_tag", "value": "cold" }, - { "test": "has_biome_tag", "operator": "!=", "value": "ocean" } - ] - }, - { "test": "has_biome_tag", "value": "frozen" } - ] - }, - "add": { "component_groups": [ "snow_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "swamp" }, - "add": { "component_groups": [ "swamp_villager" ] } - }, - { - "filters": { - "all_of": [ - { - "any_of": [ - { "test": "has_biome_tag", "value": "taiga" }, - { "test": "has_biome_tag", "value": "extreme_hills" } - ] - }, - { "test": "has_biome_tag", "operator": "!=", "value": "cold" } - ] - }, - "add": { "component_groups": [ "taiga_villager" ] } - } - ] - }, - - "minecraft:entity_transformed": { - "sequence": [ - // Transform to baby villager - { - "filters": { "test": "has_component", "subject": "other", "operator": "==", "value": "minecraft:is_baby" }, - "add": { "component_groups": [ "baby", "child_schedule" ] } - }, - { - // Transform to adult villager - "filters": { "test": "has_component", "subject": "other", "operator": "!=", "value": "minecraft:is_baby" }, - "sequence": [ - // Transform to adult villager - { - "add": { "component_groups": [ "adult" ] } - }, - // Transform to farmer villager - { - "filters": { "test": "is_family", "subject": "other", "value": "farmer"}, - "add": { "component_groups": [ "farmer", "behavior_peasant", "farmer_schedule" ] } - }, - // Transform to fisherman villager - { - "filters": { "test": "is_family", "subject": "other", "value": "fisherman"}, - "add": { "component_groups": [ "fisherman", "behavior_peasant", "fisher_schedule" ] } - }, - // Transform to shepherd villager - { - "filters": { "test": "is_family", "subject": "other", "value": "shepherd" }, - "add": { "component_groups": [ "shepherd", "behavior_peasant", "work_schedule" ] } - }, - // Transform to fletcher villager - { - "filters": { "test": "is_family", "subject": "other", "value": "fletcher" }, - "add": { "component_groups": [ "fletcher", "behavior_peasant", "work_schedule" ] } - }, - // Transform to librarian villager - { - "filters": { "test": "is_family", "subject": "other", "value": "librarian" }, - "add": { "component_groups": [ "librarian", "behavior_non_peasant", "librarian_schedule"] } - }, - // Transform to cartographer villager - { - "filters": { "test": "is_family", "subject": "other", "value": "cartographer" }, - "add": { "component_groups": [ "cartographer", "behavior_non_peasant", "work_schedule" ] } - }, - // Transform to cleric villager - { - "filters": { "test": "is_family", "subject": "other", "value": "cleric" }, - "add": { "component_groups": [ "cleric", "behavior_non_peasant", "work_schedule" ] } - }, - // Transform to armorer villager - { - "filters": { "test": "is_family", "subject": "other", "value": "armorer" }, - "add": { "component_groups": [ "armorer", "behavior_non_peasant", "work_schedule" ] } - }, - // Transform to weaponsmith villager - { - "filters": { "test": "is_family", "subject": "other", "value": "weaponsmith" }, - "add": { "component_groups": [ "weaponsmith", "behavior_non_peasant", "work_schedule" ] } - }, - // Transform to toolsmith villager - { - "filters": { "test": "is_family", "subject": "other", "value": "toolsmith" }, - "add": { "component_groups": [ "toolsmith", "behavior_non_peasant", "work_schedule" ] } - }, - // Transform to butcher villager - { - "filters": { "test": "is_family", "subject": "other", "value": "butcher" }, - "add": { "component_groups": [ "butcher", "behavior_non_peasant", "work_schedule" ] } - }, - // Transform to leatherworker villager - { - "filters": { "test": "is_family", "subject": "other", "value": "leatherworker" }, - "add": { "component_groups": [ "leatherworker", "behavior_non_peasant", "work_schedule" ] } - }, - // Transform to mason villager - { - "filters": { "test": "is_family", "subject": "other", "value": "stone_mason" }, - "add": { "component_groups": [ "mason", "behavior_non_peasant", "work_schedule" ] } - } - ] - }, - { - // Transform from zombie to correct villager skin (mark var already set) - "filters": { "test": "is_family", "subject": "other", "operator": "==", "value": "zombie_villager" }, - "sequence" : [ - { - "filters": { "test": "is_skin_id", "subject": "other", "value": 0 }, - "add": { "component_groups": [ "villager_skin_0" ] } - }, - { - "filters": { "test": "is_skin_id", "subject": "other", "value": 1 }, - "add": { "component_groups": [ "villager_skin_1" ] } - }, - { - "filters": { "test": "is_skin_id", "subject": "other", "value": 2 }, - "add": { "component_groups": [ "villager_skin_2" ] } - }, - { - "filters": { "test": "is_skin_id", "subject": "other", "value": 3 }, - "add": { "component_groups": [ "villager_skin_3" ] } - }, - { - "filters": { "test": "is_skin_id", "subject": "other", "value": 4 }, - "add": { "component_groups": [ "villager_skin_4" ] } - }, - { - "filters": { "test": "is_skin_id", "subject": "other", "value": 5 }, - "add": { "component_groups": [ "villager_skin_5" ] } - }, - { - "filters": { "test": "is_mark_variant", "subject": "other", "value": 1 }, - "add": { "component_groups": [ "desert_villager" ] } - }, - { - "filters": { "test": "is_mark_variant", "subject": "other", "value": 2 }, - "add": { "component_groups": [ "jungle_villager" ] } - }, - { - "filters": { "test": "is_mark_variant", "subject": "other", "value": 3 }, - "add": { "component_groups": [ "savanna_villager" ] } - }, - { - "filters": { "test": "is_mark_variant", "subject": "other", "value": 4 }, - "add": { "component_groups": [ "snow_villager" ] } - }, - { - "filters": { "test": "is_mark_variant", "subject": "other", "value": 5 }, - "add": { "component_groups": [ "swamp_villager" ] } - }, - { - "filters": { "test": "is_mark_variant", "subject": "other", "value": 6 }, - "add": { "component_groups": [ "taiga_villager" ] } - } - ] - }, - { - // Transform from v1 - > v2 to correct villager skin (mark var not set so test biome) - "filters": { "test": "is_family", "subject": "other", "operator": "==", "value": "villager" }, - "sequence" : [ - { - "randomize": [ - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_0" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_1" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_2" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_3" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_4" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_5" ] } - } - ] - }, - { - "filters": { - "any_of": [ - { "test": "has_biome_tag", "value": "desert" }, - { "test": "has_biome_tag", "value": "mesa" } - ] - }, - "add": { "component_groups": [ "desert_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "jungle" }, - "add": { "component_groups": [ "jungle_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "savanna" }, - "add": { "component_groups": [ "savanna_villager" ] } - }, - { - "filters": { - "any_of": [ - { - "all_of": [ - { "test": "has_biome_tag", "value": "cold" }, - { "test": "has_biome_tag", "operator": "!=", "value": "ocean" } - ] - }, - { "test": "has_biome_tag", "value": "frozen" } - ] - }, - "add": { "component_groups": [ "snow_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "swamp" }, - "add": { "component_groups": [ "swamp_villager" ] } - }, - { - "filters": { - "all_of": [ - { - "any_of": [ - { "test": "has_biome_tag", "value": "taiga" }, - { "test": "has_biome_tag", "value": "extreme_hills" } - ] - }, - { "test": "has_biome_tag", "operator": "!=", "value": "cold" } - ] - }, - "add": { "component_groups": [ "taiga_villager" ] } - } - ] - } - ] - }, - - "minecraft:entity_born": { - "sequence": [ - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:skin_id" }, - "randomize": [ - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_0" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_1" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_2" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_3" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_4" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_5" ] } - } - ] - }, - { - "add": { "component_groups": [ "baby", "unskilled", "child_schedule" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "desert" }, - "add": { "component_groups": [ "desert_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "jungle" }, - "add": { "component_groups": [ "jungle_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "savanna" }, - "add": { "component_groups": [ "savanna_villager" ] } - }, - { - "filters": { - "any_of": [ - { "test": "has_biome_tag", "value": "cold" }, - { "test": "has_biome_tag", "value": "frozen" } - ] - }, - "add": { "component_groups": [ "snow_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "swamp" }, - "add": { "component_groups": [ "swamp_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "taiga" }, - "add": { "component_groups": [ "taiga_villager" ] } - } - ] - }, - - "minecraft:spawn_farmer": { - "randomize": [ - { - "weight": 5, - "add": { "component_groups": [ "farmer", "adult", "behavior_peasant", "basic_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "fisherman", "adult", "behavior_peasant", "basic_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "shepherd", "adult", "behavior_peasant", "basic_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "fletcher", "adult", "behavior_peasant", "basic_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "mason", "adult", "behavior_non_peasant", "work_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - } - ] - }, - - "minecraft:spawn_librarian": { - "randomize": [ - { - "weight": 20, - "add": { "component_groups": [ "librarian", "adult", "behavior_non_peasant", "basic_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "cartographer", "behavior_non_peasant", "basic_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - } - ] - }, - - "minecraft:spawn_cleric": { - "add": { "component_groups": [ "cleric", "adult", "behavior_non_peasant", "basic_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - }, - - "minecraft:spawn_armorer": { - "randomize": [ - { - "weight": 6, - "add": { "component_groups": [ "armorer", "adult", "behavior_non_peasant", "basic_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "weaponsmith", "adult", "behavior_non_peasant", "basic_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "toolsmith", "adult", "behavior_non_peasant", "basic_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - } - ] - }, - - "minecraft:spawn_butcher": { - "randomize": [ - { - "weight": 10, - "add": { "component_groups": [ "butcher", "adult", "behavior_non_peasant", "basic_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "leatherworker", "adult", "behavior_non_peasant", "basic_schedule" ] }, - "remove": { "component_groups": [ "baby", "child_schedule" ] } - } - ] - }, - - "minecraft:ageable_grow_up": { - "randomize": [ - { - "weight": 10, - "remove": { "component_groups": [ "baby", "child_schedule" ] }, - "add": { "component_groups": [ "adult", "nitwit", "behavior_peasant", "jobless_schedule" ] } - }, - { - "weight": 90, - "remove": { "component_groups": [ "baby", "child_schedule" ] }, - "add": { "component_groups": [ "adult", "unskilled", "behavior_peasant", "basic_schedule" ] } - } - ] - }, - - "minecraft:become_unskilled": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "adult", "unskilled", "behavior_peasant", "basic_schedule" ] } - }, - - "minecraft:become_cleric": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "cleric", "adult", "behavior_non_peasant", "work_schedule" ] } - }, - - "minecraft:become_farmer": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "farmer", "adult", "behavior_peasant", "farmer_schedule" ] } - }, - - "minecraft:become_fisherman": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "fisherman", "adult", "behavior_non_peasant", "fisher_schedule" ] } - }, - - "minecraft:become_fletcher": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "fletcher", "adult", "behavior_non_peasant", "work_schedule" ] } - }, - - "minecraft:become_librarian": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "librarian", "adult", "behavior_non_peasant", "librarian_schedule" ] } - }, - - "minecraft:become_cartographer": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "cartographer", "adult", "behavior_non_peasant", "work_schedule" ] } - }, - - "minecraft:become_armorer": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "armorer", "adult", "behavior_non_peasant", "work_schedule" ] } - }, - - "minecraft:become_weaponsmith": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "weaponsmith", "adult", "behavior_non_peasant", "work_schedule" ] } - }, - - "minecraft:become_toolsmith": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "toolsmith", "adult", "behavior_non_peasant", "work_schedule" ] } - }, - - "minecraft:become_butcher": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "butcher", "adult", "behavior_non_peasant", "work_schedule" ] } - }, - - "minecraft:become_leatherworker": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "leatherworker", "adult", "behavior_non_peasant", "work_schedule" ] } - }, - - "minecraft:become_sheperd": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "shepherd", "adult", "behavior_non_peasant", "work_schedule" ] } - }, - - "minecraft:become_mason": { - "remove": { "component_groups": [ "baby", "child_schedule", "job_specific_goals", "trade_components" ] }, - "add": { "component_groups": [ "mason", "adult", "behavior_non_peasant", "work_schedule" ] } - }, - - - "minecraft:schedule_wander_villager": { - "remove": { "component_groups": [ "home_schedule_villager", "bed_schedule_villager", "wander_schedule_villager", "job_specific_goals", "play_schedule_villager", "trade_resupply_component_group" ] }, - "add": { "component_groups": [ "wander_schedule_villager" ] } - }, - - "minecraft:schedule_gather_villager": { - "remove": { "component_groups": [ "bed_schedule_villager", "wander_schedule_villager", "home_schedule_villager", "job_specific_goals", "play_schedule_villager", "trade_resupply_component_group" ] }, - "add": { "component_groups": [ "gather_schedule_villager" ] } - }, - - "minecraft:schedule_home_villager": { - "remove": { "component_groups": [ "bed_schedule_villager", "wander_schedule_villager", "gather_schedule_villager", "job_specific_goals", "play_schedule_villager", "trade_resupply_component_group" ] }, - "add": { "component_groups": [ "home_schedule_villager" ] } - }, - - "minecraft:schedule_bed_villager": { - "remove": { "component_groups": [ "home_schedule_villager", "gather_schedule_villager", "wander_schedule_villager", "job_specific_goals", "play_schedule_villager", "trade_resupply_component_group" ] }, - "add": { "component_groups": [ "bed_schedule_villager" ] } - }, - - "minecraft:schedule_play_villager": { - "remove": { "component_groups": [ "home_schedule_villager", "gather_schedule_villager", "wander_schedule_villager", "bed_schedule_villager", "job_specific_goals", "trade_resupply_component_group" ] }, - "add": { "component_groups": [ "play_schedule_villager" ] } - }, - - "minecraft:schedule_work_pro_villager": { - "remove": { "component_groups": [ "home_schedule_villager", "gather_schedule_villager", "wander_schedule_villager", "bed_schedule_villager", "play_schedule_villager" ] }, - "add": { "component_groups": [ "work_schedule_villager" ] } - }, - - "minecraft:schedule_work_farmer": { - "remove": { "component_groups": [ "home_schedule_villager", "gather_schedule_villager", "wander_schedule_villager", "bed_schedule_villager", "job_specific_goals", "play_schedule_villager" ] }, - "add": { "component_groups": [ "work_schedule_farmer" ] } - }, - - "minecraft:schedule_work_fisher": { - "remove": { "component_groups": [ "home_schedule_villager", "gather_schedule_villager", "wander_schedule_villager", "bed_schedule_villager", "job_specific_goals", "play_schedule_villager" ] }, - "add": { "component_groups": [ "work_schedule_fisher" ] } - }, - - "minecraft:schedule_work_librarian": { - "remove": { "component_groups": [ "home_schedule_villager", "gather_schedule_villager", "wander_schedule_villager", "bed_schedule_villager", "job_specific_goals", "play_schedule_villager" ] }, - "add": { "component_groups": [ "work_schedule_librarian" ] } - }, - "minecraft:resupply_trades": { - "add": { "component_groups": [ "trade_resupply_component_group" ] } - } - } - } -} \ No newline at end of file diff --git a/entities/vindicator.json b/entities/vindicator.json deleted file mode 100644 index 6053181..0000000 --- a/entities/vindicator.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:vindicator", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:celebrate": { - "minecraft:behavior.celebrate": { - "priority": 5, - "celebration_sound": "celebrate", - "sound_interval": { - "range_min": 2.0, - "range_max": 7.0 - }, - "jump_interval": { - "range_min": 1.0, - "range_max": 3.5 - }, - "duration": 30.0, - "on_celebration_end_event": { - "event": "minecraft:stop_celebrating", - "target": "self" - } - } - }, - "minecraft:vindicator_aggro": { - "minecraft:angry": { - "duration": -1, - "broadcast_anger": false, - "calm_event": { - "event": "minecraft:stop_aggro", - "target": "self" - } - } - }, - "minecraft:vindicator_johnny": { - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "within_radius": 12.0, - "must_see_forget_duration": 40.0, - - "entity_types": [ - { - "filters": { - "all_of": [ - { "test": "is_family", "subject": "other", "operator": "!=", "value": "illager" } - ] - }, - "max_dist": 12 - } - ] - } - }, - "minecraft:default_targeting": { - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "within_radius": 12.0, - "must_see_forget_duration": 40.0, - - "entity_types": [ - { - "filters": { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "player" }, - { "test": "is_family", "subject": "other", "value": "snowgolem" }, - { "test": "is_family", "subject": "other", "value": "irongolem" }, - { "test": "is_family", "subject": "other", "value": "wandering_trader" } - ] - }, - "max_dist": 12 - }, - { - "filters": { - "all_of": [ - { "test": "is_family", "subject": "other", "value": "villager" }, - { "test": "has_component", "subject": "other", "operator": "!=", "value": "minecraft:is_baby" } - ] - }, - "max_dist": 12 - } - ] - } - }, - "minecraft:raid_configuration": { - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "hostile", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": false, - "can_migrate": false, - "first_founding_reward": 0 - }, - "minecraft:behavior.move_to_village": { - "priority": 4, - "speed_multiplier": 1.0, - "goal_radius": 2.0 - }, - "minecraft:loot": { - "table": "loot_tables/entities/vindicator_raid.json" - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "can_pass_doors": true, - "can_break_doors": true - }, - "minecraft:annotation.break_door": { - "break_time": 30, - "min_difficulty": "normal" - }, - "minecraft:ambient_sound_interval": { - "value": 2.0, - "range": 4.0, - "event_name": "ambient.in.raid" - } - }, - "minecraft:raid_persistence": { - "minecraft:persistent": {} - }, - "minecraft:raid_despawn": { - "minecraft:despawn": { - "despawn_from_distance": {} - } - }, - "minecraft:illager_squad_captain": { - "minecraft:is_illager_captain": { - }, - "minecraft:variant": { - "value": 1 - }, - "minecraft:equipment": { - "table": "loot_tables/entities/vindicator_captain_equipment.json", - "slot_drop_chance": [ - { - "slot": "slot.armor.chest", - "drop_chance": 1.0 - } - ] - }, - "minecraft:damage_sensor": { - "triggers": { - "on_damage": { - "filters": { - "all_of": [ - { - "test": "has_damage", - "value": "fatal" - }, - { - "test": "is_family", - "subject": "other", - "value": "player" - } - ] - }, - "event": "minecraft:gain_bad_omen", - "target": "other" - } - } - } - }, - "minecraft:patrol_captain": { - "minecraft:is_illager_captain": { - }, - "minecraft:variant": { - "value": 1 - }, - "minecraft:equipment": { - "table": "loot_tables/entities/vindicator_captain_equipment.json", - "slot_drop_chance": [ - { - "slot": "slot.armor.chest", - "drop_chance": 1.0 - } - ] - }, - "minecraft:damage_sensor": { - "triggers": { - "on_damage": { - "filters": { - "all_of": [ - { - "test": "has_damage", - "value": "fatal" - }, - { - "test": "is_family", - "subject": "other", - "value": "player" - } - ] - }, - "event": "minecraft:gain_bad_omen", - "target": "other" - } - } - }, - "minecraft:behavior.move_to_random_block": { - "priority": 5, - "speed_multiplier": 0.55, - "within_radius": 8, - "block_distance": 512 - } - }, - "minecraft:patrol_follower": { - "minecraft:behavior.follow_target_captain": { - "priority": 5, - "speed_multiplier": 0.8, - "within_radius": 64, - "follow_distance": 5 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? (query.is_baby ? 12 : 5) + (Math.die_roll(query.equipment_count,1,3)) : 0" - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:nameable": { - "default_trigger": { - "event": "minecraft:stop_johnny", - "target": "self" - }, - "name_actions": [ - { - "name_filter": "Johnny", - "on_named": { - "event": "minecraft:start_johnny", - "target": "self" - } - } - ] - }, - - // vindicator Components - "minecraft:type_family": { - "family": [ "vindicator", "monster", "illager", "mob" ] - }, - "minecraft:variant": { - "value": 0 - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:health": { - "value": 24, - "max": 24 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:attack": { - "damage": 8 - }, - "minecraft:movement": { - "value": 0.35 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:follow_range": { - "value": 64 - }, - "minecraft:loot": { - "table": "loot_tables/entities/vindication_illager.json" - }, - "minecraft:equipment": { - "table": "loot_tables/entities/vindicator_gear.json" - }, - - // vindicator Behaviors - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.melee_attack": { - "priority": 3 - }, - "minecraft:behavior.random_stroll": { - "priority": 9, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 10, - "look_distance": 8, - "probability": 0.02 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:on_target_acquired": { - "event": "minecraft:become_aggro", - "target": "self" - }, - "minecraft:on_target_escape": { - "event": "minecraft:stop_aggro", - "target": "self" - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - } - }, - - "events": { - "minecraft:entity_spawned": { - "add": { - "component_groups": [ - "minecraft:default_targeting" - ] - } - }, - "minecraft:spawn_as_patrol_follower": { - "add": { - "component_groups": [ - "minecraft:default_targeting", - "minecraft:patrol_follower" - ] - } - }, - "minecraft:become_aggro": { - "add": { - "component_groups": [ - "minecraft:vindicator_aggro" - ] - } - }, - "minecraft:stop_aggro": { - "remove": { - "component_groups": [ - "minecraft:vindicator_aggro" - ] - } - }, - "minecraft:start_johnny": { - "add": { - "component_groups": [ - "minecraft:vindicator_johnny" - ] - } - }, - "minecraft:stop_johnny": { - "remove": { - "component_groups": [ - "minecraft:vindicator_johnny" - ] - }, - "add": { - "component_groups": [ - "minecraft:default_targeting" - ] - } - }, - "minecraft:spawn_for_raid": { - "add": { - "component_groups": [ - "minecraft:default_targeting", - "minecraft:raid_configuration", - "minecraft:raid_persistence", - "minecraft:raid_despawn" - ] - } - }, - "minecraft:spawn_as_illager_captain": { - "add": { - "component_groups": [ - "minecraft:illager_squad_captain" - ] - } - }, - "minecraft:promote_to_illager_captain": { - "add": { - "component_groups": [ - "minecraft:illager_squad_captain" - ] - }, - "remove": { - "component_groups": [ - "minecraft:patrol_follower" - ] - } - }, - "minecraft:promote_to_patrol_captain": { - "add": { - "component_groups": [ - "minecraft:patrol_captain" - ] - }, - "remove": { - "component_groups": [ - "minecraft:patrol_follower" - ] - } - }, - "minecraft:start_celebrating": { // Event must be called exactly this for village to fire it when a raid is lost - "sequence": [ - { - "add": { "component_groups": [ "minecraft:celebrate" ] } - }, - { - "filters": { "test": "has_nametag", "value": false }, - "remove": { "component_groups": [ "minecraft:raid_persistence" ] } - } - ] - }, - "minecraft:stop_celebrating": { - "remove": { "component_groups": [ "minecraft:celebrate" ] } - }, - "minecraft:raid_expired": { - "sequence": [ - { - "filters": { "test": "has_nametag", "value": false }, - "remove": { "component_groups": [ "minecraft:raid_persistence" ] } - } - ] - } - } - } -} \ No newline at end of file diff --git a/entities/wandering_trader.json b/entities/wandering_trader.json deleted file mode 100644 index 0d90d92..0000000 --- a/entities/wandering_trader.json +++ /dev/null @@ -1,291 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:wandering_trader", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "managed": { - "minecraft:managed_wandering_trader": {} - }, - "despawning": { - "minecraft:type_family": { - "family": [ "wandering_trader", "wandering_trader_despawning", "mob" ] - } - }, - "minecraft:scared": { - "minecraft:angry": { - "duration": 5, - "broadcastAnger": true, - "broadcastRange": 10, - "broadcast_targets": [ - "llama" - ], - "broadcast_filters": { "test": "is_leashed_to", "subject": "other", "value": true }, - "calm_event": { - "event": "minecraft:become_calm", - "target": "self" - } - } - } - }, - - "components": { - "minecraft:type_family": { - "family": [ "wandering_trader", "mob" ] - }, - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:timer": { - "looping": false, - "random_time_choices": [ - { "weight": 50, "value": 2400 }, - { "weight": 50, "value": 3600 } - ], - "time_down_event": { - "event": "minecraft:start_despawn", - "target": "self" - } - }, - "minecraft:spawn_entity": { - "entities": [ - { - "min_wait_time": 0, - "max_wait_time": 0, - "spawn_entity": "llama", - "spawn_event": "minecraft:from_wandering_trader", - "single_use": true, - "num_to_spawn": 2, - "should_leash": true - } - ] - }, - "minecraft:economy_trade_table": { - "display_name": "entity.wandering_trader.name", - "table": "trading/economy_trades/wandering_trader_trades.json", - "new_screen": true - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:movement": { - "value": 0.5 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "can_pass_doors": true, - "can_open_doors": true, - "avoid_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:despawn": { - "remove_child_entities": true, - "filters": { - "all_of": [ - { - "any_of": [ - { "test": "is_family", "subject": "self", "value": "wandering_trader_despawning" }, - { "test": "has_trade_supply", "subject": "self", "value": false } - ] - }, - { "test": "distance_to_nearest_player", "operator": ">", "value": 24 } - ] - } - }, - "minecraft:damage_sensor": { - "triggers": [ - { - "cause": "entity_attack", - "deals_damage": true, - "on_damage": { - "event": "minecraft:become_scared" - } - }, - { - "cause": "projectile", - "deals_damage": true, - "on_damage": { - "event": "minecraft:become_scared" - } - }, - { - "cause": "magic", - "deals_damage": true, - "on_damage": { - "event": "minecraft:become_scared" - } - } - ] - }, - "minecraft:behavior.trade_with_player": { - "priority": 1 - }, - "minecraft:behavior.trade_interest": { - "priority": 3, - "within_radius": 6.0, - "interest_time": 45.0, - "remove_item_time": 1.0, - "carried_item_switch_time": 2.0, - "cooldown": 2.0 - }, - "minecraft:behavior.look_at_trading_player": { - "priority": 4 - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 0.6 - }, - "minecraft:behavior.drink_potion": { - "priority": 1, - "speed_modifier": -0.2, - "potions": [ - { - "id": 7, // Short invisibility - "chance": 1.0, - "filters": { - "all_of": [ - { - "any_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 18000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 12000 } - ] - }, - { "test": "is_visible", "subject": "self", "value": true }, - { - "any_of": [ - { "test": "is_avoiding_mobs", "subject": "self", "value": true }, - { - "all_of": [ - { "test": "has_component", "subject": "self", "value": "minecraft:angry" }, - { "test": "is_family", "subject": "target", "operator": "!=", "value": "player" } - ] - } - ] - } - ] - } - }, - { - "id": 8, // Long invisibility - "chance": 1.0, - "filters": { - "all_of": [ - { "test": "hourly_clock_time", "operator": ">=", "value": 12000 }, - { "test": "hourly_clock_time", "operator": "<", "value": 18000 }, - { "test": "is_visible", "subject": "self", "value": true }, - { - "any_of": [ - { "test": "is_avoiding_mobs", "subject": "self", "value": true }, - { "test": "has_component", "subject": "self", "value": "minecraft:angry" } - ] - } - ] - } - } - ] - }, - "minecraft:behavior.avoid_mob_type": { - "priority": 2, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "zombie" }, - { "test": "is_family", "subject": "other", "value": "zombie_villager" }, - { "test": "is_family", "subject": "other", "value": "zombie_pigman" }, - { "test": "is_family", "subject": "other", "value": "illager" }, - { "test": "is_family", "subject": "other", "value": "vex" } - ] - }, - "walk_speed_multiplier": 0.6, - "sprint_speed_multiplier": 0.6 - } - ], - "max_dist": 6 - }, - "minecraft:behavior.restrict_open_door": { - "priority": 5 - }, - "minecraft:behavior.open_door": { - "priority": 6, - "close_door_after": true - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 8, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - } - }, - "events": { - "minecraft:scheduled": { - "add": { - "component_groups": [ - "managed" - ] - } - }, - "minecraft:start_despawn": { - "add": { - "component_groups": [ - "despawning" - ] - } - }, - "minecraft:become_scared": { - "add": { - "component_groups": [ - "minecraft:scared" - ] - } - }, - "minecraft:become_calm": { - "remove": { - "component_groups": [ - "minecraft:scared" - ] - } - } - } - } -} diff --git a/entities/witch.json b/entities/witch.json deleted file mode 100644 index 9a6dd57..0000000 --- a/entities/witch.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:witch", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:celebrate": { - "minecraft:behavior.celebrate": { - "priority": 5, - "celebration_sound": "celebrate", - "sound_interval": { - "range_min": 2.0, - "range_max": 7.0 - }, - "jump_interval": { - "range_min": 1.0, - "range_max": 3.5 - }, - "duration": 30.0, - "on_celebration_end_event": { - "event": "minecraft:stop_celebrating", - "target": "self" - } - } - }, - "minecraft:raid_configuration": { - "minecraft:dweller": { - "dwelling_type": "village", - "dweller_role": "hostile", - "update_interval_base": 60, - "update_interval_variant": 40, - "can_find_poi": false, - "can_migrate": false, - "first_founding_reward": 0 - }, - "minecraft:behavior.move_to_village": { - "priority": 3, - "speed_multiplier": 1.2, - "goal_radius": 2.0 - }, - "minecraft:ambient_sound_interval": { - "value": 2.0, - "range": 4.0, - "event_name": "ambient.in.raid" - } - } - }, - "minecraft:raid_persistence": { - "minecraft:persistent": {} - }, - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? (query.is_baby ? 12 : 5) + (Math.die_roll(query.equipment_count,1,3)) : 0" - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:nameable": { - }, - "minecraft:loot": { - "table": "loot_tables/entities/witch.json" - }, - "minecraft:health": { - "value": 26, - "max": 26 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": false - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 1 - }, - "minecraft:behavior.ranged_attack": { - "priority": 2, - "speed_multiplier": 1.0, - "attack_interval_min": 3, - "attack_interval_max": 3, - "attack_radius": 10.0 - }, - "minecraft:behavior.random_stroll": { - "priority": 4, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.look_at_player": { - "priority": 5, - "look_distance": 8.0 - }, - "minecraft:behavior.random_look_around": { - "priority": 5, - "look_distance": 8.0 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "is_family", - "subject": "other", - "value": "snowgolem" - }, - { - "test": "is_family", - "subject": "other", - "value": "irongolem" - } - ] - }, - "max_dist": 10 - } - ], - "must_reach": true - }, - "minecraft:type_family": { - "family": [ "witch", "monster", "mob" ] - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:follow_range": { - "value": 64 - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - "events": { - "minecraft:spawn_for_raid": { - "add": { - "component_groups": [ - "minecraft:raid_configuration", - "minecraft:raid_persistence" - ] - } - }, - "minecraft:start_celebrating": { // Event must be called exactly this for village to fire it when a raid is lost - "sequence": [ - { - "add": { "component_groups": [ "minecraft:celebrate" ] } - }, - { - "filters": { "test": "has_nametag", "value": false }, - "remove": { "component_groups": [ "minecraft:raid_persistence" ] } - } - ] - }, - "minecraft:stop_celebrating": { - "remove": { "component_groups": [ "minecraft:celebrate" ] } - }, - "minecraft:raid_expired": { - "sequence": [ - { - "filters": { "test": "has_nametag", "value": false }, - "remove": { "component_groups": [ "minecraft:raid_persistence" ] } - } - ] - } - } - } -} diff --git a/entities/wither.json b/entities/wither.json deleted file mode 100644 index 747c78a..0000000 --- a/entities/wither.json +++ /dev/null @@ -1,144 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:wither", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "50" - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:boss": { - "should_darken_sky": true, - "hud_range": 55 - }, - "minecraft:damage_sensor": { - "triggers": { - "on_damage": { - "filters": { - "test": "is_family", - "subject": "other", - "value": "undead" - } - }, - "deals_damage": false - } - }, - "minecraft:health": { - "value": 600, - "max": 600 - }, - "minecraft:collision_box": { - "width": 1, - "height": 3 - }, - "minecraft:fire_immune": { - }, - "minecraft:loot": { - "table": "loot_tables/entities/wither_boss.json" - }, - "minecraft:nameable": { - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_water": true - }, - "minecraft:movement.basic": { - "max_turn": 180.0 - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:can_fly": { - }, - "minecraft:behavior.float": { - "priority": 1 - }, - "minecraft:behavior.wither_random_attack_pos_goal": { - "priority": 3 - }, - "minecraft:behavior.wither_target_highest_damage": { - "priority": 1 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 2 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 3, - "entity_types": [ - { - "filters": { "test" : "is_family", "subject" : "other", "value" : "player"}, - "max_dist": 70 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "operator": "!=", - "value": "undead" - }, - { - "test": "is_family", - "subject": "other", - "operator": "!=", - "value": "inanimate" - } - ] - }, - "max_dist": 70 - } - ], - "must_see": true - }, - "minecraft:behavior.random_stroll": { - "priority": 5, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_target": { - "priority": 5 - }, - "minecraft:behavior.look_at_player": { - "priority": 6, - "look_distance": 8 - }, - "minecraft:behavior.random_look_around": { - "priority": 7 - }, - "minecraft:type_family": { - "family": [ "wither", "skeleton", "monster", "undead", "mob" ] - }, - "minecraft:persistent": { - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - - } - } - } -} \ No newline at end of file diff --git a/entities/wither_skeleton.json b/entities/wither_skeleton.json deleted file mode 100644 index b8b47c3..0000000 --- a/entities/wither_skeleton.json +++ /dev/null @@ -1,525 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:wither_skeleton", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:nameable": { - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_water": true - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:equip_item": { - }, - "minecraft:collision_box": { - "width": 0.72, - "height": 2.01 - }, - "minecraft:attack": { - "damage": 4, - "effect_name": "wither", - "effect_duration": 10 - }, - "minecraft:loot": { - "table": "loot_tables/entities/wither_skeleton.json" - }, - "minecraft:equipment": { - "table": "loot_tables/entities/wither_skeleton_gear.json" - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "is_amphibious": true, - "avoid_sun": true, - "avoid_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:netherite_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:stone_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:wooden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:wooden_shovel", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:stone_shovel", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:golden_shovel", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:iron_shovel", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:diamond_shovel", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:netherite_shovel", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:wooden_pickaxe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:stone_pickaxe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:golden_pickaxe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:iron_pickaxe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:diamond_pickaxe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:netherite_pickaxe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:wooden_axe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:stone_axe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:golden_axe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:iron_axe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:diamond_axe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:netherite_axe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:wooden_hoe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:stone_hoe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:golden_hoe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:iron_hoe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:diamond_hoe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:netherite_hoe", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:netherite_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:turtle_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:skull:0", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:skull:1", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:carved_pumpkin", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:netherite_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - } - ] - }, - "minecraft:scale": { - "value": 1.2 - }, - "minecraft:fire_immune": { - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "reselect_targets": true, - "must_see": true, - "entity_types": [ - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "player" - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "piglin" - }, - { - "test": "is_difficulty", - "operator": "!=", - "value": "peaceful" - } - ] - }, - "max_dist": 16 - }, - { - "filters": { - "test": "is_family", - "subject": "other", - "value": "irongolem" - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "baby_turtle" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 16 - } - ] - }, - "minecraft:behavior.equip_item": { - "priority": 3 - }, - "minecraft:behavior.melee_attack": { - "priority": 4, - "track_target": true, - "speed_multiplier": 1.25 - }, - "minecraft:behavior.pickup_items": { - "priority": 5, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 1.0, - "pickup_based_on_chance": true - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 8 - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:type_family": { - "family": [ "wither", "monster", "undead", "skeleton", "mob" ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - - } - } - } -} \ No newline at end of file diff --git a/entities/wither_skull.json b/entities/wither_skull.json deleted file mode 100644 index ca413ec..0000000 --- a/entities/wither_skull.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:wither_skull", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - - "component_groups": { - "minecraft:exploding": { - "minecraft:explode": { - "fuse_length": 0, - "fuse_lit": true, - "power": 1, - "causes_fire": false, - "destroy_affected_by_griefing": true - } - } - }, - - "components": { - "minecraft:collision_box": { - "width": 0.15, - "height": 0.15 - }, - "minecraft:projectile": { - "on_hit": { - "definition_event": { - "affect_projectile": true, - "event_trigger": { - "event": "minecraft:explode", - "target": "self" - } - }, - "mob_effect": { - "effect": "wither", - "durationeasy": 0, - "durationnormal": 200, - "durationhard": 800, - "amplifier": 1 - } - }, - "power": 1.2, - "gravity": 0.00, - "uncertainty_base": 7.5, - "uncertainty_multiplier": 1, - "shoot_sound": "bow", - "hit_sound": "bow.hit", - "anchor": 1, - "offset": [ 0, -0.1, 0 ], - "inertia": 1.0, - "liquid_inertia": 1.0, - "shoot_target": false - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - }, - "events": { - "minecraft:explode": { - "add": { - "component_groups": [ - "minecraft:exploding" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/wither_skull_dangerous.json b/entities/wither_skull_dangerous.json deleted file mode 100644 index b09cefc..0000000 --- a/entities/wither_skull_dangerous.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:wither_skull_dangerous", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false - }, - - "component_groups": { - "minecraft:exploding": { - "minecraft:explode": { - "fuse_length": 0, - "fuse_lit": true, - "power": 1, - "causes_fire": false, - "max_resistance": 4.0, - "destroy_affected_by_griefing": true - } - } - }, - - "components": { - "minecraft:collision_box": { - "width": 0.15, - "height": 0.15 - }, - "minecraft:projectile": { - "on_hit": { - "definition_event": { - "affect_projectile": true, - "event_trigger": { - "event": "minecraft:explode", - "target": "self" - } - }, - "mob_effect": { - "effect": "wither", - "durationeasy": 0, - "durationnormal": 200, - "durationhard": 800, - "amplifier": 1 - } - }, - "power": 0.6, - "gravity": 0.00, - "uncertainty_base": 7.5, - "uncertainty_multiplier": 1, - "shoot_sound": "bow", - "hit_sound": "bow.hit", - "anchor": 1, - "offset": [ 0, -0.1, 0 ], - "is_dangerous": true, - "inertia": 1.0, - "liquid_inertia": 1.0, - "shoot_target": false, - "reflect_on_hurt": true - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - }, - "events": { - "minecraft:explode": { - "add": { - "component_groups": [ - "minecraft:exploding" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/wolf.json b/entities/wolf.json deleted file mode 100644 index 7f3fd8a..0000000 --- a/entities/wolf.json +++ /dev/null @@ -1,532 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:wolf", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:wolf_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - }, - - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ - "chicken", - "cooked_chicken", - "beef", - "cooked_beef", - "muttonRaw", - "muttonCooked", - "porkchop", - "cooked_porkchop", - "rabbit", - "cooked_rabbit", - "rotten_flesh" - ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - } - }, - - "minecraft:wolf_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/wolf.json" - }, - "minecraft:breedable": { - "require_tame": true, - "require_full_health": true, - "breeds_with": { - "mate_type": "minecraft:wolf", - "baby_type": "minecraft:wolf", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "breed_items": [ - "chicken", - "cooked_chicken", - "beef", - "cooked_beef", - "muttonRaw", - "muttonCooked", - "porkchop", - "cooked_porkchop", - "rabbit", - "cooked_rabbit", - "rotten_flesh" - ] - } - }, - - "minecraft:wolf_angry": { - "minecraft:angry": { - "duration": 25, - "broadcast_anger": true, - "broadcast_range": 20, - "calm_event": { - "event": "minecraft:on_calm", - "target": "self" - } - }, - "minecraft:on_target_acquired": { - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 0.675, -0.1 ] - } - } - }, - - "minecraft:wolf_wild": { - "minecraft:behavior.avoid_mob_type": { - "priority": 3, - "entity_types": [ - { - "filters": { "test": "is_family", "subject": "other", "value": "llama" }, - "max_dist": 24, - "walk_speed_multiplier": 1.5, - "sprint_speed_multiplier": 1.5 - } - ], - "probability_per_strength": 0.14 - }, - "minecraft:tameable": { - "probability": 0.33, - "tame_items": "bone", - "tame_event": { - "event": "minecraft:on_tame", - "target": "self" - } - }, - - "minecraft:behavior.nearest_attackable_target": { - "priority": 4, - "reselect_targets": true, - "must_see": true, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test" : "is_family", "subject" : "other", "value" : "skeleton"}, - { "test" : "is_family", "subject" : "other", "value" : "sheep"}, - { "test" : "is_family", "subject" : "other", "value" : "rabbit"}, - { "test" : "is_family", "subject" : "other", "value" : "fox"} - ] - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "baby_turtle" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "skeleton" - }, - { - "test": "is_underwater", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 16 - } - ] - }, - "minecraft:on_target_acquired": { - "event": "minecraft:become_angry", - "target": "self" - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 0.675, -0.1 ] - } - } - }, - - "minecraft:wolf_tame": { - "minecraft:is_tamed": { - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:color": { - "value": 14 - }, - "minecraft:behavior.follow_owner": { - "priority": 6, - "speed_multiplier": 1.0, - "start_distance": 10, - "stop_distance": 2 - }, - "minecraft:attack": { - "damage": 4 - }, - "minecraft:behavior.breed": { - "priority": 2, - "speed_multiplier": 1.0 - }, - - "minecraft:behavior.owner_hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.owner_hurt_target": { - "priority": 2 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 5, - "must_see": true, - "entity_types": [ - { - "filters": { "test" : "is_family", "subject" : "other", "value" : "skeleton"}, - "max_dist": 16 - } - ] - }, - - "minecraft:sittable": { - }, - "minecraft:is_dyeable": { - "interact_text": "action.interact.dye" - }, - - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0, - "on_leash": { - "event": "minecraft:on_leash", - "target": "self" - }, - "on_unleash": { - "event": "minecraft:on_unleash", - "target": "self" - } - } - } - }, - - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:nameable": { - }, - "minecraft:type_family": { - "family": [ "wolf", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 0.8 - }, - "minecraft:health": { - "value": 8, - "max": 8 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:attack": { - "damage": 3 - }, - "minecraft:healable": { - "items": [ - { - "item": "porkchop", - "heal_amount": 3 - }, - { - "item": "cooked_porkchop", - "heal_amount": 8 - }, - { - "item": "fish", - "heal_amount": 2 - }, - { - "item": "salmon", - "heal_amount": 2 - }, - { - "item": "clownfish", - "heal_amount": 1 - }, - { - "item": "pufferfish", - "heal_amount": 1 - }, - { - "item": "cooked_fish", - "heal_amount": 5 - }, - { - "item": "cooked_salmon", - "heal_amount": 6 - }, - { - "item": "beef", - "heal_amount": 3 - }, - { - "item": "cooked_beef", - "heal_amount": 8 - }, - { - "item": "chicken", - "heal_amount": 2 - }, - { - "item": "cooked_chicken", - "heal_amount": 6 - }, - { - "item": "muttonRaw", - "heal_amount": 2 - }, - { - "item": "muttonCooked", - "heal_amount": 6 - }, - { - "item": "rotten_flesh", - "heal_amount": 4 - }, - { - "item": "rabbit", - "heal_amount": 3 - }, - { - "item": "cooked_rabbit", - "heal_amount": 5 - }, - { - "item": "rabbit_stew", - "heal_amount": 10 - } - ] - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.mount_pathing": { - "priority": 1, - "speed_multiplier": 1.25, - "target_dist": 0, - "track_target": true - }, - "minecraft:behavior.stay_while_sitting": { - "priority": 3 - }, - "minecraft:behavior.leap_at_target": { - "priority": 4, - "target_dist": 0.4 - }, - "minecraft:behavior.melee_attack": { - "priority": 5 - }, - "minecraft:behavior.random_stroll": { - "priority": 8, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.look_at_player": { - "priority": 6, - "target_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.beg": { - "priority": 9, - "look_distance": 8, - "look_time": [ 2, 4 ], - "items": [ "bone", "porkchop", "cooked_porkchop", "chicken", "cooked_chicken", - "beef", "cooked_beef", "rotten_flesh", "muttonraw", "muttoncooked", "rabbit", "cooked_rabbit" ] - }, - - "minecraft:behavior.hurt_by_target": { - "priority": 3 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 9, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:wolf_adult", - "minecraft:wolf_wild" - ] - } - }, - { - "weight": 1, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:wolf_baby", - "minecraft:wolf_wild" - ] - - } - } - ] - }, - - "minecraft:entity_born": { - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:wolf_baby", - "minecraft:wolf_tame" - ] - } - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:wolf_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:wolf_adult" - ] - } - }, - - "minecraft:ageable_set_baby": { - "remove": { - "component_groups": [ - "minecraft:wolf_adult" - ] - }, - "add": { - "component_groups": [ - "minecraft:wolf_baby" - ] - } - }, - - "minecraft:on_tame": { - "remove": { - "component_groups": [ - "minecraft:wolf_wild" - ] - }, - "add": { - "component_groups": [ - "minecraft:wolf_tame" - ] - } - }, - "minecraft:become_angry": { - "remove": { - "component_groups": [ - "minecraft:wolf_wild" - ] - }, - "add": { - "component_groups": [ - "minecraft:wolf_angry" - ] - } - }, - "minecraft:on_calm": { - "remove": { - "component_groups": [ - "minecraft:wolf_angry" - ] - }, - "add": { - "component_groups": [ - "minecraft:wolf_wild" - ] - } - } - } - } -} diff --git a/entities/xp_bottle.json b/entities/xp_bottle.json deleted file mode 100644 index b3f7ac2..0000000 --- a/entities/xp_bottle.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:xp_bottle", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.25 - }, - "minecraft:projectile": { - "on_hit": { - "grant_xp": { - "minXP": 3, - "maxXP": 11 - }, - "remove_on_hit": { } - }, - "power": 0.5, - "gravity": 0.05, - "angle_offset": -20.0, - "hit_sound": "glass" - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 5, - "use_motion_prediction_hints": true - } - } - } - } -} diff --git a/entities/xp_orb.json b/entities/xp_orb.json deleted file mode 100644 index da96bac..0000000 --- a/entities/xp_orb.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:xp_orb", - "is_spawnable": false, - "is_summonable": true, - "is_experimental": false - }, - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.25 - }, - "minecraft:health": { - "value": 5, - "max": 5 - }, - "minecraft:buoyant":{ - "apply_gravity": false, - "liquid_blocks": ["minecraft:flowing_water", "minecraft:water"] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 10, - "use_motion_prediction_hints": true - } - } - } - } -} diff --git a/entities/zoglin.json b/entities/zoglin.json deleted file mode 100644 index ea41ce2..0000000 --- a/entities/zoglin.json +++ /dev/null @@ -1,271 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:zoglin", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "zoglin_baby": { - "minecraft:type_family": { - "family": [ "zoglin", "zoglin_baby", "undead", "mob" ] - }, - "minecraft:is_baby": { - }, - "minecraft:attack": { - "damage": 1 - }, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:collision_box": { - "width": 0.85, - "height": 0.85 - }, - "minecraft:custom_hit_test": { - "hitboxes": [ - { - "width": 1.0, - "height": 0.85, - "pivot": [ 0, 0.5, 0 ] - } - ] - } - }, - "zoglin_adult": { - "minecraft:type_family": { - "family": [ "zoglin", "zoglin_adult", "undead", "mob" ] - }, - "minecraft:collision_box": { - "width": 0.9, - "height": 0.9 - }, - "minecraft:custom_hit_test": { - "hitboxes": [ - { - "width": 2.0, - "height": 1.75, - "pivot": [ 0, 1, 0 ] - } - ] - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:attack": { - "damage": [ 3, 8 ] - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:nameable": { - }, - "minecraft:loot": { - "table": "loot_tables/entities/zoglin.json" - }, - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? 5 : 0" - }, - "minecraft:health": { - "value": 40, - "max": 40 - }, - "minecraft:knockback_resistance": { - "value": 0.5 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 3, - "within_radius": 16.0, - "entity_types": [ - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "operator": "!=", - "value": "zoglin" - }, - { - "test": "is_family", - "subject": "other", - "operator": "!=", - "value": "creeper" - } - ] - }, - "max_dist": 16 - } - ], - "must_see": true - }, - "minecraft:behavior.melee_attack": { - "priority": 4, - "speed_multiplier": 1.4, - "track_target": true - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_water": true - }, - "minecraft:movement": { - "value": 0.25 - }, - "minecraft:navigation.walk": { - "is_amphibious": true, - "can_path_over_water": false, - "avoid_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:fire_immune": { - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:despawn": { - "filters": { - "any_of": [ - { - "all_of": [ - { - "test": "is_persistent", - "value": false - }, - { - "test": "distance_to_nearest_player", - "operator": ">", - "value": 54 - } - ] - }, - { - "all_of": [ - { - "test": "is_persistent", - "value": false - }, - { - "test": "inactivity_timer", - "subject": "self", - "value": 30 - }, - { - "test": "random_chance", - "value": 800 - }, - { - "test": "distance_to_nearest_player", - "operator": ">", - "value": 32 - } - ] - } - ] - } - }, - "minecraft:behavior.random_stroll": { - "priority": 7, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_transformed": { - "sequence": [ - { - "filters": { - "test": "has_component", - "subject": "other", - "value": "minecraft:is_baby" - }, - "add": { - "component_groups": [ - "zoglin_baby" - ] - } - }, - { - "filters": { - "test": "has_component", - "subject": "other", - "operator": "!=", - "value": "minecraft:is_baby" - }, - "add": { - "component_groups": [ - "zoglin_adult" - ] - } - } - ] - }, - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 95, - "add": { - "component_groups": [ - "zoglin_adult" - ] - } - }, - { - "weight": 5, - "add": { - "component_groups": [ - "zoglin_baby" - ] - } - } - ] - }, - - "minecraft:as_adult": { - "add": { - "component_groups": [ - "zoglin_adult" - ] - } - }, - "minecraft:as_baby": { - "add": { - "component_groups": [ - "zoglin_baby" - ] - } - } - } - } -} diff --git a/entities/zombie.json b/entities/zombie.json deleted file mode 100644 index 174004d..0000000 --- a/entities/zombie.json +++ /dev/null @@ -1,594 +0,0 @@ -{ - "format_version": "1.17.20", - "minecraft:entity": { - "description": { - "identifier": "minecraft:zombie", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:look_to_start_drowned_transformation": { - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "is_underwater", "subject": "self", "operator": "==", "value": true - }, - "event": "minecraft:start_transforming" - } - } - }, - "minecraft:start_drowned_transformation": { - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "is_underwater", "subject": "self", "operator": "==", "value": false - }, - "event": "minecraft:stop_transforming" - } - }, - "minecraft:timer": { - "looping": false, - "time": 30, - "time_down_event": { - "event": "minecraft:convert_to_drowned" - } - } - }, - - "minecraft:convert_to_drowned": { - "minecraft:transformation": { - "into": "minecraft:drowned", - "transformation_sound": "convert_to_drowned", - "drop_equipment": true, - "delay": { - "value": 15 - } - }, - "minecraft:is_shaking": { - } - }, - - "minecraft:convert_to_baby_drowned": { - "minecraft:transformation": { - "into": "minecraft:drowned", - "transformation_sound": "convert_to_drowned", - "drop_equipment": true, - "delay": { - "value": 15 - } - }, - "minecraft:is_shaking": { - } - }, - - "minecraft:zombie_baby": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:is_baby": {}, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:movement": { - "value": 0.35 - } - }, - - "minecraft:zombie_adult": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:movement": { - "value": 0.23 - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 1.1, -0.35 ], - "lock_rider_rotation": 0 - } - }, - "minecraft:behavior.mount_pathing": { - "priority": 2, - "speed_multiplier": 1.25, - "target_dist": 0.0, - "track_target": true - } - }, - - "minecraft:zombie_jockey": { - "minecraft:behavior.find_mount": { - "priority": 1, - "within_radius": 16, - "start_delay": 15, - "max_failed_attempts": 20 - } - }, - "minecraft:can_have_equipment": { - "minecraft:equipment": { - "table": "loot_tables/entities/zombie_equipment.json" - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:nameable": { - }, - - // Zombie Components - "minecraft:type_family": { - "family": [ "zombie", "undead", "monster", "mob" ] - }, - "minecraft:equip_item": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:burns_in_daylight": { - }, - "minecraft:movement.basic": { - }, - "minecraft:navigation.walk": { - "is_amphibious": true, - "can_pass_doors": true, - "can_walk": true, - "can_break_doors": true - }, - "minecraft:annotation.break_door": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_air": true, - "breathes_water": true - }, - "minecraft:attack": { - "damage": 3 - }, - "minecraft:loot": { - "table": "loot_tables/entities/zombie.json" - }, - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:netherite_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:stone_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:wooden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:turtle_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:skull:0", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:skull:1", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:carved_pumpkin", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:netherite_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - } - ] - }, - - "minecraft:environment_sensor": { - "triggers": { - "filters": { - "test": "is_underwater", - "operator": "==", - "value": true - }, - "event": "minecraft:start_transforming" - } - }, - - "minecraft:despawn": { - "despawn_from_distance": {} - }, - - // Zombie Behaviors - "minecraft:behavior.equip_item": { - "priority": 2 - }, - "minecraft:behavior.melee_attack": { - "priority": 3 - }, - "minecraft:behavior.stomp_turtle_egg": { - "priority": 4, - "speed_multiplier": 1, - "search_range": 10, - "search_height": 2, - "goal_radius": 1.14, - "interval": 20 - }, - "minecraft:behavior.pickup_items": { - "priority": 6, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 1.0, - "pickup_based_on_chance": true, - "can_pickup_any_item": true, - "excluded_items": [ - "minecraft:glow_ink_sac" - ] - }, - "minecraft:behavior.random_stroll": { - "priority": 7, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 6, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "reselect_targets": true, - "within_radius": 25.0, - "must_see_forget_duration": 17.0, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "player" }, - { "test": "is_family", "subject": "other", "value": "snowgolem" }, - { "test": "is_family", "subject": "other", "value": "irongolem" } - ] - }, - "max_dist": 35 - }, - { - "filters": { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "villager" }, - { "test": "is_family", "subject": "other", "value": "wandering_trader" } - ] - }, - "max_dist": 35, - "must_see": false - }, - { - "filters": { - "all_of": [ - { "test": "is_family", "subject": "other", "value": "baby_turtle" }, - { "test": "in_water", "subject": "other", "operator": "!=", "value": true } - ] - }, - "max_dist": 35 - } - ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 380, - "remove": {}, - "add": { - "component_groups": [ - "minecraft:zombie_adult", - "minecraft:can_have_equipment" - ] - } - }, - { - "weight": 17, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:zombie_baby", - "minecraft:can_have_equipment" - ] - - } - }, - { - "weight": 3, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:zombie_baby", - "minecraft:zombie_jockey", - "minecraft:can_have_equipment" - ] - } - } - ] - }, - "minecraft:as_adult": { - "add": { - "component_groups": [ - "minecraft:zombie_adult" - ] - } - }, - "minecraft:as_baby": { - "add": { - "component_groups": [ - "minecraft:zombie_baby" - ] - } - }, - "minecraft:start_transforming": { - "add": { - "component_groups": [ - "minecraft:start_drowned_transformation" - ] - }, - "remove": { - "component_groups": [ "minecraft:look_to_start_drowned_transformation" ] - } - }, - "minecraft:stop_transforming": { - "add": { - "component_groups": [ - "minecraft:look_to_start_drowned_transformation" - ] - }, - "remove": { - "component_groups": [ - "minecraft:start_drowned_transformation" - ] - } - }, - "minecraft:convert_to_drowned": { - "sequence": [ - { - "filters": { - "test": "has_component", - "operator": "!=", - "value": "minecraft:is_baby" - }, - "add": { - "component_groups": [ "minecraft:convert_to_drowned" ] - }, - "remove": { - "component_groups": [ "minecraft:start_drowned_transformation" ] - } - }, - { - "filters": { - "test": "has_component", - "value": "minecraft:is_baby" - }, - "add": { - "component_groups": [ "minecraft:convert_to_baby_drowned" ] - }, - "remove": { - "component_groups": [ "minecraft:start_drowned_transformation" ] - } - } - ] - } - } - } -} \ No newline at end of file diff --git a/entities/zombie_horse.json b/entities/zombie_horse.json deleted file mode 100644 index f4f0cfb..0000000 --- a/entities/zombie_horse.json +++ /dev/null @@ -1,180 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:zombie_horse", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:horse_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale_by_age": { - "start_scale": 0.5, - "end_scale": 1.0 - }, - "minecraft:ageable": { - "duration": 1200, - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - }, - "minecraft:behavior.follow_parent": { - "priority": 4, - "speed_multiplier": 1.0 - } - }, - "minecraft:horse_adult": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/zombie_horse.json" - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "interact_text": "action.interact.ride.horse", - "seats": { - "position": [ 0.0, 1.2, -0.2 ] - } - }, - "minecraft:behavior.mount_pathing": { - "priority": 2, - "speed_multiplier": 1.5, - "target_dist": 0.0, - "track_target": true - }, - "minecraft:behavior.player_ride_tamed": { - - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:type_family": { - "family": [ "zombiehorse", "undead", "mob" ] - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_water": true - }, - "minecraft:collision_box": { - "width": 1.4, - "height": 1.6 - }, - "minecraft:health": { - "value": 15, - "max": 15 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.2 - }, - "minecraft:navigation.walk": { - "is_amphibious": true, - "avoid_water": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:nameable": { - }, - "minecraft:is_tamed": { - }, - "minecraft:horse.jump_strength": { - "value": { - "range_min": 0.4, - "range_max": 1.0 - } - }, - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0 - }, - "minecraft:balloonable": { - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:behavior.panic": { - "priority": 1, - "speed_multiplier": 1.2 - }, - "minecraft:behavior.random_stroll": { - "priority": 6, - "speed_multiplier": 0.7 - }, - "minecraft:behavior.look_at_player": { - "priority": 7, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 8 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 36, - "add": { - "component_groups": [ - "minecraft:horse_adult" - ] - } - }, - { - "weight": 9, - "add": { - "component_groups": [ - "minecraft:horse_baby" - ] - } - } - ] - }, - - "minecraft:ageable_grow_up": { - "remove": { - "component_groups": [ - "minecraft:horse_baby" - ] - }, - "add": { - "component_groups": [ - "minecraft:horse_adult" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/zombie_pigman.json b/entities/zombie_pigman.json deleted file mode 100644 index f1e6bec..0000000 --- a/entities/zombie_pigman.json +++ /dev/null @@ -1,471 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:entity": { - "description": { - "identifier": "minecraft:zombie_pigman", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "minecraft:pig_zombie_baby": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - } - }, - - "minecraft:pig_zombie_adult": { - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 1.1, -0.35 ], - "lock_rider_rotation": 0 - } - }, - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0" - } - }, - "minecraft:pig_zombie_angry": { - "minecraft:angry": { - "duration": 25, - "broadcast_anger": true, - "broadcast_range": 20, - "calm_event": { - "event": "minecraft:on_calm", - "target": "self" - } - } - }, - "minecraft:pig_zombie_calm": { - "minecraft:on_target_acquired": { - "event": "minecraft:become_angry", - "target": "self" - } - }, - "minecraft:strider_jockey": { - "minecraft:equipment": { - "table": "loot_tables/entities/zombified_piglin_rider_gear.json" - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_water": true - }, - "minecraft:equip_item": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:nameable": { - }, - "minecraft:navigation.walk": { - "is_amphibious": true, - "can_pass_doors": true, - "can_open_doors": true, - "avoid_water": true, - "avoid_portals": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:fire_immune": { - }, - "minecraft:type_family": { - "family": [ "zombie_pigman", "undead", "monster", "mob" ] - }, - "minecraft:loot": { - "table": "loot_tables/entities/zombie_pigman.json" - }, - "minecraft:equipment": { - "table": "loot_tables/entities/zombie_pigman_gear.json" - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:movement": { - "value": 0.23 - }, - "minecraft:attack": { - "damage": 5 - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:netherite_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:iron_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:stone_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:golden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:wooden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:netherite_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:turtle_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:skull:0", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:skull:1", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:carved_pumpkin", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:netherite_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - } - ] - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.mount_pathing": { - "priority": 2, - "speed_multiplier": 1.25, - "target_dist": 0, - "track_target": true - }, - "minecraft:behavior.equip_item": { - "priority": 3 - }, - "minecraft:behavior.melee_attack": { - "priority": 4, - "speed_multiplier": 1.5 - }, - "minecraft:behavior.stomp_turtle_egg": { - "priority": 5, - "speed_multiplier": 1, - "search_range": 10, - "search_height": 2, - "goal_radius": 1.14, - "interval": 20 - }, - "minecraft:behavior.pickup_items": { - "priority": 6, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 1.0, - "pickup_based_on_chance": true, - "can_pickup_any_item": true - }, - "minecraft:behavior.random_stroll": { - "priority": 7, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.look_at_player": { - "priority": 8, - "look_distance": 6.0, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 9 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - - "events": { - "minecraft:entity_transformed": { - "sequence": [ - // Transform baby pig to baby zombie pigman - { - "filters": { - "test": "has_component", - "subject": "other", - "value": "minecraft:is_baby" - }, - "add": { - "component_groups": [ - "minecraft:pig_zombie_baby", - "minecraft:pig_zombie_calm" - ] - } - }, - // Transform adult pig to adult zombie pigman - { - "filters": { - "test": "has_component", - "subject": "other", - "operator": "!=", - "value": "minecraft:is_baby" - }, - "add": { - "component_groups": [ - "minecraft:pig_zombie_adult", - "minecraft:pig_zombie_calm" - ] - } - } - ] - }, - "minecraft:entity_spawned": { - "randomize": [ - { - "weight": 95, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:pig_zombie_adult", - "minecraft:pig_zombie_calm" - ] - } - }, - { - "weight": 5, - "remove": { - }, - "add": { - "component_groups": [ - "minecraft:pig_zombie_baby", - "minecraft:pig_zombie_calm" - ] - - } - } - ] - }, - "minecraft:on_calm": { - "remove": { - "component_groups": [ - "minecraft:pig_zombie_angry" - ] - }, - "add": { - "component_groups": [ - "minecraft:pig_zombie_calm" - ] - } - }, - "minecraft:become_angry": { - "remove": { - "component_groups": [ - "minecraft:pig_zombie_calm" - ] - }, - "add": { - "component_groups": [ - "minecraft:pig_zombie_angry" - ] - } - }, - "minecraft:spawn_as_strider_jockey": { - "add": { - "component_groups": [ - "minecraft:strider_jockey" - ] - } - } - } - } -} \ No newline at end of file diff --git a/entities/zombie_villager.json b/entities/zombie_villager.json deleted file mode 100644 index 494033d..0000000 --- a/entities/zombie_villager.json +++ /dev/null @@ -1,915 +0,0 @@ -{ - "format_version": "1.17.20", - "minecraft:entity": { - "description": { - "identifier": "minecraft:zombie_villager", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - "component_groups": { - "become_zombie_villager_v2": { - "minecraft:transformation": { - "into": "minecraft:zombie_villager_v2", - "keep_level": false - } - }, - "baby": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:is_baby": {}, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:movement": { - "value": 0.35 - } - }, - - "adult": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:movement": { - "value": 0.23 - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 1.1, -0.35 ] - } - }, - "minecraft:behavior.mount_pathing": { - "priority": 5, - "speed_multiplier": 1.25, - "target_dist": 0.0, - "track_target": true - } - }, - - "jockey": { - "minecraft:behavior.find_mount": { - "priority": 1, - "within_radius": 16 - } - }, - - "from_abandoned_village": { - "minecraft:navigation.walk": { - "is_amphibious": true, - "can_pass_doors": true, - "can_open_doors": true, - "avoid_water": true, - "avoid_sun": true - }, - "minecraft:behavior.flee_sun": { - "priority": 4, - "speed_multiplier": 1 - } - }, - - "to_villager": { - "minecraft:transformation": { - "into": "minecraft:villager", - "begin_transform_sound": "remedy", - "transformation_sound": "unfect", - "delay": { - "value": 100, - "block_assist_chance": 0.01, - "block_radius": 4, - "block_chance": 0.3, - "block_types": [ - "minecraft:bed", - "minecraft:iron_bars" - ] - } - }, - "minecraft:spell_effects": { - "add_effects": [ - { - "effect": "strength", - "duration": 100 - }, - { - "effect": "heal", - "duration": 100 - } - ], - "remove_effects": "weakness" - }, - "minecraft:is_shaking": { - } - }, - - "farmer": { - "minecraft:type_family": { - "family": [ "farmer", "zombie", "zombie_villager", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - "fisherman": { - "minecraft:type_family": { - "family": [ "fisherman", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - "shepherd": { - "minecraft:type_family": { - "family": [ "shepherd", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - "fletcher": { - "minecraft:type_family": { - "family": [ "fletcher", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - - "librarian": { - "minecraft:type_family": { - "family": [ "librarian", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 1 - } - }, - - "cartographer": { - "minecraft:type_family": { - "family": [ "cartographer", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 1 - } - }, - - "cleric": { - "minecraft:type_family": { - "family": [ "cleric", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 2 - } - }, - - "armorer": { - "minecraft:type_family": { - "family": [ "armorer", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 3 - } - }, - "weaponsmith": { - "minecraft:type_family": { - "family": [ "weaponsmith", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 3 - } - }, - "toolsmith": { - "minecraft:type_family": { - "family": [ "toolsmith", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 3 - } - }, - - "butcher": { - "minecraft:type_family": { - "family": [ "butcher", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 4 - } - }, - "leatherworker": { - "minecraft:type_family": { - "family": [ "leatherworker", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 4 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - // Zombie_villager Components - "minecraft:navigation.walk": { - "is_amphibious": true, - "can_pass_doors": true, - "can_break_doors": true, - "avoid_sun": false - }, - "minecraft:annotation.break_door": { - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_water": true - }, - "minecraft:loot": { - "table": "loot_tables/entities/zombie.json" - }, - "minecraft:equip_item": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:burns_in_daylight": {}, - - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { - "test": "in_lava", - "subject": "self", - "operator": "==", - "value": true - }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:attack": { - "damage": 3 - }, - "minecraft:nameable": { - }, - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:netherite_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:stone_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:wooden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:turtle_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:skull:0", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:skull:1", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:carved_pumpkin", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:netherite_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - } - ] - }, - - "minecraft:interact": { - "interactions": { - // Curing the villager - "on_interact": { - "filters": { - "all_of": [ - { - "test": "has_equipment", - "domain": "hand", - "subject": "other", - "value": "golden_apple" - }, - { - "test": "has_component", - "subject": "self", - "value": "minecraft:effect.weakness" - } - ] - }, - "event": "villager_converted", - "target": "self" - }, - "use_item": true, - "interact_text": "action.interact.cure" - } - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - // Zombie_villager Behaviors - "minecraft:behavior.melee_attack": { - "priority": 6 - }, - "minecraft:behavior.equip_item": { - "priority": 3 - }, - "minecraft:behavior.stomp_turtle_egg": { - "priority": 4, - "speed_multiplier": 1, - "search_range": 10, - "search_height": 2, - "goal_radius": 1.14, - "interval": 20 - }, - "minecraft:behavior.pickup_items": { - "priority": 8, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 1.0, - "pickup_based_on_chance": true, - "can_pickup_any_item": true, - "excluded_items": [ - "minecraft:glow_ink_sac" - ] - }, - "minecraft:behavior.random_stroll": { - "priority": 9, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 10, - "look_distance": 6, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 11 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "reselect_targets": true, - "entity_types": [ - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "player" - }, - { - "test": "is_family", - "subject": "other", - "value": "snowgolem" - }, - { - "test": "is_family", - "subject": "other", - "value": "irongolem" - } - ] - }, - "max_dist": 35 - }, - { - "filters": { - "any_of": [ - { - "test": "is_family", - "subject": "other", - "value": "villager" - }, - { - "test": "is_family", - "subject": "other", - "value": "wandering_trader" - } - ] - }, - "max_dist": 35, - "must_see": false - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "baby_turtle" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 35 - } - ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - } - }, - - "events": { - "villager_converted": { - "remove": { - }, - "add": { - "component_groups": [ - "to_villager" - ] - } - }, - "minecraft:entity_spawned": { - "sequence": [ - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:variant" }, - "randomize": [ - { - "weight": 9500, - "remove": { - }, - "add": { - "component_groups": [ - "adult" - ] - } - }, - { - "weight": 425, - "remove": { - }, - "add": { - "component_groups": [ - "baby" - ] - - } - }, - { - "weight": 75, - "remove": { - }, - "add": { - "component_groups": [ - "baby", - "jockey" - ] - - } - } - ] - }, - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:variant" - }, - "randomize": [ - { - "weight": 5, - "add": { "component_groups": [ "farmer" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "fisherman" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "shepherd" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "fletcher" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "librarian" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "cartographer" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "cleric" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "armorer" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "weaponsmith" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "toolsmith" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "butcher" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "leatherworker" ] } - } - ] - } - ] - }, - - "minecraft:entity_transformed": { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:variant" }, - "sequence": [ - // Transform baby villager to baby zombie - { - "filters": { "test": "has_component", "subject": "other", "value": "minecraft:is_baby" }, - "add": { "component_groups": [ "baby" ] } - }, - // Transform adult villager to adult zombie - { - "filters": { "test": "has_component", "subject": "other", "operator": "!=", "value": "minecraft:is_baby" }, - "add": { "component_groups": [ "adult" ] } - }, - // Transform farmer zombie to farmer villager - { - "filters": { "test": "is_family", "subject": "other", "value": "farmer" }, - "add": { "component_groups": [ "farmer" ] } - }, - // Transform fisherman zombie to fisherman villager - { - "filters": { "test": "is_family", "subject": "other", "value": "fisherman" }, - "add": { "component_groups": [ "fisherman" ] } - }, - // Transform shepherd zombie to shepherd villager - { - "filters": { "test": "is_family", "subject": "other", "value": "shepherd" }, - "add": { "component_groups": [ "shepherd" ] } - }, - // Transform fletcher zombie to fletcher villager - { - "filters": { "test": "is_family", "subject": "other", "value": "fletcher" }, - "add": { "component_groups": [ "fletcher" ] } - }, - // Transform librarian zombie to librarian villager - { - "filters": { "test": "is_family", "subject": "other", "value": "librarian" }, - "add": { "component_groups": [ "librarian" ] } - }, - // Transform cartographer zombie to cartographer villager - { - "filters": { "test": "is_family", "subject": "other", "value": "cartographer" }, - "add": { "component_groups": [ "cartographer" ] } - }, - // Transform cleric zombie to cleric villager - { - "filters": { "test": "is_family", "subject": "other", "value": "cleric" }, - "add": { "component_groups": [ "cleric" ] } - }, - // Transform armorer zombie to armorer villager - { - "filters": { "test": "is_family", "subject": "other", "value": "armorer" }, - "add": { "component_groups": [ "armorer" ] } - }, - // Transform weaponsmith zombie to weaponsmith villager - { - "filters": { "test": "is_family", "subject": "other", "value": "weaponsmith" }, - "add": { "component_groups": [ "weaponsmith" ] } - }, - // Transform toolsmith zombie to toolsmith villager - { - "filters": { "test": "is_family", "subject": "other", "value": "toolsmith" }, - "add": { "component_groups": [ "toolsmith" ] } - }, - // Transform butcher zombie to butcher villager - { - "filters": { "test": "is_family", "subject": "other", "value": "butcher" }, - "add": { "component_groups": [ "butcher" ] } - }, - // Transform leatherworker zombie to leatherworker villager - { - "filters": { "test": "is_family", "subject": "other", "value": "leatherworker" }, - "add": { "component_groups": [ "leatherworker" ] } - } - ] - }, - - "minecraft:become_cleric": { - "add": { "component_groups": [ "cleric" ] } - }, - - "from_village": { - "sequence": [ - { - "filters": { - "test": "has_component", - "operator": "!=", - "value": "minecraft:variant" - }, - "randomize": [ - { - "weight": 9500, - "remove": { - }, - "add": { - "component_groups": [ - "adult" - ] - } - }, - { - "weight": 425, - "remove": { - }, - "add": { - "component_groups": [ - "baby" - ] - - } - }, - { - "weight": 75, - "remove": { - }, - "add": { - "component_groups": [ - "baby", - "jockey" - ] - - } - } - ] - }, - { - "filters": { - "test": "has_component", - "operator": "!=", - "value": "minecraft:variant" - }, - "randomize": [ - { - "weight": 5, - "add": { "component_groups": [ "farmer" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "fisherman" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "shepherd" ] } - }, - { - "weight": 5, - "add": { "component_groups": [ "fletcher" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "librarian" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "cartographer" ] } - }, - { - "weight": 20, - "add": { "component_groups": [ "cleric" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "armorer" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "weaponsmith" ] } - }, - { - "weight": 6, - "add": { "component_groups": [ "toolsmith" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "butcher" ] } - }, - { - "weight": 10, - "add": { "component_groups": [ "leatherworker" ] } - } - ] - }, - { "add": { "component_groups": [ "from_abandoned_village" ] } } - ] - } - } - } -} \ No newline at end of file diff --git a/entities/zombie_villager_v2.json b/entities/zombie_villager_v2.json deleted file mode 100644 index 444a240..0000000 --- a/entities/zombie_villager_v2.json +++ /dev/null @@ -1,1110 +0,0 @@ -{ - "format_version": "1.17.20", - "minecraft:entity": { - "description": { - "identifier": "minecraft:zombie_villager_v2", - "is_spawnable": true, - "is_summonable": false, - "is_experimental": false - }, - "component_groups": { - "baby": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:is_baby": {}, - "minecraft:scale": { - "value": 0.5 - }, - "minecraft:movement": { - "value": 0.35 - } - }, - - "adult": { - "minecraft:experience_reward": { - "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0" - }, - "minecraft:movement": { - "value": 0.23 - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 1.1, -0.35 ] - } - }, - "minecraft:behavior.mount_pathing": { - "priority": 5, - "speed_multiplier": 1.25, - "target_dist": 0.0, - "track_target": true - } - }, - - "jockey": { - "minecraft:behavior.find_mount": { - "priority": 1, - "within_radius": 16 - } - }, - - "from_abandoned_village": { - "minecraft:navigation.walk": { - "is_amphibious": true, - "can_pass_doors": true, - "can_open_doors": true, - "avoid_water": true, - "avoid_sun": true - }, - "minecraft:behavior.flee_sun": { - "priority": 4, - "speed_multiplier": 1 - } - }, - - "to_villager": { - "minecraft:transformation": { - "into": "minecraft:villager_v2", - "begin_transform_sound": "remedy", - "transformation_sound": "unfect", - "keep_level": true, - "delay": { - "value": 100, - "block_assist_chance": 0.01, - "block_radius": 4, - "block_chance": 0.3, - "block_types": [ - "minecraft:bed", - "minecraft:iron_bars" - ] - } - }, - "minecraft:spell_effects": { - "add_effects": [ - { - "effect": "strength", - "duration": 100 - }, - { - "effect": "heal", - "duration": 100 - } - ], - "remove_effects": "weakness" - }, - "minecraft:is_shaking": { - } - }, - - "unskilled": { - "minecraft:type_family": { - "family": [ "unskilled", "zombie", "zombie_villager", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - "nitwit": { - "minecraft:type_family": { - "family": [ "nitwit", "zombie", "zombie_villager", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - "farmer": { - "minecraft:type_family": { - "family": [ "farmer", "zombie", "zombie_villager", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - "fisherman": { - "minecraft:type_family": { - "family": [ "fisherman", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - "shepherd": { - "minecraft:type_family": { - "family": [ "shepherd", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - "fletcher": { - "minecraft:type_family": { - "family": [ "fletcher", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - - "librarian": { - "minecraft:type_family": { - "family": [ "librarian", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - - "cartographer": { - "minecraft:type_family": { - "family": [ "cartographer", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - - "cleric": { - "minecraft:type_family": { - "family": [ "cleric", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - - "armorer": { - "minecraft:type_family": { - "family": [ "armorer", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - "weaponsmith": { - "minecraft:type_family": { - "family": [ "weaponsmith", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - "toolsmith": { - "minecraft:type_family": { - "family": [ "toolsmith", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - - "butcher": { - "minecraft:type_family": { - "family": [ "butcher", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - "leatherworker": { - "minecraft:type_family": { - "family": [ "leatherworker", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - "mason": { - "minecraft:type_family": { - "family": [ "stone_mason", "zombie_villager", "zombie", "undead", "monster", "mob" ] - }, - "minecraft:variant": { - "value": 0 - } - }, - - "desert_villager": { - "minecraft:mark_variant": { - "value": 1 - } - }, - - "jungle_villager": { - "minecraft:mark_variant": { - "value": 2 - } - }, - - "savanna_villager": { - "minecraft:mark_variant": { - "value": 3 - } - }, - - "snow_villager": { - "minecraft:mark_variant": { - "value": 4 - } - }, - - "swamp_villager": { - "minecraft:mark_variant": { - "value": 5 - } - }, - - "taiga_villager": { - "minecraft:mark_variant": { - "value": 6 - } - }, - - "villager_skin_0": { - "minecraft:skin_id": { - "value": 0 - } - }, - - "villager_skin_1": { - "minecraft:skin_id": { - "value": 1 - } - }, - - "villager_skin_2": { - "minecraft:skin_id": { - "value": 2 - } - }, - - "villager_skin_3": { - "minecraft:skin_id": { - "value": 3 - } - }, - - "villager_skin_4": { - "minecraft:skin_id": { - "value": 4 - } - }, - - "villager_skin_5": { - "minecraft:skin_id": { - "value": 5 - } - } - }, - - "components": { - "minecraft:is_hidden_when_invisible": { - }, - // Zombie_villager Components - "minecraft:navigation.walk": { - "is_amphibious": true, - "can_pass_doors": true, - "can_break_doors": true, - "avoid_sun": false - }, - "minecraft:annotation.break_door": { - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0, - "breathes_water": true - }, - "minecraft:loot": { - "table": "loot_tables/entities/zombie.json" - }, - "minecraft:equip_item": { - }, - "minecraft:conditional_bandwidth_optimization": { - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 1.9 - }, - "minecraft:burns_in_daylight": {}, - - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:attack": { - "damage": 3 - }, - "minecraft:nameable": { - }, - "minecraft:shareables": { - "items": [ - { - "item": "minecraft:netherite_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:stone_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:wooden_sword", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:turtle_helmet", - "want_amount": 1, - "surplus_amount": 1, - "priority": 6 - }, - { - "item": "minecraft:skull:0", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:skull:1", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:carved_pumpkin", - "want_amount": 1, - "surplus_amount": 1, - "priority": 7 - }, - { - "item": "minecraft:netherite_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_chestplate", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_leggings", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - }, - { - "item": "minecraft:netherite_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 0 - }, - { - "item": "minecraft:diamond_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 1 - }, - { - "item": "minecraft:iron_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 2 - }, - { - "item": "minecraft:chainmail_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 3 - }, - { - "item": "minecraft:golden_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 4 - }, - { - "item": "minecraft:leather_boots", - "want_amount": 1, - "surplus_amount": 1, - "priority": 5 - } - ] - }, - - "minecraft:interact": { - "interactions": { - // Curing the villager - "on_interact": { - "filters": { - "all_of": [ - { "test": "has_equipment", "domain": "hand", "subject": "other", "value": "golden_apple" }, - { "test": "has_component", "subject": "self", "value": "minecraft:effect.weakness" } - ] - }, - "event": "villager_converted", - "target": "self" - }, - "use_item": true, - "interact_text": "action.interact.cure" - } - }, - "minecraft:despawn": { - "despawn_from_distance": {} - }, - // Zombie_villager Behaviors - "minecraft:behavior.melee_attack": { - "priority": 6 - }, - "minecraft:behavior.equip_item": { - "priority": 3 - }, - "minecraft:behavior.stomp_turtle_egg": { - "priority": 4, - "speed_multiplier": 1, - "search_range": 10, - "search_height": 2, - "goal_radius": 1.14, - "interval": 20 - }, - "minecraft:behavior.pickup_items": { - "priority": 8, - "max_dist": 3, - "goal_radius": 2, - "speed_multiplier": 1.0, - "pickup_based_on_chance": true, - "can_pickup_any_item": true, - "excluded_items": [ - "minecraft:glow_ink_sac" - ] - }, - "minecraft:behavior.random_stroll": { - "priority": 9, - "speed_multiplier": 1 - }, - "minecraft:behavior.look_at_player": { - "priority": 10, - "look_distance": 6, - "probability": 0.02 - }, - "minecraft:behavior.random_look_around": { - "priority": 11 - }, - "minecraft:behavior.hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 2, - "must_see": true, - "reselect_targets": true, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test": "is_family", "subject": "other", "value": "player" }, - { "test": "is_family", "subject": "other", "value": "snowgolem" }, - { "test": "is_family", "subject": "other", "value": "irongolem" }, - { "test": "is_family", "subject": "other", "value": "villager" }, - { "test": "is_family", "subject": "other", "value": "wandering_trader" } - ] - }, - "max_dist": 35 - }, - { - "filters": { - "all_of": [ - { "test": "is_family", "subject": "other", "value": "baby_turtle" }, - { "test": "in_water", "subject": "other", "operator": "!=", "value": true } - ] - }, - "max_dist": 35 - } - ] - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - } - }, - - "events": { - "villager_converted": { - "remove": { - }, - "add": { - "component_groups": [ - "to_villager" - ] - } - }, - - "minecraft:entity_spawned": { - "sequence": [ - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:variant" }, - "randomize": [ - { - "weight": 9500, - "remove": { - }, - "add": { - "component_groups": [ - "adult" - ] - } - }, - { - "weight": 425, - "remove": { - }, - "add": { - "component_groups": [ - "baby" - ] - - } - }, - { - "weight": 75, - "remove": { - }, - "add": { - "component_groups": [ - "baby", - "jockey" - ] - - } - } - ] - }, - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:variant" }, - "randomize": [ - { - "weight": 1, - "add": { "component_groups": [ "unskilled" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "nitwit" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "farmer" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "fisherman" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "shepherd" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "fletcher" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "librarian" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "cartographer" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "cleric" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "armorer" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "weaponsmith" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "toolsmith" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "butcher" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "leatherworker" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "mason" ] } - } - ] - }, - { - "trigger": "minecraft:add_biome_and_skin" - } - ] - }, - - "minecraft:spawn_skilled_adult": { - "sequence": [ - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:variant" }, - "add": { "component_groups": [ "adult" ] } - }, - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:variant" }, - "randomize": [ - { - "weight": 1, - "add": { "component_groups": [ "farmer" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "fisherman" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "shepherd" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "fletcher" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "librarian" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "cartographer" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "cleric" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "armorer" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "weaponsmith" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "toolsmith" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "butcher" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "leatherworker" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "mason" ] } - } - ] - }, - { - "trigger": "minecraft:add_biome_and_skin" - } - ] - }, - - "minecraft:entity_transformed": { - "sequence": [ - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:variant" }, - "sequence": [ - // Transform baby villager to baby zombie - { - "filters": { "test": "has_component", "subject": "other", "value": "minecraft:is_baby" }, - "add": { "component_groups": [ "baby" ] } - }, - // Transform adult villager to adult zombie - { - "filters": { "test": "has_component", "subject": "other", "operator": "!=", "value": "minecraft:is_baby" }, - "add": { "component_groups": [ "adult" ] } - }, - // Transform unskilled zombie to unskilled villager - { - "filters": { "test": "is_family", "subject": "other", "value": "unskilled" }, - "add": { "component_groups": [ "unskilled" ] } - }, - // Transform nitwit zombie to nitwit villager - { - "filters": { "test": "is_family", "subject": "other", "value": "nitwit" }, - "add": { "component_groups": [ "nitwit" ] } - }, - // Transform farmer zombie to farmer villager - { - "filters": { "test": "is_family", "subject": "other", "value": "farmer" }, - "add": { "component_groups": [ "farmer" ] } - }, - // Transform fisherman zombie to fisherman villager - { - "filters": { "test": "is_family", "subject": "other", "value": "fisherman" }, - "add": { "component_groups": [ "fisherman" ] } - }, - // Transform shepherd zombie to shepherd villager - { - "filters": { "test": "is_family", "subject": "other", "value": "shepherd" }, - "add": { "component_groups": [ "shepherd" ] } - }, - // Transform fletcher zombie to fletcher villager - { - "filters": { "test": "is_family", "subject": "other", "value": "fletcher" }, - "add": { "component_groups": [ "fletcher" ] } - }, - // Transform librarian zombie to librarian villager - { - "filters": { "test": "is_family", "subject": "other", "value": "librarian" }, - "add": { "component_groups": [ "librarian" ] } - }, - // Transform cartographer zombie to cartographer villager - { - "filters": { "test": "is_family", "subject": "other", "value": "cartographer" }, - "add": { "component_groups": [ "cartographer" ] } - }, - // Transform cleric zombie to cleric villager - { - "filters": { "test": "is_family", "subject": "other", "value": "cleric" }, - "add": { "component_groups": [ "cleric" ] } - }, - // Transform armorer zombie to armorer villager - { - "filters": { "test": "is_family", "subject": "other", "value": "armorer" }, - "add": { "component_groups": [ "armorer" ] } - }, - // Transform weaponsmith zombie to weaponsmith villager - { - "filters": { "test": "is_family", "subject": "other", "value": "weaponsmith" }, - "add": { "component_groups": [ "weaponsmith" ] } - }, - // Transform toolsmith zombie to toolsmith villager - { - "filters": { "test": "is_family", "subject": "other", "value": "toolsmith" }, - "add": { "component_groups": [ "toolsmith" ] } - }, - // Transform butcher zombie to butcher villager - { - "filters": { "test": "is_family", "subject": "other", "value": "butcher" }, - "add": { "component_groups": [ "butcher" ] } - }, - // Transform leatherworker zombie to leatherworker villager - { - "filters": { "test": "is_family", "subject": "other", "value": "leatherworker" }, - "add": { "component_groups": [ "leatherworker" ] } - }, - // Transform mason zombie to mason villager - { - "filters": { "test": "is_family", "subject": "other", "value": "stone_mason" }, - "add": { "component_groups": [ "mason" ] } - } - ] - }, - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:mark_variant" }, - "sequence": [ - // Transform desert zombie to desert villager - { - "filters": { "test": "is_mark_variant", "subject": "other", "value": 1 }, - "add": { "component_groups": [ "desert_villager" ] } - }, - // Transform jungle zombie to jungle villager - { - "filters": { "test": "is_mark_variant", "subject": "other", "value": 2 }, - "add": { "component_groups": [ "jungle_villager" ] } - }, - // Transform jungle zombie to jungle villager - { - "filters": { "test": "is_mark_variant", "subject": "other", "value": 3 }, - "add": { "component_groups": [ "savanna_villager" ] } - }, - // Transform jungle zombie to jungle villager - { - "filters": { "test": "is_mark_variant", "subject": "other", "value": 4 }, - "add": { "component_groups": [ "snow_villager" ] } - }, - // Transform jungle zombie to jungle villager - { - "filters": { "test": "is_mark_variant", "subject": "other", "value": 5 }, - "add": { "component_groups": [ "swamp_villager" ] } - }, - // Transform taiga zombie to taiga villager - { - "filters": { "test": "is_mark_variant", "subject": "other", "value": 6 }, - "add": { "component_groups": [ "taiga_villager" ] } - } - ] - }, - { - "filters": { "test": "has_component", "operator": "!=", "value": "minecraft:skin_id" }, - "sequence": [ - { - "filters": { "test": "is_skin_id", "subject": "other", "value": 0 }, - "add": { "component_groups": [ "villager_skin_0" ] } - }, - { - "filters": { "test": "is_skin_id", "subject": "other", "value": 1 }, - "add": { "component_groups": [ "villager_skin_1" ] } - }, - { - "filters": { "test": "is_skin_id", "subject": "other", "value": 2 }, - "add": { "component_groups": [ "villager_skin_2" ] } - }, - { - "filters": { "test": "is_skin_id", "subject": "other", "value": 3 }, - "add": { "component_groups": [ "villager_skin_3" ] } - }, - { - "filters": { "test": "is_skin_id", "subject": "other", "value": 4 }, - "add": { "component_groups": [ "villager_skin_4" ] } - }, - { - "filters": { "test": "is_skin_id", "subject": "other", "value": 5 }, - "add": { "component_groups": [ "villager_skin_5" ] } - } - ] - } - ] - }, - - "minecraft:become_cleric": { - "add": { "component_groups": [ "cleric" ] } - }, - - "from_village": { - "sequence": [ - { - "trigger": "minecraft:entity_spawned" - }, - { - "add": { "component_groups": [ "from_abandoned_village" ] } - } - ] - }, - - "minecraft:add_biome_and_skin": { - "sequence": [ - { - "randomize": [ - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_0" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_1" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_2" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_3" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_4" ] } - }, - { - "weight": 1, - "add": { "component_groups": [ "villager_skin_5" ] } - } - ] - }, - { - "filters": { - "any_of": [ - { "test": "has_biome_tag", "value": "desert" }, - { "test": "has_biome_tag", "value": "mesa" } - ] - }, - "add": { "component_groups": [ "desert_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "jungle" }, - "add": { "component_groups": [ "jungle_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "savanna" }, - "add": { "component_groups": [ "savanna_villager" ] } - }, - { - "filters": { - "any_of": [ - { - "all_of": [ - { "test": "has_biome_tag", "value": "cold" }, - { "test": "has_biome_tag", "operator": "!=", "value": "ocean" } - ] - }, - { "test": "has_biome_tag", "value": "frozen" } - ] - }, - "add": { "component_groups": [ "snow_villager" ] } - }, - { - "filters": { "test": "has_biome_tag", "value": "swamp" }, - "add": { "component_groups": [ "swamp_villager" ] } - }, - { - "filters": { - "all_of": [ - { - "any_of": [ - { "test": "has_biome_tag", "value": "taiga" }, - { "test": "has_biome_tag", "value": "extreme_hills" } - ] - }, - { "test": "has_biome_tag", "operator": "!=", "value": "cold" } - ] - }, - "add": { "component_groups": [ "taiga_villager" ] } - } - ] - } - } - } -} \ No newline at end of file diff --git a/items/apple.json b/items/apple.json deleted file mode 100644 index f07c5e0..0000000 --- a/items/apple.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:apple" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 4, - "saturation_modifier": "low" - } - } - } -} \ No newline at end of file diff --git a/items/appleEnchanted.json b/items/appleEnchanted.json deleted file mode 100644 index ef39530..0000000 --- a/items/appleEnchanted.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:appleEnchanted" - }, - - "components": { - "minecraft:hand_equipped": false, - "minecraft:stacked_by_data": true, - "minecraft:use_duration": 32, - "minecraft:foil": true, - "minecraft:food": { - "nutrition": 4, - "saturation_modifier": "supernatural", - "can_always_eat": true, - "effects": [ - { - "name": "regeneration", - "chance": 1.0, - "duration": 30, - "amplifier": 4 - }, - { - "name": "absorption", - "chance": 1.0, - "duration": 120, // 2 * 60 - "amplifier": 3 - }, - { - "name": "resistance", // damage resistance - "chance": 1.0, - "duration": 300, - "amplifier": 0 - }, - { - "name": "fire_resistance", - "chance": 1.0, - "duration": 300, - "amplifier": 0 - } - ] - } - } - } -} \ No newline at end of file diff --git a/items/baked_potato.json b/items/baked_potato.json deleted file mode 100644 index 3e683a0..0000000 --- a/items/baked_potato.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:baked_potato" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 5, - "saturation_modifier": "normal" - } - } - } -} \ No newline at end of file diff --git a/items/beef.json b/items/beef.json deleted file mode 100644 index f6bcbf3..0000000 --- a/items/beef.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:beef" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 3, - "saturation_modifier": "low" - } - } - } -} \ No newline at end of file diff --git a/items/beetroot.json b/items/beetroot.json deleted file mode 100644 index 7c79b5f..0000000 --- a/items/beetroot.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:beetroot" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 1, - "saturation_modifier": "normal" - } - } - } -} \ No newline at end of file diff --git a/items/beetroot_seeds.json b/items/beetroot_seeds.json deleted file mode 100644 index f61e06d..0000000 --- a/items/beetroot_seeds.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:beetroot_seeds" - }, - - "components": { - "minecraft:seed": { - "crop_result": "beetroot" - } - } - } -} \ No newline at end of file diff --git a/items/beetroot_soup.json b/items/beetroot_soup.json deleted file mode 100644 index f6e5da3..0000000 --- a/items/beetroot_soup.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:beetroot_soup" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:max_stack_size": 1, - "minecraft:food": { - "nutrition": 6, - "saturation_modifier": "normal", - "using_converts_to": "bowl" - } - } - } -} \ No newline at end of file diff --git a/items/bread.json b/items/bread.json deleted file mode 100644 index 8cbc529..0000000 --- a/items/bread.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:bread" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 5, - "saturation_modifier": "normal" - } - } - } -} \ No newline at end of file diff --git a/items/camera.json b/items/camera.json deleted file mode 100644 index a729a28..0000000 --- a/items/camera.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:camera" - }, - - "components": { - "minecraft:use_duration": 100000, - "minecraft:block": "minecraft:camera", - "minecraft:camera": { - "black_bars_duration": 0.2, - "black_bars_screen_ratio": 0.08, - "shutter_duration": 0.2, - "picture_duration": 1.0, - "slide_away_duration": 0.2 - } - } - } -} \ No newline at end of file diff --git a/items/carrot.json b/items/carrot.json deleted file mode 100644 index d4b1bc9..0000000 --- a/items/carrot.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:carrot" - }, - - "components": { - "minecraft:use_duration": 32, - - "minecraft:food": { - "nutrition": 3, - "saturation_modifier": "normal" - }, - "minecraft:seed": { - "crop_result": "carrots" - } - } - } -} \ No newline at end of file diff --git a/items/chicken.json b/items/chicken.json deleted file mode 100644 index 75d2bcc..0000000 --- a/items/chicken.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:chicken" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 2, - "saturation_modifier": "low", - "effects": [ - { - "name": "hunger", - "chance": 0.3, - "duration": 30, - "amplifier": 0 - } - ] - } - } - } -} \ No newline at end of file diff --git a/items/chorus_fruit.json b/items/chorus_fruit.json deleted file mode 100644 index a4ea7f4..0000000 --- a/items/chorus_fruit.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:chorus_fruit" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 4, - "saturation_modifier": "low", - "on_use_action": "chorus_teleport", - "on_use_range": [ 8, 8, 8 ], - "cooldown_type": "chorusfruit", - "cooldown_time": 20, - "can_always_eat": true - } - } - } -} \ No newline at end of file diff --git a/items/clownfish.json b/items/clownfish.json deleted file mode 100644 index c55cc3f..0000000 --- a/items/clownfish.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:clownfish" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:max_damage": 0, - "minecraft:stacked_by_data": true, - "minecraft:food": { - "nutrition": 1, - "saturation_modifier": "poor" - } - } - } -} \ No newline at end of file diff --git a/items/cooked_beef.json b/items/cooked_beef.json deleted file mode 100644 index 67fc061..0000000 --- a/items/cooked_beef.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:cooked_beef" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 8, - "saturation_modifier": "good" - } - } - } -} \ No newline at end of file diff --git a/items/cooked_chicken.json b/items/cooked_chicken.json deleted file mode 100644 index 7afee04..0000000 --- a/items/cooked_chicken.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:cooked_chicken" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 6, - "saturation_modifier": "normal" - } - } - } -} \ No newline at end of file diff --git a/items/cooked_fish.json b/items/cooked_fish.json deleted file mode 100644 index 97f2806..0000000 --- a/items/cooked_fish.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:cooked_fish" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:max_damage": 0, - "minecraft:stacked_by_data": true, - "minecraft:food": { - "nutrition": 5, - "saturation_modifier": "normal" - } - } - } -} \ No newline at end of file diff --git a/items/cooked_porkchop.json b/items/cooked_porkchop.json deleted file mode 100644 index 5dc661f..0000000 --- a/items/cooked_porkchop.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:cooked_porkchop" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 8, - "saturation_modifier": "good" - } - } - } -} \ No newline at end of file diff --git a/items/cooked_rabbit.json b/items/cooked_rabbit.json deleted file mode 100644 index b0ce5be..0000000 --- a/items/cooked_rabbit.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:cooked_rabbit" - }, - - "components": { - "minecraft:use_duration": 32, - - "minecraft:food": { - "nutrition": 5, - "saturation_modifier": "normal" - } - } - } -} \ No newline at end of file diff --git a/items/cooked_salmon.json b/items/cooked_salmon.json deleted file mode 100644 index 1506d28..0000000 --- a/items/cooked_salmon.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:cooked_salmon" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:max_damage": 0, - "minecraft:stacked_by_data": true, - "minecraft:food": { - "nutrition": 6, - "saturation_modifier": "good" - } - } - } -} \ No newline at end of file diff --git a/items/cookie.json b/items/cookie.json deleted file mode 100644 index c7ce072..0000000 --- a/items/cookie.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:cookie" - }, - - "components": { - "minecraft:use_duration": 32, - - "minecraft:food": { - "nutrition": 2, - "saturation_modifier": "poor" - } - } - } -} \ No newline at end of file diff --git a/items/dried_kelp.json b/items/dried_kelp.json deleted file mode 100644 index c72d011..0000000 --- a/items/dried_kelp.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:dried_kelp" - }, - - "components": { - "minecraft:use_duration": 16, - - "minecraft:food": { - "nutrition": 1, - "saturation_modifier": "poor" - } - } - } -} \ No newline at end of file diff --git a/items/fish.json b/items/fish.json deleted file mode 100644 index ca5f6c6..0000000 --- a/items/fish.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:fish" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:max_damage": 0, - "minecraft:stacked_by_data": true, - - "minecraft:food": { - "nutrition": 2, - "saturation_modifier": "poor" - } - } - } -} \ No newline at end of file diff --git a/items/glow_berries.json b/items/glow_berries.json deleted file mode 100644 index 171269b..0000000 --- a/items/glow_berries.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16.0", - "minecraft:item": { - "description": { - "identifier": "minecraft:glow_berries" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 2, - "saturation_modifier": "low", - "is_meat": false - }, - "minecraft:seed": { - "crop_result": "cave_vines", - "plant_at": [ - "cave_vines", - "cave_vines_head_with_berries" - ], - "plant_at_any_solid_surface": true, - "plant_at_face": "DOWN" - } - } - } -} \ No newline at end of file diff --git a/items/golden_apple.json b/items/golden_apple.json deleted file mode 100644 index 6b356da..0000000 --- a/items/golden_apple.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:golden_apple" - }, - - "components": { - "minecraft:stacked_by_data": true, - "minecraft:use_duration": 32, - "minecraft:foil": false, - - "minecraft:food": { - "nutrition": 4, - "saturation_modifier": "supernatural", - "can_always_eat": true, - "effects": [ - { - "name": "regeneration", - "chance": 1.0, - "duration": 5, - "amplifier": 1 - }, - { - "name": "absorption", - "chance": 1.0, - "duration": 120, // 2 * 60 - "amplifier": 0 - } - ] - } - } - } -} \ No newline at end of file diff --git a/items/golden_carrot.json b/items/golden_carrot.json deleted file mode 100644 index 503cb4e..0000000 --- a/items/golden_carrot.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:golden_carrot" - }, - - "components": { - "minecraft:use_duration": 32, - - "minecraft:food": { - "nutrition": 6, - "saturation_modifier": "supernatural" - } - } - } -} \ No newline at end of file diff --git a/items/honey_bottle.json b/items/honey_bottle.json deleted file mode 100644 index d800526..0000000 --- a/items/honey_bottle.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.14", - "minecraft:item": { - "description": { - "identifier": "minecraft:honey_bottle" - }, - "components": { - "minecraft:use_duration": 40, - "minecraft:max_stack_size": 16, - "minecraft:food": { - "nutrition": 6, - "saturation_modifier": "poor", - "can_always_eat": true, - "using_converts_to": "glass_bottle", - "remove_effects": [ - "poison" - ] - } - } - } -} \ No newline at end of file diff --git a/items/honeycomb.json b/items/honeycomb.json deleted file mode 100644 index 3031553..0000000 --- a/items/honeycomb.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:item": { - "description": { - "identifier": "minecraft:honeycomb" - } - } -} \ No newline at end of file diff --git a/items/melon.json b/items/melon.json deleted file mode 100644 index 09ef0fa..0000000 --- a/items/melon.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:melon" - }, - - "components": { - "minecraft:use_duration": 32, - - "minecraft:food": { - "nutrition": 2, - "saturation_modifier": "low" - } - } - } -} \ No newline at end of file diff --git a/items/melon_seeds.json b/items/melon_seeds.json deleted file mode 100644 index cb86402..0000000 --- a/items/melon_seeds.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:melon_seeds" - }, - - "components": { - "minecraft:seed": { - "crop_result": "melon_stem" - } - } - } -} \ No newline at end of file diff --git a/items/mushroom_stew.json b/items/mushroom_stew.json deleted file mode 100644 index c49c132..0000000 --- a/items/mushroom_stew.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:mushroom_stew" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:max_stack_size": 1, - - "minecraft:food": { - "nutrition": 6, - "saturation_modifier": "normal", - "using_converts_to": "bowl" - } - } - } -} \ No newline at end of file diff --git a/items/muttonCooked.json b/items/muttonCooked.json deleted file mode 100644 index 9cd1443..0000000 --- a/items/muttonCooked.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:muttonCooked" - }, - - "components": { - "minecraft:use_duration": 32, - - "minecraft:food": { - "nutrition": 6, - "saturation_modifier": "good" - } - } - } -} \ No newline at end of file diff --git a/items/muttonRaw.json b/items/muttonRaw.json deleted file mode 100644 index 5558f30..0000000 --- a/items/muttonRaw.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:muttonRaw" - }, - - "components": { - "minecraft:use_duration": 32, - - "minecraft:food": { - "nutrition": 2, - "saturation_modifier": "low" - } - } - } -} \ No newline at end of file diff --git a/items/nether_wart.json b/items/nether_wart.json deleted file mode 100644 index 3e95c1a..0000000 --- a/items/nether_wart.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:nether_wart" - }, - - "components": { - "minecraft:seed": { - "plant_at": "soul_sand", - "crop_result": "nether_wart" - } - } - } -} \ No newline at end of file diff --git a/items/poisonous_potato.json b/items/poisonous_potato.json deleted file mode 100644 index 63afef1..0000000 --- a/items/poisonous_potato.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:poisonous_potato" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 2, - "saturation_modifier": "low", - "effects": [ - { - "name": "poison", - "chance": 0.6, - "duration": 5, - "amplifier": 0 - } - ] - } - } - } -} \ No newline at end of file diff --git a/items/porkchop.json b/items/porkchop.json deleted file mode 100644 index 45e813b..0000000 --- a/items/porkchop.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:porkchop" - }, - - "components": { - "minecraft:use_duration": 32, - - "minecraft:food": { - "nutrition": 3, - "saturation_modifier": "low" - } - } - } -} \ No newline at end of file diff --git a/items/potato.json b/items/potato.json deleted file mode 100644 index 0a78db9..0000000 --- a/items/potato.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:potato" - }, - - "components": { - "minecraft:use_duration": 32, - - "minecraft:food": { - "nutrition": 1, - "saturation_modifier": "low" - }, - "minecraft:seed": { - "crop_result": "potatoes" - } - } - } -} \ No newline at end of file diff --git a/items/pufferfish.json b/items/pufferfish.json deleted file mode 100644 index ab842f1..0000000 --- a/items/pufferfish.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:pufferfish" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:max_damage": 0, - "minecraft:stacked_by_data": true, - - "minecraft:food": { - "nutrition": 1, - "saturation_modifier": "poor", - "effects": [ - { - "name": "poison", - "duration": 60, - "amplifier": 3 - }, - { - "name": "nausea", // confusion - "duration": 15, - "amplifier": 1 - }, - { - "name": "hunger", - "duration": 15, - "amplifier": 2 - } - ] - } - } - } -} diff --git a/items/pumpkin_pie.json b/items/pumpkin_pie.json deleted file mode 100644 index f912655..0000000 --- a/items/pumpkin_pie.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:pumpkin_pie" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 8, - "saturation_modifier": "low" - } - } - } -} \ No newline at end of file diff --git a/items/pumpkin_seeds.json b/items/pumpkin_seeds.json deleted file mode 100644 index 25f8a8e..0000000 --- a/items/pumpkin_seeds.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:pumpkin_seeds" - }, - - "components": { - "minecraft:seed": { - "crop_result": "pumpkin_stem" - } - } - } -} \ No newline at end of file diff --git a/items/rabbit.json b/items/rabbit.json deleted file mode 100644 index 7e2e1d5..0000000 --- a/items/rabbit.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:rabbit" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 3, - "saturation_modifier": "low" - } - } - } -} \ No newline at end of file diff --git a/items/rabbit_stew.json b/items/rabbit_stew.json deleted file mode 100644 index 320b566..0000000 --- a/items/rabbit_stew.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:rabbit_stew" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:max_stack_size": 1, - - "minecraft:food": { - "nutrition": 10, - "saturation_modifier": "normal", - "using_converts_to": "bowl" - } - } - } -} \ No newline at end of file diff --git a/items/rotten_flesh.json b/items/rotten_flesh.json deleted file mode 100644 index 614573c..0000000 --- a/items/rotten_flesh.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:rotten_flesh" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:food": { - "nutrition": 4, - "saturation_modifier": "poor", - "effects": [ - { - "name": "hunger", - "chance": 0.8, - "duration": 30, - "amplifier": 0 - } - ] - } - } - } -} \ No newline at end of file diff --git a/items/salmon.json b/items/salmon.json deleted file mode 100644 index 418eb74..0000000 --- a/items/salmon.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:salmon" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:max_damage": 0, - "minecraft:stacked_by_data": true, - - "minecraft:food": { - "nutrition": 2, - "saturation_modifier": "poor" - } - } - } -} \ No newline at end of file diff --git a/items/spider_eye.json b/items/spider_eye.json deleted file mode 100644 index ac239bd..0000000 --- a/items/spider_eye.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:spider_eye" - }, - - "components": { - "minecraft:use_duration": 32, - - "minecraft:food": { - "nutrition": 2, - "saturation_modifier": "good", - "effects": [ - { - "name": "poison", - "chance": 1.0, - "duration": 5, - "amplifier": 0 - } - ] - } - } - } -} \ No newline at end of file diff --git a/items/suspicious_stew.json b/items/suspicious_stew.json deleted file mode 100644 index caaae49..0000000 --- a/items/suspicious_stew.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:suspicious_stew" - }, - - "components": { - "minecraft:use_duration": 32, - "minecraft:max_stack_size": 1, - - "minecraft:food": { - "nutrition": 6, - "saturation_modifier": "normal", - "using_converts_to": "bowl", - "on_use_action": "suspicious_stew_effect" - } - } - } -} \ No newline at end of file diff --git a/items/sweet_berries.json b/items/sweet_berries.json deleted file mode 100644 index 3753863..0000000 --- a/items/sweet_berries.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:sweet_berries" - }, - - "components": { - "minecraft:use_duration": 32, - - "minecraft:food": { - "nutrition": 2, - "saturation_modifier": "low", - "is_meat": false - }, - "minecraft:seed": { - "crop_result": "sweet_berry_bush", - "plant_at": [ - "grass", - "dirt", - "podzol", - "moss_block", - "mycelium" - ] - } - } - } -} \ No newline at end of file diff --git a/items/wheat_seeds.json b/items/wheat_seeds.json deleted file mode 100644 index 9d29304..0000000 --- a/items/wheat_seeds.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.10", - "minecraft:item": { - "description": { - "identifier": "minecraft:wheat_seeds" - }, - - "components": { - "minecraft:seed": { - "crop_result": "wheat" // wheatCrops - } - } - } -} \ No newline at end of file diff --git a/loot_tables/chests/abandoned_mineshaft.json b/loot_tables/chests/abandoned_mineshaft.json deleted file mode 100644 index 8da40f0..0000000 --- a/loot_tables/chests/abandoned_mineshaft.json +++ /dev/null @@ -1,284 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:golden_apple", - "weight": 20 - }, - { - "type": "item", - "name": "minecraft:appleEnchanted", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:name_tag", - "weight": 30 - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 10, - "functions": [ - { - "function": "enchant_randomly" - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_pickaxe", - "weight": 5 - }, - { - "type": "empty", - "weight": 5 - } - ] - }, - { - "rolls": { - "min": 2, - "max": 4 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:redstone", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 9 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:dye", - "functions": [ - { - "function": "set_data", - "data": 4 - }, - { - "function": "set_count", - "count": { - "min": 4, - "max": 9 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:diamond", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 2 - } - } - ], - "weight": 3 - }, - { - "type": "item", - "name": "minecraft:coal", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 8 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:bread", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:melon_seeds", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:pumpkin_seeds", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:beetroot_seeds", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:glow_berries", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 6 - } - } - ], - "weight": 15 - } - ] - }, - { - "rolls": 3, - "entries": [ - { - "type": "item", - "name": "minecraft:rail", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 8 - } - } - ], - "weight": 20 - }, - { - "type": "item", - "name": "minecraft:golden_rail", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:detector_rail", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:activator_rail", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:torch", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 16 - } - } - ], - "weight": 15 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/bastion_bridge.json b/loot_tables/chests/bastion_bridge.json deleted file mode 100644 index 7dba345..0000000 --- a/loot_tables/chests/bastion_bridge.json +++ /dev/null @@ -1,284 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:lodestone" - } - ] - }, - { - "rolls": { - "min": 1, - "max": 2 - }, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.1, - "max": 0.5 - } - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:crossbow", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 10, - "max": 28 - } - } - ], - "name": "minecraft:arrow", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 12 - } - } - ], - "name": "minecraft:gilded_blackstone", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 8 - } - } - ], - "name": "minecraft:crying_obsidian", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:gold_block", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 9 - } - } - ], - "name": "minecraft:gold_ingot", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 9 - } - } - ], - "name": "minecraft:iron_ingot", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:golden_sword", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:golden_chestplate", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:golden_helmet", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:golden_leggings", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:golden_boots", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:golden_axe", - "weight": 1 - } - ] - }, - { - "rolls": { - "min": 2, - "max": 4 - }, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "name": "minecraft:string", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:leather", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 5, - "max": 17 - } - } - ], - "name": "minecraft:arrow", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "name": "minecraft:iron_nugget", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "name": "minecraft:gold_nugget", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/bastion_hoglin_stable.json b/loot_tables/chests/bastion_hoglin_stable.json deleted file mode 100644 index ba3520e..0000000 --- a/loot_tables/chests/bastion_hoglin_stable.json +++ /dev/null @@ -1,319 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "weight": 15, - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.15, - "max": 0.8 - } - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:diamond_shovel" - }, - { - "type": "item", - "weight": 8, - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:netherite_scrap" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:ancient_debris" - }, - { - "type": "item", - "weight": 12, - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:saddle" - }, - { - "type": "item", - "weight": 16, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ], - "name": "minecraft:gold_block" - }, - { - "type": "item", - "weight": 12, - "functions": [ - { - "function": "set_count", - "count": 1 - }, - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.15, - "max": 0.95 - } - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:diamond_pickaxe" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 17 - } - } - ], - "name": "minecraft:golden_carrot" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:golden_apple" - } - ] - }, - { - "rolls": { - "min": 3, - "max": 4 - }, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 6 - } - } - ], - "name": "minecraft:glowstone", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 5 - } - } - ], - "name": "minecraft:gilded_blackstone", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 7 - } - } - ], - "name": "minecraft:soul_sand", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 7 - } - } - ], - "name": "minecraft:crimson_nylium", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 8 - } - } - ], - "name": "minecraft:gold_nugget", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:leather", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 5, - "max": 17 - } - } - ], - "name": "minecraft:arrow", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 8 - } - } - ], - "name": "minecraft:string", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 5 - } - } - ], - "name": "minecraft:porkchop", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 5 - } - } - ], - "name": "minecraft:cooked_porkchop", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 7 - } - } - ], - "name": "minecraft:crimson_fungus", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 7 - } - } - ], - "name": "minecraft:crimson_roots", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "name": "minecraft:crying_obsidian", - "weight": 1 - }, - { - "type": "item", - "weight": 1, - "functions": [ - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:golden_axe" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/bastion_other.json b/loot_tables/chests/bastion_other.json deleted file mode 100644 index c8c54ad..0000000 --- a/loot_tables/chests/bastion_other.json +++ /dev/null @@ -1,477 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.1, - "max": 0.9 - } - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:crossbow" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:diamond_pickaxe" - }, - { - "type": "item", - "weight": 6, - "name": "minecraft:diamond_shovel" - }, - { - "type": "item", - "weight": 12, - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:ancient_debris" - }, - { - "type": "item", - "weight": 4, - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:netherite_scrap" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 10, - "max": 22 - } - } - ], - "name": "minecraft:arrow" - }, - { - "type": "item", - "weight": 12, - "functions": [ - { - "function": "set_count", - "count": { - "min": 6, - "max": 17 - } - } - ], - "name": "minecraft:golden_carrot" - }, - { - "type": "item", - "weight": 9, - "functions": [ - { - "function": "set_count", - "count": 1 - }, - { - "function": "set_data", - "data": 6 - } - ], - "name": "minecraft:banner_pattern" - }, - { - "type": "item", - "weight": 9, - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:golden_apple" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:record_pigstep" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "specific_enchants", - "enchants": [ - { - "id": "soul_speed", - "level": [ - 1, - 3 - ] - } - ] - } - ], - "name": "minecraft:book" - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - }, - { - "function": "specific_enchants", - "enchants": [ - { - "id": "soul_speed", - "level": [ - 1, - 3 - ] - } - ] - } - ], - "name": "minecraft:golden_boots", - "weight": 1 - }, - { - "type": "item", - "weight": 1, - "functions": [ - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:golden_axe" - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:gold_block", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:iron_block", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:crossbow", - "weight": 1 - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.1, - "max": 0.9 - } - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:iron_sword" - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "name": "minecraft:gold_ingot", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "name": "minecraft:iron_ingot", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:golden_sword", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:golden_chestplate", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:golden_helmet", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:golden_leggings", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:golden_boots", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "name": "minecraft:crying_obsidian", - "weight": 1 - } - ] - }, - { - "rolls": { - "min": 3, - "max": 5 - }, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "name": "minecraft:gilded_blackstone", - "weight": 2 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 10 - } - } - ], - "name": "minecraft:chain", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "name": "minecraft:magma_cream", - "weight": 2 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 6 - } - } - ], - "name": "minecraft:bone_block", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 8 - } - } - ], - "name": "minecraft:iron_nugget", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 6 - } - } - ], - "name": "minecraft:obsidian", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 8 - } - } - ], - "name": "minecraft:gold_nugget", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 6 - } - } - ], - "name": "minecraft:string", - "weight": 1 - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": { - "min": 5, - "max": 17 - } - } - ], - "name": "minecraft:arrow" - }, - { - "type": "item", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:cooked_porkchop" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/bastion_treasure.json b/loot_tables/chests/bastion_treasure.json deleted file mode 100644 index 4523a58..0000000 --- a/loot_tables/chests/bastion_treasure.json +++ /dev/null @@ -1,311 +0,0 @@ -{ - "pools": [ - { - "rolls": 3, - "entries": [ - { - "type": "item", - "weight": 15, - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:netherite_ingot" - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:enchanted_golden_apple" - }, - { - "type": "item", - "weight": 8, - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "name": "minecraft:netherite_scrap" - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": 2 - } - ], - "name": "minecraft:ancient_debris", - "weight": 4 - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.8, - "max": 1 - } - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:diamond_sword" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.8, - "max": 1 - } - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:diamond_chestplate" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.8, - "max": 1 - } - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:diamond_helmet" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.8, - "max": 1 - } - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:diamond_leggings" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "minecraft:set_damage", - "damage": { - "min": 0.8, - "max": 1 - } - }, - { - "function": "enchant_randomly" - } - ], - "name": "minecraft:diamond_boots" - }, - { - "type": "item", - "weight": 6, - "name": "minecraft:diamond_sword" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:diamond_chestplate" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:diamond_helmet" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:diamond_boots" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:diamond_leggings" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 6 - } - } - ], - "name": "minecraft:diamond" - } - ] - }, - { - "rolls": { - "min": 3, - "max": 4 - }, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 12, - "max": 25 - } - } - ], - "name": "minecraft:arrow", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 5 - } - } - ], - "name": "minecraft:gold_block", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 9 - } - } - ], - "name": "minecraft:gold_ingot", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 9 - } - } - ], - "name": "minecraft:iron_ingot", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 5 - } - } - ], - "name": "minecraft:crying_obsidian", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 23 - } - } - ], - "name": "minecraft:quartz", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 5, - "max": 15 - } - } - ], - "name": "minecraft:gilded_blackstone", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 8 - } - } - ], - "name": "minecraft:magma_cream", - "weight": 1 - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 5 - } - } - ], - "name": "minecraft:iron_block", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/buriedtreasure.json b/loot_tables/chests/buriedtreasure.json deleted file mode 100644 index f6fa0d0..0000000 --- a/loot_tables/chests/buriedtreasure.json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:heart_of_the_sea" - } - ] - }, - { - "rolls": { - "min": 5, - "max": 12 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:prismarine_crystals", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 5 - } - } - ], - "weight": 20 - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:tnt", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 2 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:diamond", - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:record_wait", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:record_mellohi", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:name_tag", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:chainmail_chestplate", - "weight": 20 - }, - { - "type": "item", - "name": "minecraft:chainmail_helmet", - "weight": 20 - }, - { - "type": "item", - "name": "minecraft:chainmail_leggings", - "weight": 20 - }, - { - "type": "item", - "name": "minecraft:chainmail_boots", - "weight": 20 - }, - { - "type": "item", - "name": "minecraft:writable_book", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 2 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:lead", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:experience_bottle", - "weight": 3 - }, - { - "type": "item", - "name": "minecraft:potion", - "functions": [ - { - "function": "set_data", - "data": 19 - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:potion", - "functions": [ - { - "function": "set_data", - "data": 28 - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:cake", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/desert_pyramid.json b/loot_tables/chests/desert_pyramid.json deleted file mode 100644 index 366ae2a..0000000 --- a/loot_tables/chests/desert_pyramid.json +++ /dev/null @@ -1,229 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 4 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:diamond", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 7 - } - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:emerald", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:bone", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 6 - } - } - ], - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:spider_eye", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:rotten_flesh", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:saddle", - "weight": 20 - }, - { - "type": "item", - "name": "minecraft:horsearmoriron", - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:horsearmorgold", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:horsearmordiamond", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 20, - "functions": [ - { - "function": "enchant_randomly" - } - ] - }, - { - "type": "item", - "name": "minecraft:golden_apple", - "weight": 20 - }, - { - "type": "item", - "name": "minecraft:appleEnchanted", - "weight": 2 - }, - { - "type": "empty", - "weight": 15 - } - ] - }, - { - "rolls": 4, - "entries": [ - { - "type": "item", - "name": "minecraft:bone", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gunpowder", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:string", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:sand", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/dispenser_trap.json b/loot_tables/chests/dispenser_trap.json deleted file mode 100644 index 36778a1..0000000 --- a/loot_tables/chests/dispenser_trap.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 2 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:arrow", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 7 - } - } - ], - "weight": 30 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/end_city_treasure.json b/loot_tables/chests/end_city_treasure.json deleted file mode 100644 index 83375da..0000000 --- a/loot_tables/chests/end_city_treasure.json +++ /dev/null @@ -1,312 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 6 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:diamond", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 7 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_ingot", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "weight": 15, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 7 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:emerald", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 6 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:beetroot_seeds", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 10 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:saddle", - "weight": 3 - }, - { - "type": "item", - "name": "minecraft:horsearmoriron", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:horsearmorgold", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:horsearmordiamond", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:diamond_sword", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:diamond_boots", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:diamond_chestplate", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:diamond_leggings", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:diamond_helmet", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:diamond_pickaxe", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:diamond_shovel", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_sword", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_boots", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_chestplate", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_leggings", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_helmet", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_pickaxe", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_shovel", - "weight": 3, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": true, - "levels": { - "min": 20, - "max": 39 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/igloo_chest.json b/loot_tables/chests/igloo_chest.json deleted file mode 100644 index 3590f52..0000000 --- a/loot_tables/chests/igloo_chest.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 8 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:apple", - "weight": 15, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:coal", - "weight": 15, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gold_nugget", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:stone_axe", - "weight": 2 - }, - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:emerald", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:wheat", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 3 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:golden_apple", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/jungle_temple.json b/loot_tables/chests/jungle_temple.json deleted file mode 100644 index 42996a7..0000000 --- a/loot_tables/chests/jungle_temple.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 6 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:diamond", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "weight": 50 - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 7 - } - } - ], - "weight": 75 - }, - { - "type": "item", - "name": "minecraft:emerald", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:bone", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 6 - } - } - ], - "weight": 100 - }, - { - "type": "item", - "name": "minecraft:rotten_flesh", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "weight": 80 - }, - { - "type": "item", - "name": "minecraft:bamboo", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 75 - }, - { - "type": "item", - "name": "minecraft:saddle", - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:horsearmoriron", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:horsearmorgold", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:horsearmordiamond", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 6, - "functions": [ - { - "function": "enchant_with_levels", - "levels": 30, - "treasure": true - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/monster_room.json b/loot_tables/chests/monster_room.json deleted file mode 100644 index 89e0a40..0000000 --- a/loot_tables/chests/monster_room.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:redstone", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:bread", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:golden_apple", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:wheat", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:gunpowder", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:string", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:name_tag", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:bucket", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:horsearmoriron", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:horsearmorgold", - "weight": 2 - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 1, - "functions": [ - { - "function": "enchant_randomly" - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/nether_bridge.json b/loot_tables/chests/nether_bridge.json deleted file mode 100644 index 6df6663..0000000 --- a/loot_tables/chests/nether_bridge.json +++ /dev/null @@ -1,117 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 4 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:diamond", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:golden_sword", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:golden_chestplate", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:flint_and_steel", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:nether_wart", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:saddle", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:horsearmorgold", - "weight": 8 - }, - { - "type": "item", - "name": "minecraft:horsearmoriron", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:horsearmordiamond", - "weight": 3 - }, - { - "type": "item", - "name": "minecraft:obsidian", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ], - "weight": 2 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/pillager_outpost.json b/loot_tables/chests/pillager_outpost.json deleted file mode 100644 index ee9491a..0000000 --- a/loot_tables/chests/pillager_outpost.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 0, - "max": 1 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:crossbow" - } - ] - }, - { - "rolls": { - "min": 2, - "max": 3 - }, - "entries": [ - { - "type": "item", - "weight": 7, - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 5 - } - } - ], - "name": "minecraft:wheat" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 5 - } - } - ], - "name": "minecraft:potato" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 5 - } - } - ], - "name": "minecraft:carrot" - } - ] - }, - { - "rolls": { - "min": 1, - "max": 3 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:log2", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 1 - }, - { - "function": "set_count", - "count": { - "min": 2, - "max": 3 - } - } - ] - } - ] - }, - { - "rolls": { - "min": 2, - "max": 3 - }, - "entries": [ - { - "type": "item", - "weight": 7, - "name": "minecraft:experience_bottle" - }, - { - "type": "item", - "weight": 4, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "name": "minecraft:string" - }, - { - "type": "item", - "weight": 4, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 7 - } - } - ], - "name": "minecraft:arrow" - }, - { - "type": "item", - "weight": 3, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:tripwire_hook" - }, - { - "type": "item", - "weight": 3, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:iron_ingot" - }, - { - "type": "item", - "functions": [ - { - "function": "minecraft:enchant_randomly" - } - ], - "name": "minecraft:book" - } - ] - } - ] - -} \ No newline at end of file diff --git a/loot_tables/chests/ruined_portal.json b/loot_tables/chests/ruined_portal.json deleted file mode 100644 index a5764c7..0000000 --- a/loot_tables/chests/ruined_portal.json +++ /dev/null @@ -1,254 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 4, - "max": 8 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:obsidian", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 2 - } - } - ], - "weight": 40 - }, - { - "type": "item", - "name": "minecraft:flint", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "weight": 40 - }, - { - "type": "item", - "name": "minecraft:iron_nugget", - "functions": [ - { - "function": "set_count", - "count": { - "min": 9, - "max": 18 - } - } - ], - "weight": 40 - }, - { - "type": "item", - "name": "minecraft:flint_and_steel", - "weight": 40 - }, - { - "type": "item", - "name": "minecraft:fireball", - "weight": 40 - }, - { - "type": "item", - "name": "minecraft:golden_apple", - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:gold_nugget", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 24 - } - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:golden_sword", - "functions": [ - { - "function": "enchant_randomly" - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:golden_axe", - "functions": [ - { - "function": "enchant_randomly" - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:golden_hoe", - "functions": [ - { - "function": "enchant_randomly" - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:golden_shovel", - "functions": [ - { - "function": "enchant_randomly" - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:golden_pickaxe", - "functions": [ - { - "function": "enchant_randomly" - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:golden_boots", - "functions": [ - { - "function": "enchant_randomly" - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:golden_chestplate", - "functions": [ - { - "function": "enchant_randomly" - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:golden_helmet", - "functions": [ - { - "function": "enchant_randomly" - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:golden_leggings", - "functions": [ - { - "function": "enchant_randomly" - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:speckled_melon", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 12 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:horsearmorgold", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:light_weighted_pressure_plate", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:golden_carrot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 12 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:clock", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 8 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:bell", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:appleEnchanted", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:gold_block", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 2 - } - } - ], - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/shipwreck.json b/loot_tables/chests/shipwreck.json deleted file mode 100644 index a946fb7..0000000 --- a/loot_tables/chests/shipwreck.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:map", - "functions": [ - { - "function": "exploration_map", - "destination": "buriedtreasure" - } - ] - } - ] - }, - { - "rolls": 3, - "entries": [ - { - "type": "item", - "name": "minecraft:compass", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:map", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:clock", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:paper", - "weight": 20, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 10 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:feather", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/shipwrecksupply.json b/loot_tables/chests/shipwrecksupply.json deleted file mode 100644 index 360f9dc..0000000 --- a/loot_tables/chests/shipwrecksupply.json +++ /dev/null @@ -1,234 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 3, - "max": 10 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:paper", - "weight": 8, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 12 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:potato", - "weight": 7, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 6 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:moss_block", - "weight": 7, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:poisonous_potato", - "weight": 7, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 6 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:carrot", - "weight": 7, - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:wheat", - "weight": 7, - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 21 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:coal", - "weight": 6, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 5, - "max": 24 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:bamboo", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:pumpkin", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gunpowder", - "weight": 3, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:tnt", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:leather_helmet", - "weight": 3, - "functions": [ - { - "function": "enchant_randomly" - } - ] - }, - { - "type": "item", - "name": "minecraft:leather_chestplate", - "weight": 3, - "functions": [ - { - "function": "enchant_randomly" - } - ] - }, - { - "type": "item", - "name": "minecraft:leather_leggings", - "weight": 3, - "functions": [ - { - "function": "enchant_randomly" - } - ] - }, - { - "type": "item", - "name": "minecraft:leather_boots", - "weight": 3, - "functions": [ - { - "function": "enchant_randomly" - } - ] - }, - { - "type": "item", - "name": "minecraft:suspicious_stew", - "weight": 10, - "functions": [ - { - "function": "random_aux_value", - "values": { - "min": 0, - "max": 6 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/shipwrecktreasure.json b/loot_tables/chests/shipwrecktreasure.json deleted file mode 100644 index b36a6d8..0000000 --- a/loot_tables/chests/shipwrecktreasure.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 3, - "max": 6 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_ingot", - "weight": 90, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:emerald", - "weight": 40, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:diamond", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:experience_bottle", - "weight": 5 - } - ] - }, - { - "rolls": { - "min": 2, - "max": 5 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_nugget", - "weight": 50, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 10 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gold_nugget", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 10 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:dye", - "weight": 20, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 10 - } - }, - { - "function": "set_data", - "data": 4 - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/simple_dungeon.json b/loot_tables/chests/simple_dungeon.json deleted file mode 100644 index 0e36dd5..0000000 --- a/loot_tables/chests/simple_dungeon.json +++ /dev/null @@ -1,263 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 1, - "max": 3 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:saddle", - "weight": 20 - }, - { - "type": "item", - "name": "minecraft:golden_apple", - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:appleEnchanted", - "weight": 2 - }, - { - "type": "item", - "name": "minecraft:record_13", - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:record_cat", - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:record_otherside", - "weight": 2 - }, - { - "type": "item", - "name": "minecraft:name_tag", - "weight": 20 - }, - { - "type": "item", - "name": "minecraft:horsearmorgold", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:horsearmoriron", - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:horsearmordiamond", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 10, - "functions": [ - { - "function": "enchant_randomly" - } - ] - } - ] - }, - { - "rolls": { - "min": 1, - "max": 4 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_ingot", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:bread", - "weight": 20 - }, - { - "type": "item", - "name": "minecraft:wheat", - "weight": 20, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:bucket", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:redstone", - "weight": 15, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:coal", - "weight": 15, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:melon_seeds", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:pumpkin_seeds", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:beetroot_seeds", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ], - "weight": 10 - } - ] - }, - { - "rolls": 3, - "entries": [ - { - "type": "item", - "name": "minecraft:bone", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gunpowder", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:string", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/spawn_bonus_chest.json b/loot_tables/chests/spawn_bonus_chest.json deleted file mode 100644 index c0c530c..0000000 --- a/loot_tables/chests/spawn_bonus_chest.json +++ /dev/null @@ -1,484 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:stone_axe", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:wooden_axe", - "weight": 3 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:stone_pickaxe", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:wooden_pickaxe", - "weight": 3 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:apple", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:bread", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:salmon", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:stick", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 12 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:planks", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 12 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:log2", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:log2", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_data", - "data": 1 - }, - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:log", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:log", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_data", - "data": 1 - }, - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:log", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_data", - "data": 2 - }, - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:log", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_data", - "data": 3 - }, - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:potato", - "weight": 3, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:carrot", - "weight": 3, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:sapling", - "weight": 2, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:sapling", - "weight": 2, - "functions": [ - { - "function": "minecraft:set_data", - "data": 1 - }, - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:sapling", - "weight": 2, - "functions": [ - { - "function": "minecraft:set_data", - "data": 2 - }, - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:sapling", - "weight": 4, - "functions": [ - { - "function": "minecraft:set_data", - "data": 3 - }, - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:sapling", - "weight": 2, - "functions": [ - { - "function": "minecraft:set_data", - "data": 4 - }, - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:sapling", - "weight": 2, - "functions": [ - { - "function": "minecraft:set_data", - "data": 5 - }, - { - "function": "minecraft:set_count", - "count": { - "min": 4, - "max": 4 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:melon_seeds", - "weight": 3, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:pumpkin_seeds", - "weight": 3, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:beetroot_seeds", - "weight": 3, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:cactus", - "weight": 3, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:dye", - "weight": 2, - "functions": [ - { - "function": "set_data", - "data": 3 - }, - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:brown_mushroom", - "weight": 2, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/stronghold_corridor.json b/loot_tables/chests/stronghold_corridor.json deleted file mode 100644 index d693144..0000000 --- a/loot_tables/chests/stronghold_corridor.json +++ /dev/null @@ -1,187 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 3 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:ender_pearl", - "weight": 50 - }, - { - "type": "item", - "name": "minecraft:emerald", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:diamond", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "weight": 50 - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:redstone", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 9 - } - } - ], - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:bread", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 75 - }, - { - "type": "item", - "name": "minecraft:apple", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 75 - }, - { - "type": "item", - "name": "minecraft:iron_pickaxe", - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:iron_sword", - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:iron_chestplate", - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:iron_helmet", - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:iron_leggings", - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:iron_boots", - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:golden_apple", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:saddle", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:horsearmoriron", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:horsearmorgold", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:horsearmordiamond", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:record_otherside", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 6, - "functions": [ - { - "function": "enchant_with_levels", - "levels": 30, - "treasure": true - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/stronghold_crossing.json b/loot_tables/chests/stronghold_crossing.json deleted file mode 100644 index 6257570..0000000 --- a/loot_tables/chests/stronghold_crossing.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 1, - "max": 4 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "weight": 50 - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:redstone", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 9 - } - } - ], - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:coal", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 8 - } - } - ], - "weight": 50 - }, - { - "type": "item", - "name": "minecraft:bread", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 75 - }, - { - "type": "item", - "name": "minecraft:apple", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 75 - }, - { - "type": "item", - "name": "minecraft:iron_pickaxe", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 6, - "functions": [ - { - "function": "enchant_with_levels", - "levels": 30, - "treasure": true - } - ] - }, - { - "type": "item", - "name": "minecraft:dye", - "weight": 75, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - }, - { - "function": "set_data", - "data": 0 - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/stronghold_library.json b/loot_tables/chests/stronghold_library.json deleted file mode 100644 index 0ba87e1..0000000 --- a/loot_tables/chests/stronghold_library.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 10 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:book", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 100 - }, - { - "type": "item", - "name": "minecraft:paper", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 7 - } - } - ], - "weight": 100 - }, - { - "type": "item", - "name": "minecraft:map", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:compass", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 60, - "functions": [ - { - "function": "enchant_with_levels", - "levels": 30, - "treasure": true - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/underwater_ruin_big.json b/loot_tables/chests/underwater_ruin_big.json deleted file mode 100644 index b6c7be5..0000000 --- a/loot_tables/chests/underwater_ruin_big.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 8 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:coal", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gold_nugget", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:emerald", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:wheat", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 3 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:golden_apple", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 5, - "functions": [ - { - "function": "enchant_randomly" - } - ] - }, - { - "type": "item", - "name": "minecraft:leather_chestplate", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:golden_helmet", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:fishing_rod", - "weight": 5, - "functions": [ - { - "function": "enchant_randomly" - } - ] - }, - { - "type": "item", - "name": "minecraft:map", - "weight": 10, - "functions": [ - { - "function": "exploration_map", - "destination": "buriedtreasure" - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/underwater_ruin_small.json b/loot_tables/chests/underwater_ruin_small.json deleted file mode 100644 index 1d13ccc..0000000 --- a/loot_tables/chests/underwater_ruin_small.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 2, - "max": 8 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:coal", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:stone_axe", - "weight": 2 - }, - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:emerald", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:wheat", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 3 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather_chestplate", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:golden_helmet", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:fishing_rod", - "weight": 5, - "functions": [ - { - "function": "enchant_randomly" - } - ] - }, - { - "type": "item", - "name": "minecraft:map", - "weight": 5, - "functions": [ - { - "function": "exploration_map", - "destination": "buriedtreasure" - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_armorer.json b/loot_tables/chests/village/village_armorer.json deleted file mode 100644 index 72ed709..0000000 --- a/loot_tables/chests/village/village_armorer.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 1, - "max": 5 - }, - "entries": [ - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:iron_ingot" - }, - { - "type": "item", - "weight": 4, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:bread" - }, - { - "type": "item", - "name": "minecraft:iron_helmet" - }, - { - "type": "item", - "name": "minecraft:emerald" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_butcher.json b/loot_tables/chests/village/village_butcher.json deleted file mode 100644 index 5f0adc7..0000000 --- a/loot_tables/chests/village/village_butcher.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 1, - "max": 5 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:emerald" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:porkchop" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:wheat" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:beef" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:muttonRaw" - }, - { - "type": "item", - "weight": 3, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:coal" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_cartographer.json b/loot_tables/chests/village/village_cartographer.json deleted file mode 100644 index 4488ac9..0000000 --- a/loot_tables/chests/village/village_cartographer.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 1, - "max": 5 - }, - "entries": [ - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:map" - }, - { - "type": "item", - "weight": 15, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "name": "minecraft:paper" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:compass" - }, - { - "type": "item", - "weight": 15, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:bread" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 2 - } - }, - { - "function": "set_data", - "data": 0 - } - ], - "name": "minecraft:sapling" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_desert_house.json b/loot_tables/chests/village/village_desert_house.json deleted file mode 100644 index 0f3bfaf..0000000 --- a/loot_tables/chests/village/village_desert_house.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 3, - "max": 8 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:clay_ball" - }, - { - "type": "item", - "functions": [ - { - "function": "set_data", - "data": 2 - } - ], - "name": "minecraft:dye" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:cactus" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 7 - } - } - ], - "name": "minecraft:wheat" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:bread" - }, - { - "type": "item", - "name": "minecraft:book" - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:deadbush" - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:emerald" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_fletcher.json b/loot_tables/chests/village/village_fletcher.json deleted file mode 100644 index 6765ace..0000000 --- a/loot_tables/chests/village/village_fletcher.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": { - "min": 1.0, - "max": 5.0 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:emerald" - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1.0, - "max": 3.0 - } - } - ], - "name": "minecraft:arrow" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1.0, - "max": 3.0 - } - } - ], - "name": "minecraft:feather" - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1.0, - "max": 3.0 - } - } - ], - "name": "minecraft:egg" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1.0, - "max": 3.0 - } - } - ], - "name": "minecraft:flint" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1.0, - "max": 3.0 - } - } - ], - "name": "minecraft:stick" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_mason.json b/loot_tables/chests/village/village_mason.json deleted file mode 100644 index 6a2220c..0000000 --- a/loot_tables/chests/village/village_mason.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": { - "min": 1, - "max": 5 - }, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:clay_ball" - }, - { - "type": "item", - "name": "minecraft:flower_pot" - }, - { - "type": "item", - "weight": 2, - "name": "minecraft:stone" - }, - { - "type": "item", - "weight": 2, - "name": "minecraft:stonebrick" - }, - { - "type": "item", - "weight": 4, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:bread" - }, - { - "type": "item", - "functions": [ - { - "function": "minecraft:set_data", - "data": 11 - } - ], - "name": "minecraft:dye" - }, - { - "type": "item", - "name": "minecraft:smooth_stone" - }, - { - "type": "item", - "name": "minecraft:emerald" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_plains_house.json b/loot_tables/chests/village/village_plains_house.json deleted file mode 100644 index 6965c71..0000000 --- a/loot_tables/chests/village/village_plains_house.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": { - "min": 3, - "max": 8 - }, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:gold_nugget" - }, - { - "type": "item", - "weight": 2, - "name": "minecraft:yellow_flower" - }, - { - "type": "item", - "functions": [ - { - "function": "minecraft:set_data", - "data": 0 - } - ], - "name": "minecraft:red_flower" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 7 - } - } - ], - "name": "minecraft:potato" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:bread" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "name": "minecraft:apple" - }, - { - "type": "item", - "name": "minecraft:book" - }, - { - "type": "item", - "name": "minecraft:feather" - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:emerald" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - }, - { - "function": "minecraft:set_data", - "data": 0 - } - ], - "name": "minecraft:sapling" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_savanna_house.json b/loot_tables/chests/village/village_savanna_house.json deleted file mode 100644 index 62c105d..0000000 --- a/loot_tables/chests/village/village_savanna_house.json +++ /dev/null @@ -1,129 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": { - "min": 3, - "max": 8 - }, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:gold_nugget" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "minecraft:set_data", - "data": 1 - } - ], - "name": "minecraft:tallgrass" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "minecraft:set_data", - "data": 2 - } - ], - "name": "minecraft:double_plant" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:bread" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "name": "minecraft:wheat_seeds" - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:emerald" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - }, - { - "function": "minecraft:set_data", - "data": 4 - } - ], - "name": "minecraft:sapling" - }, - { - "type": "item", - "name": "minecraft:saddle" - }, - { - "type": "item", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 2 - } - } - ], - "name": "minecraft:torch" - }, - { - "type": "item", - "name": "minecraft:bucket" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_shepherd.json b/loot_tables/chests/village/village_shepherd.json deleted file mode 100644 index 600935b..0000000 --- a/loot_tables/chests/village/village_shepherd.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": { - "min": 1, - "max": 5 - }, - "entries": [ - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 8 - } - }, - { - "function": "set_data", - "data": 0 - } - ], - "name": "minecraft:wool" - }, - { - "type": "item", - "weight": 3, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - }, - { - "function": "set_data", - "data": 15 - } - ], - "name": "minecraft:wool" - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - }, - { - "function": "set_data", - "data": 7 - } - ], - "name": "minecraft:wool" - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - }, - { - "function": "set_data", - "data": 12 - } - ], - "name": "minecraft:wool" - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3 - } - }, - { - "function": "set_data", - "data": 8 - } - ], - "name": "minecraft:wool" - }, - { - "type": "item", - "name": "minecraft:emerald" - }, - { - "type": "item", - "name": "minecraft:shears" - }, - { - "type": "item", - "weight": 6, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 6 - } - } - ], - "name": "minecraft:wheat" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_snowy_house.json b/loot_tables/chests/village/village_snowy_house.json deleted file mode 100644 index 6fa1e7a..0000000 --- a/loot_tables/chests/village/village_snowy_house.json +++ /dev/null @@ -1,113 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": { - "min": 3, - "max": 8 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:blue_ice" - }, - { - "type": "item", - "weight": 4, - "name": "minecraft:snow" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 7 - } - } - ], - "name": "minecraft:potato" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:bread" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "name": "minecraft:beetroot_seeds" - }, - { - "type": "item", - "name": "minecraft:beetroot_soup" - }, - { - "type": "item", - "name": "minecraft:furnace" - }, - { - "type": "item", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:emerald" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 7 - } - } - ], - "name": "minecraft:snowball" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:coal" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_taiga_house.json b/loot_tables/chests/village/village_taiga_house.json deleted file mode 100644 index 45d2eb5..0000000 --- a/loot_tables/chests/village/village_taiga_house.json +++ /dev/null @@ -1,153 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 3, - "max": 8 - }, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "name": "minecraft:iron_nugget" - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "set_data", - "data": 2 - } - ], - "name": "minecraft:tallgrass" - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "set_data", - "data": 3 - } - ], - "name": "minecraft:double_plant" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 7 - } - } - ], - "name": "minecraft:potato" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:bread" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "name": "minecraft:pumpkin_seeds" - }, - { - "type": "item", - "name": "minecraft:pumpkin_pie" - }, - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:emerald" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - }, - { - "function": "set_data", - "data": 1 - } - ], - "name": "minecraft:sapling" - }, - { - "type": "item", - "functions": [ - { - "function": "set_data", - "data": 1 - } - ], - "name": "minecraft:sign" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - }, - { - "function": "set_data", - "data": 1 - } - ], - "name": "minecraft:log" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_tannery.json b/loot_tables/chests/village/village_tannery.json deleted file mode 100644 index bfc0bf1..0000000 --- a/loot_tables/chests/village/village_tannery.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 1, - "max": 5 - }, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:leather" - }, - { - "type": "item", - "weight": 2, - "name": "minecraft:leather_chestplate" - }, - { - "type": "item", - "weight": 2, - "name": "minecraft:leather_boots" - }, - { - "type": "item", - "weight": 2, - "name": "minecraft:leather_helmet" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:bread" - }, - { - "type": "item", - "weight": 2, - "name": "minecraft:leather_leggings" - }, - { - "type": "item", - "name": "minecraft:saddle" - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:emerald" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_temple.json b/loot_tables/chests/village/village_temple.json deleted file mode 100644 index d669e95..0000000 --- a/loot_tables/chests/village/village_temple.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 3, - "max": 8 - }, - "entries": [ - { - "type": "item", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:redstone" - }, - { - "type": "item", - "weight": 7, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:bread" - }, - { - "type": "item", - "weight": 7, - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:rotten_flesh" - }, - { - "type": "item", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - }, - { - "function": "set_data", - "data": 4 - } - ], - "name": "minecraft:dye" - }, - { - "type": "item", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:gold_ingot" - }, - { - "type": "item", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 4 - } - } - ], - "name": "minecraft:emerald" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_toolsmith.json b/loot_tables/chests/village/village_toolsmith.json deleted file mode 100644 index 8a2c20e..0000000 --- a/loot_tables/chests/village/village_toolsmith.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 3, - "max": 8 - }, - "entries": [ - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:diamond" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "name": "minecraft:iron_ingot" - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:gold_ingot" - }, - { - "type": "item", - "weight": 15, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:bread" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:iron_pickaxe" - }, - { - "type": "item", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:coal" - }, - { - "type": "item", - "weight": 20, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:stick" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:iron_shovel" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village/village_weaponsmith.json b/loot_tables/chests/village/village_weaponsmith.json deleted file mode 100644 index 60d90b9..0000000 --- a/loot_tables/chests/village/village_weaponsmith.json +++ /dev/null @@ -1,161 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 3, - "max": 8 - }, - "entries": [ - { - "type": "item", - "weight": 3, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:diamond" - }, - { - "type": "item", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "name": "minecraft:iron_ingot" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:gold_ingot" - }, - { - "type": "item", - "weight": 15, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:bread" - }, - { - "type": "item", - "weight": 15, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "name": "minecraft:apple" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:iron_pickaxe" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:iron_sword" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:iron_chestplate" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:iron_helmet" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:iron_leggings" - }, - { - "type": "item", - "weight": 5, - "name": "minecraft:iron_boots" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "name": "minecraft:obsidian" - }, - { - "type": "item", - "weight": 5, - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 7 - } - }, - { - "function": "set_data", - "data": 0 - } - ], - "name": "minecraft:sapling" - }, - { - "type": "item", - "weight": 3, - "name": "minecraft:saddle" - }, - { - "type": "item", - "name": "minecraft:horsearmoriron" - }, - { - "type": "item", - "name": "minecraft:horsearmorgold" - }, - { - "type": "item", - "name": "minecraft:horsearmordiamond" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village_blacksmith.json b/loot_tables/chests/village_blacksmith.json deleted file mode 100644 index 9fb268a..0000000 --- a/loot_tables/chests/village_blacksmith.json +++ /dev/null @@ -1,160 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 3, - "max": 8 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:diamond", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 3 - }, - { - "type": "item", - "name": "minecraft:iron_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 5 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:bread", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:apple", - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:iron_pickaxe", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:iron_sword", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:iron_chestplate", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:iron_helmet", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:iron_leggings", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:iron_boots", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:obsidian", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:sapling", - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 7 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:saddle", - "weight": 3 - }, - { - "type": "item", - "name": "minecraft:horsearmoriron", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:horsearmorgold", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:horsearmordiamond", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/village_two_room_house.json b/loot_tables/chests/village_two_room_house.json deleted file mode 100644 index e097a7e..0000000 --- a/loot_tables/chests/village_two_room_house.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 6, - "max": 8 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:potato", - "functions": [ - { - "function": "set_count", - "count": { - "min": 5, - "max": 8 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:carrot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 8 - } - } - ], - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:wheat", - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 12 - } - } - ], - "weight": 15 - }, - { - "type": "item", - "name": "minecraft:wheat_seeds", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:beetroot", - "functions": [ - { - "function": "set_count", - "count": { - "min": 5, - "max": 8 - } - } - ], - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:wooden_hoe", - "functions": [ - { - "function": "set_count", - "count": 1 - } - ], - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/chests/woodland_mansion.json b/loot_tables/chests/woodland_mansion.json deleted file mode 100644 index 8b9747c..0000000 --- a/loot_tables/chests/woodland_mansion.json +++ /dev/null @@ -1,259 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 1, - "max": 3 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:lead", - "weight": 100 - }, - { - "type": "item", - "name": "minecraft:golden_apple", - "weight": 75 - }, - { - "type": "item", - "name": "minecraft:appleEnchanted", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:record_13", - "weight": 75 - }, - { - "type": "item", - "name": "minecraft:record_cat", - "weight": 75 - }, - { - "type": "item", - "name": "minecraft:name_tag", - "weight": 100 - }, - { - "type": "item", - "name": "minecraft:chainmail_chestplate", - "weight": 50 - }, - { - "type": "item", - "name": "minecraft:diamond_hoe", - "weight": 75 - }, - { - "type": "item", - "name": "minecraft:diamond_chestplate", - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 60, - "functions": [ - { - "function": "enchant_randomly", - "treasure": true - } - ] - } - ] - }, - { - "rolls": { - "min": 1, - "max": 4 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_ingot", - "weight": 50, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gold_ingot", - "weight": 25, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:bread", - "weight": 100 - }, - { - "type": "item", - "name": "minecraft:wheat", - "weight": 100, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:bucket", - "weight": 50 - }, - { - "type": "item", - "name": "minecraft:redstone", - "weight": 75, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:coal", - "weight": 75, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:melon_seeds", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ], - "weight": 50 - }, - { - "type": "item", - "name": "minecraft:pumpkin_seeds", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ], - "weight": 50 - }, - { - "type": "item", - "name": "minecraft:beetroot_seeds", - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ], - "weight": 50 - } - ] - }, - { - "rolls": 3, - "entries": [ - { - "type": "item", - "name": "minecraft:bone", - "weight": 50, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gunpowder", - "weight": 50, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 50, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:string", - "weight": 50, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 8 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/empty.json b/loot_tables/empty.json deleted file mode 100644 index 9e26dfe..0000000 --- a/loot_tables/empty.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/loot_tables/entities/armor_set_chain.json b/loot_tables/entities/armor_set_chain.json deleted file mode 100644 index b334aec..0000000 --- a/loot_tables/entities/armor_set_chain.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:chainmail_helmet", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.50, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:chainmail_chestplate", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.50, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:chainmail_leggings", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:chainmail_boots", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/armor_set_diamond.json b/loot_tables/entities/armor_set_diamond.json deleted file mode 100644 index 6a5b3f9..0000000 --- a/loot_tables/entities/armor_set_diamond.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:diamond_helmet", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:diamond_chestplate", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:diamond_leggings", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:diamond_boots", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/armor_set_gold.json b/loot_tables/entities/armor_set_gold.json deleted file mode 100644 index d558fb2..0000000 --- a/loot_tables/entities/armor_set_gold.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:golden_helmet", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:golden_chestplate", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:golden_leggings", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:golden_boots", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/armor_set_iron.json b/loot_tables/entities/armor_set_iron.json deleted file mode 100644 index 562731c..0000000 --- a/loot_tables/entities/armor_set_iron.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_helmet", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_chestplate", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_leggings", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_boots", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/armor_set_leather.json b/loot_tables/entities/armor_set_leather.json deleted file mode 100644 index aada8f3..0000000 --- a/loot_tables/entities/armor_set_leather.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather_helmet", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather_chestplate", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather_leggings", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ], - - "pools": [ - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.5, - "peaceful": 0, - "hard": 0.6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather_boots", - "weight": 1, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/armor_stand.json b/loot_tables/entities/armor_stand.json deleted file mode 100644 index 78324e7..0000000 --- a/loot_tables/entities/armor_stand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pools": [ - { - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/bat.json b/loot_tables/entities/bat.json deleted file mode 100644 index 9e26dfe..0000000 --- a/loot_tables/entities/bat.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/loot_tables/entities/blaze.json b/loot_tables/entities/blaze.json deleted file mode 100644 index 713ed64..0000000 --- a/loot_tables/entities/blaze.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:blaze_rod", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "killed_by_player_or_pets" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/boat.json b/loot_tables/entities/boat.json deleted file mode 100644 index 78324e7..0000000 --- a/loot_tables/entities/boat.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pools": [ - { - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/brown_mooshroom_shear.json b/loot_tables/entities/brown_mooshroom_shear.json deleted file mode 100644 index 09039ce..0000000 --- a/loot_tables/entities/brown_mooshroom_shear.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "pools": [ - { - "rolls": 5, - "entries": [ - { - "type": "item", - "name": "minecraft:brown_mushroom", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_data_from_color_index" - }, - { - "function": "set_count", - "count": { - "min": 1, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/cat.json b/loot_tables/entities/cat.json deleted file mode 100644 index 0793e40..0000000 --- a/loot_tables/entities/cat.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:string", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/cat_gift.json b/loot_tables/entities/cat_gift.json deleted file mode 100644 index 7d806d6..0000000 --- a/loot_tables/entities/cat_gift.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:rabbit_hide", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:rabbit_foot", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:chicken", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:feather", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:string", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:phantom_membrane", - "weight": 2 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/cave_spider.json b/loot_tables/entities/cave_spider.json deleted file mode 100644 index fa910f5..0000000 --- a/loot_tables/entities/cave_spider.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:string", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:spider_eye", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "killed_by_player" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/chicken.json b/loot_tables/entities/chicken.json deleted file mode 100644 index f771d3b..0000000 --- a/loot_tables/entities/chicken.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:feather", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:chicken", - "weight": 1, - "functions": [ - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/clownfish.json b/loot_tables/entities/clownfish.json deleted file mode 100644 index 9e26dfe..0000000 --- a/loot_tables/entities/clownfish.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/loot_tables/entities/cow.json b/loot_tables/entities/cow.json deleted file mode 100644 index 14839a6..0000000 --- a/loot_tables/entities/cow.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:beef", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - }, - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/creeper.json b/loot_tables/entities/creeper.json deleted file mode 100644 index 4a519e0..0000000 --- a/loot_tables/entities/creeper.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:gunpowder", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "killed_by_entity", - "entity_type": "minecraft:skeleton" - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:record_13" - }, - { - "type": "item", - "name": "minecraft:record_cat" - }, - { - "type": "item", - "name": "minecraft:record_blocks" - }, - { - "type": "item", - "name": "minecraft:record_chirp" - }, - { - "type": "item", - "name": "minecraft:record_far" - }, - { - "type": "item", - "name": "minecraft:record_mall" - }, - { - "type": "item", - "name": "minecraft:record_mellohi" - }, - { - "type": "item", - "name": "minecraft:record_stal" - }, - { - "type": "item", - "name": "minecraft:record_strad" - }, - { - "type": "item", - "name": "minecraft:record_ward" - }, - { - "type": "item", - "name": "minecraft:record_11" - }, - { - "type": "item", - "name": "minecraft:record_wait" - } - ] - }, - { - "conditions": [ - { - "condition": "killed_by_entity", - "entity_type": "minecraft:stray" - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:record_13" - }, - { - "type": "item", - "name": "minecraft:record_cat" - }, - { - "type": "item", - "name": "minecraft:record_blocks" - }, - { - "type": "item", - "name": "minecraft:record_chirp" - }, - { - "type": "item", - "name": "minecraft:record_far" - }, - { - "type": "item", - "name": "minecraft:record_mall" - }, - { - "type": "item", - "name": "minecraft:record_mellohi" - }, - { - "type": "item", - "name": "minecraft:record_stal" - }, - { - "type": "item", - "name": "minecraft:record_strad" - }, - { - "type": "item", - "name": "minecraft:record_ward" - }, - { - "type": "item", - "name": "minecraft:record_11" - }, - { - "type": "item", - "name": "minecraft:record_wait" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/dolphin.json b/loot_tables/entities/dolphin.json deleted file mode 100644 index 2049d5a..0000000 --- a/loot_tables/entities/dolphin.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:fish", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/drowned.json b/loot_tables/entities/drowned.json deleted file mode 100644 index 8e87764..0000000 --- a/loot_tables/entities/drowned.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "killed_by_player_or_pets" - }, - { - "condition": "random_chance_with_looting", - "chance": 0.11, - "looting_multiplier": 0.02 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:copper_ingot", - "weight": 5 - } - ] - } - ] -} - diff --git a/loot_tables/entities/drowned_equipment.json b/loot_tables/entities/drowned_equipment.json deleted file mode 100644 index c4f8df2..0000000 --- a/loot_tables/entities/drowned_equipment.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "conditions": [ - { - "condition": "random_chance", - "chance": 0.01 - } - ], - "entries": [ - { - "type": "item", - "name": "minecraft:fishing_rod", - "weight": 5 - } - ] - }, - { - "rolls": 1, - "conditions": [ - { - "condition": "random_chance", - "chance": 0.08 - } - ], - "entries": [ - { - "type": "item", - "name": "minecraft:nautilus_shell", - "weight": 5 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/drowned_ranged_equipment.json b/loot_tables/entities/drowned_ranged_equipment.json deleted file mode 100644 index 0243703..0000000 --- a/loot_tables/entities/drowned_ranged_equipment.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:trident", - "weight": 5 - } - ] - }, - { - "rolls": 1, - "conditions": [ - { - "condition": "random_chance", - "chance": 0.08 - } - ], - "entries": [ - { - "type": "item", - "name": "minecraft:nautilus_shell", - "weight": 5 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/elder_guardian.json b/loot_tables/entities/elder_guardian.json deleted file mode 100644 index 92fb44e..0000000 --- a/loot_tables/entities/elder_guardian.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:prismarine_shard", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:fish", - "weight": 3, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:prismarine_crystals", - "weight": 2, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "empty", - "weight": 1 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:sponge", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 1 - } - ] - } - ], - "conditions": [ - { - "condition": "killed_by_player" - } - ] - }, - { - "conditions": [ - { - "condition": "killed_by_player" - }, - { - "condition": "random_chance_with_looting", - "chance": 0.025, - "looting_multiplier": 0.01 - } - ], - "rolls": 1, - "entries": [ - { - "type": "loot_table", - "name": "loot_tables/gameplay/fishing/fish", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/enderman.json b/loot_tables/entities/enderman.json deleted file mode 100644 index 67bc046..0000000 --- a/loot_tables/entities/enderman.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:ender_pearl", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/endermite.json b/loot_tables/entities/endermite.json deleted file mode 100644 index 9e26dfe..0000000 --- a/loot_tables/entities/endermite.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/loot_tables/entities/evocation_illager.json b/loot_tables/entities/evocation_illager.json deleted file mode 100644 index 811babd..0000000 --- a/loot_tables/entities/evocation_illager.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:emerald", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:totem", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/fish.json b/loot_tables/entities/fish.json deleted file mode 100644 index 4766aca..0000000 --- a/loot_tables/entities/fish.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:fish", - "weight": 1, - "functions": [ - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - } - ] - } - ] - }, - { - "rolls": 1, - "conditions": [ - { - "condition": "random_chance_with_looting", - "chance": 0.25, - "looting_multiplier": 0.01 - } - ], - "entries": [ - { - "type": "item", - "name": "minecraft:bone", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - } - ] -} diff --git a/loot_tables/entities/fox_equipment.json b/loot_tables/entities/fox_equipment.json deleted file mode 100644 index 8bc02be..0000000 --- a/loot_tables/entities/fox_equipment.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "conditions": [ - { - "condition": "random_chance", - "chance": 0.2 - } - ], - "entries": [ - { - "type": "item", - "name": "minecraft:emerald", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:egg", - "weight": 4 - }, - { - "type": "item", - "name": "minecraft:rabbit_foot", - "weight": 2 - }, - { - "type": "item", - "name": "minecraft:rabbit_hide", - "weight": 2 - }, - { - "type": "item", - "name": "minecraft:wheat", - "weight": 4 - }, - { - "type": "item", - "name": "minecraft:leather", - "weight": 4 - }, - { - "type": "item", - "name": "minecraft:feather", - "weight": 3 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/ghast.json b/loot_tables/entities/ghast.json deleted file mode 100644 index ebf4b0e..0000000 --- a/loot_tables/entities/ghast.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:ghast_tear", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:gunpowder", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/giant.json b/loot_tables/entities/giant.json deleted file mode 100644 index 9e26dfe..0000000 --- a/loot_tables/entities/giant.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/loot_tables/entities/glow_squid.json b/loot_tables/entities/glow_squid.json deleted file mode 100644 index 92bf213..0000000 --- a/loot_tables/entities/glow_squid.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:glow_ink_sac", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - }, - { - "function": "set_data", - "data": 0 - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/goat.json b/loot_tables/entities/goat.json deleted file mode 100644 index 0967ef4..0000000 --- a/loot_tables/entities/goat.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/loot_tables/entities/guardian.json b/loot_tables/entities/guardian.json deleted file mode 100644 index c01fc49..0000000 --- a/loot_tables/entities/guardian.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:prismarine_shard", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:fish", - "weight": 2, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:prismarine_crystals", - "weight": 2, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "empty", - "weight": 1 - } - ] - }, - { - "conditions": [ - { - "condition": "killed_by_player" - }, - { - "condition": "random_chance_with_looting", - "chance": 0.025, - "looting_multiplier": 0.01 - } - ], - "rolls": 1, - "entries": [ - { - "type": "loot_table", - "name": "loot_tables/gameplay/fishing/fish", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/hoglin.json b/loot_tables/entities/hoglin.json deleted file mode 100644 index f5cf2c9..0000000 --- a/loot_tables/entities/hoglin.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:porkchop", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - }, - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/horse.json b/loot_tables/entities/horse.json deleted file mode 100644 index 2c87ecc..0000000 --- a/loot_tables/entities/horse.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather", - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/iron_golem.json b/loot_tables/entities/iron_golem.json deleted file mode 100644 index d79d75b..0000000 --- a/loot_tables/entities/iron_golem.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:red_flower", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_ingot", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 5 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/llama.json b/loot_tables/entities/llama.json deleted file mode 100644 index 2c87ecc..0000000 --- a/loot_tables/entities/llama.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather", - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/magma_cube.json b/loot_tables/entities/magma_cube.json deleted file mode 100644 index cdce036..0000000 --- a/loot_tables/entities/magma_cube.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:magma_cream", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/mooshroom.json b/loot_tables/entities/mooshroom.json deleted file mode 100644 index 14839a6..0000000 --- a/loot_tables/entities/mooshroom.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:beef", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - }, - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/mooshroom_shear.json b/loot_tables/entities/mooshroom_shear.json deleted file mode 100644 index 16ca51e..0000000 --- a/loot_tables/entities/mooshroom_shear.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "pools": [ - { - "rolls": 5, - "entries": [ - { - "type": "item", - "name": "minecraft:red_mushroom", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_data_from_color_index" - }, - { - "function": "set_count", - "count": { - "min": 1, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/ocelot.json b/loot_tables/entities/ocelot.json deleted file mode 100644 index 9e26dfe..0000000 --- a/loot_tables/entities/ocelot.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/loot_tables/entities/panda.json b/loot_tables/entities/panda.json deleted file mode 100644 index 192f7b8..0000000 --- a/loot_tables/entities/panda.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:bamboo", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/panda_sneeze.json b/loot_tables/entities/panda_sneeze.json deleted file mode 100644 index 682c063..0000000 --- a/loot_tables/entities/panda_sneeze.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:slime_ball", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/parrot.json b/loot_tables/entities/parrot.json deleted file mode 100644 index 502428d..0000000 --- a/loot_tables/entities/parrot.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:feather", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/phantom.json b/loot_tables/entities/phantom.json deleted file mode 100644 index 36b4bca..0000000 --- a/loot_tables/entities/phantom.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:phantom_membrane", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "killed_by_player" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/pig.json b/loot_tables/entities/pig.json deleted file mode 100644 index 7247911..0000000 --- a/loot_tables/entities/pig.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:porkchop", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - }, - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/pig_saddled.json b/loot_tables/entities/pig_saddled.json deleted file mode 100644 index 849dd3f..0000000 --- a/loot_tables/entities/pig_saddled.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:porkchop", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - }, - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:saddle", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/piglin_barter.json b/loot_tables/entities/piglin_barter.json deleted file mode 100644 index 041cd79..0000000 --- a/loot_tables/entities/piglin_barter.json +++ /dev/null @@ -1,238 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:book", - "weight": 5, - "functions": [ - { - "function": "specific_enchants", - "enchants": [ - { - "id": "soul_speed", - "level": [1, 3] - } - ] - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_boots", - "weight": 8, - "functions": [ - { - "function": "specific_enchants", - "enchants": [ - { - "id": "soul_speed", - "level": [1, 3] - } - ] - } - ] - }, - { - "type": "item", - "name": "minecraft:potion", - "weight": 8, - "functions": [ - { - "function": "set_data", - "data": 12 - } - ] - }, - { - "type": "item", - "name": "minecraft:splash_potion", - "weight": 8, - "functions": [ - { - "function": "set_data", - "data": 12 - } - ] - }, - { - "type": "item", - "name": "minecraft:potion", - "weight": 10, - "functions": [ - { - "function": "set_data", - "data": 0 - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_nugget", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 10, - "max": 36 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:ender_pearl", - "weight": 10, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:string", - "weight": 20, - "functions": [ - { - "function": "set_count", - "count": { - "min": 3, - "max": 9 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:quartz", - "weight": 20, - "functions": [ - { - "function": "set_count", - "count": { - "min": 5, - "max": 12 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:obsidian", - "weight": 40 - }, - { - "type": "item", - "name": "minecraft:crying_obsidian", - "weight": 40, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:fireball", - "weight": 40 - }, - { - "type": "item", - "name": "minecraft:leather", - "weight": 40, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 4 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:soul_sand", - "weight": 40, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:netherbrick", - "weight": 40, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 8 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:arrow", - "weight": 40, - "functions": [ - { - "function": "set_count", - "count": { - "min": 6, - "max": 12 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gravel", - "weight": 40, - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 16 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:blackstone", - "weight": 40, - "functions": [ - { - "function": "set_count", - "count": { - "min": 8, - "max": 16 - } - } - ] - } - ] - } - ] -} diff --git a/loot_tables/entities/piglin_brute_gear.json b/loot_tables/entities/piglin_brute_gear.json deleted file mode 100644 index a393b7d..0000000 --- a/loot_tables/entities/piglin_brute_gear.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:golden_axe", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/piglin_gear_melee.json b/loot_tables/entities/piglin_gear_melee.json deleted file mode 100644 index 0adc0d4..0000000 --- a/loot_tables/entities/piglin_gear_melee.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:golden_sword", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "enchant_random_gear", - "chance": 0.10 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 1.0, - "peaceful": 0, - "easy": 0 - }, - { - "condition": "random_regional_difficulty_chance", - "max_chance": 0.15 - } - ], - "tiers": { - "initial_range": 1 - }, - "entries": [ - { - "type": "loot_table", - "name": "loot_tables/entities/armor_set_gold.json" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/piglin_gear_ranged.json b/loot_tables/entities/piglin_gear_ranged.json deleted file mode 100644 index 7f1323f..0000000 --- a/loot_tables/entities/piglin_gear_ranged.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:crossbow", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "enchant_random_gear", - "chance": 0.10 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 1.0, - "peaceful": 0, - "easy": 0 - }, - { - "condition": "random_regional_difficulty_chance", - "max_chance": 0.15 - } - ], - "tiers": { - "initial_range": 1 - }, - "entries": [ - { - "type": "loot_table", - "name": "loot_tables/entities/armor_set_gold.json" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/pillager.json b/loot_tables/entities/pillager.json deleted file mode 100644 index c6baba7..0000000 --- a/loot_tables/entities/pillager.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:arrow", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/pillager_captain_equipment.json b/loot_tables/entities/pillager_captain_equipment.json deleted file mode 100644 index 3862fe4..0000000 --- a/loot_tables/entities/pillager_captain_equipment.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:banner", - "weight": 1, - "functions": [ - { - "function": "set_banner_details", - "type": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:crossbow", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "enchant_random_gear", - "chance": 0.10 - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/pillager_gear.json b/loot_tables/entities/pillager_gear.json deleted file mode 100644 index 9efa2bd..0000000 --- a/loot_tables/entities/pillager_gear.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:crossbow", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "enchant_random_gear", - "chance": 0.10 - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/pillager_raid.json b/loot_tables/entities/pillager_raid.json deleted file mode 100644 index e2f4e42..0000000 --- a/loot_tables/entities/pillager_raid.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "loot_table", - "name": "loot_tables/entities/pillager.json" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "loot_table", - "name": "loot_tables/entities/raider_drops.json" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/polar_bear.json b/loot_tables/entities/polar_bear.json deleted file mode 100644 index 0efe881..0000000 --- a/loot_tables/entities/polar_bear.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:fish", - "weight": 3, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:salmon", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/pufferfish.json b/loot_tables/entities/pufferfish.json deleted file mode 100644 index 03c6fbc..0000000 --- a/loot_tables/entities/pufferfish.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:pufferfish", - "weight": 1 - } - ] - }, - { - "rolls": 1, - "conditions": [ - { - "condition": "random_chance_with_looting", - "chance": 0.25, - "looting_multiplier": 0.01 - } - ], - "entries": [ - { - "type": "item", - "name": "minecraft:bone", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - } - ] -} diff --git a/loot_tables/entities/rabbit.json b/loot_tables/entities/rabbit.json deleted file mode 100644 index dadf77d..0000000 --- a/loot_tables/entities/rabbit.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:rabbit_hide", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:rabbit", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "killed_by_player" - }, - { - "condition": "random_chance_with_looting", - "chance": 0.1, - "looting_multiplier": 0.03 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:rabbit_foot", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/raider_drops.json b/loot_tables/entities/raider_drops.json deleted file mode 100644 index 565d653..0000000 --- a/loot_tables/entities/raider_drops.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:emerald", - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 0.65, - "peaceful": 0, - "hard": 0.8 - } - ], - "entries": [ - { - "type": "item", - "name": "minecraft:emerald", - "weight": 40, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:emerald", - "weight": 20, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 3 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:emerald", - "weight": 8, - "functions": [ - { - "function": "set_count", - "count": { - "min": 4, - "max": 5 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 8, - "functions": [ - { - "function": "enchant_with_levels", - "levels": 30, - "treasure": true - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_pickaxe", - "weight": 10, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.5 - }, - { - "function": "set_damage", - "damage": { - "min": 0.3, - "max": 0.9 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_axe", - "weight": 10, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.5 - }, - { - "function": "set_damage", - "damage": { - "min": 0.3, - "max": 0.9 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_shovel", - "weight": 10, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.5 - }, - { - "function": "set_damage", - "damage": { - "min": 0.3, - "max": 0.9 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_sword", - "weight": 10, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.5 - }, - { - "function": "set_damage", - "damage": { - "min": 0.3, - "max": 0.9 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_helmet", - "weight": 10, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.5 - }, - { - "function": "set_damage", - "damage": { - "min": 0.3, - "max": 0.9 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_chestplate", - "weight": 10, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.5 - }, - { - "function": "set_damage", - "damage": { - "min": 0.3, - "max": 0.9 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_leggings", - "weight": 10, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.5 - }, - { - "function": "set_damage", - "damage": { - "min": 0.3, - "max": 0.9 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_boots", - "weight": 10, - "functions": [ - { - "function": "enchant_random_gear", - "chance": 0.5 - }, - { - "function": "set_damage", - "damage": { - "min": 0.3, - "max": 0.9 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/ravager.json b/loot_tables/entities/ravager.json deleted file mode 100644 index daba303..0000000 --- a/loot_tables/entities/ravager.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:saddle" - } - ], - "conditions": [ - { - "condition": "killed_by_player" - } - ] - } - ] -} diff --git a/loot_tables/entities/salmon_large.json b/loot_tables/entities/salmon_large.json deleted file mode 100644 index 62f1b25..0000000 --- a/loot_tables/entities/salmon_large.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:salmon", - "weight": 1, - "functions": [ - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - } - ] - } - ] - }, - { - "rolls": 1, - "conditions": [ - { - "condition": "random_chance_with_looting", - "chance": 0.25, - "looting_multiplier": 0.01 - } - ], - "entries": [ - { - "type": "item", - "name": "minecraft:bone", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - } - ] -} diff --git a/loot_tables/entities/salmon_normal.json b/loot_tables/entities/salmon_normal.json deleted file mode 100644 index 7fa786e..0000000 --- a/loot_tables/entities/salmon_normal.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:salmon", - "weight": 1, - "functions": [ - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - } - ] - } - ] - }, - { - "rolls": 1, - "conditions": [ - { - "condition": "random_chance_with_looting", - "chance": 0.25, - "looting_multiplier": 0.01 - } - ], - "entries": [ - { - "type": "item", - "name": "minecraft:bone", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - } - ] -} diff --git a/loot_tables/entities/sea_turtle.json b/loot_tables/entities/sea_turtle.json deleted file mode 100644 index 9ff7336..0000000 --- a/loot_tables/entities/sea_turtle.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:seagrass", - "weight": 3, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/sheep.json b/loot_tables/entities/sheep.json deleted file mode 100644 index 2aa8ca2..0000000 --- a/loot_tables/entities/sheep.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:wool", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_data_from_color_index" - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:muttonRaw", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 2 - } - }, - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/sheep_shear.json b/loot_tables/entities/sheep_shear.json deleted file mode 100644 index 7d696e3..0000000 --- a/loot_tables/entities/sheep_shear.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:wool", - "weight": 1, - "functions": [ - { - "function": "minecraft:set_data_from_color_index" - }, - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/sheep_sheared.json b/loot_tables/entities/sheep_sheared.json deleted file mode 100644 index 853fc3c..0000000 --- a/loot_tables/entities/sheep_sheared.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:muttonRaw", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 2 - } - }, - { - "function": "furnace_smelt", - "conditions": [ - { - "condition": "entity_properties", - "entity": "this", - "properties": { - "on_fire": true - } - } - ] - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/shulker.json b/loot_tables/entities/shulker.json deleted file mode 100644 index 36528b9..0000000 --- a/loot_tables/entities/shulker.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:shulker_shell", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] - } \ No newline at end of file diff --git a/loot_tables/entities/silverfish.json b/loot_tables/entities/silverfish.json deleted file mode 100644 index 9e26dfe..0000000 --- a/loot_tables/entities/silverfish.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/loot_tables/entities/skeleton.json b/loot_tables/entities/skeleton.json deleted file mode 100644 index 630df5b..0000000 --- a/loot_tables/entities/skeleton.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:arrow", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:bone", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/skeleton_gear.json b/loot_tables/entities/skeleton_gear.json deleted file mode 100644 index 3833296..0000000 --- a/loot_tables/entities/skeleton_gear.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:bow", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "enchant_random_gear", - "chance": 0.10 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 1.0, - "peaceful": 0, - "easy": 0 - }, - { - "condition": "random_regional_difficulty_chance", - "max_chance": 0.15 - } - ], - "tiers": { - "initial_range": 2, - "bonus_rolls": 3, - "bonus_chance": 0.095 - }, - - "entries": [ - { - "type": "loot_table", - "name": "loot_tables/entities/armor_set_leather.json" - }, - { - "type": "loot_table", - "name": "loot_tables/entities/armor_set_gold.json" - }, - { - "type": "loot_table", - "name": "loot_tables/entities/armor_set_chain.json" - }, - { - "type": "loot_table", - "name": "loot_tables/entities/armor_set_iron.json" - }, - { - "type": "loot_table", - "name": "loot_tables/entities/armor_set_diamond.json" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/skeleton_horse.json b/loot_tables/entities/skeleton_horse.json deleted file mode 100644 index a998e9e..0000000 --- a/loot_tables/entities/skeleton_horse.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:bone", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/slime.json b/loot_tables/entities/slime.json deleted file mode 100644 index 0e2ebe8..0000000 --- a/loot_tables/entities/slime.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:slime_ball", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/snow_golem_shear.json b/loot_tables/entities/snow_golem_shear.json deleted file mode 100644 index 2ba759b..0000000 --- a/loot_tables/entities/snow_golem_shear.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:carved_pumpkin", - "weight": 1, - "count": 1 - } - ] - } - ] -} diff --git a/loot_tables/entities/snowman.json b/loot_tables/entities/snowman.json deleted file mode 100644 index 270433e..0000000 --- a/loot_tables/entities/snowman.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:snowball", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 15 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/spider.json b/loot_tables/entities/spider.json deleted file mode 100644 index fa910f5..0000000 --- a/loot_tables/entities/spider.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:string", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:spider_eye", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "killed_by_player" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/squid.json b/loot_tables/entities/squid.json deleted file mode 100644 index 4d7926f..0000000 --- a/loot_tables/entities/squid.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:dye", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - }, - { - "function": "set_data", - "data": 0 - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/stray.json b/loot_tables/entities/stray.json deleted file mode 100644 index 30caf83..0000000 --- a/loot_tables/entities/stray.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:arrow", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:bone", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:arrow", - "weight": 1, - "auxVal": 19, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - }, - "limit": 1 - }, - { - "function": "minecraft:set_data", - "data": 19 - } - ] - } - ], - "conditions": [ - { - "condition": "killed_by_player" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/strider.json b/loot_tables/entities/strider.json deleted file mode 100644 index 54d7034..0000000 --- a/loot_tables/entities/strider.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:string", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 5 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/strider_saddled.json b/loot_tables/entities/strider_saddled.json deleted file mode 100644 index c9b1ba1..0000000 --- a/loot_tables/entities/strider_saddled.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:string", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 2, - "max": 5 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:saddle", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/tropicalfish.json b/loot_tables/entities/tropicalfish.json deleted file mode 100644 index 69b1a33..0000000 --- a/loot_tables/entities/tropicalfish.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:clownfish", - "weight": 1 - } - ] - }, - { - "rolls": 1, - "conditions": [ - { - "condition": "random_chance_with_looting", - "chance": 0.25, - "looting_multiplier": 0.01 - } - ], - "entries": [ - { - "type": "item", - "name": "minecraft:bone", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 1, - "max": 2 - } - } - ] - } - ] - } - ] -} diff --git a/loot_tables/entities/vex_gear.json b/loot_tables/entities/vex_gear.json deleted file mode 100644 index 809c9a7..0000000 --- a/loot_tables/entities/vex_gear.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_sword", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/vindication_illager.json b/loot_tables/entities/vindication_illager.json deleted file mode 100644 index 0a03c37..0000000 --- a/loot_tables/entities/vindication_illager.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:emerald", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ], - "conditions": [ - { - "condition": "killed_by_player" - } - ] - } - ] -} diff --git a/loot_tables/entities/vindicator_captain_equipment.json b/loot_tables/entities/vindicator_captain_equipment.json deleted file mode 100644 index 19bf6d1..0000000 --- a/loot_tables/entities/vindicator_captain_equipment.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:banner", - "weight": 1, - "functions": [ - { - "function": "set_banner_details", - "type": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_axe", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/vindicator_gear.json b/loot_tables/entities/vindicator_gear.json deleted file mode 100644 index 283dc72..0000000 --- a/loot_tables/entities/vindicator_gear.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_axe", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/vindicator_raid.json b/loot_tables/entities/vindicator_raid.json deleted file mode 100644 index 80446f2..0000000 --- a/loot_tables/entities/vindicator_raid.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "loot_table", - "name": "loot_tables/entities/vindication_illager.json" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "loot_table", - "name": "loot_tables/entities/raider_drops.json" - } - ] - } - ] -} diff --git a/loot_tables/entities/witch.json b/loot_tables/entities/witch.json deleted file mode 100644 index d7d47bb..0000000 --- a/loot_tables/entities/witch.json +++ /dev/null @@ -1,159 +0,0 @@ -{ - "pools": [ - { - "rolls": { - "min": 1, - "max": 3 - }, - "entries": [ - { - "type": "item", - "name": "minecraft:glowstone_dust", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:sugar", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:redstone", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:spider_eye", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:glass_bottle", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:gunpowder", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:stick", - "weight": 2, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/wither_boss.json b/loot_tables/entities/wither_boss.json deleted file mode 100644 index 70afbdb..0000000 --- a/loot_tables/entities/wither_boss.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:netherStar", - "weight": 1 - } - ] - } - ] -} - \ No newline at end of file diff --git a/loot_tables/entities/wither_skeleton.json b/loot_tables/entities/wither_skeleton.json deleted file mode 100644 index f182089..0000000 --- a/loot_tables/entities/wither_skeleton.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:coal", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:bone", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "killed_by_player" - }, - { - "condition": "random_chance_with_looting", - "chance": 0.025, - "looting_multiplier": 0.02 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:skull", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 1 - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/wither_skeleton_gear.json b/loot_tables/entities/wither_skeleton_gear.json deleted file mode 100644 index 4ecbd15..0000000 --- a/loot_tables/entities/wither_skeleton_gear.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:stone_sword", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/wolf.json b/loot_tables/entities/wolf.json deleted file mode 100644 index 9e26dfe..0000000 --- a/loot_tables/entities/wolf.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/loot_tables/entities/zoglin.json b/loot_tables/entities/zoglin.json deleted file mode 100644 index a55d13a..0000000 --- a/loot_tables/entities/zoglin.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 1, - "max": 3 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/zombie.json b/loot_tables/entities/zombie.json deleted file mode 100644 index 690c860..0000000 --- a/loot_tables/entities/zombie.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "killed_by_player_or_pets" - }, - { - "condition": "random_chance_with_looting", - "chance": 0.025, - "looting_multiplier": 0.01 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_ingot", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:carrot", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:potato", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/zombie_equipment.json b/loot_tables/entities/zombie_equipment.json deleted file mode 100644 index 2d9139d..0000000 --- a/loot_tables/entities/zombie_equipment.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "pools": [ - { - "conditions": [ - { - "condition": "random_regional_difficulty_chance", - "max_chance": 0.05 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:iron_sword", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ] - }, - { - "type": "item", - "name": "minecraft:iron_shovel", - "weight": 3, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "random_difficulty_chance", - "default_chance": 1.0, - "peaceful": 0, - "easy": 0 - }, - { - "condition": "random_regional_difficulty_chance", - "max_chance": 0.15 - } - ], - "tiers": { - "initial_range": 2, - "bonus_rolls": 3, - "bonus_chance": 0.095 - }, - - "entries": [ - { - "type": "loot_table", - "name": "loot_tables/entities/armor_set_leather.json" - }, - { - "type": "loot_table", - "name": "loot_tables/entities/armor_set_gold.json" - }, - { - "type": "loot_table", - "name": "loot_tables/entities/armor_set_chain.json" - }, - { - "type": "loot_table", - "name": "loot_tables/entities/armor_set_iron.json" - }, - { - "type": "loot_table", - "name": "loot_tables/entities/armor_set_diamond.json" - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/zombie_horse.json b/loot_tables/entities/zombie_horse.json deleted file mode 100644 index 12669bf..0000000 --- a/loot_tables/entities/zombie_horse.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 2 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/zombie_pigman.json b/loot_tables/entities/zombie_pigman.json deleted file mode 100644 index 5e913f5..0000000 --- a/loot_tables/entities/zombie_pigman.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:gold_nugget", - "weight": 1, - "functions": [ - { - "function": "set_count", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "killed_by_player_or_pets" - }, - { - "condition": "random_chance_with_looting", - "chance": 0.025, - "looting_multiplier": 0.01 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:gold_ingot", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/zombie_pigman_gear.json b/loot_tables/entities/zombie_pigman_gear.json deleted file mode 100644 index 2011f85..0000000 --- a/loot_tables/entities/zombie_pigman_gear.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:golden_sword", - "weight": 1, - "functions": [ - { - "function": "looting_enchant", - "count": { - "min": 0, - "max": 1 - } - }, - { - "function": "enchant_random_gear", - "chance": 0.25 - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/entities/zombified_piglin_rider_gear.json b/loot_tables/entities/zombified_piglin_rider_gear.json deleted file mode 100644 index b6afd28..0000000 --- a/loot_tables/entities/zombified_piglin_rider_gear.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:warped_fungus_on_a_stick", - "weight": 1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/equipment/low_tier_items.json b/loot_tables/equipment/low_tier_items.json deleted file mode 100644 index 75d16ac..0000000 --- a/loot_tables/equipment/low_tier_items.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather_chestplate", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:iron_chestplate", - "weight": 1 - }, - { - "type": "empty", - "weight": 5 - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather_helmet", - "weight": 1 - }, - { - "type": "item", - "name": "minecraft:iron_helmet", - "weight": 1 - }, - { - "type": "empty", - "weight": 5 - } - ] - } - ] -} diff --git a/loot_tables/gameplay/entities/mooshroom_milking.json b/loot_tables/gameplay/entities/mooshroom_milking.json deleted file mode 100644 index 1004483..0000000 --- a/loot_tables/gameplay/entities/mooshroom_milking.json +++ /dev/null @@ -1,240 +0,0 @@ -{ - "pools": [ - { - "conditions": [ - { - "condition": "has_mark_variant", - "value": -1 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:mushroom_stew", - "weight": 1 - } - ] - }, - { - "conditions": [ - { - "condition": "has_mark_variant", - "value": 0 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:suspicious_stew", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 0 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "has_mark_variant", - "value": 1 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:suspicious_stew", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 1 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "has_mark_variant", - "value": 2 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:suspicious_stew", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 2 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "has_mark_variant", - "value": 3 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:suspicious_stew", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 3 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "has_mark_variant", - "value": 4 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:suspicious_stew", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 4 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "has_mark_variant", - "value": 5 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:suspicious_stew", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 5 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "has_mark_variant", - "value": 6 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:suspicious_stew", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 6 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "has_mark_variant", - "value": 7 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:suspicious_stew", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 7 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "has_mark_variant", - "value": 8 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:suspicious_stew", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 8 - } - ] - } - ] - }, - { - "conditions": [ - { - "condition": "has_mark_variant", - "value": 9 - } - ], - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:suspicious_stew", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 9 - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/gameplay/fishing.json b/loot_tables/gameplay/fishing.json deleted file mode 100644 index 73b05ef..0000000 --- a/loot_tables/gameplay/fishing.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "loot_table", - "name": "loot_tables/gameplay/fishing/junk.json", - "weight": 10, - "quality": -2 - }, - { - "type": "loot_table", - "name": "loot_tables/gameplay/fishing/treasure.json", - "weight": 5, - "quality": 2 - }, - { - "type": "loot_table", - "name": "loot_tables/gameplay/fishing/fish.json", - "weight": 85, - "quality": -1 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/gameplay/fishing/fish.json b/loot_tables/gameplay/fishing/fish.json deleted file mode 100644 index 2152ca1..0000000 --- a/loot_tables/gameplay/fishing/fish.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:fish", - "weight": 60 - }, - { - "type": "item", - "name": "minecraft:salmon", - "weight": 25 - }, - { - "type": "item", - "name": "minecraft:clownfish", - "weight": 2 - }, - { - "type": "item", - "name": "minecraft:pufferfish", - "weight": 13 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/gameplay/fishing/jungle_fish.json b/loot_tables/gameplay/fishing/jungle_fish.json deleted file mode 100644 index 62559ab..0000000 --- a/loot_tables/gameplay/fishing/jungle_fish.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:fish", - "weight": 60 - }, - { - "type": "item", - "name": "minecraft:salmon", - "weight": 40 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/gameplay/fishing/jungle_junk.json b/loot_tables/gameplay/fishing/jungle_junk.json deleted file mode 100644 index 4258c2b..0000000 --- a/loot_tables/gameplay/fishing/jungle_junk.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather_boots", - "weight": 10, - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 0, - "max": 0.90 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:leather", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:bone", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:potion", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:string", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:fishing_rod", - "weight": 2, - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 0, - "max": 0.90 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:bowl", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:stick", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:dye", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 0 - }, - { - "function": "set_count", - "count": 10 - } - ] - }, - { - "type": "item", - "name": "minecraft:dye", - "weight": 10, - "functions": [ - { - "function": "set_data", - "data":3 - }, - { - "function": "set_count", - "count": 1 - } - ] - }, - { - "type": "item", - "name": "minecraft:tripwire_hook", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:bamboo", - "weight": 10 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/gameplay/fishing/junk.json b/loot_tables/gameplay/fishing/junk.json deleted file mode 100644 index 1d5264c..0000000 --- a/loot_tables/gameplay/fishing/junk.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:leather_boots", - "weight": 10, - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 0, - "max": 0.90 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:leather", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:bone", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:potion", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:string", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:fishing_rod", - "weight": 2, - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 0, - "max": 0.90 - } - } - ] - }, - { - "type": "item", - "name": "minecraft:bowl", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:stick", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:dye", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 0 - }, - { - "function": "set_count", - "count": 10 - } - ] - }, - { - "type": "item", - "name": "minecraft:tripwire_hook", - "weight": 10 - }, - { - "type": "item", - "name": "minecraft:rotten_flesh", - "weight": 10 - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/gameplay/fishing/treasure.json b/loot_tables/gameplay/fishing/treasure.json deleted file mode 100644 index a9591fa..0000000 --- a/loot_tables/gameplay/fishing/treasure.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "item", - "name": "minecraft:nautilus_shell", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:waterlily", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:name_tag", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:saddle", - "weight": 5 - }, - { - "type": "item", - "name": "minecraft:bow", - "weight": 5, - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 0, - "max": 0.25 - } - }, - { - "function": "enchant_with_levels", - "levels": 30, - "treasure": true - } - ] - }, - { - "type": "item", - "name": "minecraft:fishing_rod", - "weight": 5, - "functions": [ - { - "function": "set_damage", - "damage": { - "min": 0, - "max": 0.25 - } - }, - { - "function": "enchant_with_levels", - "levels": 30, - "treasure": true - } - ] - }, - { - "type": "item", - "name": "minecraft:book", - "weight": 6, - "functions": [ - { - "function": "enchant_with_levels", - "levels": 30, - "treasure": true - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/loot_tables/gameplay/jungle_fishing.json b/loot_tables/gameplay/jungle_fishing.json deleted file mode 100644 index a33c9d9..0000000 --- a/loot_tables/gameplay/jungle_fishing.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "loot_table", - "name": "loot_tables/gameplay/fishing/jungle_junk.json", - "weight": 10, - "quality": -2 - }, - { - "type": "loot_table", - "name": "loot_tables/gameplay/fishing/treasure.json", - "weight": 5, - "quality": 2 - }, - { - "type": "loot_table", - "name": "loot_tables/gameplay/fishing/jungle_fish.json", - "weight": 85, - "quality": -1 - } - ] - } - ] -} \ No newline at end of file diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 7073d33..0000000 --- a/manifest.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": 2, - "header": { - "description": "Example vanilla behavior pack", - "name": "Vanilla Behavior Pack", - "uuid": "ee649bcf-256c-4013-9068-6a802b89d756", - "version": [ 0, 0, 1 ], - "min_engine_version": [ 1, 18, 0 ] - }, - "modules": [ - { - "description": "Example vanilla behavior pack", - "type": "data", - "uuid": "fa6e90c8-c925-460f-8155-c8a60b753caa", - "version": [0, 0, 1] - } - ], - "dependencies": [ - { - "uuid": "66c6e9a8-3093-462a-9c36-dbb052165822", - "version": [0, 0, 1] - } - ] -} \ No newline at end of file diff --git a/pack_icon.png b/pack_icon.png deleted file mode 100644 index 9562b95..0000000 Binary files a/pack_icon.png and /dev/null differ diff --git a/recipes/acacia_boat.json b/recipes/acacia_boat.json deleted file mode 100644 index 767290a..0000000 --- a/recipes/acacia_boat.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:acacia_boat" - }, - - "tags": [ "crafting_table" ], - "pattern": [ - "#P#", - "###" - ], - "key": { - "P": { - "item": "minecraft:wooden_shovel" - }, - "#": { - "item": "minecraft:planks", - "data": 4 - } - }, - "result": { - "item": "minecraft:boat", - "data": 4 - } - } - -} diff --git a/recipes/acacia_door.json b/recipes/acacia_door.json deleted file mode 100644 index b1b7c2c..0000000 --- a/recipes/acacia_door.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:acacia_door" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_door", - "pattern": [ - "##", - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 4 - } - }, - "result": { - "item": "minecraft:acacia_door", - "count": 3 - } - } -} diff --git a/recipes/acacia_fence.json b/recipes/acacia_fence.json deleted file mode 100644 index deb65cb..0000000 --- a/recipes/acacia_fence.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:acacia_fence" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "W#W", - "W#W" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:planks", - "data": 4 - } - }, - "result": { - "item": "minecraft:fence", - "data": 4, - "count": 3 - } - } -} diff --git a/recipes/acacia_fence_gate.json b/recipes/acacia_fence_gate.json deleted file mode 100644 index df3a6d7..0000000 --- a/recipes/acacia_fence_gate.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:acacia_fence_gate" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_fence_gate", - "pattern": [ - "#W#", - "#W#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:planks", - "data": 4 - } - }, - "result": { - "item": "minecraft:acacia_fence_gate" - } - } -} diff --git a/recipes/acacia_planks.json b/recipes/acacia_planks.json deleted file mode 100644 index 9669266..0000000 --- a/recipes/acacia_planks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:acacia_planks" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:log2", - "data": 0 - } - }, - "result": { - "item": "minecraft:planks", - "data": 4, - "count": 4 - } - } -} diff --git a/recipes/acacia_planks_from_stripped.json b/recipes/acacia_planks_from_stripped.json deleted file mode 100644 index 06108ab..0000000 --- a/recipes/acacia_planks_from_stripped.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:acacia_planks_from_stripped" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:stripped_acacia_log" - } - }, - "result": { - "item": "minecraft:planks", - "data": 4, - "count": 4 - } - } -} diff --git a/recipes/acacia_planks_from_stripped_wood.json b/recipes/acacia_planks_from_stripped_wood.json deleted file mode 100644 index ffbff0a..0000000 --- a/recipes/acacia_planks_from_stripped_wood.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:acacia_planks_from_stripped_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:wood", - "data": 12 - } - }, - "result": { - "item": "minecraft:planks", - "data": 4, - "count": 4 - } - } -} diff --git a/recipes/acacia_planks_from_wood.json b/recipes/acacia_planks_from_wood.json deleted file mode 100644 index f715ada..0000000 --- a/recipes/acacia_planks_from_wood.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:acacia_planks_from_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:wood", - "data": 4 - } - }, - "result": { - "item": "minecraft:planks", - "data": 4, - "count": 4 - } - } -} diff --git a/recipes/acacia_stairs.json b/recipes/acacia_stairs.json deleted file mode 100644 index 1565d13..0000000 --- a/recipes/acacia_stairs.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:acacia_stairs" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_stairs", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 4 - } - }, - "result": { - "item": "minecraft:acacia_stairs", - "count": 4 - } - } -} diff --git a/recipes/acacia_wood.json b/recipes/acacia_wood.json deleted file mode 100644 index 43dbc92..0000000 --- a/recipes/acacia_wood.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:acacia_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:log2", - "data": 0 - } - }, - "result": { - "item": "minecraft:wood", - "data": 4, - "count": 3 - } - } -} diff --git a/recipes/acacia_wood_stripped.json b/recipes/acacia_wood_stripped.json deleted file mode 100644 index 53eba8d..0000000 --- a/recipes/acacia_wood_stripped.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:acacia_wood_stripped" - }, - - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:stripped_acacia_log" - } - }, - "result": { - "item": "minecraft:wood", - "data": 12, - "count": 3 - } - } -} diff --git a/recipes/acacia_wooden_slab.json b/recipes/acacia_wooden_slab.json deleted file mode 100644 index a4c61c1..0000000 --- a/recipes/acacia_wooden_slab.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:acacia_wooden_slab" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_slab", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 4 - } - }, - "result": { - "item": "minecraft:wooden_slab", - "data": 4, - "count": 6 - } - } -} diff --git a/recipes/activator_rail.json b/recipes/activator_rail.json deleted file mode 100644 index a1f361f..0000000 --- a/recipes/activator_rail.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:activator_rail" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XSX", - "X#X", - "XSX" - ], - "key": { - "#": { - "item": "minecraft:redstone_torch" - }, - "S": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:activator_rail", - "count": 6 - } - } -} diff --git a/recipes/amethyst_block.json b/recipes/amethyst_block.json deleted file mode 100644 index d7f1c8e..0000000 --- a/recipes/amethyst_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:amethyst_block" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AA" - ], - "key": { - "A": { - "item": "minecraft:amethyst_shard" - } - }, - "result": { - "item": "minecraft:amethyst_block", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/andesite.json b/recipes/andesite.json deleted file mode 100644 index 1926c79..0000000 --- a/recipes/andesite.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:andesite" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:stone", - "data": 3 - }, - { - "item": "minecraft:cobblestone" - } - ], - "result": { - "item": "minecraft:stone", - "data": 5, - "count": 2 - } - } -} diff --git a/recipes/andesite_stairs.json b/recipes/andesite_stairs.json deleted file mode 100644 index 3d19ccd..0000000 --- a/recipes/andesite_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:andesite_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 5 - } - }, - "result": { - "item": "minecraft:andesite_stairs", - "count": 4 - } - } -} diff --git a/recipes/andesite_wall.json b/recipes/andesite_wall.json deleted file mode 100644 index cc4b45b..0000000 --- a/recipes/andesite_wall.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:andesite_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 5 - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 4, - "count": 6 - } - } -} diff --git a/recipes/anvil.json b/recipes/anvil.json deleted file mode 100644 index 4c1c3e0..0000000 --- a/recipes/anvil.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:anvil" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "III", - " i ", - "iii" - ], - "key": { - "I": { - "item": "minecraft:iron_block" - }, - "i": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:anvil", - "data": 0 - } - } -} diff --git a/recipes/armor_stand.json b/recipes/armor_stand.json deleted file mode 100644 index 4ea89c0..0000000 --- a/recipes/armor_stand.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:armor_stand" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "///", - " / ", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:double_stone_slab", - "data": 0 - } - }, - "result": { - "item": "minecraft:armor_stand" - } - } -} diff --git a/recipes/arrow.json b/recipes/arrow.json deleted file mode 100644 index a217235..0000000 --- a/recipes/arrow.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:arrow" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "#", - "Y" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:flint" - }, - "Y": { - "item": "minecraft:feather" - } - }, - "result": { - "item": "minecraft:arrow", - "count": 4 - } - } -} diff --git a/recipes/banner_pattern_bricks.json b/recipes/banner_pattern_bricks.json deleted file mode 100644 index 9d00cca..0000000 --- a/recipes/banner_pattern_bricks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:banner_pattern_bricks" - }, - - - "tags": [ "crafting_table" ], - "group": "banner_pattern", - "ingredients": [ - { - "item": "minecraft:paper" - }, - { - "item": "minecraft:brick_block" - } - ], - "result": { - "item": "minecraft:banner_pattern", - "data": 4 - } - } -} diff --git a/recipes/banner_pattern_creeper.json b/recipes/banner_pattern_creeper.json deleted file mode 100644 index 30d1f89..0000000 --- a/recipes/banner_pattern_creeper.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:banner_pattern_creeper" - }, - - - "tags": [ "crafting_table" ], - "group": "banner_pattern", - "ingredients": [ - { - "item": "minecraft:paper" - }, - { - "item": "minecraft:skull", - "data": 4 - } - ], - "result": { - "item": "minecraft:banner_pattern", - "data": 0 - } - } -} diff --git a/recipes/banner_pattern_flower.json b/recipes/banner_pattern_flower.json deleted file mode 100644 index 217905d..0000000 --- a/recipes/banner_pattern_flower.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:banner_pattern_flower" - }, - - - "tags": [ "crafting_table" ], - "group": "banner_pattern", - "ingredients": [ - { - "item": "minecraft:paper" - }, - { - "item": "minecraft:red_flower", - "data": 8 - } - ], - "result": { - "item": "minecraft:banner_pattern", - "data": 2 - } - } -} diff --git a/recipes/banner_pattern_skull.json b/recipes/banner_pattern_skull.json deleted file mode 100644 index a1cbb46..0000000 --- a/recipes/banner_pattern_skull.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:banner_pattern_skull" - }, - - - "tags": [ "crafting_table" ], - "group": "banner_pattern", - "ingredients": [ - { - "item": "minecraft:paper" - }, - { - "item": "minecraft:skull", - "data": 1 - } - ], - "result": { - "item": "minecraft:banner_pattern", - "data": 1 - } - } -} diff --git a/recipes/banner_pattern_thing.json b/recipes/banner_pattern_thing.json deleted file mode 100644 index e4e516c..0000000 --- a/recipes/banner_pattern_thing.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:banner_pattern_thing" - }, - - - "tags": [ "crafting_table" ], - "group": "banner_pattern", - "ingredients": [ - { - "item": "minecraft:paper" - }, - { - "item": "minecraft:appleenchanted" - } - ], - "result": { - "item": "minecraft:banner_pattern", - "data": 3 - } - } -} diff --git a/recipes/banner_pattern_vines.json b/recipes/banner_pattern_vines.json deleted file mode 100644 index c251e42..0000000 --- a/recipes/banner_pattern_vines.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:banner_pattern_vines" - }, - - - "tags": [ "crafting_table" ], - "group": "banner_pattern", - "ingredients": [ - { - "item": "minecraft:paper" - }, - { - "item": "minecraft:vine" - } - ], - "result": { - "item": "minecraft:banner_pattern", - "data": 5 - } - } -} diff --git a/recipes/barrel.json b/recipes/barrel.json deleted file mode 100644 index 8435db0..0000000 --- a/recipes/barrel.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:barrel" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#-#", - "# #", - "#-#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "-": { - "item": "minecraft:wooden_slab" - } - }, - "result": { - "item": "minecraft:barrel" - } - } -} diff --git a/recipes/barrel_from_crimson_slab.json b/recipes/barrel_from_crimson_slab.json deleted file mode 100644 index 86e9b2c..0000000 --- a/recipes/barrel_from_crimson_slab.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:barrel_from_crimson_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "ABA", - "A A", - "ABA" - ], - "key": { - "A": { - "item": "minecraft:stick" - }, - "B": { - "item": "crimson_slab" - } - }, - "result": { - "item": "minecraft:barrel", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/barrel_from_warped_slab.json b/recipes/barrel_from_warped_slab.json deleted file mode 100644 index 45c8b36..0000000 --- a/recipes/barrel_from_warped_slab.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:barrel_from_warped_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "ABA", - "A A", - "ABA" - ], - "key": { - "A": { - "item": "minecraft:stick" - }, - "B": { - "item": "warped_slab" - } - }, - "result": { - "item": "minecraft:barrel", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/basic_map_to_enhanced.json b/recipes/basic_map_to_enhanced.json deleted file mode 100644 index ff4ceab..0000000 --- a/recipes/basic_map_to_enhanced.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:basic_map_to_enhanced" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:emptymap", - "data": 1 - }, - { - "item": "minecraft:compass" - } - ], - "result": { - "item": "minecraft:emptymap", - "data": 2 - } - } -} diff --git a/recipes/beacon.json b/recipes/beacon.json deleted file mode 100644 index 48ba29c..0000000 --- a/recipes/beacon.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:beacon" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "GGG", - "GSG", - "OOO" - ], - "key": { - "S": { - "item": "minecraft:netherstar" - }, - "G": { - "item": "minecraft:glass" - }, - "O": { - "item": "minecraft:obsidian" - } - }, - "result": { - "item": "minecraft:beacon" - } - } -} diff --git a/recipes/beehive.json b/recipes/beehive.json deleted file mode 100644 index 4bb6fe3..0000000 --- a/recipes/beehive.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.14", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:beehive" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "ooo", - "###" - ], - "key": { - "#": { - "item": "minecraft:planks" - }, - "o": { - "item": "minecraft:honeycomb" - } - }, - "result": [ - { "item": "minecraft:beehive" } - ] - } -} diff --git a/recipes/beehive_from_crimson_planks.json b/recipes/beehive_from_crimson_planks.json deleted file mode 100644 index 370a6c5..0000000 --- a/recipes/beehive_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:beehive_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "BBB", - "AAA" - ], - "key": { - "A": { - "item": "crimson_planks" - }, - "B": { - "item": "honeycomb" - } - }, - "result": { - "item": "beehive", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/beehive_from_warped_planks.json b/recipes/beehive_from_warped_planks.json deleted file mode 100644 index 1b9edfd..0000000 --- a/recipes/beehive_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:beehive_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "BBB", - "AAA" - ], - "key": { - "A": { - "item": "warped_planks" - }, - "B": { - "item": "honeycomb" - } - }, - "result": { - "item": "beehive", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/beetroot_soup.json b/recipes/beetroot_soup.json deleted file mode 100644 index 927b055..0000000 --- a/recipes/beetroot_soup.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:beetroot_soup" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:beetroot", - "count": 6 - } - ], - "result": { - "item": "minecraft:beetroot_soup" - } - } -} diff --git a/recipes/birch_boat.json b/recipes/birch_boat.json deleted file mode 100644 index 7b6a92c..0000000 --- a/recipes/birch_boat.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:birch_boat" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#P#", - "###" - ], - "key": { - "P": { - "item": "minecraft:wooden_shovel" - }, - "#": { - "item": "minecraft:planks", - "data": 2 - } - }, - "result": { - "item": "minecraft:boat", - "data": 2 - } - } -} diff --git a/recipes/birch_door.json b/recipes/birch_door.json deleted file mode 100644 index ee2214a..0000000 --- a/recipes/birch_door.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:birch_door" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_door", - "pattern": [ - "##", - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 2 - } - }, - "result": { - "item": "minecraft:birch_door", - "count": 3 - } - } -} diff --git a/recipes/birch_fence.json b/recipes/birch_fence.json deleted file mode 100644 index c8ebe11..0000000 --- a/recipes/birch_fence.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:birch_fence" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "W#W", - "W#W" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:planks", - "data": 2 - } - }, - "result": { - "item": "minecraft:fence", - "data": 2, - "count": 3 - } - } -} diff --git a/recipes/birch_fence_gate.json b/recipes/birch_fence_gate.json deleted file mode 100644 index 69b543f..0000000 --- a/recipes/birch_fence_gate.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:birch_fence_gate" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_fence_gate", - "pattern": [ - "#W#", - "#W#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:planks", - "data": 2 - } - }, - "result": { - "item": "minecraft:birch_fence_gate" - } - } -} diff --git a/recipes/birch_planks.json b/recipes/birch_planks.json deleted file mode 100644 index 907e317..0000000 --- a/recipes/birch_planks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:birch_planks" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:log", - "data": 2 - } - }, - "result": { - "item": "minecraft:planks", - "data": 2, - "count": 4 - } - } -} diff --git a/recipes/birch_planks_from_stripped.json b/recipes/birch_planks_from_stripped.json deleted file mode 100644 index 6236a30..0000000 --- a/recipes/birch_planks_from_stripped.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:birch_planks_from_stripped" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:stripped_birch_log" - } - }, - "result": { - "item": "minecraft:planks", - "data": 2, - "count": 4 - } - } -} diff --git a/recipes/birch_planks_from_stripped_wood.json b/recipes/birch_planks_from_stripped_wood.json deleted file mode 100644 index ac69ea6..0000000 --- a/recipes/birch_planks_from_stripped_wood.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:birch_planks_from_stripped_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:wood", - "data": 10 - } - }, - "result": { - "item": "minecraft:planks", - "data": 2, - "count": 4 - } - } -} diff --git a/recipes/birch_planks_from_wood.json b/recipes/birch_planks_from_wood.json deleted file mode 100644 index ccf7002..0000000 --- a/recipes/birch_planks_from_wood.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:birch_planks_from_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:wood", - "data": 2 - } - }, - "result": { - "item": "minecraft:planks", - "data": 2, - "count": 4 - } - } -} diff --git a/recipes/birch_stairs.json b/recipes/birch_stairs.json deleted file mode 100644 index 1c510ce..0000000 --- a/recipes/birch_stairs.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:birch_stairs" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_stairs", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 2 - } - }, - "result": { - "item": "minecraft:birch_stairs", - "count": 4 - } - } -} diff --git a/recipes/birch_wood.json b/recipes/birch_wood.json deleted file mode 100644 index a21a444..0000000 --- a/recipes/birch_wood.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:birch_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:log", - "data": 2 - } - }, - "result": { - "item": "minecraft:wood", - "data": 2, - "count": 3 - } - } -} diff --git a/recipes/birch_wood_stripped.json b/recipes/birch_wood_stripped.json deleted file mode 100644 index 979895e..0000000 --- a/recipes/birch_wood_stripped.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:birch_wood_stripped" - }, - - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:stripped_birch_log" - } - }, - "result": { - "item": "minecraft:wood", - "data": 10, - "count": 3 - } - } -} diff --git a/recipes/birch_wooden_slab.json b/recipes/birch_wooden_slab.json deleted file mode 100644 index 24288ee..0000000 --- a/recipes/birch_wooden_slab.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:birch_wooden_slab" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_slab", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 2 - } - }, - "result": { - "item": "minecraft:wooden_slab", - "data": 2, - "count": 6 - } - } -} diff --git a/recipes/black_banner.json b/recipes/black_banner.json deleted file mode 100644 index a7cfef2..0000000 --- a/recipes/black_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:black_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 15 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 0 - } - } -} diff --git a/recipes/black_candle.json b/recipes/black_candle.json deleted file mode 100644 index 8535cba..0000000 --- a/recipes/black_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:black_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 16 - } - ], - "result": { - "item": "minecraft:black_candle" - } - } -} \ No newline at end of file diff --git a/recipes/black_candle_from_ink_sac.json b/recipes/black_candle_from_ink_sac.json deleted file mode 100644 index 5cae119..0000000 --- a/recipes/black_candle_from_ink_sac.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:black_candle_from_ink_sac" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 0 - } - ], - "result": { - "item": "minecraft:black_candle" - } - } -} \ No newline at end of file diff --git a/recipes/black_carpet.json b/recipes/black_carpet.json deleted file mode 100644 index d032231..0000000 --- a/recipes/black_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:black_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 15 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 15, - "count": 3 - } - } -} diff --git a/recipes/black_carpet_from_white.json b/recipes/black_carpet_from_white.json deleted file mode 100644 index 491be50..0000000 --- a/recipes/black_carpet_from_white.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:black_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "priority": 1, - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 16 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 15, - "count": 8 - } - } -} diff --git a/recipes/black_concrete_powder.json b/recipes/black_concrete_powder.json deleted file mode 100644 index 2ffec1c..0000000 --- a/recipes/black_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:black_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 16 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 15, - "count": 8 - } - } -} diff --git a/recipes/black_concrete_powder_from_ink_sac.json b/recipes/black_concrete_powder_from_ink_sac.json deleted file mode 100644 index 7a082be..0000000 --- a/recipes/black_concrete_powder_from_ink_sac.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:black_concrete_powder_from_ink_sac" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "priority": 1, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 15, - "count": 8 - } - } -} diff --git a/recipes/black_dye_from_ink_sac.json b/recipes/black_dye_from_ink_sac.json deleted file mode 100644 index 5e7cfd3..0000000 --- a/recipes/black_dye_from_ink_sac.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:black_dye_from_ink_sac" - }, - - - "tags": [ "crafting_table" ], - "group": "black_dye", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 0 - } - ], - "result": { - "item": "minecraft:dye", - "data": 16 - } - } -} diff --git a/recipes/black_dye_from_wither_rose.json b/recipes/black_dye_from_wither_rose.json deleted file mode 100644 index 68448ba..0000000 --- a/recipes/black_dye_from_wither_rose.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:black_dye_from_wither_rose" - }, - "tags": [ "crafting_table" ], - "group": "black_dye", - "ingredients": [ - { - "item": "minecraft:wither_rose" - } - ], - "result": { - "item": "minecraft:dye", - "data": 16 - } - } -} diff --git a/recipes/black_stained_glass.json b/recipes/black_stained_glass.json deleted file mode 100644 index d3e5ec6..0000000 --- a/recipes/black_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:black_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 16 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 15, - "count": 8 - } - } -} diff --git a/recipes/black_stained_glass_from_ink_sac.json b/recipes/black_stained_glass_from_ink_sac.json deleted file mode 100644 index 594daeb..0000000 --- a/recipes/black_stained_glass_from_ink_sac.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:black_stained_glass_from_ink_sac" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "priority": 1, - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 0 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 15, - "count": 8 - } - } -} diff --git a/recipes/black_stained_glass_pane.json b/recipes/black_stained_glass_pane.json deleted file mode 100644 index 13296ad..0000000 --- a/recipes/black_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:black_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 15 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 15, - "count": 16 - } - } -} diff --git a/recipes/black_stained_glass_pane_from_pane.json b/recipes/black_stained_glass_pane_from_pane.json deleted file mode 100644 index e7ab5bd..0000000 --- a/recipes/black_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:black_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 16 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 15, - "count": 8 - } - } -} diff --git a/recipes/black_stained_hardened_clay.json b/recipes/black_stained_hardened_clay.json deleted file mode 100644 index 722e1c4..0000000 --- a/recipes/black_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:black_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 16 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 15, - "count": 8 - } - } -} diff --git a/recipes/black_stained_hardened_clay_from_ink_sac.json b/recipes/black_stained_hardened_clay_from_ink_sac.json deleted file mode 100644 index b481e99..0000000 --- a/recipes/black_stained_hardened_clay_from_ink_sac.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:black_stained_hardened_clay_from_ink_sac" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "priority": 1, - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 0 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 15, - "count": 8 - } - } -} diff --git a/recipes/blackstone_slab.json b/recipes/blackstone_slab.json deleted file mode 100644 index ac54d16..0000000 --- a/recipes/blackstone_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blackstone_slab" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:blackstone" - } - }, - "result": { - "item": "minecraft:blackstone_slab", - "count": 6 - } - } -} diff --git a/recipes/blackstone_stairs.json b/recipes/blackstone_stairs.json deleted file mode 100644 index 201f9ff..0000000 --- a/recipes/blackstone_stairs.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blackstone_stairs" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:blackstone" - } - }, - "result": { - "item": "minecraft:blackstone_stairs", - "count": 4 - } - } -} diff --git a/recipes/blackstone_wall.json b/recipes/blackstone_wall.json deleted file mode 100644 index 6dbb86a..0000000 --- a/recipes/blackstone_wall.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blackstone_wall" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:blackstone" - } - }, - "result": { - "item": "minecraft:blackstone_wall", - "count": 6 - } - } -} diff --git a/recipes/blast_furnace.json b/recipes/blast_furnace.json deleted file mode 100644 index 8d7ac57..0000000 --- a/recipes/blast_furnace.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blast_furnace" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "III", - "IFI", - "###" - ], - "key": { - "#": { - "item": "minecraft:smooth_stone" - }, - "I": { - "item": "minecraft:iron_ingot" - }, - "F": { - "item": "minecraft:furnace" - } - }, - "result": { - "item": "minecraft:blast_furnace" - } - } -} diff --git a/recipes/blaze_powder.json b/recipes/blaze_powder.json deleted file mode 100644 index b451542..0000000 --- a/recipes/blaze_powder.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:blaze_powder" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:blaze_rod" - } - ], - "result": { - "item": "minecraft:blaze_powder", - "count": 2 - } - } -} diff --git a/recipes/blue_banner.json b/recipes/blue_banner.json deleted file mode 100644 index af5a954..0000000 --- a/recipes/blue_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blue_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 11 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 4 - } - } -} diff --git a/recipes/blue_candle.json b/recipes/blue_candle.json deleted file mode 100644 index 48b034a..0000000 --- a/recipes/blue_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:blue_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 18 - } - ], - "result": { - "item": "minecraft:blue_candle" - } - } -} \ No newline at end of file diff --git a/recipes/blue_candle_from_lapis_lazuli.json b/recipes/blue_candle_from_lapis_lazuli.json deleted file mode 100644 index b09feee..0000000 --- a/recipes/blue_candle_from_lapis_lazuli.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:blue_candle_from_lapis_lazuli" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 4 - } - ], - "result": { - "item": "minecraft:blue_candle" - } - } -} \ No newline at end of file diff --git a/recipes/blue_carpet.json b/recipes/blue_carpet.json deleted file mode 100644 index ca19ac6..0000000 --- a/recipes/blue_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blue_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 11 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 11, - "count": 3 - } - } -} diff --git a/recipes/blue_carpet_from_white.json b/recipes/blue_carpet_from_white.json deleted file mode 100644 index f2094a1..0000000 --- a/recipes/blue_carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blue_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 18 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 11, - "count": 8 - } - } -} diff --git a/recipes/blue_concrete_powder.json b/recipes/blue_concrete_powder.json deleted file mode 100644 index dccc3a0..0000000 --- a/recipes/blue_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:blue_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 18 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 11, - "count": 8 - } - } -} diff --git a/recipes/blue_concrete_powder_from_lapis_lazuli.json b/recipes/blue_concrete_powder_from_lapis_lazuli.json deleted file mode 100644 index 8fd2caa..0000000 --- a/recipes/blue_concrete_powder_from_lapis_lazuli.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:blue_concrete_powder_from_lapis_lazuli" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "priority": 1, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 4 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 11, - "count": 8 - } - } -} diff --git a/recipes/blue_dye_from_cornflower.json b/recipes/blue_dye_from_cornflower.json deleted file mode 100644 index f99f456..0000000 --- a/recipes/blue_dye_from_cornflower.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:blue_dye_from_cornflower" - }, - - - "tags": [ "crafting_table" ], - "group": "blue_dye", - "ingredients": [ - { - "item": "minecraft:red_flower", - "data": 9 - } - ], - "result": { - "item": "minecraft:dye", - "data": 18 - } - } -} diff --git a/recipes/blue_dye_from_lapis_lazuli.json b/recipes/blue_dye_from_lapis_lazuli.json deleted file mode 100644 index 1b458ef..0000000 --- a/recipes/blue_dye_from_lapis_lazuli.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:blue_dye_from_lapis_lazuli" - }, - - - "tags": [ "crafting_table" ], - "group": "blue_dye", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 4 - } - ], - "result": { - "item": "minecraft:dye", - "data": 18 - } - } -} diff --git a/recipes/blue_ice.json b/recipes/blue_ice.json deleted file mode 100644 index f7ac5b7..0000000 --- a/recipes/blue_ice.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blue_ice" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:packed_ice" - } - }, - "result": { - "item": "minecraft:blue_ice", - "count": 1 - } - } -} diff --git a/recipes/blue_stained_glass.json b/recipes/blue_stained_glass.json deleted file mode 100644 index 9b23e7f..0000000 --- a/recipes/blue_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blue_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 18 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 11, - "count": 8 - } - } -} diff --git a/recipes/blue_stained_glass_from_lapis_lazuli.json b/recipes/blue_stained_glass_from_lapis_lazuli.json deleted file mode 100644 index c7a0e42..0000000 --- a/recipes/blue_stained_glass_from_lapis_lazuli.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blue_stained_glass_from_lapis_lazuli" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "priority": 1, - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 4 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 11, - "count": 8 - } - } -} diff --git a/recipes/blue_stained_glass_pane.json b/recipes/blue_stained_glass_pane.json deleted file mode 100644 index a7605af..0000000 --- a/recipes/blue_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blue_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 11 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 11, - "count": 16 - } - } -} diff --git a/recipes/blue_stained_glass_pane_from_pane.json b/recipes/blue_stained_glass_pane_from_pane.json deleted file mode 100644 index e4ede4d..0000000 --- a/recipes/blue_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blue_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 18 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 11, - "count": 8 - } - } -} diff --git a/recipes/blue_stained_hardened_clay.json b/recipes/blue_stained_hardened_clay.json deleted file mode 100644 index 72123be..0000000 --- a/recipes/blue_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blue_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 18 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 11, - "count": 8 - } - } -} diff --git a/recipes/blue_stained_hardened_clay_from_lapis_lazuli.json b/recipes/blue_stained_hardened_clay_from_lapis_lazuli.json deleted file mode 100644 index d2f52ab..0000000 --- a/recipes/blue_stained_hardened_clay_from_lapis_lazuli.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:blue_stained_hardened_clay_from_lapis_lazuli" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "priority": 1, - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 4 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 11, - "count": 8 - } - } -} diff --git a/recipes/boat.json b/recipes/boat.json deleted file mode 100644 index 66d355f..0000000 --- a/recipes/boat.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:boat" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#P#", - "###" - ], - "key": { - "P": { - "item": "minecraft:wooden_shovel" - }, - "#": { - "item": "minecraft:planks", - "data": 0 - } - }, - "result": { - "item": "minecraft:boat", - "data": 0 - } - } -} diff --git a/recipes/bone_block.json b/recipes/bone_block.json deleted file mode 100644 index c2f26a3..0000000 --- a/recipes/bone_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:bone_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - "XXX", - "XXX" - ], - "key": { - "X": { - "item": "minecraft:dye", - "data": 15 - } - }, - "result": { - "item": "minecraft:bone_block" - } - } -} diff --git a/recipes/bone_meal_from_block.json b/recipes/bone_meal_from_block.json deleted file mode 100644 index ae774d7..0000000 --- a/recipes/bone_meal_from_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:bone_meal_from_block" - }, - - - "tags": [ "crafting_table" ], - "group": "bonemeal", - "ingredients": [ - { - "item": "minecraft:bone_block" - } - ], - "result": { - "item": "minecraft:dye", - "data": 15, - "count": 9 - } - } -} diff --git a/recipes/bone_meal_from_bone.json b/recipes/bone_meal_from_bone.json deleted file mode 100644 index a33edff..0000000 --- a/recipes/bone_meal_from_bone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:bone_meal_from_bone" - }, - - - "tags": [ "crafting_table" ], - "group": "bonemeal", - "ingredients": [ - { - "item": "minecraft:bone" - } - ], - "result": { - "item": "minecraft:dye", - "data": 15, - "count": 3 - } - } -} diff --git a/recipes/book.json b/recipes/book.json deleted file mode 100644 index f8d2765..0000000 --- a/recipes/book.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:book" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:paper", - "data": 0 - }, - { - "item": "minecraft:paper", - "data": 0 - }, - { - "item": "minecraft:paper", - "data": 0 - }, - { - "item": "minecraft:leather", - "data": 0 - } - ], - "result": { - "item": "minecraft:book", - "count": 1 - } - } -} diff --git a/recipes/bookshelf_from_crimson_planks.json b/recipes/bookshelf_from_crimson_planks.json deleted file mode 100644 index 417c01b..0000000 --- a/recipes/bookshelf_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:bookshelf_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "BBB", - "AAA" - ], - "key": { - "A": { - "item": "crimson_planks" - }, - "B": { - "item": "book" - } - }, - "result": { - "item": "bookshelf", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/bookshelf_from_warped_planks.json b/recipes/bookshelf_from_warped_planks.json deleted file mode 100644 index 230eb79..0000000 --- a/recipes/bookshelf_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:bookshelf_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "BBB", - "AAA" - ], - "key": { - "A": { - "item": "warped_planks" - }, - "B": { - "item": "book" - } - }, - "result": { - "item": "bookshelf", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/bow.json b/recipes/bow.json deleted file mode 100644 index 6a06ee0..0000000 --- a/recipes/bow.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:bow" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " #X", - "# X", - " #X" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:string" - } - }, - "result": { - "item": "minecraft:bow" - } - } -} diff --git a/recipes/bowl_from_crimson_planks.json b/recipes/bowl_from_crimson_planks.json deleted file mode 100644 index 11dcddf..0000000 --- a/recipes/bowl_from_crimson_planks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:bowl_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A A", - " A " - ], - "key": { - "A": { - "item": "crimson_planks" - } - }, - "result": { - "item": "bowl", - "count": 4 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/bowl_from_warped_planks.json b/recipes/bowl_from_warped_planks.json deleted file mode 100644 index dbdffe2..0000000 --- a/recipes/bowl_from_warped_planks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:bowl_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A A", - " A " - ], - "key": { - "A": { - "item": "warped_planks" - } - }, - "result": { - "item": "bowl", - "count": 4 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/bread.json b/recipes/bread.json deleted file mode 100644 index 8fb638d..0000000 --- a/recipes/bread.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:bread" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:wheat" - } - }, - "result": { - "item": "minecraft:bread" - } - } -} diff --git a/recipes/brew_awkward_blaze_powder.json b/recipes/brew_awkward_blaze_powder.json deleted file mode 100644 index 65b4cba..0000000 --- a/recipes/brew_awkward_blaze_powder.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_awkward_blaze_powder" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:awkward", - "reagent": "minecraft:blaze_powder", - "output": "minecraft:potion_type:strength" - } - -} diff --git a/recipes/brew_awkward_fermented_spider_eye.json b/recipes/brew_awkward_fermented_spider_eye.json deleted file mode 100644 index cd86af9..0000000 --- a/recipes/brew_awkward_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_awkward_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:awkward", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:weakness" - } - -} diff --git a/recipes/brew_awkward_ghast_tear.json b/recipes/brew_awkward_ghast_tear.json deleted file mode 100644 index 475046c..0000000 --- a/recipes/brew_awkward_ghast_tear.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_awkward_ghast_tear" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:awkward", - "reagent": "minecraft:ghast_tear", - "output": "minecraft:potion_type:regeneration" - } - -} diff --git a/recipes/brew_awkward_golden_carrot.json b/recipes/brew_awkward_golden_carrot.json deleted file mode 100644 index f3cba43..0000000 --- a/recipes/brew_awkward_golden_carrot.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_awkward_golden_carrot" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:awkward", - "reagent": "minecraft:golden_carrot", - "output": "minecraft:potion_type:nightvision" - } - -} diff --git a/recipes/brew_awkward_magma_cream.json b/recipes/brew_awkward_magma_cream.json deleted file mode 100644 index e3bc3a0..0000000 --- a/recipes/brew_awkward_magma_cream.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_awkward_magma_cream" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:awkward", - "reagent": "minecraft:magma_cream", - "output": "minecraft:potion_type:fire_resistance" - } - -} diff --git a/recipes/brew_awkward_phantom_membrane.json b/recipes/brew_awkward_phantom_membrane.json deleted file mode 100644 index 980c662..0000000 --- a/recipes/brew_awkward_phantom_membrane.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_awkward_phantom_membrane" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:awkward", - "reagent": "minecraft:phantom_membrane", - "output": "minecraft:potion_type:slow_falling" - } - -} diff --git a/recipes/brew_awkward_puffer_fish.json b/recipes/brew_awkward_puffer_fish.json deleted file mode 100644 index c865db1..0000000 --- a/recipes/brew_awkward_puffer_fish.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_awkward_puffer_fish" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:awkward", - "reagent": "minecraft:pufferfish", - "output": "minecraft:potion_type:water_breathing" - } - -} diff --git a/recipes/brew_awkward_rabbit_foot.json b/recipes/brew_awkward_rabbit_foot.json deleted file mode 100644 index 4c56dd9..0000000 --- a/recipes/brew_awkward_rabbit_foot.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_awkward_rabbit_foot" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:awkward", - "reagent": "minecraft:rabbit_foot", - "output": "minecraft:potion_type:leaping" - } - -} diff --git a/recipes/brew_awkward_speckled_melon.json b/recipes/brew_awkward_speckled_melon.json deleted file mode 100644 index e13f817..0000000 --- a/recipes/brew_awkward_speckled_melon.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_breathing_speckled_melon" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:awkward", - "reagent": "minecraft:speckled_melon", - "output": "minecraft:potion_type:healing" - } - -} diff --git a/recipes/brew_awkward_spider_eye.json b/recipes/brew_awkward_spider_eye.json deleted file mode 100644 index 63a29ab..0000000 --- a/recipes/brew_awkward_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_awkward_poison" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:awkward", - "reagent": "minecraft:spider_eye", - "output": "minecraft:potion_type:poison" - } - -} diff --git a/recipes/brew_awkward_sugar.json b/recipes/brew_awkward_sugar.json deleted file mode 100644 index 2ed8cf8..0000000 --- a/recipes/brew_awkward_sugar.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_awkward_sugar" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:awkward", - "reagent": "minecraft:sugar", - "output": "minecraft:potion_type:swiftness" - } - -} diff --git a/recipes/brew_awkward_turtle_helmet.json b/recipes/brew_awkward_turtle_helmet.json deleted file mode 100644 index 2c8b782..0000000 --- a/recipes/brew_awkward_turtle_helmet.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_awkward_turtle_helmet" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:awkward", - "reagent": "minecraft:turtle_helmet", - "output": "minecraft:potion_type:turtle_master" - } - -} diff --git a/recipes/brew_fireresistance_redstone.json b/recipes/brew_fireresistance_redstone.json deleted file mode 100644 index 8b20a54..0000000 --- a/recipes/brew_fireresistance_redstone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_fireresistance_redstone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:fire_resistance", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_fire_resistance" - } - -} diff --git a/recipes/brew_harming_glowstone_dust.json b/recipes/brew_harming_glowstone_dust.json deleted file mode 100644 index 46e68a8..0000000 --- a/recipes/brew_harming_glowstone_dust.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_harming_glowstone_dust" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:harming", - "reagent": "minecraft:glowstone_dust", - "output": "minecraft:potion_type:strong_harming" - } - -} diff --git a/recipes/brew_healing_fermented_spider_eye.json b/recipes/brew_healing_fermented_spider_eye.json deleted file mode 100644 index ff0f974..0000000 --- a/recipes/brew_healing_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_healing_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:healing", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:harming" - } - -} diff --git a/recipes/brew_healing_glowstone_dust.json b/recipes/brew_healing_glowstone_dust.json deleted file mode 100644 index be73d91..0000000 --- a/recipes/brew_healing_glowstone_dust.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_healing_glowstone_dust" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:healing", - "reagent": "minecraft:glowstone_dust", - "output": "minecraft:potion_type:strong_healing" - } - -} diff --git a/recipes/brew_invisibility_red_stone.json b/recipes/brew_invisibility_red_stone.json deleted file mode 100644 index 6c17f6d..0000000 --- a/recipes/brew_invisibility_red_stone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_invisibility_red_stone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:invisibility", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_invisibility" - } - -} diff --git a/recipes/brew_leaping_fermented_spider_eye.json b/recipes/brew_leaping_fermented_spider_eye.json deleted file mode 100644 index b675e38..0000000 --- a/recipes/brew_leaping_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_leaping_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:leaping", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:slowness" - } - -} diff --git a/recipes/brew_leaping_glow_stone.json b/recipes/brew_leaping_glow_stone.json deleted file mode 100644 index 739c977..0000000 --- a/recipes/brew_leaping_glow_stone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_leaping_glow_stone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:leaping", - "reagent": "minecraft:glowstone_dust", - "output": "minecraft:potion_type:strong_leaping" - } - -} diff --git a/recipes/brew_leaping_red_stone.json b/recipes/brew_leaping_red_stone.json deleted file mode 100644 index c282780..0000000 --- a/recipes/brew_leaping_red_stone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_leaping_red_stone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:leaping", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_leaping" - } - -} diff --git a/recipes/brew_long_leaping_fermented_spider_eye.json b/recipes/brew_long_leaping_fermented_spider_eye.json deleted file mode 100644 index faffa54..0000000 --- a/recipes/brew_long_leaping_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_longleaping_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:long_leaping", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:long_slowness" - } - -} diff --git a/recipes/brew_long_mundane_fermented_spider_eye.json b/recipes/brew_long_mundane_fermented_spider_eye.json deleted file mode 100644 index bb3fdf6..0000000 --- a/recipes/brew_long_mundane_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_long_mundane_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:long_mundane", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:long_weakness" - } - -} diff --git a/recipes/brew_long_poison_fermented_spider_eye.json b/recipes/brew_long_poison_fermented_spider_eye.json deleted file mode 100644 index a8411bc..0000000 --- a/recipes/brew_long_poison_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_longPoison_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:long_poison", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:harming" - } - -} diff --git a/recipes/brew_long_strength_fermented_spider_eye.json b/recipes/brew_long_strength_fermented_spider_eye.json deleted file mode 100644 index 838dd1a..0000000 --- a/recipes/brew_long_strength_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_long_strength_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:long_strength", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:long_weakness" - } - -} diff --git a/recipes/brew_longnightvision_fermented_spider_eye.json b/recipes/brew_longnightvision_fermented_spider_eye.json deleted file mode 100644 index 1f195d6..0000000 --- a/recipes/brew_longnightvision_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_longnightvision_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:long_nightvision", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:long_invisibility" - } - -} diff --git a/recipes/brew_longswiftness_fermented_spider_eye.json b/recipes/brew_longswiftness_fermented_spider_eye.json deleted file mode 100644 index 859e594..0000000 --- a/recipes/brew_longswiftness_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_longswiftness_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:long_swiftness", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:long_slowness" - } - -} diff --git a/recipes/brew_mundane_fermented_spider_eye.json b/recipes/brew_mundane_fermented_spider_eye.json deleted file mode 100644 index 7d6de96..0000000 --- a/recipes/brew_mundane_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_mundane_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:mundane", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:weakness" - } - -} diff --git a/recipes/brew_nightvision_fermented_spider_eye.json b/recipes/brew_nightvision_fermented_spider_eye.json deleted file mode 100644 index 7d1c187..0000000 --- a/recipes/brew_nightvision_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_nightvision_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:nightvision", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:invisibility" - } - -} diff --git a/recipes/brew_nightvision_redstone.json b/recipes/brew_nightvision_redstone.json deleted file mode 100644 index 33dab51..0000000 --- a/recipes/brew_nightvision_redstone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_nightvision_redstone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:nightvision", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_nightvision" - } - -} diff --git a/recipes/brew_poison_fermented_spider_eye.json b/recipes/brew_poison_fermented_spider_eye.json deleted file mode 100644 index 17c34c4..0000000 --- a/recipes/brew_poison_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_poison_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:poison", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:harming" - } - -} diff --git a/recipes/brew_poison_glowstone_dust.json b/recipes/brew_poison_glowstone_dust.json deleted file mode 100644 index e330fd4..0000000 --- a/recipes/brew_poison_glowstone_dust.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_poison_glowstone_dust" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:poison", - "reagent": "minecraft:glowstone_dust", - "output": "minecraft:potion_type:strong_poison" - } - -} diff --git a/recipes/brew_poison_redstone.json b/recipes/brew_poison_redstone.json deleted file mode 100644 index 6778b56..0000000 --- a/recipes/brew_poison_redstone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_poison_redstone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:poison", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_poison" - } - -} diff --git a/recipes/brew_potion_sulphur.json b/recipes/brew_potion_sulphur.json deleted file mode 100644 index ed0edfa..0000000 --- a/recipes/brew_potion_sulphur.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_container": { - "description": { - "identifier": "minecraft:brew_potion_sulphur" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion", - "reagent": "minecraft:gunpowder", - "output": "minecraft:splash_potion" - } - -} diff --git a/recipes/brew_regeneration_glowstone_dust.json b/recipes/brew_regeneration_glowstone_dust.json deleted file mode 100644 index e2a3180..0000000 --- a/recipes/brew_regeneration_glowstone_dust.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_regeneration_glowstone_dust" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:regeneration", - "reagent": "minecraft:glowstone_dust", - "output": "minecraft:potion_type:strong_regeneration" - } - -} diff --git a/recipes/brew_regeneration_redstone.json b/recipes/brew_regeneration_redstone.json deleted file mode 100644 index 086c20e..0000000 --- a/recipes/brew_regeneration_redstone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_regeneration_redstone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:regeneration", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_regeneration" - } - -} diff --git a/recipes/brew_slow_falling_redstone.json b/recipes/brew_slow_falling_redstone.json deleted file mode 100644 index 18b688a..0000000 --- a/recipes/brew_slow_falling_redstone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_slow_falling_redstone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:slow_falling", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_slow_falling" - } - -} diff --git a/recipes/brew_slowness_glowstone_dust.json b/recipes/brew_slowness_glowstone_dust.json deleted file mode 100644 index 4da615d..0000000 --- a/recipes/brew_slowness_glowstone_dust.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_slowness_glowstone_dust" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:slowness", - "reagent": "minecraft:glowstone_dust", - "output": "minecraft:potion_type:strong_slowness" - } - -} diff --git a/recipes/brew_slowness_redstone.json b/recipes/brew_slowness_redstone.json deleted file mode 100644 index d71a375..0000000 --- a/recipes/brew_slowness_redstone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_slowness_red_stone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:slowness", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_slowness" - } - -} diff --git a/recipes/brew_splash_potion_dragon_breath.json b/recipes/brew_splash_potion_dragon_breath.json deleted file mode 100644 index b432827..0000000 --- a/recipes/brew_splash_potion_dragon_breath.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_container": { - "description": { - "identifier": "minecraft:brew_splash_potion_dragon_breath" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:splash_potion", - "reagent": "minecraft:dragon_breath", - "output": "minecraft:lingering_potion" - } - -} diff --git a/recipes/brew_strength_fermented_spider_eye.json b/recipes/brew_strength_fermented_spider_eye.json deleted file mode 100644 index 8a86355..0000000 --- a/recipes/brew_strength_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_strength_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:strength", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:weakness" - } - -} diff --git a/recipes/brew_strength_glowstone_dust.json b/recipes/brew_strength_glowstone_dust.json deleted file mode 100644 index f223e58..0000000 --- a/recipes/brew_strength_glowstone_dust.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_strength_glowstone_dust" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:strength", - "reagent": "minecraft:glowstone_dust", - "output": "minecraft:potion_type:strong_strength" - } - -} diff --git a/recipes/brew_strength_redstone.json b/recipes/brew_strength_redstone.json deleted file mode 100644 index 93db209..0000000 --- a/recipes/brew_strength_redstone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_strength_redstone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:strength", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_strength" - } - -} diff --git a/recipes/brew_strong_healing_fermented_spider_eye.json b/recipes/brew_strong_healing_fermented_spider_eye.json deleted file mode 100644 index 2b73b5e..0000000 --- a/recipes/brew_strong_healing_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_strongHealing_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:strong_healing", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:strong_harming" - } - -} diff --git a/recipes/brew_strong_poison_fermented_spider_eye.json b/recipes/brew_strong_poison_fermented_spider_eye.json deleted file mode 100644 index f446f06..0000000 --- a/recipes/brew_strong_poison_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_strong_poison_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:strong_poison", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:strong_harming" - } - -} diff --git a/recipes/brew_strong_strength_fermented_spider_eye.json b/recipes/brew_strong_strength_fermented_spider_eye.json deleted file mode 100644 index f5f9158..0000000 --- a/recipes/brew_strong_strength_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_strong_strength_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:strong_strength", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:weakness" - } - -} diff --git a/recipes/brew_swiftness_fermented_spider_eye.json b/recipes/brew_swiftness_fermented_spider_eye.json deleted file mode 100644 index 0cb1148..0000000 --- a/recipes/brew_swiftness_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_swiftness_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:swiftness", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:slowness" - } - -} diff --git a/recipes/brew_swiftness_glowstone_dust.json b/recipes/brew_swiftness_glowstone_dust.json deleted file mode 100644 index a4e8c86..0000000 --- a/recipes/brew_swiftness_glowstone_dust.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_swiftness_glowstone_dust" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:swiftness", - "reagent": "minecraft:glowstone_dust", - "output": "minecraft:potion_type:strong_swiftness" - } - -} diff --git a/recipes/brew_swiftness_redstone.json b/recipes/brew_swiftness_redstone.json deleted file mode 100644 index e09913b..0000000 --- a/recipes/brew_swiftness_redstone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_swiftness_redstone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:swiftness", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_swiftness" - } - -} diff --git a/recipes/brew_thick_fermented_spider_eye.json b/recipes/brew_thick_fermented_spider_eye.json deleted file mode 100644 index a62fde5..0000000 --- a/recipes/brew_thick_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_thick_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:thick", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:weakness" - } - -} diff --git a/recipes/brew_turtle_master_glowstone_dust.json b/recipes/brew_turtle_master_glowstone_dust.json deleted file mode 100644 index a596aaa..0000000 --- a/recipes/brew_turtle_master_glowstone_dust.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_turtleMaster_glowstone_dust" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:turtle_master", - "reagent": "minecraft:glowstone_dust", - "output": "minecraft:potion_type:strong_turtle_master" - } - -} diff --git a/recipes/brew_turtle_master_redstone.json b/recipes/brew_turtle_master_redstone.json deleted file mode 100644 index 2dabf6d..0000000 --- a/recipes/brew_turtle_master_redstone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_turtleMaster_redstone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:turtle_master", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_turtle_master" - } - -} diff --git a/recipes/brew_water_blaze_powder.json b/recipes/brew_water_blaze_powder.json deleted file mode 100644 index ac7e42a..0000000 --- a/recipes/brew_water_blaze_powder.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_blaze_powder" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:water", - "reagent": "minecraft:blaze_powder", - "output": "minecraft:potion_type:mundane" - } - -} diff --git a/recipes/brew_water_breathing_redstone.json b/recipes/brew_water_breathing_redstone.json deleted file mode 100644 index 0c04922..0000000 --- a/recipes/brew_water_breathing_redstone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_breathing_redstone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:water_breathing", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_water_breathing" - } - -} diff --git a/recipes/brew_water_fermented_spider_eye.json b/recipes/brew_water_fermented_spider_eye.json deleted file mode 100644 index f68a709..0000000 --- a/recipes/brew_water_fermented_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_fermented_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:water", - "reagent": "minecraft:fermented_spider_eye", - "output": "minecraft:potion_type:weakness" - } - -} diff --git a/recipes/brew_water_ghast_tear.json b/recipes/brew_water_ghast_tear.json deleted file mode 100644 index d81e157..0000000 --- a/recipes/brew_water_ghast_tear.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_ghast_tear" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:water", - "reagent": "minecraft:ghast_tear", - "output": "minecraft:potion_type:mundane" - } - -} diff --git a/recipes/brew_water_glow_stone.json b/recipes/brew_water_glow_stone.json deleted file mode 100644 index 98e3e17..0000000 --- a/recipes/brew_water_glow_stone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_glow_stone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:water", - "reagent": "minecraft:glowstone_dust", - "output": "minecraft:potion_type:Thick" - } - -} diff --git a/recipes/brew_water_magma_cream.json b/recipes/brew_water_magma_cream.json deleted file mode 100644 index afe936a..0000000 --- a/recipes/brew_water_magma_cream.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_magma_cream" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:water", - "reagent": "minecraft:magma_cream", - "output": "minecraft:potion_type:mundane" - } - -} diff --git a/recipes/brew_water_nether_wart.json b/recipes/brew_water_nether_wart.json deleted file mode 100644 index 62998be..0000000 --- a/recipes/brew_water_nether_wart.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_nether_wart" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:water", - "reagent": "minecraft:nether_wart", - "output": "minecraft:potion_type:Awkward" - } - -} diff --git a/recipes/brew_water_rabbit_foot.json b/recipes/brew_water_rabbit_foot.json deleted file mode 100644 index 7282628..0000000 --- a/recipes/brew_water_rabbit_foot.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_rabbit_foot" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:water", - "reagent": "minecraft:rabbit_foot", - "output": "minecraft:potion_type:mundane" - } - -} diff --git a/recipes/brew_water_red_stone.json b/recipes/brew_water_red_stone.json deleted file mode 100644 index 4077217..0000000 --- a/recipes/brew_water_red_stone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_red_stone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:water", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:mundane" - } - -} diff --git a/recipes/brew_water_speckled_melon.json b/recipes/brew_water_speckled_melon.json deleted file mode 100644 index cb52e72..0000000 --- a/recipes/brew_water_speckled_melon.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_speckled_melon" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:water", - "reagent": "minecraft:speckled_melon", - "output": "minecraft:potion_type:mundane" - } - -} diff --git a/recipes/brew_water_spider_eye.json b/recipes/brew_water_spider_eye.json deleted file mode 100644 index 7cbf8b8..0000000 --- a/recipes/brew_water_spider_eye.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_spider_eye" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:water", - "reagent": "minecraft:spider_eye", - "output": "minecraft:potion_type:mundane" - } - -} diff --git a/recipes/brew_water_sugar.json b/recipes/brew_water_sugar.json deleted file mode 100644 index 33699ed..0000000 --- a/recipes/brew_water_sugar.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_water_sugar" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:water", - "reagent": "minecraft:sugar", - "output": "minecraft:potion_type:mundane" - } - -} diff --git a/recipes/brew_weakness_redstone.json b/recipes/brew_weakness_redstone.json deleted file mode 100644 index 70a7d9b..0000000 --- a/recipes/brew_weakness_redstone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_brewing_mix": { - "description": { - "identifier": "minecraft:brew_weakness_redstone" - }, - - "tags": [ "brewing_stand" ], - - "input": "minecraft:potion_type:weakness", - "reagent": "minecraft:redstone", - "output": "minecraft:potion_type:long_weakness" - } - -} diff --git a/recipes/brewing_stand.json b/recipes/brewing_stand.json deleted file mode 100644 index dc845a7..0000000 --- a/recipes/brewing_stand.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brewing_stand" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " B ", - "###" - ], - "key": { - "B": { - "item": "minecraft:blaze_rod" - }, - "#": { - "item": "minecraft:cobblestone" - } - }, - "result": { - "item": "minecraft:brewing_stand" - } - } -} diff --git a/recipes/brewing_stand_from_blackstone.json b/recipes/brewing_stand_from_blackstone.json deleted file mode 100644 index 4e29c77..0000000 --- a/recipes/brewing_stand_from_blackstone.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brewing_stand_from_blackstone" - }, - "tags": [ "crafting_table" ], - "pattern": [ - " B ", - "###" - ], - "key": { - "B": { - "item": "minecraft:blaze_rod" - }, - "#": { - "item": "minecraft:blackstone" - } - }, - "result": { - "item": "minecraft:brewing_stand" - }, - "priority": 2 - } -} diff --git a/recipes/brewing_stand_from_cobbled_deepslate.json b/recipes/brewing_stand_from_cobbled_deepslate.json deleted file mode 100644 index 4143edb..0000000 --- a/recipes/brewing_stand_from_cobbled_deepslate.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brewing_stand_from_cobbled_deepslate" - }, - "tags": [ "crafting_table" ], - "pattern": [ - " B ", - "###" - ], - "key": { - "B": { - "item": "minecraft:blaze_rod" - }, - "#": { - "item": "minecraft:cobbled_deepslate" - } - }, - "result": { - "item": "minecraft:brewing_stand" - }, - "priority": 2 - } -} diff --git a/recipes/brick_block.json b/recipes/brick_block.json deleted file mode 100644 index 30cb44d..0000000 --- a/recipes/brick_block.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brick_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:brick" - } - }, - "result": { - "item": "minecraft:brick_block" - } - } -} diff --git a/recipes/brick_stairs.json b/recipes/brick_stairs.json deleted file mode 100644 index dfc957c..0000000 --- a/recipes/brick_stairs.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brick_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:brick_block" - } - }, - "result": { - "item": "minecraft:brick_stairs", - "count": 4 - } - } -} diff --git a/recipes/brick_wall.json b/recipes/brick_wall.json deleted file mode 100644 index 7a4c36a..0000000 --- a/recipes/brick_wall.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brick_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:brick_block" - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 6, - "count": 6 - } - } -} diff --git a/recipes/brown_banner.json b/recipes/brown_banner.json deleted file mode 100644 index f9ecbb5..0000000 --- a/recipes/brown_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brown_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 12 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 3 - } - } -} diff --git a/recipes/brown_candle.json b/recipes/brown_candle.json deleted file mode 100644 index 62c63de..0000000 --- a/recipes/brown_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:brown_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 17 - } - ], - "result": { - "item": "minecraft:brown_candle" - } - } -} \ No newline at end of file diff --git a/recipes/brown_candle_from_cocoa_beans.json b/recipes/brown_candle_from_cocoa_beans.json deleted file mode 100644 index 61d26af..0000000 --- a/recipes/brown_candle_from_cocoa_beans.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:brown_candle_from_cocoa_beans" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 3 - } - ], - "result": { - "item": "minecraft:brown_candle" - } - } -} \ No newline at end of file diff --git a/recipes/brown_carpet.json b/recipes/brown_carpet.json deleted file mode 100644 index 637e2fd..0000000 --- a/recipes/brown_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brown_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 12 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 12, - "count": 3 - } - } -} diff --git a/recipes/brown_carpet_from_white.json b/recipes/brown_carpet_from_white.json deleted file mode 100644 index 2c83704..0000000 --- a/recipes/brown_carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brown_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 17 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 12, - "count": 8 - } - } -} diff --git a/recipes/brown_concrete_powder.json b/recipes/brown_concrete_powder.json deleted file mode 100644 index fa5e539..0000000 --- a/recipes/brown_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:brown_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 17 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 12, - "count": 8 - } - } -} diff --git a/recipes/brown_concrete_powder_from_cocoa_beans.json b/recipes/brown_concrete_powder_from_cocoa_beans.json deleted file mode 100644 index c39cc4b..0000000 --- a/recipes/brown_concrete_powder_from_cocoa_beans.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:brown_concrete_powder_from_cocoa_beans" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "priority": 1, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 3 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 12, - "count": 8 - } - } -} diff --git a/recipes/brown_dye_from_cocoa_beans.json b/recipes/brown_dye_from_cocoa_beans.json deleted file mode 100644 index d7b7330..0000000 --- a/recipes/brown_dye_from_cocoa_beans.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:brown_dye_from_cocoa_beans" - }, - - - "tags": [ "crafting_table" ], - "group": "brown_dye", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 3 - } - ], - "result": { - "item": "minecraft:dye", - "data": 17 - } - } -} diff --git a/recipes/brown_stained_glass.json b/recipes/brown_stained_glass.json deleted file mode 100644 index be4f7a6..0000000 --- a/recipes/brown_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brown_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 17 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 12, - "count": 8 - } - } -} diff --git a/recipes/brown_stained_glass_from_cocoa_beans.json b/recipes/brown_stained_glass_from_cocoa_beans.json deleted file mode 100644 index 101ee8c..0000000 --- a/recipes/brown_stained_glass_from_cocoa_beans.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brown_stained_glass_from_cocoa_beans" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "priority": 1, - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 3 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 12, - "count": 8 - } - } -} diff --git a/recipes/brown_stained_glass_pane.json b/recipes/brown_stained_glass_pane.json deleted file mode 100644 index 11c87d7..0000000 --- a/recipes/brown_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brown_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 12 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 12, - "count": 16 - } - } -} diff --git a/recipes/brown_stained_glass_pane_from_pane.json b/recipes/brown_stained_glass_pane_from_pane.json deleted file mode 100644 index dcc8723..0000000 --- a/recipes/brown_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brown_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 17 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 12, - "count": 8 - } - } -} diff --git a/recipes/brown_stained_hardened_clay.json b/recipes/brown_stained_hardened_clay.json deleted file mode 100644 index 683a172..0000000 --- a/recipes/brown_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brown_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 17 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 12, - "count": 8 - } - } -} diff --git a/recipes/brown_stained_hardened_clay_from_cocoa_beans.json b/recipes/brown_stained_hardened_clay_from_cocoa_beans.json deleted file mode 100644 index 7b2c3fe..0000000 --- a/recipes/brown_stained_hardened_clay_from_cocoa_beans.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:brown_stained_hardened_clay_from_cocoa_beans" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "priority": 1, - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 3 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 12, - "count": 8 - } - } -} diff --git a/recipes/bucket.json b/recipes/bucket.json deleted file mode 100644 index d6280fb..0000000 --- a/recipes/bucket.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:bucket" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# #", - " # " - ], - "key": { - "#": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:bucket" - } - } -} diff --git a/recipes/cake.json b/recipes/cake.json deleted file mode 100644 index f731b50..0000000 --- a/recipes/cake.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cake" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "AAA", - "BEB", - "CCC" - ], - "key": { - "A": { - "item": "minecraft:bucket", - "data": 1 - }, - "B": { - "item": "minecraft:sugar" - }, - "C": { - "item": "minecraft:wheat" - }, - "E": { - "item": "minecraft:egg" - } - }, - "result": [ - { "item": "minecraft:cake" }, - { "item": "minecraft:bucket", "count": 3, "data": 0 } - ] - } -} diff --git a/recipes/campfire.json b/recipes/campfire.json deleted file mode 100644 index a742fda..0000000 --- a/recipes/campfire.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:log" - }, - "C": { - "item": "minecraft:coal" - } - }, - "result": { - "item": "minecraft:campfire" - }, - "priority": 1 - } -} diff --git a/recipes/campfire_charcoal.json b/recipes/campfire_charcoal.json deleted file mode 100644 index 289a3ff..0000000 --- a/recipes/campfire_charcoal.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_charcoal" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:log" - }, - "C": { - "item": "minecraft:charcoal" - } - }, - "result": { - "item": "minecraft:campfire" - } - } -} diff --git a/recipes/campfire_from_charcoal_log2.json b/recipes/campfire_from_charcoal_log2.json deleted file mode 100644 index 7cb3aa2..0000000 --- a/recipes/campfire_from_charcoal_log2.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_charcoal_log2" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:log2" - }, - "C": { - "item": "minecraft:charcoal" - } - }, - "result": { - "item": "minecraft:campfire" - } - } -} diff --git a/recipes/campfire_from_charcoal_stripped_acacia_log.json b/recipes/campfire_from_charcoal_stripped_acacia_log.json deleted file mode 100644 index 8b9b7d3..0000000 --- a/recipes/campfire_from_charcoal_stripped_acacia_log.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_charcoal_stripped_acacia_log" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:stripped_acacia_log" - }, - "C": { - "item": "minecraft:charcoal" - } - }, - "result": { - "item": "minecraft:campfire" - } - } -} diff --git a/recipes/campfire_from_charcoal_stripped_birch_log.json b/recipes/campfire_from_charcoal_stripped_birch_log.json deleted file mode 100644 index ba93474..0000000 --- a/recipes/campfire_from_charcoal_stripped_birch_log.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_charcoal_stripped_birch_log" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:stripped_birch_log" - }, - "C": { - "item": "minecraft:charcoal" - } - }, - "result": { - "item": "minecraft:campfire" - } - } -} diff --git a/recipes/campfire_from_charcoal_stripped_dark_oak_log.json b/recipes/campfire_from_charcoal_stripped_dark_oak_log.json deleted file mode 100644 index e20209b..0000000 --- a/recipes/campfire_from_charcoal_stripped_dark_oak_log.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_charcoal_stripped_dark_oak_log" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:stripped_dark_oak_log" - }, - "C": { - "item": "minecraft:charcoal" - } - }, - "result": { - "item": "minecraft:campfire" - } - } -} diff --git a/recipes/campfire_from_charcoal_stripped_jungle_log.json b/recipes/campfire_from_charcoal_stripped_jungle_log.json deleted file mode 100644 index f92a8e9..0000000 --- a/recipes/campfire_from_charcoal_stripped_jungle_log.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_charcoal_stripped_jungle_log" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:stripped_jungle_log" - }, - "C": { - "item": "minecraft:charcoal" - } - }, - "result": { - "item": "minecraft:campfire" - } - } -} diff --git a/recipes/campfire_from_charcoal_stripped_oak_log.json b/recipes/campfire_from_charcoal_stripped_oak_log.json deleted file mode 100644 index cc58655..0000000 --- a/recipes/campfire_from_charcoal_stripped_oak_log.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_charcoal_stripped_oak_log" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:stripped_oak_log" - }, - "C": { - "item": "minecraft:charcoal" - } - }, - "result": { - "item": "minecraft:campfire" - } - } -} diff --git a/recipes/campfire_from_charcoal_stripped_spruce_log.json b/recipes/campfire_from_charcoal_stripped_spruce_log.json deleted file mode 100644 index 880538c..0000000 --- a/recipes/campfire_from_charcoal_stripped_spruce_log.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_charcoal_stripped_spruce_log" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:stripped_spruce_log" - }, - "C": { - "item": "minecraft:charcoal" - } - }, - "result": { - "item": "minecraft:campfire" - } - } -} diff --git a/recipes/campfire_from_charcoal_wood.json b/recipes/campfire_from_charcoal_wood.json deleted file mode 100644 index 7fd407f..0000000 --- a/recipes/campfire_from_charcoal_wood.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_charcoal_wood" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:wood" - }, - "C": { - "item": "minecraft:charcoal" - } - }, - "result": { - "item": "minecraft:campfire" - } - } -} diff --git a/recipes/campfire_from_crimson_stem.json b/recipes/campfire_from_crimson_stem.json deleted file mode 100644 index 1ca4851..0000000 --- a/recipes/campfire_from_crimson_stem.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_crimson_stem" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "coal" - }, - "C": { - "item": "crimson_stem" - } - }, - "result": { - "item": "campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/campfire_from_log2.json b/recipes/campfire_from_log2.json deleted file mode 100644 index fef1f02..0000000 --- a/recipes/campfire_from_log2.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_log2" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:log2" - }, - "C": { - "item": "minecraft:coal" - } - }, - "result": { - "item": "minecraft:campfire" - }, - "priority": 2 - } -} diff --git a/recipes/campfire_from_stripped_acacia_log.json b/recipes/campfire_from_stripped_acacia_log.json deleted file mode 100644 index e8164e8..0000000 --- a/recipes/campfire_from_stripped_acacia_log.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_stripped_acacia_log" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:stripped_acacia_log" - }, - "C": { - "item": "minecraft:coal" - } - }, - "result": { - "item": "minecraft:campfire" - }, - "priority": 2 - } -} diff --git a/recipes/campfire_from_stripped_birch_log.json b/recipes/campfire_from_stripped_birch_log.json deleted file mode 100644 index f06a80e..0000000 --- a/recipes/campfire_from_stripped_birch_log.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_stripped_birch_log" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:stripped_birch_log" - }, - "C": { - "item": "minecraft:coal" - } - }, - "result": { - "item": "minecraft:campfire" - }, - "priority": 2 - } -} diff --git a/recipes/campfire_from_stripped_crimson_stem.json b/recipes/campfire_from_stripped_crimson_stem.json deleted file mode 100644 index 7df5b7b..0000000 --- a/recipes/campfire_from_stripped_crimson_stem.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_stripped_crimson_stem" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "coal" - }, - "C": { - "item": "stripped_crimson_stem" - } - }, - "result": { - "item": "campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/campfire_from_stripped_dark_oak_log.json b/recipes/campfire_from_stripped_dark_oak_log.json deleted file mode 100644 index b7e038f..0000000 --- a/recipes/campfire_from_stripped_dark_oak_log.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_stripped_dark_oak_log" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:stripped_dark_oak_log" - }, - "C": { - "item": "minecraft:coal" - } - }, - "result": { - "item": "minecraft:campfire" - }, - "priority": 2 - } -} diff --git a/recipes/campfire_from_stripped_jungle_log.json b/recipes/campfire_from_stripped_jungle_log.json deleted file mode 100644 index f2f05af..0000000 --- a/recipes/campfire_from_stripped_jungle_log.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_stripped_jungle_log" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:stripped_jungle_log" - }, - "C": { - "item": "minecraft:coal" - } - }, - "result": { - "item": "minecraft:campfire" - }, - "priority": 2 - } -} diff --git a/recipes/campfire_from_stripped_oak_log.json b/recipes/campfire_from_stripped_oak_log.json deleted file mode 100644 index a1bb64f..0000000 --- a/recipes/campfire_from_stripped_oak_log.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_stripped_oak_log" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:stripped_oak_log" - }, - "C": { - "item": "minecraft:coal" - } - }, - "result": { - "item": "minecraft:campfire" - }, - "priority": 2 - } -} diff --git a/recipes/campfire_from_stripped_spruce_log.json b/recipes/campfire_from_stripped_spruce_log.json deleted file mode 100644 index 5914afc..0000000 --- a/recipes/campfire_from_stripped_spruce_log.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_stripped_spruce_log" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:stripped_spruce_log" - }, - "C": { - "item": "minecraft:coal" - } - }, - "result": { - "item": "minecraft:campfire" - }, - "priority": 2 - } -} diff --git a/recipes/campfire_from_stripped_warped_stem.json b/recipes/campfire_from_stripped_warped_stem.json deleted file mode 100644 index 132f652..0000000 --- a/recipes/campfire_from_stripped_warped_stem.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_stripped_warped_stem" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "coal" - }, - "C": { - "item": "stripped_warped_stem" - } - }, - "result": { - "item": "campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/campfire_from_warped_stem.json b/recipes/campfire_from_warped_stem.json deleted file mode 100644 index 7750684..0000000 --- a/recipes/campfire_from_warped_stem.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_warped_stem" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "coal" - }, - "C": { - "item": "warped_stem" - } - }, - "result": { - "item": "campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/campfire_from_wood.json b/recipes/campfire_from_wood.json deleted file mode 100644 index a506ba6..0000000 --- a/recipes/campfire_from_wood.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:campfire_from_wood" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " | ", - "|C|", - "###" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:wood" - }, - "C": { - "item": "minecraft:coal" - } - }, - "result": { - "item": "minecraft:campfire" - }, - "priority": 2 - } -} diff --git a/recipes/candle.json b/recipes/candle.json deleted file mode 100644 index 0f067ce..0000000 --- a/recipes/candle.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:candle" - }, - "tags": [ - "crafting_table" - ], - "group": "candle", - "pattern": [ - "S", - "H" - ], - "key": { - "H": { - "item": "minecraft:honeycomb" - }, - "S": { - "item": "minecraft:string" - } - }, - "result": { - "item": "minecraft:candle", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/carrot_on_a_stick.json b/recipes/carrot_on_a_stick.json deleted file mode 100644 index c97f84b..0000000 --- a/recipes/carrot_on_a_stick.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:carrot_on_a_stick" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - " X" - ], - "key": { - "#": { - "item": "minecraft:fishing_rod" - }, - "X": { - "item": "minecraft:carrot" - } - }, - "result": { - "item": "minecraft:carrotonastick" - } - } -} diff --git a/recipes/cartography_table.json b/recipes/cartography_table.json deleted file mode 100644 index 953247b..0000000 --- a/recipes/cartography_table.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cartography_table" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "||", - "##", - "##" - ], - "key": { - "|": { - "item": "minecraft:paper" - }, - "#": { - "item": "minecraft:planks" - } - }, - "result": { - "item": "minecraft:cartography_table" - } - } -} diff --git a/recipes/cartography_table_from_crimson_planks.json b/recipes/cartography_table_from_crimson_planks.json deleted file mode 100644 index c2c7aba..0000000 --- a/recipes/cartography_table_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cartography_table_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "BB", - "BB" - ], - "key": { - "A": { - "item": "paper" - }, - "B": { - "item": "crimson_planks" - } - }, - "result": { - "item": "cartography_table", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/cartography_table_from_warped_planks.json b/recipes/cartography_table_from_warped_planks.json deleted file mode 100644 index b32c1ce..0000000 --- a/recipes/cartography_table_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cartography_table_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "BB", - "BB" - ], - "key": { - "A": { - "item": "paper" - }, - "B": { - "item": "warped_planks" - } - }, - "result": { - "item": "cartography_table", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/cartography_table_locator_map.json b/recipes/cartography_table_locator_map.json deleted file mode 100644 index 5ea74ff..0000000 --- a/recipes/cartography_table_locator_map.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:cartography_table_locator_map" - }, - - - "tags": [ "cartography_table" ], - "ingredients": [ - { - "item": "minecraft:paper" - }, - { - "item": "minecraft:compass" - } - ], - "result": { - "item": "minecraft:emptymap", - "data": 2 - } - } -} diff --git a/recipes/cartography_table_map.json b/recipes/cartography_table_map.json deleted file mode 100644 index 8cf1db4..0000000 --- a/recipes/cartography_table_map.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:cartography_table_map" - }, - - - "tags": [ "cartography_table" ], - "ingredients": [ - { - "item": "minecraft:paper" - } - ], - "result": { - "item": "minecraft:emptymap", - "data": 0 - } - } -} diff --git a/recipes/cauldron.json b/recipes/cauldron.json deleted file mode 100644 index 0e848a7..0000000 --- a/recipes/cauldron.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cauldron" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# #", - "# #", - "###" - ], - "key": { - "#": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:cauldron" - } - } -} diff --git a/recipes/chain.json b/recipes/chain.json deleted file mode 100644 index 457fc06..0000000 --- a/recipes/chain.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:chain" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "N", - "G", - "N" - ], - "key": { - "N": { - "item": "iron_nugget" - }, - "G": { - "item": "iron_ingot" - } - }, - "result": { - "item": "chain", - "count": 1 - } - } -} \ No newline at end of file diff --git a/recipes/chest_from_crimson_planks.json b/recipes/chest_from_crimson_planks.json deleted file mode 100644 index c2a0ab5..0000000 --- a/recipes/chest_from_crimson_planks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:chest_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "A A", - "AAA" - ], - "key": { - "A": { - "item": "crimson_planks" - } - }, - "result": { - "item": "chest", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/chest_from_warped_planks.json b/recipes/chest_from_warped_planks.json deleted file mode 100644 index ce12454..0000000 --- a/recipes/chest_from_warped_planks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:chest_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "A A", - "AAA" - ], - "key": { - "A": { - "item": "warped_planks" - } - }, - "result": { - "item": "chest", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/chest_minecart.json b/recipes/chest_minecart.json deleted file mode 100644 index eee8a85..0000000 --- a/recipes/chest_minecart.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:chest_minecart" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "A", - "B" - ], - "key": { - "A": { - "item": "minecraft:chest" - }, - "B": { - "item": "minecraft:minecart" - } - }, - "result": { - "item": "minecraft:chest_minecart" - } - } -} diff --git a/recipes/chiseled_deepslate.json b/recipes/chiseled_deepslate.json deleted file mode 100644 index 192b6cf..0000000 --- a/recipes/chiseled_deepslate.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:chiseled_deepslate" - }, - "key": { - "#": { - "item": "minecraft:cobbled_deepslate_slab" - } - }, - "pattern": [ - "#", - "#" - ], - "priority": 1, - "result": { - "item": "minecraft:chiseled_deepslate" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/chiseled_deepslate_from_cobbled_deepslate_stonecutting.json b/recipes/chiseled_deepslate_from_cobbled_deepslate_stonecutting.json deleted file mode 100644 index d9f291a..0000000 --- a/recipes/chiseled_deepslate_from_cobbled_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:chiseled_deepslate_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:chiseled_deepslate" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/chiseled_nether_bricks.json b/recipes/chiseled_nether_bricks.json deleted file mode 100644 index b5c0448..0000000 --- a/recipes/chiseled_nether_bricks.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:chiseled_nether_bricks" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:stone_slab", - "data": 7 - } - }, - "result": { - "item": "minecraft:chiseled_nether_bricks" - } - } -} diff --git a/recipes/chiseled_polished_blackstone.json b/recipes/chiseled_polished_blackstone.json deleted file mode 100644 index b751860..0000000 --- a/recipes/chiseled_polished_blackstone.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:chiseled_polished_blackstone" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:polished_blackstone_slab" - } - }, - "result": { - "item": "minecraft:chiseled_polished_blackstone" - } - } -} diff --git a/recipes/clay.json b/recipes/clay.json deleted file mode 100644 index adca32e..0000000 --- a/recipes/clay.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:clay" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:clay_ball" - } - }, - "result": { - "item": "minecraft:clay" - } - } -} diff --git a/recipes/clock.json b/recipes/clock.json deleted file mode 100644 index 99c440a..0000000 --- a/recipes/clock.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:clock" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " # ", - "#X#", - " # " - ], - "key": { - "#": { - "item": "minecraft:gold_ingot" - }, - "X": { - "item": "minecraft:redstone" - } - }, - "result": { - "item": "minecraft:clock" - } - } -} diff --git a/recipes/coal.json b/recipes/coal.json deleted file mode 100644 index 725dbdf..0000000 --- a/recipes/coal.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:coal" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:coal_block" - } - }, - "result": { - "item": "minecraft:coal", - "data": 0, - "count": 9 - } - } -} diff --git a/recipes/coal_block.json b/recipes/coal_block.json deleted file mode 100644 index ce8cf7b..0000000 --- a/recipes/coal_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:coal_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:coal", - "data": 0 - } - }, - "result": { - "item": "minecraft:coal_block" - } - } -} diff --git a/recipes/coarse_dirt.json b/recipes/coarse_dirt.json deleted file mode 100644 index 9908f56..0000000 --- a/recipes/coarse_dirt.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:coarse_dirt" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "DG", - "GD" - ], - "key": { - "D": { - "item": "minecraft:dirt", - "data": 0 - }, - "G": { - "item": "minecraft:gravel" - } - }, - "result": { - "item": "minecraft:dirt", - "data": 1, - "count": 4 - } - } -} diff --git a/recipes/cobbled_deepslate_slab.json b/recipes/cobbled_deepslate_slab.json deleted file mode 100644 index a1110e5..0000000 --- a/recipes/cobbled_deepslate_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cobbled_deepslate_slab" - }, - "key": { - "#": { - "item": "minecraft:cobbled_deepslate" - } - }, - "pattern": [ - "###" - ], - "priority": 1, - "result": { - "count": 6, - "item": "minecraft:cobbled_deepslate_slab" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting.json b/recipes/cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting.json deleted file mode 100644 index b1ac0b0..0000000 --- a/recipes/cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 2, - "data": 0, - "item": "minecraft:cobbled_deepslate_slab" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/cobbled_deepslate_stairs.json b/recipes/cobbled_deepslate_stairs.json deleted file mode 100644 index 1c547cf..0000000 --- a/recipes/cobbled_deepslate_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cobbled_deepslate_stairs" - }, - "key": { - "#": { - "item": "minecraft:cobbled_deepslate" - } - }, - "pattern": [ - "# ", - "## ", - "###" - ], - "priority": 1, - "result": { - "count": 4, - "item": "minecraft:cobbled_deepslate_stairs" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/cobbled_deepslate_stairs_from_cobbled_deepslate_cutting.json b/recipes/cobbled_deepslate_stairs_from_cobbled_deepslate_cutting.json deleted file mode 100644 index 1261a62..0000000 --- a/recipes/cobbled_deepslate_stairs_from_cobbled_deepslate_cutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:cobbled_deepslate_stairs_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:cobbled_deepslate_stairs" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/cobbled_deepslate_wall.json b/recipes/cobbled_deepslate_wall.json deleted file mode 100644 index 0e5ac67..0000000 --- a/recipes/cobbled_deepslate_wall.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cobbled_deepslate_wall" - }, - "key": { - "#": { - "item": "minecraft:cobbled_deepslate" - } - }, - "pattern": [ - "###", - "###" - ], - "priority": 1, - "result": { - "count": 6, - "item": "minecraft:cobbled_deepslate_wall" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/cobbled_deepslate_wall_from_cobbled_deepslate_stonecutting.json b/recipes/cobbled_deepslate_wall_from_cobbled_deepslate_stonecutting.json deleted file mode 100644 index a2b4fc9..0000000 --- a/recipes/cobbled_deepslate_wall_from_cobbled_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:cobbled_deepslate_wall_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:cobbled_deepslate_wall" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/cobblestone_stairs.json b/recipes/cobblestone_stairs.json deleted file mode 100644 index f20c4b2..0000000 --- a/recipes/cobblestone_stairs.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cobblestone_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:cobblestone" - } - }, - "result": { - "item": "minecraft:stone_stairs", - "count": 4 - } - } -} diff --git a/recipes/cobblestone_wall.json b/recipes/cobblestone_wall.json deleted file mode 100644 index 711c3f8..0000000 --- a/recipes/cobblestone_wall.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cobblestone_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:cobblestone" - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 0, - "count": 6 - } - } -} diff --git a/recipes/cobweb_to_string.json b/recipes/cobweb_to_string.json deleted file mode 100644 index ade7015..0000000 --- a/recipes/cobweb_to_string.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:cobweb_to_string" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:web" - } - ], - "result": { - "item": "minecraft:string", - "count": 9 - } - } -} diff --git a/recipes/comparator.json b/recipes/comparator.json deleted file mode 100644 index eaee306..0000000 --- a/recipes/comparator.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:comparator" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " # ", - "#X#", - "III" - ], - "key": { - "#": { - "item": "minecraft:redstone_torch" - }, - "X": { - "item": "minecraft:quartz" - }, - "I": { - "item": "minecraft:stone", - "data": 0 - } - }, - "result": { - "item": "minecraft:comparator" - } - } -} diff --git a/recipes/compass.json b/recipes/compass.json deleted file mode 100644 index afdb2ce..0000000 --- a/recipes/compass.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:compass" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " # ", - "#X#", - " # " - ], - "key": { - "#": { - "item": "minecraft:iron_ingot" - }, - "X": { - "item": "minecraft:redstone" - } - }, - "result": { - "item": "minecraft:compass" - } - } -} diff --git a/recipes/composter.json b/recipes/composter.json deleted file mode 100644 index 44ea1a9..0000000 --- a/recipes/composter.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:composter" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# #", - "# #", - "###" - ], - "key": { - "#": { - "item": "minecraft:wooden_slab" - } - }, - "result": { - "item": "minecraft:composter" - } - } -} diff --git a/recipes/composter_from_crimson_slab.json b/recipes/composter_from_crimson_slab.json deleted file mode 100644 index 6d00e63..0000000 --- a/recipes/composter_from_crimson_slab.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:composter_from_crimson_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A A", - "A A", - "AAA" - ], - "key": { - "A": { - "item": "crimson_slab" - } - }, - "result": { - "item": "composter", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/composter_from_warped_slab.json b/recipes/composter_from_warped_slab.json deleted file mode 100644 index 0874caa..0000000 --- a/recipes/composter_from_warped_slab.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:composter_from_warped_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A A", - "A A", - "AAA" - ], - "key": { - "A": { - "item": "warped_slab" - } - }, - "result": { - "item": "composter", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/conduit.json b/recipes/conduit.json deleted file mode 100644 index da12ccf..0000000 --- a/recipes/conduit.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:conduit" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:nautilus_shell" - }, - "X": { - "item": "minecraft:heart_of_the_sea" - } - }, - "result": { - "item": "minecraft:conduit" - } - } -} diff --git a/recipes/cookie.json b/recipes/cookie.json deleted file mode 100644 index 76f6b5d..0000000 --- a/recipes/cookie.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cookie" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#X#" - ], - "key": { - "#": { - "item": "minecraft:wheat" - }, - "X": { - "item": "minecraft:dye", - "data": 3 - } - }, - "result": { - "item": "minecraft:cookie", - "count": 8 - } - } -} diff --git a/recipes/copper_block_from_ingots.json b/recipes/copper_block_from_ingots.json deleted file mode 100644 index b87486c..0000000 --- a/recipes/copper_block_from_ingots.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:copper_block_from_ingots" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "AAA", - "AAA" - ], - "key": { - "A": { - "item": "minecraft:copper_ingot" - } - }, - "result": { - "item": "minecraft:copper_block", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/cracked_deepslate_bricks_furnace.json b/recipes/cracked_deepslate_bricks_furnace.json deleted file mode 100644 index e686070..0000000 --- a/recipes/cracked_deepslate_bricks_furnace.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:cracked_deepslate_bricks_furnace" - }, - "input": "minecraft:deepslate_bricks", - "output": "minecraft:cracked_deepslate_bricks", - "tags": [ - "furnace" - ] - } -} diff --git a/recipes/cracked_deepslate_tiles_furnace.json b/recipes/cracked_deepslate_tiles_furnace.json deleted file mode 100644 index 9e6e1f4..0000000 --- a/recipes/cracked_deepslate_tiles_furnace.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:cracked_deepslate_tiles_furnace" - }, - "input": "minecraft:deepslate_tiles", - "output": "minecraft:cracked_deepslate_tiles", - "tags": [ - "furnace" - ] - } -} diff --git a/recipes/crafting_table_cut_copper.json b/recipes/crafting_table_cut_copper.json deleted file mode 100644 index 7d4c792..0000000 --- a/recipes/crafting_table_cut_copper.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_cut_copper" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AA" - ], - "key": { - "A": { - "item": "minecraft:copper_block" - } - }, - "result": { - "item": "minecraft:cut_copper", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_cut_copper_slab.json b/recipes/crafting_table_cut_copper_slab.json deleted file mode 100644 index f502aae..0000000 --- a/recipes/crafting_table_cut_copper_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_cut_copper_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA" - ], - "key": { - "A": { - "item": "minecraft:cut_copper" - } - }, - "result": { - "item": "minecraft:cut_copper_slab", - "count": 6 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_cut_copper_stairs.json b/recipes/crafting_table_cut_copper_stairs.json deleted file mode 100644 index 1b0fe0d..0000000 --- a/recipes/crafting_table_cut_copper_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_cut_copper_stairs" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "AA", - "AAA" - ], - "key": { - "A": { - "item": "minecraft:cut_copper" - } - }, - "result": { - "item": "minecraft:cut_copper_stairs", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_exposed_cut_copper.json b/recipes/crafting_table_exposed_cut_copper.json deleted file mode 100644 index 6a87770..0000000 --- a/recipes/crafting_table_exposed_cut_copper.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_exposed_cut_copper" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AA" - ], - "key": { - "A": { - "item": "minecraft:exposed_copper" - } - }, - "result": { - "item": "minecraft:exposed_cut_copper", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_exposed_cut_copper_slab.json b/recipes/crafting_table_exposed_cut_copper_slab.json deleted file mode 100644 index 8920c50..0000000 --- a/recipes/crafting_table_exposed_cut_copper_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_exposed_cut_copper_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA" - ], - "key": { - "A": { - "item": "minecraft:exposed_cut_copper" - } - }, - "result": { - "item": "minecraft:exposed_cut_copper_slab", - "count": 6 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_exposed_cut_copper_stairs.json b/recipes/crafting_table_exposed_cut_copper_stairs.json deleted file mode 100644 index a44b441..0000000 --- a/recipes/crafting_table_exposed_cut_copper_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_exposed_cut_copper_stairs" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "AA", - "AAA" - ], - "key": { - "A": { - "item": "minecraft:exposed_cut_copper" - } - }, - "result": { - "item": "minecraft:exposed_cut_copper_stairs", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_from_crimson_planks.json b/recipes/crafting_table_from_crimson_planks.json deleted file mode 100644 index f2c2bb4..0000000 --- a/recipes/crafting_table_from_crimson_planks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AA" - ], - "key": { - "A": { - "item": "crimson_planks" - } - }, - "result": { - "item": "crafting_table", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_from_warped_planks.json b/recipes/crafting_table_from_warped_planks.json deleted file mode 100644 index 2825efc..0000000 --- a/recipes/crafting_table_from_warped_planks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AA" - ], - "key": { - "A": { - "item": "warped_planks" - } - }, - "result": { - "item": "crafting_table", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_oxidized_cut_copper.json b/recipes/crafting_table_oxidized_cut_copper.json deleted file mode 100644 index 653ae05..0000000 --- a/recipes/crafting_table_oxidized_cut_copper.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_oxidized_cut_copper" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AA" - ], - "key": { - "A": { - "item": "minecraft:oxidized_copper" - } - }, - "result": { - "item": "minecraft:oxidized_cut_copper", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_oxidized_cut_copper_slab.json b/recipes/crafting_table_oxidized_cut_copper_slab.json deleted file mode 100644 index 5dfc7a6..0000000 --- a/recipes/crafting_table_oxidized_cut_copper_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_oxidized_cut_copper_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA" - ], - "key": { - "A": { - "item": "minecraft:oxidized_cut_copper" - } - }, - "result": { - "item": "minecraft:oxidized_cut_copper_slab", - "count": 6 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_oxidized_cut_copper_stairs.json b/recipes/crafting_table_oxidized_cut_copper_stairs.json deleted file mode 100644 index e801a6f..0000000 --- a/recipes/crafting_table_oxidized_cut_copper_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_oxidized_cut_copper_stairs" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "AA", - "AAA" - ], - "key": { - "A": { - "item": "minecraft:oxidized_cut_copper" - } - }, - "result": { - "item": "minecraft:oxidized_cut_copper_stairs", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_waxed_cut_copper.json b/recipes/crafting_table_waxed_cut_copper.json deleted file mode 100644 index 17ec73c..0000000 --- a/recipes/crafting_table_waxed_cut_copper.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_waxed_cut_copper" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AA" - ], - "key": { - "A": { - "item": "minecraft:waxed_copper" - } - }, - "result": { - "item": "minecraft:waxed_cut_copper", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_waxed_cut_copper_slab.json b/recipes/crafting_table_waxed_cut_copper_slab.json deleted file mode 100644 index 33271be..0000000 --- a/recipes/crafting_table_waxed_cut_copper_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_waxed_cut_copper_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA" - ], - "key": { - "A": { - "item": "minecraft:waxed_cut_copper" - } - }, - "result": { - "item": "minecraft:waxed_cut_copper_slab", - "count": 6 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_waxed_cut_copper_stairs.json b/recipes/crafting_table_waxed_cut_copper_stairs.json deleted file mode 100644 index 0f36dcf..0000000 --- a/recipes/crafting_table_waxed_cut_copper_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_waxed_cut_copper_stairs" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "AA", - "AAA" - ], - "key": { - "A": { - "item": "minecraft:waxed_cut_copper" - } - }, - "result": { - "item": "minecraft:waxed_cut_copper_stairs", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_waxed_exposed_cut_copper.json b/recipes/crafting_table_waxed_exposed_cut_copper.json deleted file mode 100644 index efc2825..0000000 --- a/recipes/crafting_table_waxed_exposed_cut_copper.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_waxed_exposed_cut_copper" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AA" - ], - "key": { - "A": { - "item": "minecraft:waxed_exposed_copper" - } - }, - "result": { - "item": "minecraft:waxed_exposed_cut_copper", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_waxed_exposed_cut_copper_slab.json b/recipes/crafting_table_waxed_exposed_cut_copper_slab.json deleted file mode 100644 index ed7f0ee..0000000 --- a/recipes/crafting_table_waxed_exposed_cut_copper_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_waxed_exposed_cut_copper_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA" - ], - "key": { - "A": { - "item": "minecraft:waxed_exposed_cut_copper" - } - }, - "result": { - "item": "minecraft:waxed_exposed_cut_copper_slab", - "count": 6 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_waxed_exposed_cut_copper_stairs.json b/recipes/crafting_table_waxed_exposed_cut_copper_stairs.json deleted file mode 100644 index 8e921e8..0000000 --- a/recipes/crafting_table_waxed_exposed_cut_copper_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_waxed_exposed_cut_copper_stairs" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "AA", - "AAA" - ], - "key": { - "A": { - "item": "minecraft:waxed_exposed_cut_copper" - } - }, - "result": { - "item": "minecraft:waxed_exposed_cut_copper_stairs", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_waxed_oxidized_cut_copper.json b/recipes/crafting_table_waxed_oxidized_cut_copper.json deleted file mode 100644 index 792ad2e..0000000 --- a/recipes/crafting_table_waxed_oxidized_cut_copper.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_waxed_oxidized_cut_copper" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AA" - ], - "key": { - "A": { - "item": "minecraft:waxed_oxidized_copper" - } - }, - "result": { - "item": "minecraft:waxed_oxidized_cut_copper", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_waxed_oxidized_cut_copper_slab.json b/recipes/crafting_table_waxed_oxidized_cut_copper_slab.json deleted file mode 100644 index 88e17ea..0000000 --- a/recipes/crafting_table_waxed_oxidized_cut_copper_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_waxed_oxidized_cut_copper_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA" - ], - "key": { - "A": { - "item": "minecraft:waxed_oxidized_cut_copper" - } - }, - "result": { - "item": "minecraft:waxed_oxidized_cut_copper_slab", - "count": 6 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_waxed_oxidized_cut_copper_stairs.json b/recipes/crafting_table_waxed_oxidized_cut_copper_stairs.json deleted file mode 100644 index b2c2200..0000000 --- a/recipes/crafting_table_waxed_oxidized_cut_copper_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_waxed_oxidized_cut_copper_stairs" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "AA", - "AAA" - ], - "key": { - "A": { - "item": "minecraft:waxed_oxidized_cut_copper" - } - }, - "result": { - "item": "minecraft:waxed_oxidized_cut_copper_stairs", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_waxed_weathered_cut_copper.json b/recipes/crafting_table_waxed_weathered_cut_copper.json deleted file mode 100644 index 6370594..0000000 --- a/recipes/crafting_table_waxed_weathered_cut_copper.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_waxed_weathered_cut_copper" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AA" - ], - "key": { - "A": { - "item": "minecraft:waxed_weathered_copper" - } - }, - "result": { - "item": "minecraft:waxed_weathered_cut_copper", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_waxed_weathered_cut_copper_slab.json b/recipes/crafting_table_waxed_weathered_cut_copper_slab.json deleted file mode 100644 index 4156d4e..0000000 --- a/recipes/crafting_table_waxed_weathered_cut_copper_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_waxed_weathered_cut_copper_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA" - ], - "key": { - "A": { - "item": "minecraft:waxed_weathered_cut_copper" - } - }, - "result": { - "item": "minecraft:waxed_weathered_cut_copper_slab", - "count": 6 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_waxed_weathered_cut_copper_stairs.json b/recipes/crafting_table_waxed_weathered_cut_copper_stairs.json deleted file mode 100644 index b7fac79..0000000 --- a/recipes/crafting_table_waxed_weathered_cut_copper_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_waxed_weathered_cut_copper_stairs" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "AA", - "AAA" - ], - "key": { - "A": { - "item": "minecraft:waxed_weathered_cut_copper" - } - }, - "result": { - "item": "minecraft:waxed_weathered_cut_copper_stairs", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_weathered_cut_copper.json b/recipes/crafting_table_weathered_cut_copper.json deleted file mode 100644 index c17e2f0..0000000 --- a/recipes/crafting_table_weathered_cut_copper.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_weathered_cut_copper" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AA" - ], - "key": { - "A": { - "item": "minecraft:weathered_copper" - } - }, - "result": { - "item": "minecraft:weathered_cut_copper", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_weathered_cut_copper_slab.json b/recipes/crafting_table_weathered_cut_copper_slab.json deleted file mode 100644 index 3a947ee..0000000 --- a/recipes/crafting_table_weathered_cut_copper_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_weathered_cut_copper_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA" - ], - "key": { - "A": { - "item": "minecraft:weathered_cut_copper" - } - }, - "result": { - "item": "minecraft:weathered_cut_copper_slab", - "count": 6 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crafting_table_weathered_cut_copper_stairs.json b/recipes/crafting_table_weathered_cut_copper_stairs.json deleted file mode 100644 index 2423806..0000000 --- a/recipes/crafting_table_weathered_cut_copper_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crafting_table_weathered_cut_copper_stairs" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "AA", - "AAA" - ], - "key": { - "A": { - "item": "minecraft:weathered_cut_copper" - } - }, - "result": { - "item": "minecraft:weathered_cut_copper_stairs", - "count": 4 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/crimson_button.json b/recipes/crimson_button.json deleted file mode 100644 index baef2fb..0000000 --- a/recipes/crimson_button.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_button" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_button", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:crimson_planks" - } - }, - "result": { - "item": "minecraft:crimson_button", - "count": 1 - } - } -} diff --git a/recipes/crimson_door.json b/recipes/crimson_door.json deleted file mode 100644 index 6e98d98..0000000 --- a/recipes/crimson_door.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_door" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_door", - "pattern": [ - "##", - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:crimson_planks" - } - }, - "result": { - "item": "minecraft:crimson_door", - "count": 3 - } - } -} diff --git a/recipes/crimson_fence.json b/recipes/crimson_fence.json deleted file mode 100644 index fcc1a76..0000000 --- a/recipes/crimson_fence.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_fence" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "W#W", - "W#W" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:crimson_planks" - } - }, - "result": { - "item": "minecraft:crimson_fence", - "count": 3 - } - } -} diff --git a/recipes/crimson_fence_gate.json b/recipes/crimson_fence_gate.json deleted file mode 100644 index 871ab06..0000000 --- a/recipes/crimson_fence_gate.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_fence_gate" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_fence_gate", - "pattern": [ - "#W#", - "#W#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:crimson_planks" - } - }, - "result": { - "item": "minecraft:crimson_fence_gate" - } - } -} diff --git a/recipes/crimson_hyphae.json b/recipes/crimson_hyphae.json deleted file mode 100644 index 31338bd..0000000 --- a/recipes/crimson_hyphae.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_hyphae" - }, - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:crimson_stem" - } - }, - "result": { - "item": "minecraft:crimson_hyphae", - "count": 3 - } - } -} diff --git a/recipes/crimson_hyphae_stripped.json b/recipes/crimson_hyphae_stripped.json deleted file mode 100644 index a2a42e7..0000000 --- a/recipes/crimson_hyphae_stripped.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stripped_crimson_hyphae" - }, - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:stripped_crimson_stem" - } - }, - "result": { - "item": "minecraft:stripped_crimson_hyphae", - "count": 3 - } - } -} diff --git a/recipes/crimson_planks.json b/recipes/crimson_planks.json deleted file mode 100644 index 10a30e6..0000000 --- a/recipes/crimson_planks.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_planks" - }, - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:crimson_stem" - } - }, - "result": { - "item": "minecraft:crimson_planks", - "count": 4 - } - } -} diff --git a/recipes/crimson_planks_from_crimson_hyphae.json b/recipes/crimson_planks_from_crimson_hyphae.json deleted file mode 100644 index fff23e7..0000000 --- a/recipes/crimson_planks_from_crimson_hyphae.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_planks_from_crimson_hyphae" - }, - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:crimson_hyphae" - } - }, - "result": { - "item": "minecraft:crimson_planks", - "count": 4 - } - } -} diff --git a/recipes/crimson_planks_from_stripped_crimson_hyphae.json b/recipes/crimson_planks_from_stripped_crimson_hyphae.json deleted file mode 100644 index c4b2097..0000000 --- a/recipes/crimson_planks_from_stripped_crimson_hyphae.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_planks_from_stripped_crimson_hyphae" - }, - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:stripped_crimson_hyphae" - } - }, - "result": { - "item": "minecraft:crimson_planks", - "count": 4 - } - } -} diff --git a/recipes/crimson_planks_from_stripped_log.json b/recipes/crimson_planks_from_stripped_log.json deleted file mode 100644 index 5945dfc..0000000 --- a/recipes/crimson_planks_from_stripped_log.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_planks_from_stripped_log" - }, - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:stripped_crimson_stem" - } - }, - "result": { - "item": "minecraft:crimson_planks", - "count": 4 - } - } -} diff --git a/recipes/crimson_pressure_plate.json b/recipes/crimson_pressure_plate.json deleted file mode 100644 index 856ccee..0000000 --- a/recipes/crimson_pressure_plate.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_pressure_plate" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_pressure_plate", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:crimson_planks" - } - }, - "result": { - "item": "minecraft:crimson_pressure_plate", - "count": 1 - } - } -} diff --git a/recipes/crimson_sign.json b/recipes/crimson_sign.json deleted file mode 100644 index 6768807..0000000 --- a/recipes/crimson_sign.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_sign" - }, - "tags": [ - "crafting_table" - ], - "group": "sign", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:crimson_planks" }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:crimson_sign", - "count": 3 - } - } -} diff --git a/recipes/crimson_slab.json b/recipes/crimson_slab.json deleted file mode 100644 index c2e87d4..0000000 --- a/recipes/crimson_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_slab" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_slab", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:crimson_planks" - } - }, - "result": { - "item": "minecraft:crimson_slab", - "count": 6 - } - } -} diff --git a/recipes/crimson_stairs.json b/recipes/crimson_stairs.json deleted file mode 100644 index f9334f5..0000000 --- a/recipes/crimson_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_stairs" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_stairs", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:crimson_planks" - } - }, - "result": { - "item": "minecraft:crimson_stairs", - "count": 4 - } - } -} diff --git a/recipes/crimson_trapdoor.json b/recipes/crimson_trapdoor.json deleted file mode 100644 index 4b094f2..0000000 --- a/recipes/crimson_trapdoor.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crimson_trapdoor" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_trap_door", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:crimson_planks" - } - }, - "result": { - "item": "minecraft:crimson_trapdoor", - "count": 2 - } - } -} diff --git a/recipes/crossbow.json b/recipes/crossbow.json deleted file mode 100644 index 5dc18ff..0000000 --- a/recipes/crossbow.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:crossbow" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#I#", - "STS", - " # " - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "S": { - "item": "minecraft:string" - }, - "I": { - "item": "minecraft:iron_ingot" - }, - "T": { - "item": "minecraft:tripwire_hook" - } - }, - "result": { - "item": "minecraft:crossbow" - } - } -} diff --git a/recipes/cyan_banner.json b/recipes/cyan_banner.json deleted file mode 100644 index 39f3db5..0000000 --- a/recipes/cyan_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cyan_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 9 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 6 - } - } -} diff --git a/recipes/cyan_candle.json b/recipes/cyan_candle.json deleted file mode 100644 index d715076..0000000 --- a/recipes/cyan_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:cyan_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 6 - } - ], - "result": { - "item": "minecraft:cyan_candle" - } - } -} \ No newline at end of file diff --git a/recipes/cyan_carpet.json b/recipes/cyan_carpet.json deleted file mode 100644 index 0e85123..0000000 --- a/recipes/cyan_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cyan_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 9 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 9, - "count": 3 - } - } -} diff --git a/recipes/cyan_carpet_from_white.json b/recipes/cyan_carpet_from_white.json deleted file mode 100644 index eeb748c..0000000 --- a/recipes/cyan_carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cyan_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 6 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 9, - "count": 8 - } - } -} diff --git a/recipes/cyan_concrete_powder.json b/recipes/cyan_concrete_powder.json deleted file mode 100644 index db3b7f9..0000000 --- a/recipes/cyan_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:cyan_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 6 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 9, - "count": 8 - } - } -} diff --git a/recipes/cyan_dye.json b/recipes/cyan_dye.json deleted file mode 100644 index d3d2ed6..0000000 --- a/recipes/cyan_dye.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:cyan_dye" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:dye", - "data": 18 - }, - { - "item": "minecraft:dye", - "data": 2 - } - ], - "result": { - "item": "minecraft:dye", - "data": 6, - "count": 2 - } - } -} diff --git a/recipes/cyan_dye_from_lapis_lazuli.json b/recipes/cyan_dye_from_lapis_lazuli.json deleted file mode 100644 index 44422d3..0000000 --- a/recipes/cyan_dye_from_lapis_lazuli.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:cyan_dye_from_lapis_lazuli" - }, - - - "tags": [ "crafting_table" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 4 - }, - { - "item": "minecraft:dye", - "data": 2 - } - ], - "result": { - "item": "minecraft:dye", - "data": 6, - "count": 2 - } - } -} diff --git a/recipes/cyan_stained_glass.json b/recipes/cyan_stained_glass.json deleted file mode 100644 index ff57a0f..0000000 --- a/recipes/cyan_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cyan_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 6 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 9, - "count": 8 - } - } -} diff --git a/recipes/cyan_stained_glass_pane.json b/recipes/cyan_stained_glass_pane.json deleted file mode 100644 index c8d4ceb..0000000 --- a/recipes/cyan_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cyan_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 9 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 9, - "count": 16 - } - } -} diff --git a/recipes/cyan_stained_glass_pane_from_pane.json b/recipes/cyan_stained_glass_pane_from_pane.json deleted file mode 100644 index 3c7ed2a..0000000 --- a/recipes/cyan_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cyan_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 6 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 9, - "count": 8 - } - } -} diff --git a/recipes/cyan_stained_hardened_clay.json b/recipes/cyan_stained_hardened_clay.json deleted file mode 100644 index 4cda45f..0000000 --- a/recipes/cyan_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:cyan_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 6 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 9, - "count": 8 - } - } -} diff --git a/recipes/dark_oak_boat.json b/recipes/dark_oak_boat.json deleted file mode 100644 index 2e1c3c2..0000000 --- a/recipes/dark_oak_boat.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_oak_boat" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#P#", - "###" - ], - "key": { - "P": { - "item": "minecraft:wooden_shovel" - }, - "#": { - "item": "minecraft:planks", - "data": 5 - } - }, - "result": { - "item": "minecraft:boat", - "data": 5 - } - } -} diff --git a/recipes/dark_oak_door.json b/recipes/dark_oak_door.json deleted file mode 100644 index d461ecf..0000000 --- a/recipes/dark_oak_door.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_oak_door" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_door", - "pattern": [ - "##", - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 5 - } - }, - "result": { - "item": "minecraft:dark_oak_door", - "count": 3 - } - } -} diff --git a/recipes/dark_oak_fence.json b/recipes/dark_oak_fence.json deleted file mode 100644 index 569007b..0000000 --- a/recipes/dark_oak_fence.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_oak_fence" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "W#W", - "W#W" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:planks", - "data": 5 - } - }, - "result": { - "item": "minecraft:fence", - "data": 5, - "count": 3 - } - } -} diff --git a/recipes/dark_oak_fence_gate.json b/recipes/dark_oak_fence_gate.json deleted file mode 100644 index a895296..0000000 --- a/recipes/dark_oak_fence_gate.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_oak_fence_gate" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_fence_gate", - "pattern": [ - "#W#", - "#W#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:planks", - "data": 5 - } - }, - "result": { - "item": "minecraft:dark_oak_fence_gate" - } - } -} diff --git a/recipes/dark_oak_planks.json b/recipes/dark_oak_planks.json deleted file mode 100644 index 3fea66a..0000000 --- a/recipes/dark_oak_planks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_oak_planks" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:log2", - "data": 1 - } - }, - "result": { - "item": "minecraft:planks", - "data": 5, - "count": 4 - } - } -} diff --git a/recipes/dark_oak_planks_from_stripped.json b/recipes/dark_oak_planks_from_stripped.json deleted file mode 100644 index 613f09a..0000000 --- a/recipes/dark_oak_planks_from_stripped.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_oak_planks_from_stripped" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:stripped_dark_oak_log" - } - }, - "result": { - "item": "minecraft:planks", - "data": 5, - "count": 4 - } - } -} diff --git a/recipes/dark_oak_planks_from_stripped_wood.json b/recipes/dark_oak_planks_from_stripped_wood.json deleted file mode 100644 index 064678f..0000000 --- a/recipes/dark_oak_planks_from_stripped_wood.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_oak_planks_from_stripped_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:wood", - "data": 13 - } - }, - "result": { - "item": "minecraft:planks", - "data": 5, - "count": 4 - } - } -} diff --git a/recipes/dark_oak_planks_from_wood.json b/recipes/dark_oak_planks_from_wood.json deleted file mode 100644 index a6b5d40..0000000 --- a/recipes/dark_oak_planks_from_wood.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_oak_planks_from_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:wood", - "data": 5 - } - }, - "result": { - "item": "minecraft:planks", - "data": 5, - "count": 4 - } - } -} diff --git a/recipes/dark_oak_stairs.json b/recipes/dark_oak_stairs.json deleted file mode 100644 index 9024547..0000000 --- a/recipes/dark_oak_stairs.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_oak_stairs" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_stairs", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 5 - } - }, - "result": { - "item": "minecraft:dark_oak_stairs", - "count": 4 - } - } -} diff --git a/recipes/dark_oak_wood.json b/recipes/dark_oak_wood.json deleted file mode 100644 index bfdb578..0000000 --- a/recipes/dark_oak_wood.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_oak_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:log2", - "data": 1 - } - }, - "result": { - "item": "minecraft:wood", - "data": 5, - "count": 3 - } - } -} diff --git a/recipes/dark_oak_wood_stripped.json b/recipes/dark_oak_wood_stripped.json deleted file mode 100644 index 5a1745a..0000000 --- a/recipes/dark_oak_wood_stripped.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_oak_wood_stripped" - }, - - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:stripped_dark_oak_log" - } - }, - "result": { - "item": "minecraft:wood", - "data": 13, - "count": 3 - } - } -} diff --git a/recipes/dark_oak_wooden_slab.json b/recipes/dark_oak_wooden_slab.json deleted file mode 100644 index 1bc6b9e..0000000 --- a/recipes/dark_oak_wooden_slab.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_oak_wooden_slab" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_slab", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 5 - } - }, - "result": { - "item": "minecraft:wooden_slab", - "data": 5, - "count": 6 - } - } -} diff --git a/recipes/dark_prismarine.json b/recipes/dark_prismarine.json deleted file mode 100644 index 1d5024c..0000000 --- a/recipes/dark_prismarine.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_prismarine" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "SSS", - "SIS", - "SSS" - ], - "key": { - "S": { - "item": "minecraft:prismarine_shard" - }, - "I": { - "item": "minecraft:dye", - "data": 16 - } - }, - "result": { - "item": "minecraft:prismarine", - "data": 1 - } - } -} diff --git a/recipes/dark_prismarine_from_ink_sac.json b/recipes/dark_prismarine_from_ink_sac.json deleted file mode 100644 index 154893f..0000000 --- a/recipes/dark_prismarine_from_ink_sac.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dark_prismarine_from_ink_sac" - }, - - - "tags": [ "crafting_table" ], - "priority": 1, - "pattern": [ - "SSS", - "SIS", - "SSS" - ], - "key": { - "S": { - "item": "minecraft:prismarine_shard" - }, - "I": { - "item": "minecraft:dye", - "data": 0 - } - }, - "result": { - "item": "minecraft:prismarine", - "data": 1 - } - } -} diff --git a/recipes/daylight_detector_from_crimson_slab.json b/recipes/daylight_detector_from_crimson_slab.json deleted file mode 100644 index cb16421..0000000 --- a/recipes/daylight_detector_from_crimson_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:daylight_detector_from_crimson_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "BBB", - "CCC" - ], - "key": { - "A": { - "item": "glass" - }, - "B": { - "item": "quartz" - }, - "C": { - "item": "crimson_slab" - } - }, - "result": { - "item": "daylight_detector", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/daylight_detector_from_warped_slab.json b/recipes/daylight_detector_from_warped_slab.json deleted file mode 100644 index fa50fd2..0000000 --- a/recipes/daylight_detector_from_warped_slab.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:daylight_detector_from_warped_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "BBB", - "CCC" - ], - "key": { - "A": { - "item": "glass" - }, - "B": { - "item": "quartz" - }, - "C": { - "item": "warped_slab" - } - }, - "result": { - "item": "daylight_detector", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/deepslate_brick_slab.json b/recipes/deepslate_brick_slab.json deleted file mode 100644 index 2c8977c..0000000 --- a/recipes/deepslate_brick_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:deepslate_brick_slab" - }, - "key": { - "#": { - "item": "minecraft:deepslate_bricks" - } - }, - "pattern": [ - "###" - ], - "priority": 1, - "result": { - "count": 6, - "item": "minecraft:deepslate_brick_slab" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/deepslate_brick_slab_from_cobbled_deepslate_stonecutting.json b/recipes/deepslate_brick_slab_from_cobbled_deepslate_stonecutting.json deleted file mode 100644 index 90b7f78..0000000 --- a/recipes/deepslate_brick_slab_from_cobbled_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_brick_slab_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 2, - "data": 0, - "item": "minecraft:deepslate_brick_slab" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_brick_slab_from_deepslate_bricks_stonecutting.json b/recipes/deepslate_brick_slab_from_deepslate_bricks_stonecutting.json deleted file mode 100644 index c07f2cd..0000000 --- a/recipes/deepslate_brick_slab_from_deepslate_bricks_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_brick_slab_from_deepslate_bricks_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:deepslate_bricks" - } - ], - "priority": 0, - "result": { - "count": 2, - "data": 0, - "item": "minecraft:deepslate_brick_slab" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_brick_slab_from_polished_deepslate_stonecutting.json b/recipes/deepslate_brick_slab_from_polished_deepslate_stonecutting.json deleted file mode 100644 index 4915ee8..0000000 --- a/recipes/deepslate_brick_slab_from_polished_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_brick_slab_from_polished_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:polished_deepslate" - } - ], - "priority": 0, - "result": { - "count": 2, - "data": 0, - "item": "minecraft:deepslate_brick_slab" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_brick_stairs.json b/recipes/deepslate_brick_stairs.json deleted file mode 100644 index 0c38640..0000000 --- a/recipes/deepslate_brick_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:deepslate_brick_stairs" - }, - "key": { - "#": { - "item": "minecraft:deepslate_bricks" - } - }, - "pattern": [ - "# ", - "## ", - "###" - ], - "priority": 1, - "result": { - "count": 4, - "item": "minecraft:deepslate_brick_stairs" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/deepslate_brick_stairs_from_cobbled_deepslate_stonecutting.json b/recipes/deepslate_brick_stairs_from_cobbled_deepslate_stonecutting.json deleted file mode 100644 index 2853a61..0000000 --- a/recipes/deepslate_brick_stairs_from_cobbled_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_brick_stairs_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_brick_stairs" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_brick_stairs_from_deepslate_bricks_stonecutting.json b/recipes/deepslate_brick_stairs_from_deepslate_bricks_stonecutting.json deleted file mode 100644 index 773a8f7..0000000 --- a/recipes/deepslate_brick_stairs_from_deepslate_bricks_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_brick_stairs_from_deepslate_bricks_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:deepslate_bricks" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_brick_stairs" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_brick_stairs_from_polished_deepslate_stonecut.json b/recipes/deepslate_brick_stairs_from_polished_deepslate_stonecut.json deleted file mode 100644 index 25ed34f..0000000 --- a/recipes/deepslate_brick_stairs_from_polished_deepslate_stonecut.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_brick_stairs_from_polished_deepslate_stonecut" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:polished_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_brick_stairs" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_brick_wall.json b/recipes/deepslate_brick_wall.json deleted file mode 100644 index 3f4e6d3..0000000 --- a/recipes/deepslate_brick_wall.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:deepslate_brick_wall" - }, - "key": { - "#": { - "item": "minecraft:deepslate_bricks" - } - }, - "pattern": [ - "###", - "###" - ], - "priority": 1, - "result": { - "count": 6, - "item": "minecraft:deepslate_brick_wall" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/deepslate_brick_wall_from_cobbled_deepslate_stonecutting.json b/recipes/deepslate_brick_wall_from_cobbled_deepslate_stonecutting.json deleted file mode 100644 index 169c314..0000000 --- a/recipes/deepslate_brick_wall_from_cobbled_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_brick_wall_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_brick_wall" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_brick_wall_from_deepslate_bricks_stonecutting.json b/recipes/deepslate_brick_wall_from_deepslate_bricks_stonecutting.json deleted file mode 100644 index ec0d268..0000000 --- a/recipes/deepslate_brick_wall_from_deepslate_bricks_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_brick_wall_from_deepslate_bricks_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:deepslate_bricks" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_brick_wall" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_brick_wall_from_polished_deepslate_stonecutting.json b/recipes/deepslate_brick_wall_from_polished_deepslate_stonecutting.json deleted file mode 100644 index 5aeb30c..0000000 --- a/recipes/deepslate_brick_wall_from_polished_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_brick_wall_from_polished_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:polished_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_brick_wall" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_bricks.json b/recipes/deepslate_bricks.json deleted file mode 100644 index 54c6bbd..0000000 --- a/recipes/deepslate_bricks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:deepslate_bricks" - }, - "key": { - "S": { - "item": "minecraft:polished_deepslate" - } - }, - "pattern": [ - "SS", - "SS" - ], - "priority": 1, - "result": { - "count": 4, - "item": "minecraft:deepslate_bricks" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/deepslate_bricks_from_cobbled_deepslate_stonecutting.json b/recipes/deepslate_bricks_from_cobbled_deepslate_stonecutting.json deleted file mode 100644 index 6807f9b..0000000 --- a/recipes/deepslate_bricks_from_cobbled_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_bricks_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_bricks" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_bricks_from_polished_deepslate_stonecutting.json b/recipes/deepslate_bricks_from_polished_deepslate_stonecutting.json deleted file mode 100644 index c327bd7..0000000 --- a/recipes/deepslate_bricks_from_polished_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_bricks_from_polished_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:polished_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_bricks" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_furnace.json b/recipes/deepslate_furnace.json deleted file mode 100644 index 268769e..0000000 --- a/recipes/deepslate_furnace.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:deepslate_furnace" - }, - "input": "minecraft:cobbled_deepslate", - "output": "minecraft:deepslate", - "tags": [ - "furnace" - ] - } -} diff --git a/recipes/deepslate_tile_slab.json b/recipes/deepslate_tile_slab.json deleted file mode 100644 index cada7f6..0000000 --- a/recipes/deepslate_tile_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:deepslate_tile_slab" - }, - "key": { - "#": { - "item": "minecraft:deepslate_tiles" - } - }, - "pattern": [ - "###" - ], - "priority": 1, - "result": { - "count": 6, - "item": "minecraft:deepslate_tile_slab" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/deepslate_tile_slab_from_cobbled_deepslate_stonecutting.json b/recipes/deepslate_tile_slab_from_cobbled_deepslate_stonecutting.json deleted file mode 100644 index c7e9c72..0000000 --- a/recipes/deepslate_tile_slab_from_cobbled_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tile_slab_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 2, - "data": 0, - "item": "minecraft:deepslate_tile_slab" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tile_slab_from_deepslate_bricks_stonecutting.json b/recipes/deepslate_tile_slab_from_deepslate_bricks_stonecutting.json deleted file mode 100644 index fee3067..0000000 --- a/recipes/deepslate_tile_slab_from_deepslate_bricks_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tile_slab_from_deepslate_bricks_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:deepslate_bricks" - } - ], - "priority": 0, - "result": { - "count": 2, - "data": 0, - "item": "minecraft:deepslate_tile_slab" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tile_slab_from_deepslate_tiles_stonecutting.json b/recipes/deepslate_tile_slab_from_deepslate_tiles_stonecutting.json deleted file mode 100644 index e5563f5..0000000 --- a/recipes/deepslate_tile_slab_from_deepslate_tiles_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tile_slab_from_deepslate_tiles_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:deepslate_tiles" - } - ], - "priority": 0, - "result": { - "count": 2, - "data": 0, - "item": "minecraft:deepslate_tile_slab" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tile_slab_from_polished_deepslate_stonecutting.json b/recipes/deepslate_tile_slab_from_polished_deepslate_stonecutting.json deleted file mode 100644 index 6c00ebd..0000000 --- a/recipes/deepslate_tile_slab_from_polished_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tile_slab_from_polished_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:polished_deepslate" - } - ], - "priority": 0, - "result": { - "count": 2, - "data": 0, - "item": "minecraft:deepslate_tile_slab" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tile_stairs.json b/recipes/deepslate_tile_stairs.json deleted file mode 100644 index 6267cb7..0000000 --- a/recipes/deepslate_tile_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:deepslate_tile_stairs" - }, - "key": { - "#": { - "item": "minecraft:deepslate_tiles" - } - }, - "pattern": [ - "# ", - "## ", - "###" - ], - "priority": 1, - "result": { - "count": 4, - "item": "minecraft:deepslate_tile_stairs" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/deepslate_tile_stairs_from_cobbled_deepslate_stonecutting.json b/recipes/deepslate_tile_stairs_from_cobbled_deepslate_stonecutting.json deleted file mode 100644 index 9350c2e..0000000 --- a/recipes/deepslate_tile_stairs_from_cobbled_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tile_stairs_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_tile_stairs" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tile_stairs_from_deepslate_bricks_stonecutting.json b/recipes/deepslate_tile_stairs_from_deepslate_bricks_stonecutting.json deleted file mode 100644 index 38c4251..0000000 --- a/recipes/deepslate_tile_stairs_from_deepslate_bricks_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tile_stairs_from_deepslate_bricks_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:deepslate_bricks" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_tile_stairs" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tile_stairs_from_deepslate_tiles_stonecutting.json b/recipes/deepslate_tile_stairs_from_deepslate_tiles_stonecutting.json deleted file mode 100644 index f31c696..0000000 --- a/recipes/deepslate_tile_stairs_from_deepslate_tiles_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tile_stairs_from_deepslate_tiles_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:deepslate_tiles" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_tile_stairs" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tile_stairs_from_polished_deepslate_stonecutting.json b/recipes/deepslate_tile_stairs_from_polished_deepslate_stonecutting.json deleted file mode 100644 index 8f13efb..0000000 --- a/recipes/deepslate_tile_stairs_from_polished_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tile_stairs_from_polished_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:polished_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_tile_stairs" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tile_wall.json b/recipes/deepslate_tile_wall.json deleted file mode 100644 index 8759c16..0000000 --- a/recipes/deepslate_tile_wall.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:deepslate_tile_wall" - }, - "key": { - "#": { - "item": "minecraft:deepslate_tiles" - } - }, - "pattern": [ - "###", - "###" - ], - "priority": 1, - "result": { - "count": 6, - "item": "minecraft:deepslate_tile_wall" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/deepslate_tile_wall_from_cobbled_deepslate_stonecutting.json b/recipes/deepslate_tile_wall_from_cobbled_deepslate_stonecutting.json deleted file mode 100644 index ef1cbdd..0000000 --- a/recipes/deepslate_tile_wall_from_cobbled_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tile_wall_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_tile_wall" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tile_wall_from_deepslate_bricks_stonecutting.json b/recipes/deepslate_tile_wall_from_deepslate_bricks_stonecutting.json deleted file mode 100644 index 0546e8f..0000000 --- a/recipes/deepslate_tile_wall_from_deepslate_bricks_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tile_wall_from_deepslate_bricks_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:deepslate_bricks" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_tile_wall" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tile_wall_from_deepslate_tiles_stonecutting.json b/recipes/deepslate_tile_wall_from_deepslate_tiles_stonecutting.json deleted file mode 100644 index 893ccff..0000000 --- a/recipes/deepslate_tile_wall_from_deepslate_tiles_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tile_wall_from_deepslate_tiles_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:deepslate_tiles" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_tile_wall" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tile_wall_from_polished_deepslate_stonecutting.json b/recipes/deepslate_tile_wall_from_polished_deepslate_stonecutting.json deleted file mode 100644 index c0877f7..0000000 --- a/recipes/deepslate_tile_wall_from_polished_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tile_wall_from_polished_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:polished_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_tile_wall" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tiles.json b/recipes/deepslate_tiles.json deleted file mode 100644 index 8087909..0000000 --- a/recipes/deepslate_tiles.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:deepslate_tiles" - }, - "key": { - "S": { - "item": "minecraft:deepslate_bricks" - } - }, - "pattern": [ - "SS", - "SS" - ], - "priority": 1, - "result": { - "count": 4, - "item": "minecraft:deepslate_tiles" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/deepslate_tiles_from_cobbled_deepslate_stonecutting.json b/recipes/deepslate_tiles_from_cobbled_deepslate_stonecutting.json deleted file mode 100644 index a76131d..0000000 --- a/recipes/deepslate_tiles_from_cobbled_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tiles_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_tiles" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tiles_from_deepslate_bricks_stonecutting.json b/recipes/deepslate_tiles_from_deepslate_bricks_stonecutting.json deleted file mode 100644 index 5ca33b8..0000000 --- a/recipes/deepslate_tiles_from_deepslate_bricks_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tiles_from_deepslate_bricks_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:deepslate_bricks" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_tiles" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/deepslate_tiles_from_polished_deepslate_stonecutting.json b/recipes/deepslate_tiles_from_polished_deepslate_stonecutting.json deleted file mode 100644 index f8a9cc9..0000000 --- a/recipes/deepslate_tiles_from_polished_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:deepslate_tiles_from_polished_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:polished_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:deepslate_tiles" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/detector_rail.json b/recipes/detector_rail.json deleted file mode 100644 index 620e187..0000000 --- a/recipes/detector_rail.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:detector_rail" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X X", - "X#X", - "XRX" - ], - "key": { - "R": { - "item": "minecraft:redstone" - }, - "#": { - "item": "minecraft:stone_pressure_plate" - }, - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:detector_rail", - "count": 6 - } - } -} diff --git a/recipes/diamond.json b/recipes/diamond.json deleted file mode 100644 index 8fbc5f7..0000000 --- a/recipes/diamond.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diamond" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:diamond_block" - } - }, - "result": { - "item": "minecraft:diamond", - "count": 9 - } - } -} diff --git a/recipes/diamond_axe.json b/recipes/diamond_axe.json deleted file mode 100644 index 95a4ff4..0000000 --- a/recipes/diamond_axe.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diamond_axe" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - "X#", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:diamond" - } - }, - "result": { - "item": "minecraft:diamond_axe" - } - } -} diff --git a/recipes/diamond_block.json b/recipes/diamond_block.json deleted file mode 100644 index aaa700d..0000000 --- a/recipes/diamond_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diamond_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:diamond" - } - }, - "result": { - "item": "minecraft:diamond_block" - } - } -} diff --git a/recipes/diamond_boots.json b/recipes/diamond_boots.json deleted file mode 100644 index db50e79..0000000 --- a/recipes/diamond_boots.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diamond_boots" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X X", - "X X" - ], - "key": { - "X": { - "item": "minecraft:diamond" - } - }, - "result": { - "item": "minecraft:diamond_boots" - } - } -} diff --git a/recipes/diamond_chestplate.json b/recipes/diamond_chestplate.json deleted file mode 100644 index 786dbf0..0000000 --- a/recipes/diamond_chestplate.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diamond_chestplate" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X X", - "XXX", - "XXX" - ], - "key": { - "X": { - "item": "minecraft:diamond" - } - }, - "result": { - "item": "minecraft:diamond_chestplate" - } - } -} diff --git a/recipes/diamond_helmet.json b/recipes/diamond_helmet.json deleted file mode 100644 index 897a59c..0000000 --- a/recipes/diamond_helmet.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diamond_helmet" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - "X X" - ], - "key": { - "X": { - "item": "minecraft:diamond" - } - }, - "result": { - "item": "minecraft:diamond_helmet" - } - } -} diff --git a/recipes/diamond_hoe.json b/recipes/diamond_hoe.json deleted file mode 100644 index cea70f6..0000000 --- a/recipes/diamond_hoe.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diamond_hoe" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - " #", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:diamond" - } - }, - "result": { - "item": "minecraft:diamond_hoe" - } - } -} diff --git a/recipes/diamond_leggings.json b/recipes/diamond_leggings.json deleted file mode 100644 index da6875e..0000000 --- a/recipes/diamond_leggings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diamond_leggings" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - "X X", - "X X" - ], - "key": { - "X": { - "item": "minecraft:diamond" - } - }, - "result": { - "item": "minecraft:diamond_leggings" - } - } -} diff --git a/recipes/diamond_pickaxe.json b/recipes/diamond_pickaxe.json deleted file mode 100644 index eb9383a..0000000 --- a/recipes/diamond_pickaxe.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diamond_pickaxe" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - " # ", - " # " - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:diamond" - } - }, - "result": { - "item": "minecraft:diamond_pickaxe" - } - } -} diff --git a/recipes/diamond_shovel.json b/recipes/diamond_shovel.json deleted file mode 100644 index 0a1097c..0000000 --- a/recipes/diamond_shovel.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diamond_shovel" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:diamond" - } - }, - "result": { - "item": "minecraft:diamond_shovel" - } - } -} diff --git a/recipes/diamond_sword.json b/recipes/diamond_sword.json deleted file mode 100644 index 38e850c..0000000 --- a/recipes/diamond_sword.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diamond_sword" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:diamond" - } - }, - "result": { - "item": "minecraft:diamond_sword" - } - } -} diff --git a/recipes/diorite.json b/recipes/diorite.json deleted file mode 100644 index 4297c84..0000000 --- a/recipes/diorite.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diorite" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "CQ", - "QC" - ], - "key": { - "Q": { - "item": "minecraft:quartz" - }, - "C": { - "item": "minecraft:cobblestone" - } - }, - "result": { - "item": "minecraft:stone", - "data": 3, - "count": 2 - } - } -} diff --git a/recipes/diorite_stairs.json b/recipes/diorite_stairs.json deleted file mode 100644 index 9e37099..0000000 --- a/recipes/diorite_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diorite_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 3 - } - }, - "result": { - "item": "minecraft:diorite_stairs", - "count": 4 - } - } -} diff --git a/recipes/diorite_wall.json b/recipes/diorite_wall.json deleted file mode 100644 index a37c7fc..0000000 --- a/recipes/diorite_wall.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:diorite_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 3 - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 3, - "count": 6 - } - } -} diff --git a/recipes/dispenser.json b/recipes/dispenser.json deleted file mode 100644 index 2fbe0b3..0000000 --- a/recipes/dispenser.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dispenser" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "#X#", - "#R#" - ], - "key": { - "R": { - "item": "minecraft:redstone" - }, - "#": { - "item": "minecraft:cobblestone" - }, - "X": { - "item": "minecraft:bow" - } - }, - "result": { - "item": "minecraft:dispenser", - "data": 3 - } - } -} diff --git a/recipes/dried_kelp.json b/recipes/dried_kelp.json deleted file mode 100644 index 93a0ebc..0000000 --- a/recipes/dried_kelp.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dried_kelp" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:dried_kelp_block" - } - }, - "result": { - "item": "minecraft:dried_kelp", - "count": 9 - } - } -} diff --git a/recipes/dried_kelp_block.json b/recipes/dried_kelp_block.json deleted file mode 100644 index ea93725..0000000 --- a/recipes/dried_kelp_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dried_kelp_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:dried_kelp" - } - }, - "result": { - "item": "minecraft:dried_kelp_block" - } - } -} diff --git a/recipes/dripstone_block.json b/recipes/dripstone_block.json deleted file mode 100644 index 3c97775..0000000 --- a/recipes/dripstone_block.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dripstone_block" - }, - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:pointed_dripstone" - } - }, - "result": { - "item": "minecraft:dripstone_block", - "count": 1 - } - } -} diff --git a/recipes/dripstone_block_from_pointed_dripstone.json b/recipes/dripstone_block_from_pointed_dripstone.json deleted file mode 100644 index db58878..0000000 --- a/recipes/dripstone_block_from_pointed_dripstone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dripstone_block_from_pointed_dripstone" - }, - - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - "XX" - ], - "key": { - "X": { - "item": "minecraft:pointed_dripstone" - } - }, - "result": [ - { "item": "minecraft:dripstone_block" } - ] - } -} diff --git a/recipes/dropper.json b/recipes/dropper.json deleted file mode 100644 index aa63e2f..0000000 --- a/recipes/dropper.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:dropper" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "# #", - "#R#" - ], - "key": { - "R": { - "item": "minecraft:redstone" - }, - "#": { - "item": "minecraft:cobblestone" - } - }, - "result": { - "item": "minecraft:dropper", - "data": 3 - } - } -} diff --git a/recipes/emerald.json b/recipes/emerald.json deleted file mode 100644 index 35404f1..0000000 --- a/recipes/emerald.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:emerald" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:emerald_block" - } - }, - "result": { - "item": "minecraft:emerald", - "count": 9 - } - } -} diff --git a/recipes/emerald_block.json b/recipes/emerald_block.json deleted file mode 100644 index aa10e19..0000000 --- a/recipes/emerald_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:emerald_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:emerald" - } - }, - "result": { - "item": "minecraft:emerald_block" - } - } -} diff --git a/recipes/empty_map_to_enhanced.json b/recipes/empty_map_to_enhanced.json deleted file mode 100644 index 0d8e174..0000000 --- a/recipes/empty_map_to_enhanced.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:empty_map_to_enhanced" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:emptymap", - "data": 0 - }, - { - "item": "minecraft:compass" - } - ], - "result": { - "item": "minecraft:emptymap", - "data": 2 - } - } -} diff --git a/recipes/enchanting_table.json b/recipes/enchanting_table.json deleted file mode 100644 index 6542573..0000000 --- a/recipes/enchanting_table.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:enchanting_table" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " B ", - "D#D", - "###" - ], - "key": { - "B": { - "item": "minecraft:book" - }, - "#": { - "item": "minecraft:obsidian" - }, - "D": { - "item": "minecraft:diamond" - } - }, - "result": { - "item": "minecraft:enchanting_table" - } - } -} diff --git a/recipes/end_brick_stairs.json b/recipes/end_brick_stairs.json deleted file mode 100644 index 3d47c13..0000000 --- a/recipes/end_brick_stairs.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:end_brick_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:end_bricks" - } - }, - "result": { - "item": "minecraft:end_brick_stairs", - "count": 4 - } - } -} diff --git a/recipes/end_brick_wall.json b/recipes/end_brick_wall.json deleted file mode 100644 index 1169ac3..0000000 --- a/recipes/end_brick_wall.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:end_brick_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:end_bricks" - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 10, - "count": 6 - } - } -} diff --git a/recipes/end_bricks.json b/recipes/end_bricks.json deleted file mode 100644 index 94c6bc3..0000000 --- a/recipes/end_bricks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:end_bricks" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:end_stone" - } - }, - "result": { - "item": "minecraft:end_bricks", - "count": 4 - } - } -} diff --git a/recipes/end_crystal.json b/recipes/end_crystal.json deleted file mode 100644 index 8b30eec..0000000 --- a/recipes/end_crystal.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:end_crystal" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "GGG", - "GEG", - "GTG" - ], - "key": { - "T": { - "item": "minecraft:ghast_tear" - }, - "E": { - "item": "minecraft:ender_eye" - }, - "G": { - "item": "minecraft:glass" - } - }, - "result": { - "item": "minecraft:end_crystal" - } - } -} diff --git a/recipes/end_rod.json b/recipes/end_rod.json deleted file mode 100644 index df8a8b1..0000000 --- a/recipes/end_rod.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:end_rod" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "/", - "#" - ], - "key": { - "#": { - "item": "minecraft:chorus_fruit_popped" - }, - "/": { - "item": "minecraft:blaze_rod" - } - }, - "result": { - "item": "minecraft:end_rod", - "count": 4 - } - } -} diff --git a/recipes/ender_chest.json b/recipes/ender_chest.json deleted file mode 100644 index 44a401e..0000000 --- a/recipes/ender_chest.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:ender_chest" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "#E#", - "###" - ], - "key": { - "#": { - "item": "minecraft:obsidian" - }, - "E": { - "item": "minecraft:ender_eye" - } - }, - "result": { - "item": "minecraft:ender_chest" - } - } -} diff --git a/recipes/ender_eye.json b/recipes/ender_eye.json deleted file mode 100644 index fb85082..0000000 --- a/recipes/ender_eye.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:ender_eye" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:ender_pearl" - }, - { - "item": "minecraft:blaze_powder" - } - ], - "result": { - "item": "minecraft:ender_eye" - } - } -} diff --git a/recipes/fence.json b/recipes/fence.json deleted file mode 100644 index 55f8031..0000000 --- a/recipes/fence.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:fence" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "W#W", - "W#W" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:planks", - "data": 0 - } - }, - "result": { - "item": "minecraft:fence", - "data": 0, - "count": 3 - } - } -} diff --git a/recipes/fence_gate.json b/recipes/fence_gate.json deleted file mode 100644 index cf46660..0000000 --- a/recipes/fence_gate.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:fence_gate" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_fence_gate", - "pattern": [ - "#W#", - "#W#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:planks", - "data": 0 - } - }, - "result": { - "item": "minecraft:fence_gate" - } - } -} diff --git a/recipes/fermented_spider_eye.json b/recipes/fermented_spider_eye.json deleted file mode 100644 index 39ff513..0000000 --- a/recipes/fermented_spider_eye.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:fermented_spider_eye" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:spider_eye" - }, - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:sugar" - } - ], - "result": { - "item": "minecraft:fermented_spider_eye" - } - } -} diff --git a/recipes/fishing_rod.json b/recipes/fishing_rod.json deleted file mode 100644 index 6a6609e..0000000 --- a/recipes/fishing_rod.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:fishing_rod" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " #", - " #X", - "# X" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:string" - } - }, - "result": { - "item": "minecraft:fishing_rod" - } - } -} diff --git a/recipes/fletching_table.json b/recipes/fletching_table.json deleted file mode 100644 index 8d201e9..0000000 --- a/recipes/fletching_table.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:fletching_table" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "||", - "##", - "##" - ], - "key": { - "|": { - "item": "minecraft:flint" - }, - "#": { - "item": "minecraft:planks" - } - }, - "result": [ - { "item": "minecraft:fletching_table" } - ] - } -} diff --git a/recipes/fletching_table_from_crimson_planks.json b/recipes/fletching_table_from_crimson_planks.json deleted file mode 100644 index 2d10932..0000000 --- a/recipes/fletching_table_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:fletching_table_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "BB", - "BB" - ], - "key": { - "A": { - "item": "flint" - }, - "B": { - "item": "crimson_planks" - } - }, - "result": { - "item": "fletching_table", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/fletching_table_from_warped_planks.json b/recipes/fletching_table_from_warped_planks.json deleted file mode 100644 index 646c663..0000000 --- a/recipes/fletching_table_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:fletching_table_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "BB", - "BB" - ], - "key": { - "A": { - "item": "flint" - }, - "B": { - "item": "warped_planks" - } - }, - "result": { - "item": "fletching_table", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/flint_and_steel.json b/recipes/flint_and_steel.json deleted file mode 100644 index 300da77..0000000 --- a/recipes/flint_and_steel.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:flint_and_steel" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:iron_ingot" - }, - { - "item": "minecraft:flint" - } - ], - "result": { - "item": "minecraft:flint_and_steel" - } - } -} diff --git a/recipes/flower_pot.json b/recipes/flower_pot.json deleted file mode 100644 index 59eb9d4..0000000 --- a/recipes/flower_pot.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:flower_pot" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# #", - " # " - ], - "key": { - "#": { - "item": "minecraft:brick" - } - }, - "result": { - "item": "minecraft:flower_pot" - } - } -} diff --git a/recipes/furnace.json b/recipes/furnace.json deleted file mode 100644 index cce9d49..0000000 --- a/recipes/furnace.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:furnace" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "# #", - "###" - ], - "key": { - "#": { - "item": "minecraft:cobblestone" - } - }, - "result": { - "item": "minecraft:furnace" - } - } -} diff --git a/recipes/furnace_acacia_wood.json b/recipes/furnace_acacia_wood.json deleted file mode 100644 index f878d30..0000000 --- a/recipes/furnace_acacia_wood.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_acacia_wood" - }, - - - "tags": ["furnace"], - "input": "minecraft:wood:4", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_ancient_debris.json b/recipes/furnace_ancient_debris.json deleted file mode 100644 index aa5c084..0000000 --- a/recipes/furnace_ancient_debris.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_ancient_debris" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:ancient_debris", - "output": "minecraft:netherite_scrap" - } - -} diff --git a/recipes/furnace_beef.json b/recipes/furnace_beef.json deleted file mode 100644 index 77f859e..0000000 --- a/recipes/furnace_beef.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_beef" - }, - - - "tags": ["furnace", "smoker", "campfire", "soul_campfire"], - "input": "minecraft:beef", - "output": "minecraft:cooked_beef" - } - -} diff --git a/recipes/furnace_birch_wood.json b/recipes/furnace_birch_wood.json deleted file mode 100644 index 994feeb..0000000 --- a/recipes/furnace_birch_wood.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_birch_wood" - }, - - - "tags": ["furnace"], - "input": "minecraft:wood:2", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_cactus.json b/recipes/furnace_cactus.json deleted file mode 100644 index 71042a3..0000000 --- a/recipes/furnace_cactus.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_cactus" - }, - - - "tags": ["furnace"], - "input": "minecraft:cactus", - "output": "minecraft:dye:2" - } - -} diff --git a/recipes/furnace_chainmail_boots.json b/recipes/furnace_chainmail_boots.json deleted file mode 100644 index 80c48a2..0000000 --- a/recipes/furnace_chainmail_boots.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_chainmail_boots" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:chainmail_boots", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_chainmail_chestplate.json b/recipes/furnace_chainmail_chestplate.json deleted file mode 100644 index 87200da..0000000 --- a/recipes/furnace_chainmail_chestplate.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_chainmail_chestplate" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:chainmail_chestplate", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_chainmail_helmet.json b/recipes/furnace_chainmail_helmet.json deleted file mode 100644 index f4842cd..0000000 --- a/recipes/furnace_chainmail_helmet.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_chainmail_helmet" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:chainmail_helmet", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_chainmail_leggings.json b/recipes/furnace_chainmail_leggings.json deleted file mode 100644 index d2efc90..0000000 --- a/recipes/furnace_chainmail_leggings.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_chainmail_leggings" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:chainmail_leggings", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_chicken.json b/recipes/furnace_chicken.json deleted file mode 100644 index 130d9dc..0000000 --- a/recipes/furnace_chicken.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_chicken" - }, - - - "tags": ["furnace", "smoker", "campfire", "soul_campfire"], - "input": "minecraft:chicken", - "output": "minecraft:cooked_chicken" - } - -} diff --git a/recipes/furnace_chorus_fruit.json b/recipes/furnace_chorus_fruit.json deleted file mode 100644 index c1113e3..0000000 --- a/recipes/furnace_chorus_fruit.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_chorus_fruit" - }, - - - "tags": ["furnace"], - "input": "minecraft:chorus_fruit", - "output": "minecraft:chorus_fruit_popped" - } - -} diff --git a/recipes/furnace_clay.json b/recipes/furnace_clay.json deleted file mode 100644 index 1238ad1..0000000 --- a/recipes/furnace_clay.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_clay" - }, - - - "tags": ["furnace"], - "input": "minecraft:clay", - "output": "minecraft:hardened_clay" - } - -} diff --git a/recipes/furnace_clay_ball.json b/recipes/furnace_clay_ball.json deleted file mode 100644 index 5fab584..0000000 --- a/recipes/furnace_clay_ball.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_clay_ball" - }, - - - "tags": ["furnace"], - "input": "minecraft:clay_ball", - "output": "minecraft:brick" - } - -} diff --git a/recipes/furnace_coal_ore.json b/recipes/furnace_coal_ore.json deleted file mode 100644 index 5108ca6..0000000 --- a/recipes/furnace_coal_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_coal_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:coal_ore", - "output": "minecraft:coal" - } - -} diff --git a/recipes/furnace_cobblestone.json b/recipes/furnace_cobblestone.json deleted file mode 100644 index 4ec5819..0000000 --- a/recipes/furnace_cobblestone.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_cobblestone" - }, - - - "tags": ["furnace"], - "input": "minecraft:cobblestone", - "output": "minecraft:stone" - } - -} diff --git a/recipes/furnace_copper.json b/recipes/furnace_copper.json deleted file mode 100644 index 5d45d95..0000000 --- a/recipes/furnace_copper.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_copper" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:raw_copper", - "output": "minecraft:copper_ingot" - } - -} diff --git a/recipes/furnace_copper_ore.json b/recipes/furnace_copper_ore.json deleted file mode 100644 index 9094c79..0000000 --- a/recipes/furnace_copper_ore.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_copper_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:copper_ore", - "output": "minecraft:copper_ingot" - } - - } - \ No newline at end of file diff --git a/recipes/furnace_cracked_nether_bricks.json b/recipes/furnace_cracked_nether_bricks.json deleted file mode 100644 index 23dc83b..0000000 --- a/recipes/furnace_cracked_nether_bricks.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_cracked_nether_bricks" - }, - "tags": ["furnace"], - "input": "minecraft:nether_brick", - "output": "minecraft:cracked_nether_bricks" - } -} \ No newline at end of file diff --git a/recipes/furnace_cracked_polished_blackstone_bricks.json b/recipes/furnace_cracked_polished_blackstone_bricks.json deleted file mode 100644 index b4f8e6b..0000000 --- a/recipes/furnace_cracked_polished_blackstone_bricks.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_cracked_polished_blackstone_bricks" - }, - "tags": ["furnace"], - "input": "minecraft:polished_blackstone_bricks", - "output": "minecraft:cracked_polished_blackstone_bricks" - } -} diff --git a/recipes/furnace_dark_oak_wood.json b/recipes/furnace_dark_oak_wood.json deleted file mode 100644 index 230ea96..0000000 --- a/recipes/furnace_dark_oak_wood.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_dark_oak_wood" - }, - - - "tags": ["furnace"], - "input": "minecraft:wood:5", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_deepslate_coal_ore.json b/recipes/furnace_deepslate_coal_ore.json deleted file mode 100644 index 49576df..0000000 --- a/recipes/furnace_deepslate_coal_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_deepslate_coal_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:deepslate_coal_ore", - "output": "minecraft:coal" - } - -} diff --git a/recipes/furnace_deepslate_copper_ore.json b/recipes/furnace_deepslate_copper_ore.json deleted file mode 100644 index 5a42d75..0000000 --- a/recipes/furnace_deepslate_copper_ore.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_deepslate_copper_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:deepslate_copper_ore", - "output": "minecraft:copper_ingot" - } - - } - \ No newline at end of file diff --git a/recipes/furnace_deepslate_diamond_ore.json b/recipes/furnace_deepslate_diamond_ore.json deleted file mode 100644 index ee1ff64..0000000 --- a/recipes/furnace_deepslate_diamond_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_deepslate_diamond_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:deepslate_diamond_ore", - "output": "minecraft:diamond" - } - -} diff --git a/recipes/furnace_deepslate_emerald_ore.json b/recipes/furnace_deepslate_emerald_ore.json deleted file mode 100644 index 7076f4a..0000000 --- a/recipes/furnace_deepslate_emerald_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_deepslate_emerald_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:deepslate_emerald_ore", - "output": "minecraft:emerald" - } - -} diff --git a/recipes/furnace_deepslate_gold_ore.json b/recipes/furnace_deepslate_gold_ore.json deleted file mode 100644 index d2773ac..0000000 --- a/recipes/furnace_deepslate_gold_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_deepslate_gold_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:deepslate_gold_ore", - "output": "minecraft:gold_ingot" - } - -} diff --git a/recipes/furnace_deepslate_iron_ore.json b/recipes/furnace_deepslate_iron_ore.json deleted file mode 100644 index 1561f1f..0000000 --- a/recipes/furnace_deepslate_iron_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_deepslate_iron_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:deepslate_iron_ore", - "output": "minecraft:iron_ingot" - } - -} diff --git a/recipes/furnace_deepslate_lapis_ore.json b/recipes/furnace_deepslate_lapis_ore.json deleted file mode 100644 index 4de32d3..0000000 --- a/recipes/furnace_deepslate_lapis_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_deepslate_lapis_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:deepslate_lapis_ore", - "output": "minecraft:dye:4" - } - -} diff --git a/recipes/furnace_deepslate_redstone_ore.json b/recipes/furnace_deepslate_redstone_ore.json deleted file mode 100644 index 0186a0c..0000000 --- a/recipes/furnace_deepslate_redstone_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_deepslate_redstone_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:deepslate_redstone_ore", - "output": "minecraft:redstone" - } - -} diff --git a/recipes/furnace_diamond_ore.json b/recipes/furnace_diamond_ore.json deleted file mode 100644 index d88b7f9..0000000 --- a/recipes/furnace_diamond_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_diamond_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:diamond_ore", - "output": "minecraft:diamond" - } - -} diff --git a/recipes/furnace_emerald_ore.json b/recipes/furnace_emerald_ore.json deleted file mode 100644 index cab433c..0000000 --- a/recipes/furnace_emerald_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_emerald_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:emerald_ore", - "output": "minecraft:emerald" - } - -} diff --git a/recipes/furnace_fish.json b/recipes/furnace_fish.json deleted file mode 100644 index 8e568a9..0000000 --- a/recipes/furnace_fish.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_fish" - }, - - "tags": ["furnace", "smoker", "campfire", "soul_campfire"], - "input": "minecraft:fish", - "output": "minecraft:cooked_fish" - } - -} diff --git a/recipes/furnace_from_blackstone.json b/recipes/furnace_from_blackstone.json deleted file mode 100644 index 63192ba..0000000 --- a/recipes/furnace_from_blackstone.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:furnace_from_blackstone" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "# #", - "###" - ], - "key": { - "#": { - "item": "minecraft:blackstone" - } - }, - "result": { - "item": "minecraft:furnace" - }, - "priority": 2 - } -} diff --git a/recipes/furnace_from_cobbled_deepslate.json b/recipes/furnace_from_cobbled_deepslate.json deleted file mode 100644 index 351aba2..0000000 --- a/recipes/furnace_from_cobbled_deepslate.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:furnace_from_cobbled_deepslate" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "# #", - "###" - ], - "key": { - "#": { - "item": "minecraft:cobbled_deepslate" - } - }, - "result": { - "item": "minecraft:furnace" - }, - "priority": 2 - } -} diff --git a/recipes/furnace_gold.json b/recipes/furnace_gold.json deleted file mode 100644 index 9df647e..0000000 --- a/recipes/furnace_gold.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_gold" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:raw_gold", - "output": "minecraft:gold_ingot" - } - -} diff --git a/recipes/furnace_gold_ore.json b/recipes/furnace_gold_ore.json deleted file mode 100644 index ce9d616..0000000 --- a/recipes/furnace_gold_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_gold_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:gold_ore", - "output": "minecraft:gold_ingot" - } - -} diff --git a/recipes/furnace_golden_axe.json b/recipes/furnace_golden_axe.json deleted file mode 100644 index bb26ee9..0000000 --- a/recipes/furnace_golden_axe.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_golden_axe" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:golden_axe", - "output": "minecraft:gold_nugget" - } - -} diff --git a/recipes/furnace_golden_boots.json b/recipes/furnace_golden_boots.json deleted file mode 100644 index 7926bd5..0000000 --- a/recipes/furnace_golden_boots.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_golden_boots" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:golden_boots", - "output": "minecraft:gold_nugget" - } - -} diff --git a/recipes/furnace_golden_chestplate.json b/recipes/furnace_golden_chestplate.json deleted file mode 100644 index 89d21b2..0000000 --- a/recipes/furnace_golden_chestplate.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_golden_chestplate" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:golden_chestplate", - "output": "minecraft:gold_nugget" - } - -} diff --git a/recipes/furnace_golden_helmet.json b/recipes/furnace_golden_helmet.json deleted file mode 100644 index 75c038e..0000000 --- a/recipes/furnace_golden_helmet.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_golden_helmet" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:golden_helmet", - "output": "minecraft:gold_nugget" - } - -} diff --git a/recipes/furnace_golden_hoe.json b/recipes/furnace_golden_hoe.json deleted file mode 100644 index 8037c91..0000000 --- a/recipes/furnace_golden_hoe.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_golden_hoe" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:golden_hoe", - "output": "minecraft:gold_nugget" - } - -} diff --git a/recipes/furnace_golden_leggings.json b/recipes/furnace_golden_leggings.json deleted file mode 100644 index 80c93dd..0000000 --- a/recipes/furnace_golden_leggings.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_golden_leggings" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:golden_leggings", - "output": "minecraft:gold_nugget" - } - -} diff --git a/recipes/furnace_golden_pickaxe.json b/recipes/furnace_golden_pickaxe.json deleted file mode 100644 index 0234990..0000000 --- a/recipes/furnace_golden_pickaxe.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_golden_pickaxe" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:golden_pickaxe", - "output": "minecraft:gold_nugget" - } - -} diff --git a/recipes/furnace_golden_shovel.json b/recipes/furnace_golden_shovel.json deleted file mode 100644 index ef9ec8e..0000000 --- a/recipes/furnace_golden_shovel.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_golden_shovel" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:golden_shovel", - "output": "minecraft:gold_nugget" - } - -} diff --git a/recipes/furnace_golden_sword.json b/recipes/furnace_golden_sword.json deleted file mode 100644 index 2915337..0000000 --- a/recipes/furnace_golden_sword.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_golden_sword" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:golden_sword", - "output": "minecraft:gold_nugget" - } - -} diff --git a/recipes/furnace_horse_armor_gold.json b/recipes/furnace_horse_armor_gold.json deleted file mode 100644 index 12e0760..0000000 --- a/recipes/furnace_horse_armor_gold.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_horse_armor_gold" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:horsearmorgold", - "output": "minecraft:gold_nugget" - } - -} diff --git a/recipes/furnace_horse_armor_iron.json b/recipes/furnace_horse_armor_iron.json deleted file mode 100644 index 705e4fa..0000000 --- a/recipes/furnace_horse_armor_iron.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_horse_armor_iron" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:horsearmoriron", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_iron.json b/recipes/furnace_iron.json deleted file mode 100644 index 957192c..0000000 --- a/recipes/furnace_iron.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_iron" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:raw_iron", - "output": "minecraft:iron_ingot" - } - -} diff --git a/recipes/furnace_iron_axe.json b/recipes/furnace_iron_axe.json deleted file mode 100644 index 271e83b..0000000 --- a/recipes/furnace_iron_axe.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_iron_axe" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:iron_axe", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_iron_boots.json b/recipes/furnace_iron_boots.json deleted file mode 100644 index 502f62f..0000000 --- a/recipes/furnace_iron_boots.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_iron_boots" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:iron_boots", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_iron_chestplate.json b/recipes/furnace_iron_chestplate.json deleted file mode 100644 index cc6d63b..0000000 --- a/recipes/furnace_iron_chestplate.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_iron_chestplate" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:iron_chestplate", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_iron_helmet.json b/recipes/furnace_iron_helmet.json deleted file mode 100644 index 7008fa9..0000000 --- a/recipes/furnace_iron_helmet.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_iron_helmet" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:iron_helmet", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_iron_hoe.json b/recipes/furnace_iron_hoe.json deleted file mode 100644 index 914c545..0000000 --- a/recipes/furnace_iron_hoe.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_iron_hoe" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:iron_hoe", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_iron_leggings.json b/recipes/furnace_iron_leggings.json deleted file mode 100644 index 08548b7..0000000 --- a/recipes/furnace_iron_leggings.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_iron_leggings" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:iron_leggings", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_iron_ore.json b/recipes/furnace_iron_ore.json deleted file mode 100644 index 2bf2896..0000000 --- a/recipes/furnace_iron_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_iron_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:iron_ore", - "output": "minecraft:iron_ingot" - } - -} diff --git a/recipes/furnace_iron_pickaxe.json b/recipes/furnace_iron_pickaxe.json deleted file mode 100644 index 12ef590..0000000 --- a/recipes/furnace_iron_pickaxe.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_iron_pickaxe" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:iron_pickaxe", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_iron_shovel.json b/recipes/furnace_iron_shovel.json deleted file mode 100644 index d279938..0000000 --- a/recipes/furnace_iron_shovel.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_iron_shovel" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:iron_shovel", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_iron_sword.json b/recipes/furnace_iron_sword.json deleted file mode 100644 index ce682b4..0000000 --- a/recipes/furnace_iron_sword.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_iron_sword" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:iron_sword", - "output": "minecraft:iron_nugget" - } - -} diff --git a/recipes/furnace_jungle_wood.json b/recipes/furnace_jungle_wood.json deleted file mode 100644 index dd836a2..0000000 --- a/recipes/furnace_jungle_wood.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_jungle_wood" - }, - - - "tags": ["furnace"], - "input": "minecraft:wood:3", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_kelp.json b/recipes/furnace_kelp.json deleted file mode 100644 index c39834d..0000000 --- a/recipes/furnace_kelp.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_kelp" - }, - - - "tags": ["furnace", "smoker", "campfire", "soul_campfire"], - "input": "minecraft:kelp", - "output": "minecraft:dried_kelp" - } - -} diff --git a/recipes/furnace_lapis_ore.json b/recipes/furnace_lapis_ore.json deleted file mode 100644 index f268c26..0000000 --- a/recipes/furnace_lapis_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_lapis_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:lapis_ore", - "output": "minecraft:dye:4" - } - -} diff --git a/recipes/furnace_log2_acacia.json b/recipes/furnace_log2_acacia.json deleted file mode 100644 index a763b61..0000000 --- a/recipes/furnace_log2_acacia.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_log2_acacia" - }, - - - "tags": ["furnace"], - "input": "minecraft:log2:0", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_log2_dark_oak.json b/recipes/furnace_log2_dark_oak.json deleted file mode 100644 index 764f882..0000000 --- a/recipes/furnace_log2_dark_oak.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_log2_dark_oak" - }, - - - "tags": ["furnace"], - "input": "minecraft:log2:1", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_log_birch.json b/recipes/furnace_log_birch.json deleted file mode 100644 index 30e2a75..0000000 --- a/recipes/furnace_log_birch.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_log_birch" - }, - - - "tags": ["furnace"], - "input": "minecraft:log:2", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_log_jungle.json b/recipes/furnace_log_jungle.json deleted file mode 100644 index dbdb01b..0000000 --- a/recipes/furnace_log_jungle.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_log_jungle" - }, - - - "tags": ["furnace"], - "input": "minecraft:log:3", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_log_oak.json b/recipes/furnace_log_oak.json deleted file mode 100644 index 632f97e..0000000 --- a/recipes/furnace_log_oak.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_log_oak" - }, - - - "tags": ["furnace"], - "input": "minecraft:log:0", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_log_spruce.json b/recipes/furnace_log_spruce.json deleted file mode 100644 index 4e2874a..0000000 --- a/recipes/furnace_log_spruce.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_log_spruce" - }, - - - "tags": ["furnace"], - "input": "minecraft:log:1", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_mutton_raw.json b/recipes/furnace_mutton_raw.json deleted file mode 100644 index 1b5d5c5..0000000 --- a/recipes/furnace_mutton_raw.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_mutton_raw" - }, - - - "tags": ["furnace", "smoker", "campfire", "soul_campfire"], - "input": "minecraft:muttonRaw", - "output": "minecraft:muttonCooked" - } - -} diff --git a/recipes/furnace_nether_gold_ore.json b/recipes/furnace_nether_gold_ore.json deleted file mode 100644 index 6f38777..0000000 --- a/recipes/furnace_nether_gold_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_nether_gold_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:nether_gold_ore", - "output": "minecraft:gold_ingot" - } - -} diff --git a/recipes/furnace_netherrack.json b/recipes/furnace_netherrack.json deleted file mode 100644 index 347d95a..0000000 --- a/recipes/furnace_netherrack.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_netherrack" - }, - - - "tags": ["furnace"], - "input": "minecraft:netherrack", - "output": "minecraft:netherbrick" - } - -} diff --git a/recipes/furnace_oak_wood.json b/recipes/furnace_oak_wood.json deleted file mode 100644 index 9958334..0000000 --- a/recipes/furnace_oak_wood.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_oak_wood" - }, - - - "tags": ["furnace"], - "input": "minecraft:wood:0", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_porkchop.json b/recipes/furnace_porkchop.json deleted file mode 100644 index 5189e0e..0000000 --- a/recipes/furnace_porkchop.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_porkchop" - }, - - - "tags": ["furnace", "smoker", "campfire", "soul_campfire"], - "input": "minecraft:porkchop", - "output": "minecraft:cooked_porkchop" - } - -} diff --git a/recipes/furnace_potato.json b/recipes/furnace_potato.json deleted file mode 100644 index ae260f2..0000000 --- a/recipes/furnace_potato.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_potato" - }, - - - "tags": ["furnace", "smoker", "campfire", "soul_campfire"], - "input": "minecraft:potato", - "output": "minecraft:baked_potato" - } - -} diff --git a/recipes/furnace_quartz_block.json b/recipes/furnace_quartz_block.json deleted file mode 100644 index 082891a..0000000 --- a/recipes/furnace_quartz_block.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_quartz_block" - }, - - "tags": ["furnace"], - "input": "minecraft:quartz_block:0", - "output": "minecraft:quartz_block:3" - } -} diff --git a/recipes/furnace_quartz_ore.json b/recipes/furnace_quartz_ore.json deleted file mode 100644 index 34d8f19..0000000 --- a/recipes/furnace_quartz_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_quartz_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:quartz_ore", - "output": "minecraft:quartz" - } - -} diff --git a/recipes/furnace_rabbit.json b/recipes/furnace_rabbit.json deleted file mode 100644 index d7595af..0000000 --- a/recipes/furnace_rabbit.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_rabbit" - }, - - - "tags": ["furnace", "smoker", "campfire", "soul_campfire"], - "input": "minecraft:rabbit", - "output": "minecraft:cooked_rabbit" - } - -} diff --git a/recipes/furnace_red_sandstone.json b/recipes/furnace_red_sandstone.json deleted file mode 100644 index a2a845e..0000000 --- a/recipes/furnace_red_sandstone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_red_sandstone" - }, - - "tags": [ "furnace" ], - "input": "minecraft:red_sandstone", - "output": "minecraft:red_sandstone:3" - } -} \ No newline at end of file diff --git a/recipes/furnace_redstone_ore.json b/recipes/furnace_redstone_ore.json deleted file mode 100644 index 5af0706..0000000 --- a/recipes/furnace_redstone_ore.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_redstone_ore" - }, - - - "tags": ["furnace", "blast_furnace"], - "input": "minecraft:redstone_ore", - "output": "minecraft:redstone" - } - -} diff --git a/recipes/furnace_salmon.json b/recipes/furnace_salmon.json deleted file mode 100644 index 0e7cf94..0000000 --- a/recipes/furnace_salmon.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_salmon" - }, - - - "tags": ["furnace", "smoker", "campfire", "soul_campfire"], - "input": "minecraft:salmon", - "output": "minecraft:cooked_salmon" - } - -} diff --git a/recipes/furnace_sand.json b/recipes/furnace_sand.json deleted file mode 100644 index 86abf72..0000000 --- a/recipes/furnace_sand.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_sand" - }, - - - "tags": ["furnace"], - "input": "minecraft:sand", - "output": "minecraft:glass" - } - -} diff --git a/recipes/furnace_sandstone.json b/recipes/furnace_sandstone.json deleted file mode 100644 index 82f1e03..0000000 --- a/recipes/furnace_sandstone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_sandstone" - }, - - "tags": [ "furnace" ], - "input": "minecraft:sandstone", - "output": "minecraft:sandstone:3" - } -} diff --git a/recipes/furnace_sea_pickle.json b/recipes/furnace_sea_pickle.json deleted file mode 100644 index e56797a..0000000 --- a/recipes/furnace_sea_pickle.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_sea_pickle" - }, - - - "tags": ["furnace"], - "input": "minecraft:sea_pickle", - "output": "minecraft:dye:10" - } - -} diff --git a/recipes/furnace_smooth_basalt.json b/recipes/furnace_smooth_basalt.json deleted file mode 100644 index 8190896..0000000 --- a/recipes/furnace_smooth_basalt.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_smooth_basalt" - }, - "tags": ["furnace"], - "input": "minecraft:basalt", - "output": "minecraft:smooth_basalt" - } - - } - \ No newline at end of file diff --git a/recipes/furnace_sponge.json b/recipes/furnace_sponge.json deleted file mode 100644 index 008188f..0000000 --- a/recipes/furnace_sponge.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_sponge" - }, - - - "tags": ["furnace"], - "input": "minecraft:sponge:1", - "output": "minecraft:sponge:0" - } - -} diff --git a/recipes/furnace_spruce_wood.json b/recipes/furnace_spruce_wood.json deleted file mode 100644 index dfba1b4..0000000 --- a/recipes/furnace_spruce_wood.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_spruce_wood" - }, - - - "tags": ["furnace"], - "input": "minecraft:wood:1", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_stained_hardened_clay0.json b/recipes/furnace_stained_hardened_clay0.json deleted file mode 100644 index 20dfc29..0000000 --- a/recipes/furnace_stained_hardened_clay0.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay0" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:0", - "output": "minecraft:white_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay1.json b/recipes/furnace_stained_hardened_clay1.json deleted file mode 100644 index e18df12..0000000 --- a/recipes/furnace_stained_hardened_clay1.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay1" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:1", - "output": "minecraft:orange_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay10.json b/recipes/furnace_stained_hardened_clay10.json deleted file mode 100644 index 99dff54..0000000 --- a/recipes/furnace_stained_hardened_clay10.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay10" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:10", - "output": "minecraft:purple_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay11.json b/recipes/furnace_stained_hardened_clay11.json deleted file mode 100644 index 0a3061f..0000000 --- a/recipes/furnace_stained_hardened_clay11.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay11" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:11", - "output": "minecraft:blue_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay12.json b/recipes/furnace_stained_hardened_clay12.json deleted file mode 100644 index 030bb07..0000000 --- a/recipes/furnace_stained_hardened_clay12.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay12" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:12", - "output": "minecraft:brown_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay13.json b/recipes/furnace_stained_hardened_clay13.json deleted file mode 100644 index fb119ec..0000000 --- a/recipes/furnace_stained_hardened_clay13.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay13" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:13", - "output": "minecraft:green_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay14.json b/recipes/furnace_stained_hardened_clay14.json deleted file mode 100644 index b80ddce..0000000 --- a/recipes/furnace_stained_hardened_clay14.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay14" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:14", - "output": "minecraft:red_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay15.json b/recipes/furnace_stained_hardened_clay15.json deleted file mode 100644 index 1121089..0000000 --- a/recipes/furnace_stained_hardened_clay15.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay15" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:15", - "output": "minecraft:black_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay2.json b/recipes/furnace_stained_hardened_clay2.json deleted file mode 100644 index a58bcdb..0000000 --- a/recipes/furnace_stained_hardened_clay2.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay2" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:2", - "output": "minecraft:magenta_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay3.json b/recipes/furnace_stained_hardened_clay3.json deleted file mode 100644 index 92949c3..0000000 --- a/recipes/furnace_stained_hardened_clay3.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay3" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:3", - "output": "minecraft:light_blue_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay4.json b/recipes/furnace_stained_hardened_clay4.json deleted file mode 100644 index c0a7411..0000000 --- a/recipes/furnace_stained_hardened_clay4.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay4" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:4", - "output": "minecraft:yellow_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay5.json b/recipes/furnace_stained_hardened_clay5.json deleted file mode 100644 index be62a66..0000000 --- a/recipes/furnace_stained_hardened_clay5.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay5" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:5", - "output": "minecraft:lime_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay6.json b/recipes/furnace_stained_hardened_clay6.json deleted file mode 100644 index b62a033..0000000 --- a/recipes/furnace_stained_hardened_clay6.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay6" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:6", - "output": "minecraft:pink_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay7.json b/recipes/furnace_stained_hardened_clay7.json deleted file mode 100644 index f6e3623..0000000 --- a/recipes/furnace_stained_hardened_clay7.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay7" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:7", - "output": "minecraft:gray_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay8.json b/recipes/furnace_stained_hardened_clay8.json deleted file mode 100644 index 385e4d8..0000000 --- a/recipes/furnace_stained_hardened_clay8.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay8" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:8", - "output": "minecraft:silver_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stained_hardened_clay9.json b/recipes/furnace_stained_hardened_clay9.json deleted file mode 100644 index 0c8d9b9..0000000 --- a/recipes/furnace_stained_hardened_clay9.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stained_hardened_clay9" - }, - - - "tags": ["furnace"], - "input": "minecraft:stained_hardened_clay:9", - "output": "minecraft:cyan_glazed_terracotta" - } - -} diff --git a/recipes/furnace_stone.json b/recipes/furnace_stone.json deleted file mode 100644 index 6837509..0000000 --- a/recipes/furnace_stone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stone" - }, - - "tags": [ "furnace" ], - "input": "minecraft:stone:0", - "output": "minecraft:smooth_stone" - } -} diff --git a/recipes/furnace_stone_brick.json b/recipes/furnace_stone_brick.json deleted file mode 100644 index b342ce3..0000000 --- a/recipes/furnace_stone_brick.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stone_brick" - }, - - "tags": ["furnace"], - "input": "minecraft:stonebrick:0", - "output": "minecraft:stonebrick:2" - } - -} diff --git a/recipes/furnace_stripped_acacia_log.json b/recipes/furnace_stripped_acacia_log.json deleted file mode 100644 index 193c714..0000000 --- a/recipes/furnace_stripped_acacia_log.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stripped_acacia_log" - }, - - - "tags": ["furnace"], - "input": "minecraft:stripped_acacia_log", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_stripped_acacia_wood.json b/recipes/furnace_stripped_acacia_wood.json deleted file mode 100644 index b12d916..0000000 --- a/recipes/furnace_stripped_acacia_wood.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stripped_acacia_wood" - }, - - - "tags": ["furnace"], - "input": "minecraft:wood:12", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_stripped_birch_log.json b/recipes/furnace_stripped_birch_log.json deleted file mode 100644 index 42ed33c..0000000 --- a/recipes/furnace_stripped_birch_log.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stripped_birch_log" - }, - - - "tags": ["furnace"], - "input": "minecraft:stripped_birch_log", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_stripped_birch_wood.json b/recipes/furnace_stripped_birch_wood.json deleted file mode 100644 index 31d6aa1..0000000 --- a/recipes/furnace_stripped_birch_wood.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stripped_birch_wood" - }, - - - "tags": ["furnace"], - "input": "minecraft:wood:10", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_stripped_dark_oak_log.json b/recipes/furnace_stripped_dark_oak_log.json deleted file mode 100644 index 3702cc1..0000000 --- a/recipes/furnace_stripped_dark_oak_log.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stripped_dark_oak_log" - }, - - - "tags": ["furnace"], - "input": "minecraft:stripped_dark_oak_log", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_stripped_dark_oak_wood.json b/recipes/furnace_stripped_dark_oak_wood.json deleted file mode 100644 index a6e39d1..0000000 --- a/recipes/furnace_stripped_dark_oak_wood.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stripped_dark_oak_wood" - }, - - - "tags": ["furnace"], - "input": "minecraft:wood:13", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_stripped_jungle_log.json b/recipes/furnace_stripped_jungle_log.json deleted file mode 100644 index 0c3ca2a..0000000 --- a/recipes/furnace_stripped_jungle_log.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stripped_jungle_log" - }, - - - "tags": ["furnace"], - "input": "minecraft:stripped_jungle_log", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_stripped_jungle_wood.json b/recipes/furnace_stripped_jungle_wood.json deleted file mode 100644 index e64703d..0000000 --- a/recipes/furnace_stripped_jungle_wood.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stripped_jungle_wood" - }, - - - "tags": ["furnace"], - "input": "minecraft:wood:11", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_stripped_oak_log.json b/recipes/furnace_stripped_oak_log.json deleted file mode 100644 index 5e86839..0000000 --- a/recipes/furnace_stripped_oak_log.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stripped_oak_log" - }, - - - "tags": ["furnace"], - "input": "minecraft:stripped_oak_log", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_stripped_oak_wood.json b/recipes/furnace_stripped_oak_wood.json deleted file mode 100644 index fea1c55..0000000 --- a/recipes/furnace_stripped_oak_wood.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stripped_oak_wood" - }, - - - "tags": ["furnace"], - "input": "minecraft:wood:8", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_stripped_spruce_log.json b/recipes/furnace_stripped_spruce_log.json deleted file mode 100644 index e354901..0000000 --- a/recipes/furnace_stripped_spruce_log.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stripped_spruce_log" - }, - - - "tags": ["furnace"], - "input": "minecraft:stripped_spruce_log", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/furnace_stripped_spruce_wood.json b/recipes/furnace_stripped_spruce_wood.json deleted file mode 100644 index 8cfbbe1..0000000 --- a/recipes/furnace_stripped_spruce_wood.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_furnace": { - "description": { - "identifier": "minecraft:furnace_stripped_spruce_wood" - }, - - - "tags": ["furnace"], - "input": "minecraft:wood:9", - "output": "minecraft:coal:1" - } - -} diff --git a/recipes/glass_bottle.json b/recipes/glass_bottle.json deleted file mode 100644 index 26d36d5..0000000 --- a/recipes/glass_bottle.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:glass_bottle" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# #", - " # " - ], - "key": { - "#": { - "item": "minecraft:glass" - } - }, - "result": { - "item": "minecraft:glass_bottle", - "count": 3 - } - } -} diff --git a/recipes/glass_pane.json b/recipes/glass_pane.json deleted file mode 100644 index 82e67ae..0000000 --- a/recipes/glass_pane.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:glass_pane" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - } - }, - "result": { - "item": "minecraft:glass_pane", - "count": 16 - } - } -} diff --git a/recipes/glow_item_frame.json b/recipes/glow_item_frame.json deleted file mode 100644 index d5dbd4c..0000000 --- a/recipes/glow_item_frame.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:glow_frame" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:frame" - }, - { - "item": "minecraft:glow_ink_sac" - } - ], - "result": { - "item": "minecraft:glow_frame" - } - } -} \ No newline at end of file diff --git a/recipes/glowstone.json b/recipes/glowstone.json deleted file mode 100644 index e1e4f4c..0000000 --- a/recipes/glowstone.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:glowstone" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:glowstone_dust" - } - }, - "result": { - "item": "minecraft:glowstone" - } - } -} diff --git a/recipes/gold_block.json b/recipes/gold_block.json deleted file mode 100644 index 6cffd7c..0000000 --- a/recipes/gold_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:gold_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:gold_block" - } - } -} diff --git a/recipes/gold_ingot_from_block.json b/recipes/gold_ingot_from_block.json deleted file mode 100644 index 0bd4532..0000000 --- a/recipes/gold_ingot_from_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:gold_ingot_from_block" - }, - - - "tags": [ "crafting_table" ], - "group": "gold_ingot", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:gold_block" - } - }, - "result": { - "item": "minecraft:gold_ingot", - "count": 9 - } - } -} diff --git a/recipes/gold_ingot_from_nuggets.json b/recipes/gold_ingot_from_nuggets.json deleted file mode 100644 index 64ae673..0000000 --- a/recipes/gold_ingot_from_nuggets.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:gold_ingot_from_nuggets" - }, - - - "tags": [ "crafting_table" ], - "group": "gold_ingot", - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:gold_nugget" - } - }, - "result": { - "item": "minecraft:gold_ingot" - } - } -} diff --git a/recipes/gold_nugget.json b/recipes/gold_nugget.json deleted file mode 100644 index 3a0c141..0000000 --- a/recipes/gold_nugget.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:gold_nugget" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:gold_nugget", - "count": 9 - } - } -} diff --git a/recipes/golden_apple.json b/recipes/golden_apple.json deleted file mode 100644 index ea79bdd..0000000 --- a/recipes/golden_apple.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:golden_apple" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:gold_ingot" - }, - "X": { - "item": "minecraft:apple" - } - }, - "result": { - "item": "minecraft:golden_apple", - "data": 0 - } - } -} diff --git a/recipes/golden_axe.json b/recipes/golden_axe.json deleted file mode 100644 index d94220d..0000000 --- a/recipes/golden_axe.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:golden_axe" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - "X#", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:golden_axe" - } - } -} diff --git a/recipes/golden_boots.json b/recipes/golden_boots.json deleted file mode 100644 index 0fb01d2..0000000 --- a/recipes/golden_boots.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:golden_boots" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X X", - "X X" - ], - "key": { - "X": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:golden_boots" - } - } -} diff --git a/recipes/golden_carrot.json b/recipes/golden_carrot.json deleted file mode 100644 index e8db9a0..0000000 --- a/recipes/golden_carrot.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:golden_carrot" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:gold_nugget" - }, - "X": { - "item": "minecraft:carrot" - } - }, - "result": { - "item": "minecraft:golden_carrot" - } - } -} diff --git a/recipes/golden_chestplate.json b/recipes/golden_chestplate.json deleted file mode 100644 index b7fb0ea..0000000 --- a/recipes/golden_chestplate.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:golden_chestplate" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X X", - "XXX", - "XXX" - ], - "key": { - "X": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:golden_chestplate" - } - } -} diff --git a/recipes/golden_helmet.json b/recipes/golden_helmet.json deleted file mode 100644 index 8e08a3c..0000000 --- a/recipes/golden_helmet.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:golden_helmet" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - "X X" - ], - "key": { - "X": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:golden_helmet" - } - } -} diff --git a/recipes/golden_hoe.json b/recipes/golden_hoe.json deleted file mode 100644 index 865f92b..0000000 --- a/recipes/golden_hoe.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:golden_hoe" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - " #", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:golden_hoe" - } - } -} diff --git a/recipes/golden_leggings.json b/recipes/golden_leggings.json deleted file mode 100644 index 2829666..0000000 --- a/recipes/golden_leggings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:golden_leggings" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - "X X", - "X X" - ], - "key": { - "X": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:golden_leggings" - } - } -} diff --git a/recipes/golden_pickaxe.json b/recipes/golden_pickaxe.json deleted file mode 100644 index 3cf77d3..0000000 --- a/recipes/golden_pickaxe.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:golden_pickaxe" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - " # ", - " # " - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:golden_pickaxe" - } - } -} diff --git a/recipes/golden_rail.json b/recipes/golden_rail.json deleted file mode 100644 index 2397de0..0000000 --- a/recipes/golden_rail.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:golden_rail" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X X", - "X#X", - "XRX" - ], - "key": { - "R": { - "item": "minecraft:redstone" - }, - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:golden_rail", - "count": 6 - } - } -} diff --git a/recipes/golden_shovel.json b/recipes/golden_shovel.json deleted file mode 100644 index ca1937e..0000000 --- a/recipes/golden_shovel.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:golden_shovel" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:golden_shovel" - } - } -} diff --git a/recipes/golden_sword.json b/recipes/golden_sword.json deleted file mode 100644 index 9a95aef..0000000 --- a/recipes/golden_sword.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:golden_sword" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:golden_sword" - } - } -} diff --git a/recipes/granite.json b/recipes/granite.json deleted file mode 100644 index a721e3e..0000000 --- a/recipes/granite.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:granite" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:stone", - "data": 3 - }, - { - "item": "minecraft:quartz" - } - ], - "result": { - "item": "minecraft:stone", - "data": 1 - } - } -} diff --git a/recipes/granite_stairs.json b/recipes/granite_stairs.json deleted file mode 100644 index e8cdc72..0000000 --- a/recipes/granite_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:granite_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 1 - } - }, - "result": { - "item": "minecraft:granite_stairs", - "count": 4 - } - } -} diff --git a/recipes/granite_wall.json b/recipes/granite_wall.json deleted file mode 100644 index c19e01a..0000000 --- a/recipes/granite_wall.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:granite_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 1 - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 2, - "count": 6 - } - } -} diff --git a/recipes/gray_banner.json b/recipes/gray_banner.json deleted file mode 100644 index 23fac88..0000000 --- a/recipes/gray_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:gray_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 7 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 8 - } - } -} diff --git a/recipes/gray_candle.json b/recipes/gray_candle.json deleted file mode 100644 index 8a551ce..0000000 --- a/recipes/gray_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:gray_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 8 - } - ], - "result": { - "item": "minecraft:gray_candle" - } - } -} \ No newline at end of file diff --git a/recipes/gray_carpet.json b/recipes/gray_carpet.json deleted file mode 100644 index 824280d..0000000 --- a/recipes/gray_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:gray_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 7 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 7, - "count": 3 - } - } -} diff --git a/recipes/gray_carpet_from_white.json b/recipes/gray_carpet_from_white.json deleted file mode 100644 index 84dcea9..0000000 --- a/recipes/gray_carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:gray_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 8 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 7, - "count": 8 - } - } -} diff --git a/recipes/gray_concrete_powder.json b/recipes/gray_concrete_powder.json deleted file mode 100644 index 590c2fb..0000000 --- a/recipes/gray_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:gray_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 8 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 7, - "count": 8 - } - } -} diff --git a/recipes/gray_dye.json b/recipes/gray_dye.json deleted file mode 100644 index d50769b..0000000 --- a/recipes/gray_dye.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:gray_dye" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:dye", - "data": 16 - }, - { - "item": "minecraft:dye", - "data": 19 - } - ], - "result": { - "item": "minecraft:dye", - "data": 8, - "count": 2 - } - } -} diff --git a/recipes/gray_dye_from_black_bonemeal.json b/recipes/gray_dye_from_black_bonemeal.json deleted file mode 100644 index 6f3e832..0000000 --- a/recipes/gray_dye_from_black_bonemeal.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:gray_dye_from_black_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 16 - }, - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:dye", - "data": 8, - "count": 2 - } - } -} diff --git a/recipes/gray_dye_from_ink_bonemeal.json b/recipes/gray_dye_from_ink_bonemeal.json deleted file mode 100644 index 1c6552e..0000000 --- a/recipes/gray_dye_from_ink_bonemeal.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:gray_dye_from_ink_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "priority": 3, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 0 - }, - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:dye", - "data": 8, - "count": 2 - } - } -} diff --git a/recipes/gray_dye_from_ink_white.json b/recipes/gray_dye_from_ink_white.json deleted file mode 100644 index 44aa380..0000000 --- a/recipes/gray_dye_from_ink_white.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:gray_dye_from_ink_white" - }, - - - "tags": [ "crafting_table" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 0 - }, - { - "item": "minecraft:dye", - "data": 19 - } - ], - "result": { - "item": "minecraft:dye", - "data": 8, - "count": 2 - } - } -} diff --git a/recipes/gray_stained_glass.json b/recipes/gray_stained_glass.json deleted file mode 100644 index bade5b7..0000000 --- a/recipes/gray_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:gray_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 8 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 7, - "count": 8 - } - } -} diff --git a/recipes/gray_stained_glass_pane.json b/recipes/gray_stained_glass_pane.json deleted file mode 100644 index 94546b1..0000000 --- a/recipes/gray_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:gray_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 7 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 7, - "count": 16 - } - } -} diff --git a/recipes/gray_stained_glass_pane_from_pane.json b/recipes/gray_stained_glass_pane_from_pane.json deleted file mode 100644 index 5dbbff4..0000000 --- a/recipes/gray_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:gray_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 8 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 7, - "count": 8 - } - } -} diff --git a/recipes/gray_stained_hardened_clay.json b/recipes/gray_stained_hardened_clay.json deleted file mode 100644 index 6d48abf..0000000 --- a/recipes/gray_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:gray_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 8 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 7, - "count": 8 - } - } -} diff --git a/recipes/green_banner.json b/recipes/green_banner.json deleted file mode 100644 index 98f9ccf..0000000 --- a/recipes/green_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:green_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 13 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 2 - } - } -} diff --git a/recipes/green_candle.json b/recipes/green_candle.json deleted file mode 100644 index fcd276c..0000000 --- a/recipes/green_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:green_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 2 - } - ], - "result": { - "item": "minecraft:green_candle" - } - } -} \ No newline at end of file diff --git a/recipes/green_carpet.json b/recipes/green_carpet.json deleted file mode 100644 index 8e15dc7..0000000 --- a/recipes/green_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:green_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 13 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 13, - "count": 3 - } - } -} diff --git a/recipes/green_carpet_from_white.json b/recipes/green_carpet_from_white.json deleted file mode 100644 index 4b4c41b..0000000 --- a/recipes/green_carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:green_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 2 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 13, - "count": 8 - } - } -} diff --git a/recipes/green_concrete_powder.json b/recipes/green_concrete_powder.json deleted file mode 100644 index ecbaa48..0000000 --- a/recipes/green_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:green_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 2 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 13, - "count": 8 - } - } -} diff --git a/recipes/green_stained_glass.json b/recipes/green_stained_glass.json deleted file mode 100644 index 04308c3..0000000 --- a/recipes/green_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:green_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 2 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 13, - "count": 8 - } - } -} diff --git a/recipes/green_stained_glass_pane.json b/recipes/green_stained_glass_pane.json deleted file mode 100644 index 31fc910..0000000 --- a/recipes/green_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:green_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 13 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 13, - "count": 16 - } - } -} diff --git a/recipes/green_stained_glass_pane_from_pane.json b/recipes/green_stained_glass_pane_from_pane.json deleted file mode 100644 index e1c44c6..0000000 --- a/recipes/green_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:green_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 2 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 13, - "count": 8 - } - } -} diff --git a/recipes/green_stained_hardened_clay.json b/recipes/green_stained_hardened_clay.json deleted file mode 100644 index e00a18c..0000000 --- a/recipes/green_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:green_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 2 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 13, - "count": 8 - } - } -} diff --git a/recipes/grindstone.json b/recipes/grindstone.json deleted file mode 100644 index e1ec9d1..0000000 --- a/recipes/grindstone.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:grindstone" - }, - - "tags": [ "crafting_table" ], - "pattern": [ - "|_|", - "# #" - ], - "key": { - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:planks" - }, - "_": { - "item": "minecraft:double_stone_slab4", - "data": 2 - } - }, - "result": { - "item": "minecraft:grindstone" - } - } -} diff --git a/recipes/grindstone_from_crimson_planks.json b/recipes/grindstone_from_crimson_planks.json deleted file mode 100644 index 31ad5cd..0000000 --- a/recipes/grindstone_from_crimson_planks.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:grindstone_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "ABA", - "C C" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "stone_slab" - }, - "C": { - "item": "crimson_planks" - } - }, - "result": { - "item": "grindstone", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/grindstone_from_crimson_planks2.json b/recipes/grindstone_from_crimson_planks2.json deleted file mode 100644 index cd8a7d1..0000000 --- a/recipes/grindstone_from_crimson_planks2.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:grindstone_from_crimson_planks2" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "ABA", - "C C" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "stone_slab2" - }, - "C": { - "item": "crimson_planks" - } - }, - "result": { - "item": "grindstone", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/grindstone_from_crimson_planks3.json b/recipes/grindstone_from_crimson_planks3.json deleted file mode 100644 index 88d9c6d..0000000 --- a/recipes/grindstone_from_crimson_planks3.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:grindstone_from_crimson_planks3" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "ABA", - "C C" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "stone_slab3" - }, - "C": { - "item": "crimson_planks" - } - }, - "result": { - "item": "grindstone", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/grindstone_from_crimson_planks4.json b/recipes/grindstone_from_crimson_planks4.json deleted file mode 100644 index c026c99..0000000 --- a/recipes/grindstone_from_crimson_planks4.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:grindstone_from_crimson_planks4" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "ABA", - "C C" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "stone_slab4" - }, - "C": { - "item": "crimson_planks" - } - }, - "result": { - "item": "grindstone", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/grindstone_from_warped_planks.json b/recipes/grindstone_from_warped_planks.json deleted file mode 100644 index 10f9bbe..0000000 --- a/recipes/grindstone_from_warped_planks.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:grindstone_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "ABA", - "C C" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "stone_slab" - }, - "C": { - "item": "warped_planks" - } - }, - "result": { - "item": "grindstone", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/grindstone_from_warped_planks2.json b/recipes/grindstone_from_warped_planks2.json deleted file mode 100644 index a9df6bd..0000000 --- a/recipes/grindstone_from_warped_planks2.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:grindstone_from_warped_planks2" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "ABA", - "C C" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "stone_slab2" - }, - "C": { - "item": "warped_planks" - } - }, - "result": { - "item": "grindstone", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/grindstone_from_warped_planks3.json b/recipes/grindstone_from_warped_planks3.json deleted file mode 100644 index 16a6766..0000000 --- a/recipes/grindstone_from_warped_planks3.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:grindstone_from_warped_planks3" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "ABA", - "C C" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "stone_slab3" - }, - "C": { - "item": "warped_planks" - } - }, - "result": { - "item": "grindstone", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/grindstone_from_warped_planks4.json b/recipes/grindstone_from_warped_planks4.json deleted file mode 100644 index c692428..0000000 --- a/recipes/grindstone_from_warped_planks4.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:grindstone_from_warped_planks4" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "ABA", - "C C" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "stone_slab4" - }, - "C": { - "item": "warped_planks" - } - }, - "result": { - "item": "grindstone", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/hay_block.json b/recipes/hay_block.json deleted file mode 100644 index 83b58e1..0000000 --- a/recipes/hay_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:hay_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:wheat" - } - }, - "result": { - "item": "minecraft:hay_block" - } - } -} diff --git a/recipes/heavy_weighted_pressure_plate.json b/recipes/heavy_weighted_pressure_plate.json deleted file mode 100644 index 504e279..0000000 --- a/recipes/heavy_weighted_pressure_plate.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:heavy_weighted_pressure_plate" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:heavy_weighted_pressure_plate" - } - } -} diff --git a/recipes/honey_block.json b/recipes/honey_block.json deleted file mode 100644 index f0d04a5..0000000 --- a/recipes/honey_block.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:honey_block" - }, - - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - "XX" - ], - "key": { - "X": { - "item": "minecraft:honey_bottle" - } - }, - "result": [ - { "item": "minecraft:honey_block" }, - { "item": "minecraft:glass_bottle", "count": 4, "data": 0 } - ] - } -} diff --git a/recipes/honey_bottle.json b/recipes/honey_bottle.json deleted file mode 100644 index 63da2db..0000000 --- a/recipes/honey_bottle.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:honey_bottle" - }, - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:honey_block" - }, - { - "item": "minecraft:glass_bottle" - }, - { - "item": "minecraft:glass_bottle" - }, - { - "item": "minecraft:glass_bottle" - }, - { - "item": "minecraft:glass_bottle" - } - ], - "result": { - "item": "minecraft:honey_bottle", - "count": 4 - } - } -} diff --git a/recipes/honey_bottle_to_sugar.json b/recipes/honey_bottle_to_sugar.json deleted file mode 100644 index bb124f5..0000000 --- a/recipes/honey_bottle_to_sugar.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.14", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:honey_bottle_to_sugar" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:honey_bottle" - } - }, - "result": [ - { "item": "minecraft:sugar", "count": 3 }, - { "item": "minecraft:glass_bottle", "count": 1 } - ] - } -} diff --git a/recipes/honeycomb_block.json b/recipes/honeycomb_block.json deleted file mode 100644 index d715d36..0000000 --- a/recipes/honeycomb_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:honeycomb_block" - }, - - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - "XX" - ], - "key": { - "X": { - "item": "minecraft:honeycomb" - } - }, - "result": [ - { "item": "minecraft:honeycomb_block" } - ] - } -} diff --git a/recipes/hopper.json b/recipes/hopper.json deleted file mode 100644 index 6a9054c..0000000 --- a/recipes/hopper.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:hopper" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "I I", - "ICI", - " I " - ], - "key": { - "C": { - "item": "minecraft:chest" - }, - "I": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:hopper" - } - } -} diff --git a/recipes/hopper_minecart.json b/recipes/hopper_minecart.json deleted file mode 100644 index d30655c..0000000 --- a/recipes/hopper_minecart.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:hopper_minecart" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "A", - "B" - ], - "key": { - "A": { - "item": "minecraft:hopper" - }, - "B": { - "item": "minecraft:minecart" - } - }, - "result": { - "item": "minecraft:hopper_minecart" - } - } -} diff --git a/recipes/ingots_from_copper.json b/recipes/ingots_from_copper.json deleted file mode 100644 index 7bdce84..0000000 --- a/recipes/ingots_from_copper.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:ingots_from_copper" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A" - ], - "key": { - "A": { - "item": "minecraft:copper_block" - } - }, - "result": { - "item": "minecraft:copper_ingot", - "count": 9 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/ingots_from_waxed_copper.json b/recipes/ingots_from_waxed_copper.json deleted file mode 100644 index 722f3c6..0000000 --- a/recipes/ingots_from_waxed_copper.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:ingots_from_waxed_copper" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A" - ], - "key": { - "A": { - "item": "minecraft:waxed_copper" - } - }, - "result": { - "item": "minecraft:copper_ingot", - "count": 9 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/iron_axe.json b/recipes/iron_axe.json deleted file mode 100644 index a77d097..0000000 --- a/recipes/iron_axe.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_axe" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - "X#", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_axe" - } - } -} diff --git a/recipes/iron_bars.json b/recipes/iron_bars.json deleted file mode 100644 index 837c569..0000000 --- a/recipes/iron_bars.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_bars" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_bars", - "count": 16 - } - } -} diff --git a/recipes/iron_block.json b/recipes/iron_block.json deleted file mode 100644 index 215b770..0000000 --- a/recipes/iron_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_block" - } - } -} diff --git a/recipes/iron_boots.json b/recipes/iron_boots.json deleted file mode 100644 index ecbb3eb..0000000 --- a/recipes/iron_boots.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_boots" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X X", - "X X" - ], - "key": { - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_boots" - } - } -} diff --git a/recipes/iron_chestplate.json b/recipes/iron_chestplate.json deleted file mode 100644 index 08f3ac9..0000000 --- a/recipes/iron_chestplate.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_chestplate" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X X", - "XXX", - "XXX" - ], - "key": { - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_chestplate" - } - } -} diff --git a/recipes/iron_door.json b/recipes/iron_door.json deleted file mode 100644 index 66e46cd..0000000 --- a/recipes/iron_door.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_door" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_door", - "count": 3 - } - } -} diff --git a/recipes/iron_helmet.json b/recipes/iron_helmet.json deleted file mode 100644 index d3ecc68..0000000 --- a/recipes/iron_helmet.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_helmet" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - "X X" - ], - "key": { - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_helmet" - } - } -} diff --git a/recipes/iron_hoe.json b/recipes/iron_hoe.json deleted file mode 100644 index f734c91..0000000 --- a/recipes/iron_hoe.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_hoe" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - " #", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_hoe" - } - } -} diff --git a/recipes/iron_ingot_from_block.json b/recipes/iron_ingot_from_block.json deleted file mode 100644 index c5b1145..0000000 --- a/recipes/iron_ingot_from_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_ingot_from_block" - }, - - - "tags": [ "crafting_table" ], - "group": "iron_ingot", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:iron_block" - } - }, - "result": { - "item": "minecraft:iron_ingot", - "count": 9 - } - } -} diff --git a/recipes/iron_ingot_from_nuggets.json b/recipes/iron_ingot_from_nuggets.json deleted file mode 100644 index d919d1d..0000000 --- a/recipes/iron_ingot_from_nuggets.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_ingot_from_nuggets" - }, - - - "tags": [ "crafting_table" ], - "group": "iron_ingot", - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "minecraft:iron_ingot" - } - } -} diff --git a/recipes/iron_leggings.json b/recipes/iron_leggings.json deleted file mode 100644 index be86810..0000000 --- a/recipes/iron_leggings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_leggings" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - "X X", - "X X" - ], - "key": { - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_leggings" - } - } -} diff --git a/recipes/iron_nugget.json b/recipes/iron_nugget.json deleted file mode 100644 index b967638..0000000 --- a/recipes/iron_nugget.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_nugget" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_nugget", - "count": 9 - } - } -} diff --git a/recipes/iron_pickaxe.json b/recipes/iron_pickaxe.json deleted file mode 100644 index c8f39d8..0000000 --- a/recipes/iron_pickaxe.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_pickaxe" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - " # ", - " # " - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_pickaxe" - } - } -} diff --git a/recipes/iron_shovel.json b/recipes/iron_shovel.json deleted file mode 100644 index a387293..0000000 --- a/recipes/iron_shovel.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_shovel" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_shovel" - } - } -} diff --git a/recipes/iron_sword.json b/recipes/iron_sword.json deleted file mode 100644 index 0f42e04..0000000 --- a/recipes/iron_sword.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_sword" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_sword" - } - } -} diff --git a/recipes/iron_trapdoor.json b/recipes/iron_trapdoor.json deleted file mode 100644 index 6bf1a84..0000000 --- a/recipes/iron_trapdoor.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:iron_trapdoor" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:iron_trapdoor" - } - } -} diff --git a/recipes/item_frame.json b/recipes/item_frame.json deleted file mode 100644 index 76b5396..0000000 --- a/recipes/item_frame.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:item_frame" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:leather" - } - }, - "result": { - "item": "minecraft:frame" - } - } -} diff --git a/recipes/jukebox_from_crimson_planks.json b/recipes/jukebox_from_crimson_planks.json deleted file mode 100644 index 09f208b..0000000 --- a/recipes/jukebox_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jukebox_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "ABA", - "AAA" - ], - "key": { - "A": { - "item": "crimson_planks" - }, - "B": { - "item": "diamond" - } - }, - "result": { - "item": "jukebox", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/jukebox_from_warped_planks.json b/recipes/jukebox_from_warped_planks.json deleted file mode 100644 index 58e3955..0000000 --- a/recipes/jukebox_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jukebox_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "ABA", - "AAA" - ], - "key": { - "A": { - "item": "warped_planks" - }, - "B": { - "item": "diamond" - } - }, - "result": { - "item": "jukebox", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/jungle_boat.json b/recipes/jungle_boat.json deleted file mode 100644 index 74598e8..0000000 --- a/recipes/jungle_boat.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jungle_boat" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#P#", - "###" - ], - "key": { - "P": { - "item": "minecraft:wooden_shovel" - }, - "#": { - "item": "minecraft:planks", - "data": 3 - } - }, - "result": { - "item": "minecraft:boat", - "data": 3 - } - } -} diff --git a/recipes/jungle_door.json b/recipes/jungle_door.json deleted file mode 100644 index 292630a..0000000 --- a/recipes/jungle_door.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jungle_door" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_door", - "pattern": [ - "##", - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 3 - } - }, - "result": { - "item": "minecraft:jungle_door", - "count": 3 - } - } -} diff --git a/recipes/jungle_fence.json b/recipes/jungle_fence.json deleted file mode 100644 index 416f0f2..0000000 --- a/recipes/jungle_fence.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jungle_fence" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "W#W", - "W#W" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:planks", - "data": 3 - } - }, - "result": { - "item": "minecraft:fence", - "data": 3, - "count": 3 - } - } -} diff --git a/recipes/jungle_fence_gate.json b/recipes/jungle_fence_gate.json deleted file mode 100644 index 38533dd..0000000 --- a/recipes/jungle_fence_gate.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jungle_fence_gate" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_fence_gate", - "pattern": [ - "#W#", - "#W#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:planks", - "data": 3 - } - }, - "result": { - "item": "minecraft:jungle_fence_gate" - } - } -} diff --git a/recipes/jungle_planks.json b/recipes/jungle_planks.json deleted file mode 100644 index 0f7b10e..0000000 --- a/recipes/jungle_planks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jungle_planks" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:log", - "data": 3 - } - }, - "result": { - "item": "minecraft:planks", - "data": 3, - "count": 4 - } - } -} diff --git a/recipes/jungle_planks_from_stripped.json b/recipes/jungle_planks_from_stripped.json deleted file mode 100644 index d605148..0000000 --- a/recipes/jungle_planks_from_stripped.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jungle_planks_from_stripped" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:stripped_jungle_log" - } - }, - "result": { - "item": "minecraft:planks", - "data": 3, - "count": 4 - } - } -} diff --git a/recipes/jungle_planks_from_stripped_wood.json b/recipes/jungle_planks_from_stripped_wood.json deleted file mode 100644 index 5c2b8db..0000000 --- a/recipes/jungle_planks_from_stripped_wood.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jungle_planks_from_stripped_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:wood", - "data": 11 - } - }, - "result": { - "item": "minecraft:planks", - "data": 3, - "count": 4 - } - } -} diff --git a/recipes/jungle_planks_from_wood.json b/recipes/jungle_planks_from_wood.json deleted file mode 100644 index 9050827..0000000 --- a/recipes/jungle_planks_from_wood.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jungle_planks_from_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:wood", - "data": 3 - } - }, - "result": { - "item": "minecraft:planks", - "data": 3, - "count": 4 - } - } -} diff --git a/recipes/jungle_stairs.json b/recipes/jungle_stairs.json deleted file mode 100644 index 517b28f..0000000 --- a/recipes/jungle_stairs.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jungle_stairs" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_stairs", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 3 - } - }, - "result": { - "item": "minecraft:jungle_stairs", - "count": 4 - } - } -} diff --git a/recipes/jungle_wood.json b/recipes/jungle_wood.json deleted file mode 100644 index 2e80e09..0000000 --- a/recipes/jungle_wood.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jungle_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:log", - "data": 3 - } - }, - "result": { - "item": "minecraft:wood", - "data": 3, - "count": 3 - } - } -} diff --git a/recipes/jungle_wood_stripped.json b/recipes/jungle_wood_stripped.json deleted file mode 100644 index dd9f930..0000000 --- a/recipes/jungle_wood_stripped.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jungle_wood_stripped" - }, - - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:stripped_jungle_log" - } - }, - "result": { - "item": "minecraft:wood", - "data": 11, - "count": 3 - } - } -} diff --git a/recipes/jungle_wooden_slab.json b/recipes/jungle_wooden_slab.json deleted file mode 100644 index c3d59ad..0000000 --- a/recipes/jungle_wooden_slab.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:jungle_wooden_slab" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_slab", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 3 - } - }, - "result": { - "item": "minecraft:wooden_slab", - "data": 3, - "count": 6 - } - } -} diff --git a/recipes/ladder.json b/recipes/ladder.json deleted file mode 100644 index 7f5f63b..0000000 --- a/recipes/ladder.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:ladder" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# #", - "###", - "# #" - ], - "key": { - "#": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:ladder", - "count": 3 - } - } -} diff --git a/recipes/lantern.json b/recipes/lantern.json deleted file mode 100644 index dcf88d8..0000000 --- a/recipes/lantern.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lantern" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "#x#", - "###" - ], - "key": { - "#": { - "item": "minecraft:iron_nugget" - }, - "x": { - "item": "minecraft:torch" - } - }, - "result": { - "item": "minecraft:lantern", - "count": 1 - } - } -} diff --git a/recipes/lapis_block.json b/recipes/lapis_block.json deleted file mode 100644 index 58a4f0d..0000000 --- a/recipes/lapis_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lapis_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:dye", - "data": 4 - } - }, - "result": { - "item": "minecraft:lapis_block" - } - } -} diff --git a/recipes/lapis_lazuli.json b/recipes/lapis_lazuli.json deleted file mode 100644 index 4175a1d..0000000 --- a/recipes/lapis_lazuli.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lapis_lazuli" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:lapis_block" - } - }, - "result": { - "item": "minecraft:dye", - "data": 4, - "count": 9 - } - } -} diff --git a/recipes/lead.json b/recipes/lead.json deleted file mode 100644 index a7304c5..0000000 --- a/recipes/lead.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lead" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "~~ ", - "~O ", - " ~" - ], - "key": { - "~": { - "item": "minecraft:string" - }, - "O": { - "item": "minecraft:slime_ball" - } - }, - "result": { - "item": "minecraft:lead", - "count": 2 - } - } -} diff --git a/recipes/leather.json b/recipes/leather.json deleted file mode 100644 index 647045b..0000000 --- a/recipes/leather.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:leather" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:rabbit_hide" - } - }, - "result": { - "item": "minecraft:leather" - } - } -} diff --git a/recipes/leather_boots.json b/recipes/leather_boots.json deleted file mode 100644 index 474fe9b..0000000 --- a/recipes/leather_boots.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:leather_boots" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X X", - "X X" - ], - "key": { - "X": { - "item": "minecraft:leather" - } - }, - "result": { - "item": "minecraft:leather_boots" - } - } -} diff --git a/recipes/leather_chestplate.json b/recipes/leather_chestplate.json deleted file mode 100644 index f6db930..0000000 --- a/recipes/leather_chestplate.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:leather_chestplate" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X X", - "XXX", - "XXX" - ], - "key": { - "X": { - "item": "minecraft:leather" - } - }, - "result": { - "item": "minecraft:leather_chestplate" - } - } -} diff --git a/recipes/leather_helmet.json b/recipes/leather_helmet.json deleted file mode 100644 index e64b56c..0000000 --- a/recipes/leather_helmet.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:leather_helmet" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - "X X" - ], - "key": { - "X": { - "item": "minecraft:leather" - } - }, - "result": { - "item": "minecraft:leather_helmet" - } - } -} diff --git a/recipes/leather_horse_armor.json b/recipes/leather_horse_armor.json deleted file mode 100644 index 23f0944..0000000 --- a/recipes/leather_horse_armor.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:leather_horse_armor" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# #", - "###", - "# #" - ], - "key": { - "#": { - "item": "minecraft:leather" - } - }, - "result": { - "item": "minecraft:horsearmorleather" - } - } -} diff --git a/recipes/leather_leggings.json b/recipes/leather_leggings.json deleted file mode 100644 index d976f3f..0000000 --- a/recipes/leather_leggings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:leather_leggings" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - "X X", - "X X" - ], - "key": { - "X": { - "item": "minecraft:leather" - } - }, - "result": { - "item": "minecraft:leather_leggings" - } - } -} diff --git a/recipes/lectern.json b/recipes/lectern.json deleted file mode 100644 index 7d61f83..0000000 --- a/recipes/lectern.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lectern" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - " B ", - " # " - ], - "key": { - "#": { - "item": "minecraft:wooden_slab" - }, - "B": { - "item": "minecraft:bookshelf" - } - }, - "result": { - "item": "minecraft:lectern" - } - } -} diff --git a/recipes/lectern_from_crimson_slab.json b/recipes/lectern_from_crimson_slab.json deleted file mode 100644 index 19bd789..0000000 --- a/recipes/lectern_from_crimson_slab.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lectern_from_crimson_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - " B ", - " A " - ], - "key": { - "A": { - "item": "crimson_slab" - }, - "B": { - "item": "bookshelf" - } - }, - "result": { - "item": "lectern", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/lectern_from_warped_slab.json b/recipes/lectern_from_warped_slab.json deleted file mode 100644 index 050f8f2..0000000 --- a/recipes/lectern_from_warped_slab.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lectern_from_warped_slab" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - " B ", - " A " - ], - "key": { - "A": { - "item": "warped_slab" - }, - "B": { - "item": "bookshelf" - } - }, - "result": { - "item": "lectern", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/lever.json b/recipes/lever.json deleted file mode 100644 index 25ecd90..0000000 --- a/recipes/lever.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lever" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:cobblestone" - }, - "X": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:lever" - } - } -} diff --git a/recipes/light_blue_banner.json b/recipes/light_blue_banner.json deleted file mode 100644 index e5d0e9c..0000000 --- a/recipes/light_blue_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_blue_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 3 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 12 - } - } -} diff --git a/recipes/light_blue_candle.json b/recipes/light_blue_candle.json deleted file mode 100644 index 3b72c8b..0000000 --- a/recipes/light_blue_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_blue_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 12 - } - ], - "result": { - "item": "minecraft:light_blue_candle" - } - } -} \ No newline at end of file diff --git a/recipes/light_blue_carpet.json b/recipes/light_blue_carpet.json deleted file mode 100644 index 10db4e7..0000000 --- a/recipes/light_blue_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_blue_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 3 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 3, - "count": 3 - } - } -} diff --git a/recipes/light_blue_carpet_from_white.json b/recipes/light_blue_carpet_from_white.json deleted file mode 100644 index 513cf8a..0000000 --- a/recipes/light_blue_carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_blue_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 12 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 3, - "count": 8 - } - } -} diff --git a/recipes/light_blue_concrete_powder.json b/recipes/light_blue_concrete_powder.json deleted file mode 100644 index 742d82b..0000000 --- a/recipes/light_blue_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_blue_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 12 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 3, - "count": 8 - } - } -} diff --git a/recipes/light_blue_dye.json b/recipes/light_blue_dye.json deleted file mode 100644 index 0db03dd..0000000 --- a/recipes/light_blue_dye.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_blue_dye" - }, - - - "tags": [ "crafting_table" ], - "group": "light_blue_dye", - "priority": 1, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 18 - }, - { - "item": "minecraft:dye", - "data": 19 - } - ], - "result": { - "item": "minecraft:dye", - "data": 12, - "count": 2 - } - } -} diff --git a/recipes/light_blue_dye_from_blue_bonemeal.json b/recipes/light_blue_dye_from_blue_bonemeal.json deleted file mode 100644 index c2ac270..0000000 --- a/recipes/light_blue_dye_from_blue_bonemeal.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_blue_dye_from_blue_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "group": "light_blue_dye", - "priority": 2, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 18 - }, - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:dye", - "data": 12, - "count": 2 - } - } -} diff --git a/recipes/light_blue_dye_from_blue_orchid.json b/recipes/light_blue_dye_from_blue_orchid.json deleted file mode 100644 index 4504bbd..0000000 --- a/recipes/light_blue_dye_from_blue_orchid.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_blue_dye_from_blue_orchid" - }, - - - "tags": [ "crafting_table" ], - "group": "light_blue_dye", - "ingredients": [ - { - "item": "minecraft:red_flower", - "data": 1 - } - ], - "result": { - "item": "minecraft:dye", - "data": 12 - } - } -} diff --git a/recipes/light_blue_dye_from_lapis_bonemeal.json b/recipes/light_blue_dye_from_lapis_bonemeal.json deleted file mode 100644 index 2440680..0000000 --- a/recipes/light_blue_dye_from_lapis_bonemeal.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_blue_dye_from_lapis_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "group": "light_blue_dye", - "priority": 4, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 4 - }, - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:dye", - "data": 12, - "count": 2 - } - } -} diff --git a/recipes/light_blue_dye_from_lapis_white.json b/recipes/light_blue_dye_from_lapis_white.json deleted file mode 100644 index 0236df7..0000000 --- a/recipes/light_blue_dye_from_lapis_white.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_blue_dye_from_lapis_white" - }, - - - "tags": [ "crafting_table" ], - "group": "light_blue_dye", - "priority": 3, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 4 - }, - { - "item": "minecraft:dye", - "data": 19 - } - ], - "result": { - "item": "minecraft:dye", - "data": 12, - "count": 2 - } - } -} diff --git a/recipes/light_blue_stained_glass.json b/recipes/light_blue_stained_glass.json deleted file mode 100644 index 498fc6b..0000000 --- a/recipes/light_blue_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_blue_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 12 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 3, - "count": 8 - } - } -} diff --git a/recipes/light_blue_stained_glass_pane.json b/recipes/light_blue_stained_glass_pane.json deleted file mode 100644 index 4f6cc0d..0000000 --- a/recipes/light_blue_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_blue_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 3 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 3, - "count": 16 - } - } -} diff --git a/recipes/light_blue_stained_glass_pane_from_pane.json b/recipes/light_blue_stained_glass_pane_from_pane.json deleted file mode 100644 index 45d02ed..0000000 --- a/recipes/light_blue_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_blue_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 12 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 3, - "count": 8 - } - } -} diff --git a/recipes/light_blue_stained_hardened_clay.json b/recipes/light_blue_stained_hardened_clay.json deleted file mode 100644 index 64da920..0000000 --- a/recipes/light_blue_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_blue_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 12 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 3, - "count": 8 - } - } -} diff --git a/recipes/light_gray__carpet_from_white.json b/recipes/light_gray__carpet_from_white.json deleted file mode 100644 index b86fb38..0000000 --- a/recipes/light_gray__carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_gray__carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 7 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 8, - "count": 8 - } - } -} diff --git a/recipes/light_gray_banner.json b/recipes/light_gray_banner.json deleted file mode 100644 index 4061c9e..0000000 --- a/recipes/light_gray_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_gray_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 8 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 7 - } - } -} diff --git a/recipes/light_gray_candle.json b/recipes/light_gray_candle.json deleted file mode 100644 index 3ff2949..0000000 --- a/recipes/light_gray_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_gray_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 7 - } - ], - "result": { - "item": "minecraft:light_gray_candle" - } - } -} \ No newline at end of file diff --git a/recipes/light_gray_carpet.json b/recipes/light_gray_carpet.json deleted file mode 100644 index f6d2bd4..0000000 --- a/recipes/light_gray_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_gray_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 8 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 8, - "count": 3 - } - } -} diff --git a/recipes/light_gray_concrete_powder.json b/recipes/light_gray_concrete_powder.json deleted file mode 100644 index 6ab2529..0000000 --- a/recipes/light_gray_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_gray_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 7 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 8, - "count": 8 - } - } -} diff --git a/recipes/light_gray_dye.json b/recipes/light_gray_dye.json deleted file mode 100644 index b9c0a14..0000000 --- a/recipes/light_gray_dye.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_gray_dye" - }, - - - "tags": [ "crafting_table" ], - "group": "light_gray_dye", - "priority": 3, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 16 - }, - { - "item": "minecraft:dye", - "data": 19 - }, - { - "item": "minecraft:dye", - "data": 19 - } - ], - "result": { - "item": "minecraft:dye", - "data": 7, - "count": 3 - } - } -} diff --git a/recipes/light_gray_dye_from_azure_bluet.json b/recipes/light_gray_dye_from_azure_bluet.json deleted file mode 100644 index d74385d..0000000 --- a/recipes/light_gray_dye_from_azure_bluet.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_gray_dye_from_azure_bluet" - }, - - - "tags": [ "crafting_table" ], - "group": "light_gray_dye", - "priority": 2, - "ingredients": [ - { - "item": "minecraft:red_flower", - "data": 3 - } - ], - "result": { - "item": "minecraft:dye", - "data": 7 - } - } -} diff --git a/recipes/light_gray_dye_from_black_bonemeal.json b/recipes/light_gray_dye_from_black_bonemeal.json deleted file mode 100644 index 3becd3a..0000000 --- a/recipes/light_gray_dye_from_black_bonemeal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_gray_dye_from_black_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "group": "light_gray_dye", - "priority": 7, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 16 - }, - { - "item": "minecraft:dye", - "data": 15 - }, - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:dye", - "data": 7, - "count": 3 - } - } -} diff --git a/recipes/light_gray_dye_from_gray_bonemeal.json b/recipes/light_gray_dye_from_gray_bonemeal.json deleted file mode 100644 index e593d19..0000000 --- a/recipes/light_gray_dye_from_gray_bonemeal.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_gray_dye_from_gray_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "group": "light_gray_dye", - "priority": 6, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 8 - }, - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:dye", - "data": 7, - "count": 2 - } - } -} diff --git a/recipes/light_gray_dye_from_gray_white.json b/recipes/light_gray_dye_from_gray_white.json deleted file mode 100644 index 3aabca7..0000000 --- a/recipes/light_gray_dye_from_gray_white.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_gray_dye_from_gray_white" - }, - - - "tags": [ "crafting_table" ], - "group": "light_gray_dye", - "priority": 4, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 8 - }, - { - "item": "minecraft:dye", - "data": 19 - } - ], - "result": { - "item": "minecraft:dye", - "data": 7, - "count": 2 - } - } -} diff --git a/recipes/light_gray_dye_from_ink_bonemeal.json b/recipes/light_gray_dye_from_ink_bonemeal.json deleted file mode 100644 index 72e12e2..0000000 --- a/recipes/light_gray_dye_from_ink_bonemeal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_gray_dye_from_ink_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "group": "light_gray_dye", - "priority": 8, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 0 - }, - { - "item": "minecraft:dye", - "data": 15 - }, - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:dye", - "data": 7, - "count": 3 - } - } -} diff --git a/recipes/light_gray_dye_from_ink_white.json b/recipes/light_gray_dye_from_ink_white.json deleted file mode 100644 index 6297712..0000000 --- a/recipes/light_gray_dye_from_ink_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_gray_dye_from_ink_white" - }, - - - "tags": [ "crafting_table" ], - "group": "light_gray_dye", - "priority": 5, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 0 - }, - { - "item": "minecraft:dye", - "data": 19 - }, - { - "item": "minecraft:dye", - "data": 19 - } - ], - "result": { - "item": "minecraft:dye", - "data": 7, - "count": 3 - } - } -} diff --git a/recipes/light_gray_dye_from_oxeye_daisy.json b/recipes/light_gray_dye_from_oxeye_daisy.json deleted file mode 100644 index 2b7f9c2..0000000 --- a/recipes/light_gray_dye_from_oxeye_daisy.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_gray_dye_from_oxeye_daisy" - }, - - - "tags": [ "crafting_table" ], - "group": "light_gray_dye", - "priority": 1, - "ingredients": [ - { - "item": "minecraft:red_flower", - "data": 8 - } - ], - "result": { - "item": "minecraft:dye", - "data": 7 - } - } -} diff --git a/recipes/light_gray_dye_from_white_tulip.json b/recipes/light_gray_dye_from_white_tulip.json deleted file mode 100644 index 88a577e..0000000 --- a/recipes/light_gray_dye_from_white_tulip.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:light_gray_dye_from_white_tulip" - }, - - - "tags": [ "crafting_table" ], - "group": "light_gray_dye", - "ingredients": [ - { - "item": "minecraft:red_flower", - "data": 6 - } - ], - "result": { - "item": "minecraft:dye", - "data": 7 - } - } -} diff --git a/recipes/light_gray_stained_glass.json b/recipes/light_gray_stained_glass.json deleted file mode 100644 index 0d7c8e8..0000000 --- a/recipes/light_gray_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_gray_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 7 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 8, - "count": 8 - } - } -} diff --git a/recipes/light_gray_stained_glass_pane.json b/recipes/light_gray_stained_glass_pane.json deleted file mode 100644 index 78c629a..0000000 --- a/recipes/light_gray_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_gray_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 8 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 8, - "count": 16 - } - } -} diff --git a/recipes/light_gray_stained_glass_pane_from_pane.json b/recipes/light_gray_stained_glass_pane_from_pane.json deleted file mode 100644 index 607ef8a..0000000 --- a/recipes/light_gray_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_gray_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 7 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 8, - "count": 8 - } - } -} diff --git a/recipes/light_gray_stained_hardened_clay.json b/recipes/light_gray_stained_hardened_clay.json deleted file mode 100644 index acd05de..0000000 --- a/recipes/light_gray_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_gray_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 7 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 8, - "count": 8 - } - } -} diff --git a/recipes/light_weighted_pressure_plate.json b/recipes/light_weighted_pressure_plate.json deleted file mode 100644 index 9992b6d..0000000 --- a/recipes/light_weighted_pressure_plate.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:light_weighted_pressure_plate" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:gold_ingot" - } - }, - "result": { - "item": "minecraft:light_weighted_pressure_plate" - } - } -} diff --git a/recipes/lightning_rod.json b/recipes/lightning_rod.json deleted file mode 100644 index 06e9734..0000000 --- a/recipes/lightning_rod.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lightning_rod" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "A", - "A" - ], - "key": { - "A": { - "item": "minecraft:copper_ingot" - } - }, - "result": { - "item": "minecraft:lightning_rod", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/lime__carpet_from_white.json b/recipes/lime__carpet_from_white.json deleted file mode 100644 index 68d3a29..0000000 --- a/recipes/lime__carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lime__carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 10 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 5, - "count": 8 - } - } -} diff --git a/recipes/lime_banner.json b/recipes/lime_banner.json deleted file mode 100644 index 1576fe9..0000000 --- a/recipes/lime_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lime_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 5 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 10 - } - } -} diff --git a/recipes/lime_candle.json b/recipes/lime_candle.json deleted file mode 100644 index a9d0342..0000000 --- a/recipes/lime_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:lime_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 10 - } - ], - "result": { - "item": "minecraft:lime_candle" - } - } -} \ No newline at end of file diff --git a/recipes/lime_carpet.json b/recipes/lime_carpet.json deleted file mode 100644 index ba56607..0000000 --- a/recipes/lime_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lime_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 5 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 5, - "count": 3 - } - } -} diff --git a/recipes/lime_concrete_powder.json b/recipes/lime_concrete_powder.json deleted file mode 100644 index e385811..0000000 --- a/recipes/lime_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:lime_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 10 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 5, - "count": 8 - } - } -} diff --git a/recipes/lime_dye.json b/recipes/lime_dye.json deleted file mode 100644 index 4d14044..0000000 --- a/recipes/lime_dye.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:lime_dye" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:dye", - "data": 2 - }, - { - "item": "minecraft:dye", - "data": 19 - } - ], - "result": { - "item": "minecraft:dye", - "data": 10, - "count": 2 - } - } -} diff --git a/recipes/lime_dye_from_bonemeal.json b/recipes/lime_dye_from_bonemeal.json deleted file mode 100644 index 599106c..0000000 --- a/recipes/lime_dye_from_bonemeal.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:lime_dye_from_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 2 - }, - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:dye", - "data": 10, - "count": 2 - } - } -} diff --git a/recipes/lime_stained_glass.json b/recipes/lime_stained_glass.json deleted file mode 100644 index 9d81dc8..0000000 --- a/recipes/lime_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lime_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 10 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 5, - "count": 8 - } - } -} diff --git a/recipes/lime_stained_glass_pane.json b/recipes/lime_stained_glass_pane.json deleted file mode 100644 index 530e557..0000000 --- a/recipes/lime_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lime_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 5 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 5, - "count": 16 - } - } -} diff --git a/recipes/lime_stained_glass_pane_from_pane.json b/recipes/lime_stained_glass_pane_from_pane.json deleted file mode 100644 index 65a6177..0000000 --- a/recipes/lime_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lime_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 10 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 5, - "count": 8 - } - } -} diff --git a/recipes/lime_stained_hardened_clay.json b/recipes/lime_stained_hardened_clay.json deleted file mode 100644 index 9f211de..0000000 --- a/recipes/lime_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lime_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 10 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 5, - "count": 8 - } - } -} diff --git a/recipes/lit_pumpkin.json b/recipes/lit_pumpkin.json deleted file mode 100644 index d519e40..0000000 --- a/recipes/lit_pumpkin.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lit_pumpkin" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "A", - "B" - ], - "key": { - "A": { - "item": "minecraft:carved_pumpkin" - }, - "B": { - "item": "minecraft:torch" - } - }, - "result": { - "item": "minecraft:lit_pumpkin" - } - } -} diff --git a/recipes/locator_map.json b/recipes/locator_map.json deleted file mode 100644 index 4dc693d..0000000 --- a/recipes/locator_map.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:locator_map" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:paper" - }, - "X": { - "item": "minecraft:compass" - } - }, - "result": { - "item": "minecraft:emptymap", - "data": 2 - } - } -} diff --git a/recipes/lodestone.json b/recipes/lodestone.json deleted file mode 100644 index 271b274..0000000 --- a/recipes/lodestone.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:lodestone" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "SSS", - "S#S", - "SSS" - ], - "key": { - "S": { - "item": "minecraft:stonebrick:3" - }, - "#": { - "item": "minecraft:netherite_ingot" - } - }, - "result": { - "item": "minecraft:lodestone", - "count": 1 - } - } -} \ No newline at end of file diff --git a/recipes/loom_from_crimson_planks.json b/recipes/loom_from_crimson_planks.json deleted file mode 100644 index a4f0d48..0000000 --- a/recipes/loom_from_crimson_planks.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:loom_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "BB" - ], - "key": { - "A": { - "item": "string" - }, - "B": { - "item": "crimson_planks" - } - }, - "result": { - "item": "loom", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/loom_from_warped_planks.json b/recipes/loom_from_warped_planks.json deleted file mode 100644 index 8d25a91..0000000 --- a/recipes/loom_from_warped_planks.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:loom_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "BB" - ], - "key": { - "A": { - "item": "string" - }, - "B": { - "item": "warped_planks" - } - }, - "result": { - "item": "loom", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/magenta_banner.json b/recipes/magenta_banner.json deleted file mode 100644 index 351de66..0000000 --- a/recipes/magenta_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:magenta_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 2 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 13 - } - } -} diff --git a/recipes/magenta_candle.json b/recipes/magenta_candle.json deleted file mode 100644 index 4b4da4e..0000000 --- a/recipes/magenta_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:magenta_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 13 - } - ], - "result": { - "item": "minecraft:magenta_candle" - } - } -} \ No newline at end of file diff --git a/recipes/magenta_carpet.json b/recipes/magenta_carpet.json deleted file mode 100644 index a3c91d1..0000000 --- a/recipes/magenta_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:magenta_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 2 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 2, - "count": 3 - } - } -} diff --git a/recipes/magenta_carpet_from_white.json b/recipes/magenta_carpet_from_white.json deleted file mode 100644 index f5e80e5..0000000 --- a/recipes/magenta_carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:magenta_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 13 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 2, - "count": 8 - } - } -} diff --git a/recipes/magenta_concrete_powder.json b/recipes/magenta_concrete_powder.json deleted file mode 100644 index 22e1ad4..0000000 --- a/recipes/magenta_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:magenta_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 13 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 2, - "count": 8 - } - } -} diff --git a/recipes/magenta_dye.json b/recipes/magenta_dye.json deleted file mode 100644 index 52e70e8..0000000 --- a/recipes/magenta_dye.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:magenta_dye" - }, - - - "tags": [ "crafting_table" ], - "group": "magenta_dye", - "priority": 2, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 18 - }, - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 9 - } - ], - "result": { - "item": "minecraft:dye", - "data": 13, - "count": 3 - } - } -} diff --git a/recipes/magenta_dye_from_allium.json b/recipes/magenta_dye_from_allium.json deleted file mode 100644 index 23e3e29..0000000 --- a/recipes/magenta_dye_from_allium.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:magenta_dye_from_allium" - }, - - - "tags": [ "crafting_table" ], - "group": "magenta_dye", - "priority": 1, - "ingredients": [ - { - "item": "minecraft:red_flower", - "data": 2 - } - ], - "result": { - "item": "minecraft:dye", - "data": 13 - } - } -} diff --git a/recipes/magenta_dye_from_blue_ink_bonemeal.json b/recipes/magenta_dye_from_blue_ink_bonemeal.json deleted file mode 100644 index 9c474b3..0000000 --- a/recipes/magenta_dye_from_blue_ink_bonemeal.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:magenta_dye_from_blue_ink_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "group": "magenta_dye", - "priority": 6, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 18 - }, - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:dye", - "data": 13, - "count": 4 - } - } -} diff --git a/recipes/magenta_dye_from_blue_ink_white.json b/recipes/magenta_dye_from_blue_ink_white.json deleted file mode 100644 index b2f704e..0000000 --- a/recipes/magenta_dye_from_blue_ink_white.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:magenta_dye_from_blue_ink_white" - }, - - - "tags": [ "crafting_table" ], - "group": "magenta_dye", - "priority": 4, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 18 - }, - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 19 - } - ], - "result": { - "item": "minecraft:dye", - "data": 13, - "count": 4 - } - } -} diff --git a/recipes/magenta_dye_from_lapis_ink_bonemeal.json b/recipes/magenta_dye_from_lapis_ink_bonemeal.json deleted file mode 100644 index f0953a2..0000000 --- a/recipes/magenta_dye_from_lapis_ink_bonemeal.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:magenta_dye_from_lapis_ink_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "group": "magenta_dye", - "priority": 8, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 4 - }, - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:dye", - "data": 13, - "count": 4 - } - } -} diff --git a/recipes/magenta_dye_from_lapis_ink_white.json b/recipes/magenta_dye_from_lapis_ink_white.json deleted file mode 100644 index 23cfb25..0000000 --- a/recipes/magenta_dye_from_lapis_ink_white.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:magenta_dye_from_lapis_ink_white" - }, - - - "tags": [ "crafting_table" ], - "group": "magenta_dye", - "priority": 7, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 4 - }, - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 19 - } - ], - "result": { - "item": "minecraft:dye", - "data": 13, - "count": 4 - } - } -} diff --git a/recipes/magenta_dye_from_lapis_red_pink.json b/recipes/magenta_dye_from_lapis_red_pink.json deleted file mode 100644 index b3911de..0000000 --- a/recipes/magenta_dye_from_lapis_red_pink.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:magenta_dye_from_lapis_red_pink" - }, - - - "tags": [ "crafting_table" ], - "group": "magenta_dye", - "priority": 5, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 4 - }, - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 9 - } - ], - "result": { - "item": "minecraft:dye", - "data": 13, - "count": 3 - } - } -} diff --git a/recipes/magenta_dye_from_lilac.json b/recipes/magenta_dye_from_lilac.json deleted file mode 100644 index b15b095..0000000 --- a/recipes/magenta_dye_from_lilac.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:magenta_dye_from_lilac" - }, - - - "tags": [ "crafting_table" ], - "group": "magenta_dye", - "ingredients": [ - { - "item": "minecraft:double_plant", - "data": 1 - } - ], - "result": { - "item": "minecraft:dye", - "data": 13, - "count": 2 - } - } -} diff --git a/recipes/magenta_dye_from_purple_and_pink.json b/recipes/magenta_dye_from_purple_and_pink.json deleted file mode 100644 index 2bbaf01..0000000 --- a/recipes/magenta_dye_from_purple_and_pink.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:magenta_dye_from_purple_and_pink" - }, - - - "tags": [ "crafting_table" ], - "group": "magenta_dye", - "priority": 3, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 5 - }, - { - "item": "minecraft:dye", - "data": 9 - } - ], - "result": { - "item": "minecraft:dye", - "data": 13, - "count": 2 - } - } -} diff --git a/recipes/magenta_stained_glass.json b/recipes/magenta_stained_glass.json deleted file mode 100644 index 205c300..0000000 --- a/recipes/magenta_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:magenta_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 13 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 2, - "count": 8 - } - } -} diff --git a/recipes/magenta_stained_glass_pane.json b/recipes/magenta_stained_glass_pane.json deleted file mode 100644 index b0c72f5..0000000 --- a/recipes/magenta_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:magenta_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 2 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 2, - "count": 16 - } - } -} diff --git a/recipes/magenta_stained_glass_pane_from_pane.json b/recipes/magenta_stained_glass_pane_from_pane.json deleted file mode 100644 index ddeede6..0000000 --- a/recipes/magenta_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:magenta_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 13 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 2, - "count": 8 - } - } -} diff --git a/recipes/magenta_stained_hardened_clay.json b/recipes/magenta_stained_hardened_clay.json deleted file mode 100644 index 6803765..0000000 --- a/recipes/magenta_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:magenta_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 13 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 2, - "count": 8 - } - } -} diff --git a/recipes/magma.json b/recipes/magma.json deleted file mode 100644 index 6c241f6..0000000 --- a/recipes/magma.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:magma" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:magma_cream" - } - }, - "result": { - "item": "minecraft:magma" - } - } -} diff --git a/recipes/magma_cream.json b/recipes/magma_cream.json deleted file mode 100644 index d0bd714..0000000 --- a/recipes/magma_cream.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:magma_cream" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:blaze_powder" - }, - { - "item": "minecraft:slime_ball" - } - ], - "result": { - "item": "minecraft:magma_cream" - } - } -} diff --git a/recipes/map.json b/recipes/map.json deleted file mode 100644 index 45a2e28..0000000 --- a/recipes/map.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:map" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:paper" - } - }, - "result": { - "item": "minecraft:emptymap", - "data": 0 - } - } -} diff --git a/recipes/melon_block.json b/recipes/melon_block.json deleted file mode 100644 index 0e1ad49..0000000 --- a/recipes/melon_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:melon_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "MMM", - "MMM", - "MMM" - ], - "key": { - "M": { - "item": "minecraft:melon" - } - }, - "result": { - "item": "minecraft:melon_block" - } - } -} diff --git a/recipes/melon_seeds.json b/recipes/melon_seeds.json deleted file mode 100644 index 77bd541..0000000 --- a/recipes/melon_seeds.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:melon_seeds" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "M" - ], - "key": { - "M": { - "item": "minecraft:melon" - } - }, - "result": { - "item": "minecraft:melon_seeds" - } - } -} diff --git a/recipes/minecart.json b/recipes/minecart.json deleted file mode 100644 index 8b7c350..0000000 --- a/recipes/minecart.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:minecart" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# #", - "###" - ], - "key": { - "#": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:minecart" - } - } -} diff --git a/recipes/moss_carpet.json b/recipes/moss_carpet.json deleted file mode 100644 index de5e243..0000000 --- a/recipes/moss_carpet.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:moss_carpet" - }, - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:moss_block" - } - }, - "result": { - "item": "minecraft:moss_carpet", - "count": 3 - } - } -} diff --git a/recipes/mossy_cobblestone.json b/recipes/mossy_cobblestone.json deleted file mode 100644 index c6f3c84..0000000 --- a/recipes/mossy_cobblestone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:mossy_cobblestone" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:cobblestone" - }, - { - "item": "minecraft:vine" - } - ], - "result": { - "item": "minecraft:mossy_cobblestone" - } - } -} diff --git a/recipes/mossy_cobblestone_from_moss.json b/recipes/mossy_cobblestone_from_moss.json deleted file mode 100644 index b4edb0f..0000000 --- a/recipes/mossy_cobblestone_from_moss.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:mossy_cobblestone_from_moss" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:cobblestone" - }, - { - "item": "minecraft:moss_block" - } - ], - "result": { - "item": "minecraft:mossy_cobblestone" - } - } -} diff --git a/recipes/mossy_cobblestone_stairs.json b/recipes/mossy_cobblestone_stairs.json deleted file mode 100644 index fd00eb7..0000000 --- a/recipes/mossy_cobblestone_stairs.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:mossy_cobblestone_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:mossy_cobblestone" - } - }, - "result": { - "item": "minecraft:mossy_cobblestone_stairs", - "count": 4 - } - } -} diff --git a/recipes/mossy_cobblestone_wall.json b/recipes/mossy_cobblestone_wall.json deleted file mode 100644 index a022ba7..0000000 --- a/recipes/mossy_cobblestone_wall.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:mossy_cobblestone_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:mossy_cobblestone" - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 1, - "count": 6 - } - } -} diff --git a/recipes/mossy_stone_brick_stairs.json b/recipes/mossy_stone_brick_stairs.json deleted file mode 100644 index 6dbdcce..0000000 --- a/recipes/mossy_stone_brick_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:mossy_stone_brick_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:stonebrick", - "data": 1 - } - }, - "result": { - "item": "minecraft:mossy_stone_brick_stairs", - "count": 4 - } - } -} diff --git a/recipes/mossy_stone_brick_wall.json b/recipes/mossy_stone_brick_wall.json deleted file mode 100644 index e8018aa..0000000 --- a/recipes/mossy_stone_brick_wall.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:mossy_stone_brick_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stonebrick", - "data": 1 - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 8, - "count": 6 - } - } -} diff --git a/recipes/mossy_stonebrick.json b/recipes/mossy_stonebrick.json deleted file mode 100644 index 096379d..0000000 --- a/recipes/mossy_stonebrick.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:mossy_stonebrick" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:stonebrick", - "data": 0 - }, - { - "item": "minecraft:vine" - } - ], - "result": { - "item": "minecraft:stonebrick", - "data": 1 - } - } -} diff --git a/recipes/mossy_stonebrick_from_moss.json b/recipes/mossy_stonebrick_from_moss.json deleted file mode 100644 index a8639de..0000000 --- a/recipes/mossy_stonebrick_from_moss.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:mossy_stonebrick_from_moss" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:stonebrick", - "data": 0 - }, - { - "item": "minecraft:moss_block" - } - ], - "result": { - "item": "minecraft:stonebrick", - "data": 1 - } - } -} diff --git a/recipes/mushroom_stew.json b/recipes/mushroom_stew.json deleted file mode 100644 index a84286a..0000000 --- a/recipes/mushroom_stew.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:mushroom_stew" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - } - ], - "result": { - "item": "minecraft:mushroom_stew" - } - } -} diff --git a/recipes/nether_brick.json b/recipes/nether_brick.json deleted file mode 100644 index 422fabb..0000000 --- a/recipes/nether_brick.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:nether_brick" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "NN", - "NN" - ], - "key": { - "N": { - "item": "minecraft:netherbrick" - } - }, - "result": { - "item": "minecraft:nether_brick" - } - } -} diff --git a/recipes/nether_brick_fence.json b/recipes/nether_brick_fence.json deleted file mode 100644 index c83b13d..0000000 --- a/recipes/nether_brick_fence.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:nether_brick_fence" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "W#W", - "W#W" - ], - "key": { - "#": { - "item": "minecraft:netherbrick" - }, - "W": { - "item": "minecraft:nether_brick" - } - }, - "result": { - "item": "minecraft:nether_brick_fence", - "count": 6 - } - } -} diff --git a/recipes/nether_brick_stairs.json b/recipes/nether_brick_stairs.json deleted file mode 100644 index 1debcc7..0000000 --- a/recipes/nether_brick_stairs.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:nether_brick_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:nether_brick" - } - }, - "result": { - "item": "minecraft:nether_brick_stairs", - "count": 4 - } - } -} diff --git a/recipes/nether_brick_wall.json b/recipes/nether_brick_wall.json deleted file mode 100644 index bde6996..0000000 --- a/recipes/nether_brick_wall.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:nether_brick_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:nether_brick" - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 9, - "count": 6 - } - } -} diff --git a/recipes/nether_wart_block.json b/recipes/nether_wart_block.json deleted file mode 100644 index 1cab502..0000000 --- a/recipes/nether_wart_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:nether_wart_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:nether_wart" - } - }, - "result": { - "item": "minecraft:nether_wart_block" - } - } -} diff --git a/recipes/netherite_block.json b/recipes/netherite_block.json deleted file mode 100644 index df79f35..0000000 --- a/recipes/netherite_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:netherite_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:netherite_ingot" - } - }, - "result": { - "item": "minecraft:netherite_block" - } - } -} diff --git a/recipes/netherite_ingot.json b/recipes/netherite_ingot.json deleted file mode 100644 index eeb1381..0000000 --- a/recipes/netherite_ingot.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:netherite_ingot" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:netherite_scrap", - "count": 4 - }, - { - "item": "minecraft:gold_ingot", - "count": 4 - } - ], - "result": { - "item": "minecraft:netherite_ingot", - "data": 0, - "count": 1 - } - } -} diff --git a/recipes/netherite_ingot_from_block.json b/recipes/netherite_ingot_from_block.json deleted file mode 100644 index 8797f37..0000000 --- a/recipes/netherite_ingot_from_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:netherite_ingot_from_block" - }, - - - "tags": [ "crafting_table" ], - "group": "netherite_ingot", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:netherite_block" - } - }, - "result": { - "item": "minecraft:netherite_ingot", - "count": 9 - } - } -} diff --git a/recipes/noteblock_from_crimson_planks.json b/recipes/noteblock_from_crimson_planks.json deleted file mode 100644 index 4abae70..0000000 --- a/recipes/noteblock_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:noteblock_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "ABA", - "AAA" - ], - "key": { - "A": { - "item": "crimson_planks" - }, - "B": { - "item": "redstone" - } - }, - "result": { - "item": "noteblock", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/noteblock_from_warped_planks.json b/recipes/noteblock_from_warped_planks.json deleted file mode 100644 index 102cdc3..0000000 --- a/recipes/noteblock_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:noteblock_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "ABA", - "AAA" - ], - "key": { - "A": { - "item": "warped_planks" - }, - "B": { - "item": "redstone" - } - }, - "result": { - "item": "noteblock", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/oak_planks.json b/recipes/oak_planks.json deleted file mode 100644 index 1d330c9..0000000 --- a/recipes/oak_planks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:oak_planks" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:log", - "data": 0 - } - }, - "result": { - "item": "minecraft:planks", - "data": 0, - "count": 4 - } - } -} diff --git a/recipes/oak_planks_from_stripped.json b/recipes/oak_planks_from_stripped.json deleted file mode 100644 index 389e90c..0000000 --- a/recipes/oak_planks_from_stripped.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:oak_planks_from_stripped" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:stripped_oak_log" - } - }, - "result": { - "item": "minecraft:planks", - "data": 0, - "count": 4 - } - } -} diff --git a/recipes/oak_planks_from_stripped_wood.json b/recipes/oak_planks_from_stripped_wood.json deleted file mode 100644 index eb8886e..0000000 --- a/recipes/oak_planks_from_stripped_wood.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:oak_planks_from_stripped_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:wood", - "data": 8 - } - }, - "result": { - "item": "minecraft:planks", - "data": 0, - "count": 4 - } - } -} diff --git a/recipes/oak_planks_from_wood.json b/recipes/oak_planks_from_wood.json deleted file mode 100644 index e2915f1..0000000 --- a/recipes/oak_planks_from_wood.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:oak_planks_from_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:wood", - "data": 0 - } - }, - "result": { - "item": "minecraft:planks", - "data": 0, - "count": 4 - } - } -} diff --git a/recipes/oak_stairs.json b/recipes/oak_stairs.json deleted file mode 100644 index 03f615e..0000000 --- a/recipes/oak_stairs.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:oak_stairs" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_stairs", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 0 - } - }, - "result": { - "item": "minecraft:oak_stairs", - "count": 4 - } - } -} diff --git a/recipes/oak_wood.json b/recipes/oak_wood.json deleted file mode 100644 index d3d6200..0000000 --- a/recipes/oak_wood.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:oak_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:log", - "data": 0 - } - }, - "result": { - "item": "minecraft:wood", - "data": 0, - "count": 3 - } - } -} diff --git a/recipes/oak_wood_stripped.json b/recipes/oak_wood_stripped.json deleted file mode 100644 index b7b7b68..0000000 --- a/recipes/oak_wood_stripped.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:oak_wood_stripped" - }, - - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:stripped_oak_log" - } - }, - "result": { - "item": "minecraft:wood", - "data": 8, - "count": 3 - } - } -} diff --git a/recipes/oak_wooden_slab.json b/recipes/oak_wooden_slab.json deleted file mode 100644 index 1c82d94..0000000 --- a/recipes/oak_wooden_slab.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:oak_wooden_slab" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_slab", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 0 - } - }, - "result": { - "item": "minecraft:wooden_slab", - "data": 0, - "count": 6 - } - } -} diff --git a/recipes/observer.json b/recipes/observer.json deleted file mode 100644 index 7d71d9b..0000000 --- a/recipes/observer.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:observer" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "RRQ", - "###" - ], - "key": { - "Q": { - "item": "minecraft:quartz" - }, - "R": { - "item": "minecraft:redstone" - }, - "#": { - "item": "minecraft:cobblestone" - } - }, - "result": { - "item": "minecraft:observer" - } - } -} diff --git a/recipes/orange_banner.json b/recipes/orange_banner.json deleted file mode 100644 index 059189f..0000000 --- a/recipes/orange_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:orange_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 1 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 14 - } - } -} diff --git a/recipes/orange_candle.json b/recipes/orange_candle.json deleted file mode 100644 index 401b59e..0000000 --- a/recipes/orange_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:orange_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 14 - } - ], - "result": { - "item": "minecraft:orange_candle" - } - } -} \ No newline at end of file diff --git a/recipes/orange_carpet.json b/recipes/orange_carpet.json deleted file mode 100644 index d1698b0..0000000 --- a/recipes/orange_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:orange_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 1 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 1, - "count": 3 - } - } -} diff --git a/recipes/orange_carpet_from_white.json b/recipes/orange_carpet_from_white.json deleted file mode 100644 index 8a07d91..0000000 --- a/recipes/orange_carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:orange_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 14 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 1, - "count": 8 - } - } -} diff --git a/recipes/orange_concrete_powder.json b/recipes/orange_concrete_powder.json deleted file mode 100644 index 169e66b..0000000 --- a/recipes/orange_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:orange_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 14 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 1, - "count": 8 - } - } -} diff --git a/recipes/orange_dye_from_orange_tulip.json b/recipes/orange_dye_from_orange_tulip.json deleted file mode 100644 index ee3bd52..0000000 --- a/recipes/orange_dye_from_orange_tulip.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:orange_dye_from_orange_tulip" - }, - - - "tags": [ "crafting_table" ], - "group": "orange_dye", - "ingredients": [ - { - "item": "minecraft:red_flower", - "data": 5 - } - ], - "result": { - "item": "minecraft:dye", - "data": 14 - } - } -} diff --git a/recipes/orange_dye_from_red_yellow.json b/recipes/orange_dye_from_red_yellow.json deleted file mode 100644 index f5c536f..0000000 --- a/recipes/orange_dye_from_red_yellow.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:orange_dye_from_red_yellow" - }, - - - "tags": [ "crafting_table" ], - "group": "orange_dye", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 11 - } - ], - "result": { - "item": "minecraft:dye", - "data": 14, - "count": 2 - } - } -} diff --git a/recipes/orange_stained_glass.json b/recipes/orange_stained_glass.json deleted file mode 100644 index b8b358c..0000000 --- a/recipes/orange_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:orange_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 14 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 1, - "count": 8 - } - } -} diff --git a/recipes/orange_stained_glass_pane.json b/recipes/orange_stained_glass_pane.json deleted file mode 100644 index 386c840..0000000 --- a/recipes/orange_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:orange_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 1 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 1, - "count": 16 - } - } -} diff --git a/recipes/orange_stained_glass_pane_from_pane.json b/recipes/orange_stained_glass_pane_from_pane.json deleted file mode 100644 index 96da9dc..0000000 --- a/recipes/orange_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:orange_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 14 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 1, - "count": 8 - } - } -} diff --git a/recipes/orange_stained_hardened_clay.json b/recipes/orange_stained_hardened_clay.json deleted file mode 100644 index 1907728..0000000 --- a/recipes/orange_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:orange_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 14 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 1, - "count": 8 - } - } -} diff --git a/recipes/packed_ice.json b/recipes/packed_ice.json deleted file mode 100644 index 68f2371..0000000 --- a/recipes/packed_ice.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:packed_ice" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:ice" - } - }, - "result": { - "item": "minecraft:packed_ice", - "count": 1 - } - } -} diff --git a/recipes/paper.json b/recipes/paper.json deleted file mode 100644 index 2e01e98..0000000 --- a/recipes/paper.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:paper" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:reeds" - } - }, - "result": { - "item": "minecraft:paper", - "count": 3 - } - } -} diff --git a/recipes/pillar_quartz_block.json b/recipes/pillar_quartz_block.json deleted file mode 100644 index cac1eb4..0000000 --- a/recipes/pillar_quartz_block.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:pillar_quartz_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:quartz_block", - "data": 0 - } - }, - "result": { - "item": "minecraft:quartz_block", - "data": 2, - "count": 2 - } - } -} diff --git a/recipes/pink_banner.json b/recipes/pink_banner.json deleted file mode 100644 index 53b27c9..0000000 --- a/recipes/pink_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:pink_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 6 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 9 - } - } -} diff --git a/recipes/pink_candle.json b/recipes/pink_candle.json deleted file mode 100644 index 6ed2d08..0000000 --- a/recipes/pink_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:pink_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 9 - } - ], - "result": { - "item": "minecraft:pink_candle" - } - } -} \ No newline at end of file diff --git a/recipes/pink_carpet.json b/recipes/pink_carpet.json deleted file mode 100644 index d649736..0000000 --- a/recipes/pink_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:pink_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 6 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 6, - "count": 3 - } - } -} diff --git a/recipes/pink_carpet_from_white.json b/recipes/pink_carpet_from_white.json deleted file mode 100644 index a067219..0000000 --- a/recipes/pink_carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:pink_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 9 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 6, - "count": 8 - } - } -} diff --git a/recipes/pink_concrete_powder.json b/recipes/pink_concrete_powder.json deleted file mode 100644 index df5c1ca..0000000 --- a/recipes/pink_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:pink_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 9 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 6, - "count": 8 - } - } -} diff --git a/recipes/pink_dye.json b/recipes/pink_dye.json deleted file mode 100644 index c862b4a..0000000 --- a/recipes/pink_dye.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:pink_dye" - }, - - - "tags": [ "crafting_table" ], - "group": "pink_dye", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 19 - } - ], - "result": { - "item": "minecraft:dye", - "data": 9, - "count": 2 - } - } -} diff --git a/recipes/pink_dye_from_peony.json b/recipes/pink_dye_from_peony.json deleted file mode 100644 index 0d90fde..0000000 --- a/recipes/pink_dye_from_peony.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:pink_dye_from_peony" - }, - - - "tags": [ "crafting_table" ], - "group": "pink_dye", - "ingredients": [ - { - "item": "minecraft:double_plant", - "data": 5 - } - ], - "result": { - "item": "minecraft:dye", - "data": 9, - "count": 2 - } - } -} diff --git a/recipes/pink_dye_from_pink_tulip.json b/recipes/pink_dye_from_pink_tulip.json deleted file mode 100644 index 1f6ac14..0000000 --- a/recipes/pink_dye_from_pink_tulip.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:pink_dye_from_pink_tulip" - }, - - - "tags": [ "crafting_table" ], - "group": "pink_dye", - "ingredients": [ - { - "item": "minecraft:red_flower", - "data": 7 - } - ], - "result": { - "item": "minecraft:dye", - "data": 9 - } - } -} diff --git a/recipes/pink_dye_from_red_bonemeal.json b/recipes/pink_dye_from_red_bonemeal.json deleted file mode 100644 index 544af44..0000000 --- a/recipes/pink_dye_from_red_bonemeal.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:pink_dye_from_red_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "group": "pink_dye", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:dye", - "data": 9, - "count": 2 - } - } -} diff --git a/recipes/pink_stained_glass.json b/recipes/pink_stained_glass.json deleted file mode 100644 index c9fec00..0000000 --- a/recipes/pink_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:pink_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 9 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 6, - "count": 8 - } - } -} diff --git a/recipes/pink_stained_glass_pane.json b/recipes/pink_stained_glass_pane.json deleted file mode 100644 index 1984ed1..0000000 --- a/recipes/pink_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:pink_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 6 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 6, - "count": 16 - } - } -} diff --git a/recipes/pink_stained_glass_pane_from_pane.json b/recipes/pink_stained_glass_pane_from_pane.json deleted file mode 100644 index e38e7ea..0000000 --- a/recipes/pink_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:pink_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 9 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 6, - "count": 8 - } - } -} diff --git a/recipes/pink_stained_hardened_clay.json b/recipes/pink_stained_hardened_clay.json deleted file mode 100644 index ec11f1f..0000000 --- a/recipes/pink_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:pink_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 9 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 6, - "count": 8 - } - } -} diff --git a/recipes/piston_from_crimson_planks.json b/recipes/piston_from_crimson_planks.json deleted file mode 100644 index 4c27c3c..0000000 --- a/recipes/piston_from_crimson_planks.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:piston_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "BCB", - "BDB" - ], - "key": { - "A": { - "item": "crimson_planks" - }, - "B": { - "item": "cobblestone" - }, - "C": { - "item": "iron_ingot" - }, - "D": { - "item": "redstone" - } - }, - "result": { - "item": "piston", - "count": 1, - "data": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/piston_from_warped_planks.json b/recipes/piston_from_warped_planks.json deleted file mode 100644 index fee4d3d..0000000 --- a/recipes/piston_from_warped_planks.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:piston_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - "BCB", - "BDB" - ], - "key": { - "A": { - "item": "warped_planks" - }, - "B": { - "item": "cobblestone" - }, - "C": { - "item": "iron_ingot" - }, - "D": { - "item": "redstone" - } - }, - "result": { - "item": "piston", - "count": 1, - "data": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/polished_andesite.json b/recipes/polished_andesite.json deleted file mode 100644 index d4838da..0000000 --- a/recipes/polished_andesite.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_andesite" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "minecraft:stone", - "data": 5 - } - }, - "result": { - "item": "minecraft:stone", - "data": 6, - "count": 4 - } - } -} diff --git a/recipes/polished_andesite_stairs.json b/recipes/polished_andesite_stairs.json deleted file mode 100644 index 04fbaca..0000000 --- a/recipes/polished_andesite_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_andesite_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 6 - } - }, - "result": { - "item": "minecraft:polished_andesite_stairs", - "count": 4 - } - } -} diff --git a/recipes/polished_basalt.json b/recipes/polished_basalt.json deleted file mode 100644 index 2af353f..0000000 --- a/recipes/polished_basalt.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_basalt" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:basalt" - } - }, - "result": { - "item": "minecraft:polished_basalt", - "count": 4 - } - } -} diff --git a/recipes/polished_blackstone.json b/recipes/polished_blackstone.json deleted file mode 100644 index 3a897e6..0000000 --- a/recipes/polished_blackstone.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_blackstone" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:blackstone" - } - }, - "result": { - "item": "minecraft:polished_blackstone", - "count": 4 - } - } -} diff --git a/recipes/polished_blackstone_brick_slab.json b/recipes/polished_blackstone_brick_slab.json deleted file mode 100644 index 89c2fa7..0000000 --- a/recipes/polished_blackstone_brick_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_blackstone_brick_slab" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:polished_blackstone_bricks" - } - }, - "result": { - "item": "minecraft:polished_blackstone_brick_slab", - "count": 6 - } - } -} diff --git a/recipes/polished_blackstone_brick_stairs.json b/recipes/polished_blackstone_brick_stairs.json deleted file mode 100644 index 356def8..0000000 --- a/recipes/polished_blackstone_brick_stairs.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_blackstone_brick_stairs" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:polished_blackstone_bricks" - } - }, - "result": { - "item": "minecraft:polished_blackstone_brick_stairs", - "count": 4 - } - } -} diff --git a/recipes/polished_blackstone_brick_wall.json b/recipes/polished_blackstone_brick_wall.json deleted file mode 100644 index 8d166dc..0000000 --- a/recipes/polished_blackstone_brick_wall.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_blackstone_brick_wall" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:polished_blackstone_bricks" - } - }, - "result": { - "item": "minecraft:polished_blackstone_brick_wall", - "count": 6 - } - } -} diff --git a/recipes/polished_blackstone_bricks.json b/recipes/polished_blackstone_bricks.json deleted file mode 100644 index a03bdc6..0000000 --- a/recipes/polished_blackstone_bricks.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_blackstone_bricks" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:polished_blackstone" - } - }, - "result": { - "item": "minecraft:polished_blackstone_bricks", - "count": 4 - } - } -} diff --git a/recipes/polished_blackstone_button.json b/recipes/polished_blackstone_button.json deleted file mode 100644 index b01b7ba..0000000 --- a/recipes/polished_blackstone_button.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_blackstone_button" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:polished_blackstone" - } - }, - "result": { - "item": "minecraft:polished_blackstone_button" - } - } -} diff --git a/recipes/polished_blackstone_pressure_plate.json b/recipes/polished_blackstone_pressure_plate.json deleted file mode 100644 index bea2ee5..0000000 --- a/recipes/polished_blackstone_pressure_plate.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_blackstone_pressure_plate" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:polished_blackstone" - } - }, - "result": { - "item": "minecraft:polished_blackstone_pressure_plate" - } - } -} diff --git a/recipes/polished_blackstone_slab.json b/recipes/polished_blackstone_slab.json deleted file mode 100644 index d35b5ed..0000000 --- a/recipes/polished_blackstone_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_blackstone_slab" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:polished_blackstone" - } - }, - "result": { - "item": "minecraft:polished_blackstone_slab", - "count": 6 - } - } -} diff --git a/recipes/polished_blackstone_stairs.json b/recipes/polished_blackstone_stairs.json deleted file mode 100644 index 5c04eb4..0000000 --- a/recipes/polished_blackstone_stairs.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_blackstone_stairs" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:polished_blackstone" - } - }, - "result": { - "item": "minecraft:polished_blackstone_stairs", - "count": 4 - } - } -} diff --git a/recipes/polished_blackstone_wall.json b/recipes/polished_blackstone_wall.json deleted file mode 100644 index 4cffd7a..0000000 --- a/recipes/polished_blackstone_wall.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_blackstone_wall" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:polished_blackstone" - } - }, - "result": { - "item": "minecraft:polished_blackstone_wall", - "count": 6 - } - } -} diff --git a/recipes/polished_deepslate.json b/recipes/polished_deepslate.json deleted file mode 100644 index eabe9bb..0000000 --- a/recipes/polished_deepslate.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_deepslate" - }, - "key": { - "S": { - "item": "minecraft:cobbled_deepslate" - } - }, - "pattern": [ - "SS", - "SS" - ], - "priority": 1, - "result": { - "count": 4, - "item": "minecraft:polished_deepslate" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/polished_deepslate_from_cobbled_deepslate_stonecutting.json b/recipes/polished_deepslate_from_cobbled_deepslate_stonecutting.json deleted file mode 100644 index 470f3a6..0000000 --- a/recipes/polished_deepslate_from_cobbled_deepslate_stonecutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:polished_deepslate_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:polished_deepslate" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/polished_deepslate_slab.json b/recipes/polished_deepslate_slab.json deleted file mode 100644 index 0e09808..0000000 --- a/recipes/polished_deepslate_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_deepslate_slab" - }, - "key": { - "#": { - "item": "minecraft:polished_deepslate" - } - }, - "pattern": [ - "###" - ], - "priority": 1, - "result": { - "count": 6, - "item": "minecraft:polished_deepslate_slab" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/polished_deepslate_slab_from_cobbled_deepslate_stonecut.json b/recipes/polished_deepslate_slab_from_cobbled_deepslate_stonecut.json deleted file mode 100644 index ab3988f..0000000 --- a/recipes/polished_deepslate_slab_from_cobbled_deepslate_stonecut.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:polished_deepslate_slab_from_cobbled_deepslate_stonecut" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 2, - "data": 0, - "item": "minecraft:polished_deepslate_slab" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/polished_deepslate_slab_from_polished_deepslate_cutting.json b/recipes/polished_deepslate_slab_from_polished_deepslate_cutting.json deleted file mode 100644 index 497d1db..0000000 --- a/recipes/polished_deepslate_slab_from_polished_deepslate_cutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:polished_deepslate_slab_from_polished_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:polished_deepslate" - } - ], - "priority": 0, - "result": { - "count": 2, - "data": 0, - "item": "minecraft:polished_deepslate_slab" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/polished_deepslate_stairs.json b/recipes/polished_deepslate_stairs.json deleted file mode 100644 index b40b35d..0000000 --- a/recipes/polished_deepslate_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_deepslate_stairs" - }, - "key": { - "#": { - "item": "minecraft:polished_deepslate" - } - }, - "pattern": [ - "# ", - "## ", - "###" - ], - "priority": 1, - "result": { - "count": 4, - "item": "minecraft:polished_deepslate_stairs" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/polished_deepslate_stairs_from_cobbled_deepslate_cutting.json b/recipes/polished_deepslate_stairs_from_cobbled_deepslate_cutting.json deleted file mode 100644 index 8d004fd..0000000 --- a/recipes/polished_deepslate_stairs_from_cobbled_deepslate_cutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:polished_deepslate_stairs_from_cobbled_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:polished_deepslate_stairs" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/polished_deepslate_stairs_from_polished_deepslate_cutting.json b/recipes/polished_deepslate_stairs_from_polished_deepslate_cutting.json deleted file mode 100644 index c4e3b05..0000000 --- a/recipes/polished_deepslate_stairs_from_polished_deepslate_cutting.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:polished_deepslate_stairs_from_polished_deepslate_stonecutting" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:polished_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:polished_deepslate_stairs" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/polished_deepslate_wall.json b/recipes/polished_deepslate_wall.json deleted file mode 100644 index ff2f9b4..0000000 --- a/recipes/polished_deepslate_wall.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_deepslate_wall" - }, - "key": { - "#": { - "item": "minecraft:polished_deepslate" - } - }, - "pattern": [ - "###", - "###" - ], - "priority": 1, - "result": { - "count": 6, - "item": "minecraft:polished_deepslate_wall" - }, - "tags": [ - "crafting_table" - ] - } -} diff --git a/recipes/polished_deepslate_wall_from_cobbled_deepslate_stonecut.json b/recipes/polished_deepslate_wall_from_cobbled_deepslate_stonecut.json deleted file mode 100644 index 28cb81c..0000000 --- a/recipes/polished_deepslate_wall_from_cobbled_deepslate_stonecut.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:polished_deepslate_wall_from_cobbled_deepslate_stonecut" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:cobbled_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:polished_deepslate_wall" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/polished_deepslate_wall_from_polished_deepslate_stonecut.json b/recipes/polished_deepslate_wall_from_polished_deepslate_stonecut.json deleted file mode 100644 index e12b2bb..0000000 --- a/recipes/polished_deepslate_wall_from_polished_deepslate_stonecut.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:polished_deepslate_wall_from_polished_deepslate_stonecut" - }, - "ingredients": [ - { - "data": 0, - "item": "minecraft:polished_deepslate" - } - ], - "priority": 0, - "result": { - "count": 1, - "data": 0, - "item": "minecraft:polished_deepslate_wall" - }, - "tags": [ - "stonecutter" - ] - } -} diff --git a/recipes/polished_diorite.json b/recipes/polished_diorite.json deleted file mode 100644 index b939921..0000000 --- a/recipes/polished_diorite.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_diorite" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "minecraft:stone", - "data": 3 - } - }, - "result": { - "item": "minecraft:stone", - "data": 4, - "count": 4 - } - } -} diff --git a/recipes/polished_diorite_stairs.json b/recipes/polished_diorite_stairs.json deleted file mode 100644 index ba5e3de..0000000 --- a/recipes/polished_diorite_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_diorite_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 4 - } - }, - "result": { - "item": "minecraft:polished_diorite_stairs", - "count": 4 - } - } -} diff --git a/recipes/polished_granite.json b/recipes/polished_granite.json deleted file mode 100644 index 0b1c787..0000000 --- a/recipes/polished_granite.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_granite" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "minecraft:stone", - "data": 1 - } - }, - "result": { - "item": "minecraft:stone", - "data": 2, - "count": 4 - } - } -} diff --git a/recipes/polished_granite_stairs.json b/recipes/polished_granite_stairs.json deleted file mode 100644 index ad05af9..0000000 --- a/recipes/polished_granite_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:polished_granite_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 2 - } - }, - "result": { - "item": "minecraft:polished_granite_stairs", - "count": 4 - } - } -} diff --git a/recipes/prismarine.json b/recipes/prismarine.json deleted file mode 100644 index 72e946b..0000000 --- a/recipes/prismarine.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:prismarine" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "SS", - "SS" - ], - "key": { - "S": { - "item": "minecraft:prismarine_shard" - } - }, - "result": { - "item": "minecraft:prismarine", - "data": 0 - } - } -} diff --git a/recipes/prismarine_bricks.json b/recipes/prismarine_bricks.json deleted file mode 100644 index 24f7bfb..0000000 --- a/recipes/prismarine_bricks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:prismarine_bricks" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "SSS", - "SSS", - "SSS" - ], - "key": { - "S": { - "item": "minecraft:prismarine_shard" - } - }, - "result": { - "item": "minecraft:prismarine", - "data": 2 - } - } -} diff --git a/recipes/prismarine_stairs.json b/recipes/prismarine_stairs.json deleted file mode 100644 index 2178609..0000000 --- a/recipes/prismarine_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:prismarine_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:prismarine", - "data": 0 - } - }, - "result": { - "item": "minecraft:prismarine_stairs", - "count": 4 - } - } -} diff --git a/recipes/prismarine_stairs_bricks.json b/recipes/prismarine_stairs_bricks.json deleted file mode 100644 index feacb2b..0000000 --- a/recipes/prismarine_stairs_bricks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:prismarine_stairs_bricks" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:prismarine", - "data": 2 - } - }, - "result": { - "item": "minecraft:prismarine_bricks_stairs", - "count": 4 - } - } -} diff --git a/recipes/prismarine_stairs_dark.json b/recipes/prismarine_stairs_dark.json deleted file mode 100644 index fff33b7..0000000 --- a/recipes/prismarine_stairs_dark.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:prismarine_stairs_dark" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:prismarine", - "data": 1 - } - }, - "result": { - "item": "minecraft:dark_prismarine_stairs", - "count": 4 - } - } -} diff --git a/recipes/prismarine_wall.json b/recipes/prismarine_wall.json deleted file mode 100644 index f5a84ab..0000000 --- a/recipes/prismarine_wall.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:prismarine_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:prismarine", - "data": 0 - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 11, - "count": 6 - } - } -} diff --git a/recipes/pumpkin_pie.json b/recipes/pumpkin_pie.json deleted file mode 100644 index 2bf44db..0000000 --- a/recipes/pumpkin_pie.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:pumpkin_pie" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:pumpkin" - }, - { - "item": "minecraft:sugar" - }, - { - "item": "minecraft:egg" - } - ], - "result": { - "item": "minecraft:pumpkin_pie" - } - } -} diff --git a/recipes/pumpkin_seeds.json b/recipes/pumpkin_seeds.json deleted file mode 100644 index 1b40043..0000000 --- a/recipes/pumpkin_seeds.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:pumpkin_seeds" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "M" - ], - "key": { - "M": { - "item": "minecraft:pumpkin" - } - }, - "result": { - "item": "minecraft:pumpkin_seeds", - "count": 4 - } - } -} diff --git a/recipes/purple_banner.json b/recipes/purple_banner.json deleted file mode 100644 index 7017cda..0000000 --- a/recipes/purple_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:purple_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 10 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 5 - } - } -} diff --git a/recipes/purple_candle.json b/recipes/purple_candle.json deleted file mode 100644 index 1af8741..0000000 --- a/recipes/purple_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:purple_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 5 - } - ], - "result": { - "item": "minecraft:purple_candle" - } - } -} \ No newline at end of file diff --git a/recipes/purple_carpet.json b/recipes/purple_carpet.json deleted file mode 100644 index 658edf8..0000000 --- a/recipes/purple_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:purple_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 10 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 10, - "count": 3 - } - } -} diff --git a/recipes/purple_carpet_from_white.json b/recipes/purple_carpet_from_white.json deleted file mode 100644 index 7a532bc..0000000 --- a/recipes/purple_carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:purple_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 5 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 10, - "count": 8 - } - } -} diff --git a/recipes/purple_concrete_powder.json b/recipes/purple_concrete_powder.json deleted file mode 100644 index eda48a2..0000000 --- a/recipes/purple_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:purple_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 5 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 10, - "count": 8 - } - } -} diff --git a/recipes/purple_dye.json b/recipes/purple_dye.json deleted file mode 100644 index 0ebb552..0000000 --- a/recipes/purple_dye.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:purple_dye" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:dye", - "data": 18 - }, - { - "item": "minecraft:dye", - "data": 1 - } - ], - "result": { - "item": "minecraft:dye", - "data": 5, - "count": 2 - } - } -} diff --git a/recipes/purple_dye_from_lapis_lazuli.json b/recipes/purple_dye_from_lapis_lazuli.json deleted file mode 100644 index cef6d34..0000000 --- a/recipes/purple_dye_from_lapis_lazuli.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:purple_dye_from_lapis_lazuli" - }, - - - "tags": [ "crafting_table" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 4 - }, - { - "item": "minecraft:dye", - "data": 1 - } - ], - "result": { - "item": "minecraft:dye", - "data": 5, - "count": 2 - } - } -} diff --git a/recipes/purple_stained_glass.json b/recipes/purple_stained_glass.json deleted file mode 100644 index d67c89c..0000000 --- a/recipes/purple_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:purple_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 5 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 10, - "count": 8 - } - } -} diff --git a/recipes/purple_stained_glass_pane.json b/recipes/purple_stained_glass_pane.json deleted file mode 100644 index c9577f6..0000000 --- a/recipes/purple_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:purple_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 10 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 10, - "count": 16 - } - } -} diff --git a/recipes/purple_stained_glass_pane_from_pane.json b/recipes/purple_stained_glass_pane_from_pane.json deleted file mode 100644 index 6e28939..0000000 --- a/recipes/purple_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:purple_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 5 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 10, - "count": 8 - } - } -} diff --git a/recipes/purple_stained_hardened_clay.json b/recipes/purple_stained_hardened_clay.json deleted file mode 100644 index 592fed9..0000000 --- a/recipes/purple_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:purple_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 5 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 10, - "count": 8 - } - } -} diff --git a/recipes/purpur_block.json b/recipes/purpur_block.json deleted file mode 100644 index 8102046..0000000 --- a/recipes/purpur_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:purpur_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "FF", - "FF" - ], - "key": { - "F": { - "item": "minecraft:chorus_fruit_popped" - } - }, - "result": { - "item": "minecraft:purpur_block", - "count": 4 - } - } -} diff --git a/recipes/purpur_stairs.json b/recipes/purpur_stairs.json deleted file mode 100644 index 052a50c..0000000 --- a/recipes/purpur_stairs.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:purpur_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:purpur_block" - } - }, - "result": { - "item": "minecraft:purpur_stairs", - "count": 4 - } - } -} diff --git a/recipes/quartz_block.json b/recipes/quartz_block.json deleted file mode 100644 index 782df06..0000000 --- a/recipes/quartz_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:quartz_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:quartz" - } - }, - "result": { - "item": "minecraft:quartz_block", - "data": 0 - } - } -} diff --git a/recipes/quartz_bricks.json b/recipes/quartz_bricks.json deleted file mode 100644 index fd507e0..0000000 --- a/recipes/quartz_bricks.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:quartz_bricks" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:quartz_block", - "data": 0 - } - }, - "result": { - "item": "minecraft:quartz_bricks" - } - } -} diff --git a/recipes/quartz_stairs.json b/recipes/quartz_stairs.json deleted file mode 100644 index 589595c..0000000 --- a/recipes/quartz_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:quartz_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:quartz_block", - "data": 0 - } - }, - "result": { - "item": "minecraft:quartz_stairs", - "count": 4 - } - } -} diff --git a/recipes/rabbit_stew_from_brown_mushroom.json b/recipes/rabbit_stew_from_brown_mushroom.json deleted file mode 100644 index 224c478..0000000 --- a/recipes/rabbit_stew_from_brown_mushroom.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:rabbit_stew_from_brown_mushroom" - }, - - - "tags": [ "crafting_table" ], - "group": "rabbit_stew", - "ingredients": [ - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:baked_potato" - }, - { - "item": "minecraft:carrot" - }, - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:cooked_rabbit" - } - ], - "result": { - "item": "minecraft:rabbit_stew" - } - } -} diff --git a/recipes/rabbit_stew_from_red_mushroom.json b/recipes/rabbit_stew_from_red_mushroom.json deleted file mode 100644 index e01fae4..0000000 --- a/recipes/rabbit_stew_from_red_mushroom.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:rabbit_stew_from_red_mushroom" - }, - - - "tags": [ "crafting_table" ], - "group": "rabbit_stew", - "ingredients": [ - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:baked_potato" - }, - { - "item": "minecraft:carrot" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:cooked_rabbit" - } - ], - "result": { - "item": "minecraft:rabbit_stew" - } - } -} diff --git a/recipes/rail.json b/recipes/rail.json deleted file mode 100644 index 7e41453..0000000 --- a/recipes/rail.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:rail" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X X", - "X#X", - "X X" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:rail", - "count": 16 - } - } -} diff --git a/recipes/raw_copper.json b/recipes/raw_copper.json deleted file mode 100644 index bbbb27e..0000000 --- a/recipes/raw_copper.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:raw_copper" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:raw_copper_block" - } - }, - "result": { - "item": "minecraft:raw_copper", - "count": 9 - } - } -} diff --git a/recipes/raw_copper_block.json b/recipes/raw_copper_block.json deleted file mode 100644 index 6c6ce33..0000000 --- a/recipes/raw_copper_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:raw_copper_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:raw_copper" - } - }, - "result": { - "item": "minecraft:raw_copper_block" - } - } -} diff --git a/recipes/raw_gold.json b/recipes/raw_gold.json deleted file mode 100644 index e84afd9..0000000 --- a/recipes/raw_gold.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:raw_gold" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:raw_gold_block" - } - }, - "result": { - "item": "minecraft:raw_gold", - "count": 9 - } - } -} diff --git a/recipes/raw_gold_block.json b/recipes/raw_gold_block.json deleted file mode 100644 index 0718f2f..0000000 --- a/recipes/raw_gold_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:raw_gold_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:raw_gold" - } - }, - "result": { - "item": "minecraft:raw_gold_block" - } - } -} diff --git a/recipes/raw_iron.json b/recipes/raw_iron.json deleted file mode 100644 index ed179ac..0000000 --- a/recipes/raw_iron.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:raw_iron" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:raw_iron_block" - } - }, - "result": { - "item": "minecraft:raw_iron", - "count": 9 - } - } -} diff --git a/recipes/raw_iron_block.json b/recipes/raw_iron_block.json deleted file mode 100644 index f7022f7..0000000 --- a/recipes/raw_iron_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:raw_iron_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:raw_iron" - } - }, - "result": { - "item": "minecraft:raw_iron_block" - } - } -} diff --git a/recipes/red_banner.json b/recipes/red_banner.json deleted file mode 100644 index 8650261..0000000 --- a/recipes/red_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 14 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 1 - } - } -} diff --git a/recipes/red_candle.json b/recipes/red_candle.json deleted file mode 100644 index b034cc5..0000000 --- a/recipes/red_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:red_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 1 - } - ], - "result": { - "item": "minecraft:red_candle" - } - } -} \ No newline at end of file diff --git a/recipes/red_carpet.json b/recipes/red_carpet.json deleted file mode 100644 index db72cdc..0000000 --- a/recipes/red_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 14 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 14, - "count": 3 - } - } -} diff --git a/recipes/red_carpet_from_white.json b/recipes/red_carpet_from_white.json deleted file mode 100644 index 2bc47c7..0000000 --- a/recipes/red_carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 1 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 14, - "count": 8 - } - } -} diff --git a/recipes/red_concrete_powder.json b/recipes/red_concrete_powder.json deleted file mode 100644 index 24c6b23..0000000 --- a/recipes/red_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:red_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 1 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 14, - "count": 8 - } - } -} diff --git a/recipes/red_dye_from_beetroot.json b/recipes/red_dye_from_beetroot.json deleted file mode 100644 index a603123..0000000 --- a/recipes/red_dye_from_beetroot.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:red_dye_from_beetroot" - }, - - - "tags": [ "crafting_table" ], - "group": "red_dye", - "ingredients": [ - { - "item": "minecraft:beetroot" - } - ], - "result": { - "item": "minecraft:dye", - "data": 1 - } - } -} diff --git a/recipes/red_dye_from_poppy.json b/recipes/red_dye_from_poppy.json deleted file mode 100644 index 2350edb..0000000 --- a/recipes/red_dye_from_poppy.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:red_dye_from_poppy" - }, - - - "tags": [ "crafting_table" ], - "group": "red_dye", - "ingredients": [ - { - "item": "minecraft:red_flower", - "data": 0 - } - ], - "result": { - "item": "minecraft:dye", - "data": 1 - } - } -} diff --git a/recipes/red_dye_from_rose_bush.json b/recipes/red_dye_from_rose_bush.json deleted file mode 100644 index 372cdfd..0000000 --- a/recipes/red_dye_from_rose_bush.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:red_dye_from_rose_bush" - }, - - - "tags": [ "crafting_table" ], - "group": "red_dye", - "ingredients": [ - { - "item": "minecraft:double_plant", - "data": 4 - } - ], - "result": { - "item": "minecraft:dye", - "data": 1, - "count": 2 - } - } -} diff --git a/recipes/red_dye_from_tulip.json b/recipes/red_dye_from_tulip.json deleted file mode 100644 index 70afae7..0000000 --- a/recipes/red_dye_from_tulip.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:red_dye_from_tulip" - }, - - - "tags": [ "crafting_table" ], - "group": "red_dye", - "ingredients": [ - { - "item": "minecraft:red_flower", - "data": 4 - } - ], - "result": { - "item": "minecraft:dye", - "data": 1 - } - } -} diff --git a/recipes/red_nether_brick.json b/recipes/red_nether_brick.json deleted file mode 100644 index 08cdcb6..0000000 --- a/recipes/red_nether_brick.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_nether_brick" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "NW", - "WN" - ], - "key": { - "W": { - "item": "minecraft:nether_wart" - }, - "N": { - "item": "minecraft:netherbrick" - } - }, - "result": { - "item": "minecraft:red_nether_brick" - } - } -} diff --git a/recipes/red_nether_brick_stairs.json b/recipes/red_nether_brick_stairs.json deleted file mode 100644 index b66f0bf..0000000 --- a/recipes/red_nether_brick_stairs.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_nether_brick_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:red_nether_brick" - } - }, - "result": { - "item": "minecraft:red_nether_brick_stairs", - "count": 4 - } - } -} diff --git a/recipes/red_nether_brick_wall.json b/recipes/red_nether_brick_wall.json deleted file mode 100644 index f28501e..0000000 --- a/recipes/red_nether_brick_wall.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_nether_brick_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:red_nether_brick" - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 13, - "count": 6 - } - } -} diff --git a/recipes/red_sandstone.json b/recipes/red_sandstone.json deleted file mode 100644 index 54d94da..0000000 --- a/recipes/red_sandstone.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_sandstone" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:sand", - "data": 1 - } - }, - "result": { - "item": "minecraft:red_sandstone", - "data": 0 - } - } -} diff --git a/recipes/red_sandstone_stairs.json b/recipes/red_sandstone_stairs.json deleted file mode 100644 index 74541d9..0000000 --- a/recipes/red_sandstone_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_sandstone_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:red_sandstone", - "data": 0 - } - }, - "result": { - "item": "minecraft:red_sandstone_stairs", - "count": 4 - } - } -} diff --git a/recipes/red_sandstone_wall.json b/recipes/red_sandstone_wall.json deleted file mode 100644 index 0ec1cd2..0000000 --- a/recipes/red_sandstone_wall.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_sandstone_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:red_sandstone", - "data": 0 - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 12, - "count": 6 - } - } -} diff --git a/recipes/red_stained_glass.json b/recipes/red_stained_glass.json deleted file mode 100644 index 601f4a5..0000000 --- a/recipes/red_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 1 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 14, - "count": 8 - } - } -} diff --git a/recipes/red_stained_glass_pane.json b/recipes/red_stained_glass_pane.json deleted file mode 100644 index 557828b..0000000 --- a/recipes/red_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 14 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 14, - "count": 16 - } - } -} diff --git a/recipes/red_stained_glass_pane_from_pane.json b/recipes/red_stained_glass_pane_from_pane.json deleted file mode 100644 index 43866f9..0000000 --- a/recipes/red_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 1 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 14, - "count": 8 - } - } -} diff --git a/recipes/red_stained_hardened_clay.json b/recipes/red_stained_hardened_clay.json deleted file mode 100644 index acd88f2..0000000 --- a/recipes/red_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:red_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 1 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 14, - "count": 8 - } - } -} diff --git a/recipes/redstone.json b/recipes/redstone.json deleted file mode 100644 index e1f2d28..0000000 --- a/recipes/redstone.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:redstone" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:redstone_block" - } - }, - "result": { - "item": "minecraft:redstone", - "count": 9 - } - } -} diff --git a/recipes/redstone_block.json b/recipes/redstone_block.json deleted file mode 100644 index 6e14368..0000000 --- a/recipes/redstone_block.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:redstone_block" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:redstone" - } - }, - "result": { - "item": "minecraft:redstone_block" - } - } -} diff --git a/recipes/redstone_lamp.json b/recipes/redstone_lamp.json deleted file mode 100644 index dc6b4d9..0000000 --- a/recipes/redstone_lamp.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:redstone_lamp" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " R ", - "RGR", - " R " - ], - "key": { - "R": { - "item": "minecraft:redstone" - }, - "G": { - "item": "minecraft:glowstone" - } - }, - "result": { - "item": "minecraft:redstone_lamp" - } - } -} diff --git a/recipes/redstone_torch.json b/recipes/redstone_torch.json deleted file mode 100644 index 3a90e78..0000000 --- a/recipes/redstone_torch.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:redstone_torch" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:redstone" - } - }, - "result": { - "item": "minecraft:redstone_torch" - } - } -} diff --git a/recipes/repeater.json b/recipes/repeater.json deleted file mode 100644 index 4a360d8..0000000 --- a/recipes/repeater.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:repeater" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#X#", - "III" - ], - "key": { - "#": { - "item": "minecraft:redstone_torch" - }, - "X": { - "item": "minecraft:redstone" - }, - "I": { - "item": "minecraft:stone", - "data": 0 - } - }, - "result": { - "item": "minecraft:repeater" - } - } -} diff --git a/recipes/respawn_anchor.json b/recipes/respawn_anchor.json deleted file mode 100644 index 0a55465..0000000 --- a/recipes/respawn_anchor.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:respawn_anchor" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "OOO", - "GGG", - "OOO" - ], - "key": { - "O": { - "item": "minecraft:crying_obsidian" - }, - "G": { - "item": "minecraft:glowstone" - } - }, - "result": { - "item": "minecraft:respawn_anchor", - "count": 1 - } - } -} diff --git a/recipes/sandstone.json b/recipes/sandstone.json deleted file mode 100644 index 007bb42..0000000 --- a/recipes/sandstone.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:sandstone" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:sand", - "data": 0 - } - }, - "result": { - "item": "minecraft:sandstone", - "data": 0 - } - } -} diff --git a/recipes/sandstone_stairs.json b/recipes/sandstone_stairs.json deleted file mode 100644 index 446358a..0000000 --- a/recipes/sandstone_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:sandstone_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:sandstone", - "data": 0 - } - }, - "result": { - "item": "minecraft:sandstone_stairs", - "count": 4 - } - } -} diff --git a/recipes/sandstone_wall.json b/recipes/sandstone_wall.json deleted file mode 100644 index e0ef3be..0000000 --- a/recipes/sandstone_wall.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:sandstone_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:sandstone", - "data": 0 - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 5, - "count": 6 - } - } -} diff --git a/recipes/scaffolding.json b/recipes/scaffolding.json deleted file mode 100644 index 935f8b8..0000000 --- a/recipes/scaffolding.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:scaffolding" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "|S|", - "| |", - "| |" - ], - "key": { - "|": { - "item": "minecraft:bamboo" - }, - "S": { - "item": "minecraft:string" - } - }, - "result": { - "item": "minecraft:scaffolding", - "count": 6 - } - } -} diff --git a/recipes/sealantern.json b/recipes/sealantern.json deleted file mode 100644 index c37f859..0000000 --- a/recipes/sealantern.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:sealantern" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "SCS", - "CCC", - "SCS" - ], - "key": { - "S": { - "item": "minecraft:prismarine_shard" - }, - "C": { - "item": "minecraft:prismarine_crystals" - } - }, - "result": { - "item": "minecraft:sealantern" - } - } -} diff --git a/recipes/shears.json b/recipes/shears.json deleted file mode 100644 index 3c681ef..0000000 --- a/recipes/shears.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:shears" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " #", - "# " - ], - "key": { - "#": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:shears" - } - } -} diff --git a/recipes/shield.json b/recipes/shield.json deleted file mode 100644 index 36a97cc..0000000 --- a/recipes/shield.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:shield" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#I#", - "###", - " # " - ], - "key": { - "#": { - "item": "minecraft:planks" - }, - "I": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:shield" - } - } -} diff --git a/recipes/shield_from_crimson_planks.json b/recipes/shield_from_crimson_planks.json deleted file mode 100644 index 2a54ac1..0000000 --- a/recipes/shield_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:shield_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "ABA", - "AAA", - " A " - ], - "key": { - "A": { - "item": "crimson_planks" - }, - "B": { - "item": "iron_ingot" - } - }, - "result": { - "item": "shield", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/shield_from_warped_planks.json b/recipes/shield_from_warped_planks.json deleted file mode 100644 index 510e1e7..0000000 --- a/recipes/shield_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:shield_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "ABA", - "AAA", - " A " - ], - "key": { - "A": { - "item": "warped_planks" - }, - "B": { - "item": "iron_ingot" - } - }, - "result": { - "item": "shield", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/shulker_box.json b/recipes/shulker_box.json deleted file mode 100644 index 7f346df..0000000 --- a/recipes/shulker_box.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:shulker_box" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "-", - "#", - "-" - ], - "key": { - "#": { - "item": "minecraft:chest" - }, - "-": { - "item": "minecraft:shulker_shell" - } - }, - "result": { - "item": "minecraft:undyed_shulker_box" - } - } -} diff --git a/recipes/sign_acacia.json b/recipes/sign_acacia.json deleted file mode 100644 index 5490bfa..0000000 --- a/recipes/sign_acacia.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:sign_acacia" - }, - - - "tags": [ "crafting_table" ], - "group": "sign", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 4 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:acacia_sign", - "count": 3 - } - } -} diff --git a/recipes/sign_birch.json b/recipes/sign_birch.json deleted file mode 100644 index e7fdb09..0000000 --- a/recipes/sign_birch.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:sign_birch" - }, - - - "tags": [ "crafting_table" ], - "group": "sign", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 2 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:birch_sign", - "count": 3 - } - } -} diff --git a/recipes/sign_darkoak.json b/recipes/sign_darkoak.json deleted file mode 100644 index 181767e..0000000 --- a/recipes/sign_darkoak.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:sign_darkoak" - }, - - - "tags": [ "crafting_table" ], - "group": "sign", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 5 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:darkoak_sign", - "count": 3 - } - } -} diff --git a/recipes/sign_jungle.json b/recipes/sign_jungle.json deleted file mode 100644 index a7f8808..0000000 --- a/recipes/sign_jungle.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:sign_jungle" - }, - - - "tags": [ "crafting_table" ], - "group": "sign", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 3 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:jungle_sign", - "count": 3 - } - } -} diff --git a/recipes/sign_oak.json b/recipes/sign_oak.json deleted file mode 100644 index e1535f0..0000000 --- a/recipes/sign_oak.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:sign_oak" - }, - - - "tags": [ "crafting_table" ], - "group": "sign", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 0 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:sign", - "count": 3 - } - } -} diff --git a/recipes/sign_spruce.json b/recipes/sign_spruce.json deleted file mode 100644 index f596627..0000000 --- a/recipes/sign_spruce.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:sign_spruce" - }, - - - "tags": [ "crafting_table" ], - "group": "sign", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 1 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:spruce_sign", - "count": 3 - } - } -} diff --git a/recipes/slime.json b/recipes/slime.json deleted file mode 100644 index 8de0d32..0000000 --- a/recipes/slime.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:slime" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:slime_ball" - } - }, - "result": { - "item": "minecraft:slime" - } - } -} diff --git a/recipes/slime_ball.json b/recipes/slime_ball.json deleted file mode 100644 index 2076d57..0000000 --- a/recipes/slime_ball.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:slime_ball" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:slime" - } - }, - "result": { - "item": "minecraft:slime_ball", - "count": 9 - } - } -} diff --git a/recipes/smithing_table.json b/recipes/smithing_table.json deleted file mode 100644 index c1a62d9..0000000 --- a/recipes/smithing_table.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smithing_table" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "||", - "##", - "##" - ], - "key": { - "|": { - "item": "minecraft:iron_ingot" - }, - "#": { - "item": "minecraft:planks" - } - }, - "result": [ - { "item": "minecraft:smithing_table" } - ] - } -} diff --git a/recipes/smithing_table_from_crimson_planks.json b/recipes/smithing_table_from_crimson_planks.json deleted file mode 100644 index 7caee3b..0000000 --- a/recipes/smithing_table_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smithing_table_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "BB", - "BB" - ], - "key": { - "A": { - "item": "iron_ingot" - }, - "B": { - "item": "crimson_planks" - } - }, - "result": { - "item": "smithing_table", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/smithing_table_from_warped_planks.json b/recipes/smithing_table_from_warped_planks.json deleted file mode 100644 index deea836..0000000 --- a/recipes/smithing_table_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smithing_table_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "BB", - "BB" - ], - "key": { - "A": { - "item": "iron_ingot" - }, - "B": { - "item": "warped_planks" - } - }, - "result": { - "item": "smithing_table", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/smoker.json b/recipes/smoker.json deleted file mode 100644 index 7795463..0000000 --- a/recipes/smoker.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smoker" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " # ", - "#F#", - " # " - ], - "key": { - "F": { - "item": "minecraft:furnace" - }, - "#": { - "item": "minecraft:log" - } - }, - "result": { - "item": "minecraft:smoker" - } - } -} diff --git a/recipes/smoker_from_crimson_stem.json b/recipes/smoker_from_crimson_stem.json deleted file mode 100644 index d7d2619..0000000 --- a/recipes/smoker_from_crimson_stem.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smoker_from_crimson_stem" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - " A " - ], - "key": { - "A": { - "item": "crimson_stem" - }, - "B": { - "item": "furnace" - } - }, - "result": { - "item": "smoker", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/smoker_from_log2.json b/recipes/smoker_from_log2.json deleted file mode 100644 index 15937bc..0000000 --- a/recipes/smoker_from_log2.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smoker_from_log2" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " # ", - "#F#", - " # " - ], - "key": { - "F": { - "item": "minecraft:furnace" - }, - "#": { - "item": "minecraft:log2" - } - }, - "result": { - "item": "minecraft:smoker" - } - } -} diff --git a/recipes/smoker_from_stripped_acacia.json b/recipes/smoker_from_stripped_acacia.json deleted file mode 100644 index 3fce205..0000000 --- a/recipes/smoker_from_stripped_acacia.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smoker_from_stripped_acacia" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " # ", - "#F#", - " # " - ], - "key": { - "F": { - "item": "minecraft:furnace" - }, - "#": { - "item": "minecraft:stripped_acacia_log" - } - }, - "result": { - "item": "minecraft:smoker" - } - } -} diff --git a/recipes/smoker_from_stripped_birch.json b/recipes/smoker_from_stripped_birch.json deleted file mode 100644 index 3148f8e..0000000 --- a/recipes/smoker_from_stripped_birch.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smoker_from_stripped_birch" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " # ", - "#F#", - " # " - ], - "key": { - "F": { - "item": "minecraft:furnace" - }, - "#": { - "item": "minecraft:stripped_birch_log" - } - }, - "result": { - "item": "minecraft:smoker" - } - } -} diff --git a/recipes/smoker_from_stripped_crimson_stem.json b/recipes/smoker_from_stripped_crimson_stem.json deleted file mode 100644 index 8903a6c..0000000 --- a/recipes/smoker_from_stripped_crimson_stem.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smoker_from_stripped_crimson_stem" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - " A " - ], - "key": { - "A": { - "item": "stripped_crimson_stem" - }, - "B": { - "item": "furnace" - } - }, - "result": { - "item": "smoker", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/smoker_from_stripped_dark_oak.json b/recipes/smoker_from_stripped_dark_oak.json deleted file mode 100644 index 54dd790..0000000 --- a/recipes/smoker_from_stripped_dark_oak.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smoker_from_stripped_dark_oak" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " # ", - "#F#", - " # " - ], - "key": { - "F": { - "item": "minecraft:furnace" - }, - "#": { - "item": "minecraft:stripped_dark_oak_log" - } - }, - "result": { - "item": "minecraft:smoker" - } - } -} diff --git a/recipes/smoker_from_stripped_jungle.json b/recipes/smoker_from_stripped_jungle.json deleted file mode 100644 index 23e74ed..0000000 --- a/recipes/smoker_from_stripped_jungle.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smoker_from_stripped_jungle" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " # ", - "#F#", - " # " - ], - "key": { - "F": { - "item": "minecraft:furnace" - }, - "#": { - "item": "minecraft:stripped_jungle_log" - } - }, - "result": { - "item": "minecraft:smoker" - } - } -} diff --git a/recipes/smoker_from_stripped_oak.json b/recipes/smoker_from_stripped_oak.json deleted file mode 100644 index 85c9131..0000000 --- a/recipes/smoker_from_stripped_oak.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smoker_from_stripped_oak" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " # ", - "#F#", - " # " - ], - "key": { - "F": { - "item": "minecraft:furnace" - }, - "#": { - "item": "minecraft:stripped_oak_log" - } - }, - "result": { - "item": "minecraft:smoker" - } - } -} diff --git a/recipes/smoker_from_stripped_spruce.json b/recipes/smoker_from_stripped_spruce.json deleted file mode 100644 index 0298384..0000000 --- a/recipes/smoker_from_stripped_spruce.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smoker_from_stripped_spruce" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " # ", - "#F#", - " # " - ], - "key": { - "F": { - "item": "minecraft:furnace" - }, - "#": { - "item": "minecraft:stripped_spruce_log" - } - }, - "result": { - "item": "minecraft:smoker" - } - } -} diff --git a/recipes/smoker_from_stripped_warped_stem.json b/recipes/smoker_from_stripped_warped_stem.json deleted file mode 100644 index 8ae944a..0000000 --- a/recipes/smoker_from_stripped_warped_stem.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smoker_from_stripped_warped_stem" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - " A " - ], - "key": { - "A": { - "item": "stripped_warped_stem" - }, - "B": { - "item": "furnace" - } - }, - "result": { - "item": "smoker", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/smoker_from_warped_stem.json b/recipes/smoker_from_warped_stem.json deleted file mode 100644 index f5d606a..0000000 --- a/recipes/smoker_from_warped_stem.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smoker_from_warped_stem" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - " A " - ], - "key": { - "A": { - "item": "warped_stem" - }, - "B": { - "item": "furnace" - } - }, - "result": { - "item": "smoker", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/smooth_quartz_stairs.json b/recipes/smooth_quartz_stairs.json deleted file mode 100644 index 8c7c9fa..0000000 --- a/recipes/smooth_quartz_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smooth_quartz_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:quartz_block", - "data": 3 - } - }, - "result": { - "item": "minecraft:smooth_quartz_stairs", - "count": 4 - } - } -} diff --git a/recipes/smooth_red_sandstone.json b/recipes/smooth_red_sandstone.json deleted file mode 100644 index 5787829..0000000 --- a/recipes/smooth_red_sandstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smooth_red_sandstone" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:red_sandstone", - "data": 0 - } - }, - "result": { - "item": "minecraft:red_sandstone", - "data": 2, - "count": 4 - } - } -} diff --git a/recipes/smooth_red_sandstone_stairs.json b/recipes/smooth_red_sandstone_stairs.json deleted file mode 100644 index ffed335..0000000 --- a/recipes/smooth_red_sandstone_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smooth_red_sandstone_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:red_sandstone", - "data": 3 - } - }, - "result": { - "item": "minecraft:smooth_red_sandstone_stairs", - "count": 4 - } - } -} diff --git a/recipes/smooth_sandstone.json b/recipes/smooth_sandstone.json deleted file mode 100644 index c465efa..0000000 --- a/recipes/smooth_sandstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smooth_sandstone" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:sandstone", - "data": 0 - } - }, - "result": { - "item": "minecraft:sandstone", - "data": 2, - "count": 4 - } - } -} diff --git a/recipes/smooth_sandstone_stairs.json b/recipes/smooth_sandstone_stairs.json deleted file mode 100644 index b7bb375..0000000 --- a/recipes/smooth_sandstone_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:smooth_sandstone_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:sandstone", - "data": 3 - } - }, - "result": { - "item": "minecraft:smooth_sandstone_stairs", - "count": 4 - } - } -} diff --git a/recipes/snow.json b/recipes/snow.json deleted file mode 100644 index f9f6369..0000000 --- a/recipes/snow.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:snow" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:snowball" - } - }, - "result": { - "item": "minecraft:snow" - } - } -} diff --git a/recipes/snow_layer.json b/recipes/snow_layer.json deleted file mode 100644 index fe7e692..0000000 --- a/recipes/snow_layer.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:snow_layer" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:snow" - } - }, - "result": { - "item": "minecraft:snow_layer", - "count": 6 - } - } -} diff --git a/recipes/soul_campfire_from_crimson_stem.json b/recipes/soul_campfire_from_crimson_stem.json deleted file mode 100644 index 46dd43d..0000000 --- a/recipes/soul_campfire_from_crimson_stem.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_crimson_stem" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "crimson_stem" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_crimson_stem2.json b/recipes/soul_campfire_from_crimson_stem2.json deleted file mode 100644 index 3429d21..0000000 --- a/recipes/soul_campfire_from_crimson_stem2.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_crimson_stem2" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "crimson_stem" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_sand.json b/recipes/soul_campfire_from_soul_sand.json deleted file mode 100644 index b2b0fb6..0000000 --- a/recipes/soul_campfire_from_soul_sand.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_sand" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_sand_and_log2.json b/recipes/soul_campfire_from_soul_sand_and_log2.json deleted file mode 100644 index 32e671a..0000000 --- a/recipes/soul_campfire_from_soul_sand_and_log2.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_sand_and_log2" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "log2" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_sand_and_stripped_acacia_log.json b/recipes/soul_campfire_from_soul_sand_and_stripped_acacia_log.json deleted file mode 100644 index 2732c6f..0000000 --- a/recipes/soul_campfire_from_soul_sand_and_stripped_acacia_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_sand_and_stripped_acacia_log" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "stripped_acacia_log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_sand_and_stripped_birch_log.json b/recipes/soul_campfire_from_soul_sand_and_stripped_birch_log.json deleted file mode 100644 index 06a235f..0000000 --- a/recipes/soul_campfire_from_soul_sand_and_stripped_birch_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_sand_and_stripped_birch_log" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "stripped_birch_log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_sand_and_stripped_dark_oak_log.json b/recipes/soul_campfire_from_soul_sand_and_stripped_dark_oak_log.json deleted file mode 100644 index f38c335..0000000 --- a/recipes/soul_campfire_from_soul_sand_and_stripped_dark_oak_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_sand_and_stripped_dark_oak_log" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "stripped_dark_oak_log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_sand_and_stripped_jungle_log.json b/recipes/soul_campfire_from_soul_sand_and_stripped_jungle_log.json deleted file mode 100644 index dac2ec6..0000000 --- a/recipes/soul_campfire_from_soul_sand_and_stripped_jungle_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_sand_and_stripped_jungle_log" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "stripped_jungle_log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_sand_and_stripped_oak_log.json b/recipes/soul_campfire_from_soul_sand_and_stripped_oak_log.json deleted file mode 100644 index 3ac61fe..0000000 --- a/recipes/soul_campfire_from_soul_sand_and_stripped_oak_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_sand_and_stripped_oak_log" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "stripped_oak_log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_sand_and_stripped_spruce_log.json b/recipes/soul_campfire_from_soul_sand_and_stripped_spruce_log.json deleted file mode 100644 index 36ed2af..0000000 --- a/recipes/soul_campfire_from_soul_sand_and_stripped_spruce_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_sand_and_stripped_spruce_log" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "stripped_spruce_log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_sand_and_wood.json b/recipes/soul_campfire_from_soul_sand_and_wood.json deleted file mode 100644 index fbd5e6a..0000000 --- a/recipes/soul_campfire_from_soul_sand_and_wood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_sand_and_wood" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "wood" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_soil.json b/recipes/soul_campfire_from_soul_soil.json deleted file mode 100644 index 9bf7026..0000000 --- a/recipes/soul_campfire_from_soul_soil.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_soil" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_soil_and_log2.json b/recipes/soul_campfire_from_soul_soil_and_log2.json deleted file mode 100644 index 0a0d493..0000000 --- a/recipes/soul_campfire_from_soul_soil_and_log2.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_soil_and_log2" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "log2" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_soil_and_stripped_acacia_log.json b/recipes/soul_campfire_from_soul_soil_and_stripped_acacia_log.json deleted file mode 100644 index fe5cc93..0000000 --- a/recipes/soul_campfire_from_soul_soil_and_stripped_acacia_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_soil_and_stripped_acacia_log" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "stripped_acacia_log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_soil_and_stripped_birch_log.json b/recipes/soul_campfire_from_soul_soil_and_stripped_birch_log.json deleted file mode 100644 index ab3be01..0000000 --- a/recipes/soul_campfire_from_soul_soil_and_stripped_birch_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_soil_and_stripped_birch_log" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "stripped_birch_log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_soil_and_stripped_dark_oak_log.json b/recipes/soul_campfire_from_soul_soil_and_stripped_dark_oak_log.json deleted file mode 100644 index 47970af..0000000 --- a/recipes/soul_campfire_from_soul_soil_and_stripped_dark_oak_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_soil_and_stripped_dark_oak_log" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "stripped_dark_oak_log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_soil_and_stripped_jungle_log.json b/recipes/soul_campfire_from_soul_soil_and_stripped_jungle_log.json deleted file mode 100644 index 9fec8b4..0000000 --- a/recipes/soul_campfire_from_soul_soil_and_stripped_jungle_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_soil_and_stripped_jungle_log" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "stripped_jungle_log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_soil_and_stripped_oak_log.json b/recipes/soul_campfire_from_soul_soil_and_stripped_oak_log.json deleted file mode 100644 index 28465b9..0000000 --- a/recipes/soul_campfire_from_soul_soil_and_stripped_oak_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_soil_and_stripped_oak_log" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "stripped_oak_log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_soil_and_stripped_spruce_log.json b/recipes/soul_campfire_from_soul_soil_and_stripped_spruce_log.json deleted file mode 100644 index 64b0efa..0000000 --- a/recipes/soul_campfire_from_soul_soil_and_stripped_spruce_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_soil_and_stripped_spruce_log" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "stripped_spruce_log" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_soul_soil_and_wood.json b/recipes/soul_campfire_from_soul_soil_and_wood.json deleted file mode 100644 index d2793c5..0000000 --- a/recipes/soul_campfire_from_soul_soil_and_wood.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_soul_soil_and_wood" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "wood" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_stripped_crimson_stem.json b/recipes/soul_campfire_from_stripped_crimson_stem.json deleted file mode 100644 index 48eb653..0000000 --- a/recipes/soul_campfire_from_stripped_crimson_stem.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_stripped_crimson_stem" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "stripped_crimson_stem" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_stripped_crimson_stem2.json b/recipes/soul_campfire_from_stripped_crimson_stem2.json deleted file mode 100644 index 1d7b79e..0000000 --- a/recipes/soul_campfire_from_stripped_crimson_stem2.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_stripped_crimson_stem2" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "stripped_crimson_stem" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_stripped_warped_stem.json b/recipes/soul_campfire_from_stripped_warped_stem.json deleted file mode 100644 index 39e3360..0000000 --- a/recipes/soul_campfire_from_stripped_warped_stem.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_stripped_warped_stem" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "stripped_warped_stem" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_stripped_warped_stem2.json b/recipes/soul_campfire_from_stripped_warped_stem2.json deleted file mode 100644 index e2880c1..0000000 --- a/recipes/soul_campfire_from_stripped_warped_stem2.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_stripped_warped_stem2" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "stripped_warped_stem" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_warped_stem.json b/recipes/soul_campfire_from_warped_stem.json deleted file mode 100644 index 13af922..0000000 --- a/recipes/soul_campfire_from_warped_stem.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_warped_stem" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_soil" - }, - "C": { - "item": "warped_stem" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_campfire_from_warped_stem2.json b/recipes/soul_campfire_from_warped_stem2.json deleted file mode 100644 index 0ef3434..0000000 --- a/recipes/soul_campfire_from_warped_stem2.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_campfire_from_warped_stem2" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - "CCC" - ], - "key": { - "A": { - "item": "stick" - }, - "B": { - "item": "soul_sand" - }, - "C": { - "item": "warped_stem" - } - }, - "result": { - "item": "soul_campfire", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/soul_lantern.json b/recipes/soul_lantern.json deleted file mode 100644 index f3adea9..0000000 --- a/recipes/soul_lantern.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_lantern" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "...", - ".|.", - "..." - ], - "key": { - "|": { - "item": "minecraft:soul_torch" - }, - ".": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "minecraft:soul_lantern" - } - } -} diff --git a/recipes/soul_torch_from_soul_sand.json b/recipes/soul_torch_from_soul_sand.json deleted file mode 100644 index 4fcade5..0000000 --- a/recipes/soul_torch_from_soul_sand.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_torch_from_soul_sand" - }, - "tags": [ "crafting_table" ], - "pattern": [ - ".", - "|", - "#" - ], - "key": { - ".": { - "item": "minecraft:coal" - }, - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:soul_sand" - } - }, - "result": { - "item": "minecraft:soul_torch", - "count": 4 - } - } -} diff --git a/recipes/soul_torch_from_soul_soil.json b/recipes/soul_torch_from_soul_soil.json deleted file mode 100644 index f2f79b8..0000000 --- a/recipes/soul_torch_from_soul_soil.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:soul_torch_from_soul_soil" - }, - "tags": [ "crafting_table" ], - "pattern": [ - ".", - "|", - "#" - ], - "key": { - ".": { - "item": "minecraft:coal" - }, - "|": { - "item": "minecraft:stick" - }, - "#": { - "item": "minecraft:soul_soil" - } - }, - "result": { - "item": "minecraft:soul_torch", - "count": 4 - } - } -} diff --git a/recipes/speckled_melon.json b/recipes/speckled_melon.json deleted file mode 100644 index 16c0853..0000000 --- a/recipes/speckled_melon.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:speckled_melon" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:gold_nugget" - }, - "X": { - "item": "minecraft:melon" - } - }, - "result": { - "item": "minecraft:speckled_melon" - } - } -} diff --git a/recipes/spruce_boat.json b/recipes/spruce_boat.json deleted file mode 100644 index 578e00c..0000000 --- a/recipes/spruce_boat.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spruce_boat" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#P#", - "###" - ], - "key": { - "P": { - "item": "minecraft:wooden_shovel" - }, - "#": { - "item": "minecraft:planks", - "data": 1 - } - }, - "result": { - "item": "minecraft:boat", - "data": 1 - } - } -} diff --git a/recipes/spruce_door.json b/recipes/spruce_door.json deleted file mode 100644 index 1e8fc9a..0000000 --- a/recipes/spruce_door.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spruce_door" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_door", - "pattern": [ - "##", - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 1 - } - }, - "result": { - "item": "minecraft:spruce_door", - "count": 3 - } - } -} diff --git a/recipes/spruce_fence.json b/recipes/spruce_fence.json deleted file mode 100644 index f8e37ee..0000000 --- a/recipes/spruce_fence.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spruce_fence" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "W#W", - "W#W" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:planks", - "data": 1 - } - }, - "result": { - "item": "minecraft:fence", - "data": 1, - "count": 3 - } - } -} diff --git a/recipes/spruce_fence_gate.json b/recipes/spruce_fence_gate.json deleted file mode 100644 index f5f071f..0000000 --- a/recipes/spruce_fence_gate.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spruce_fence_gate" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_fence_gate", - "pattern": [ - "#W#", - "#W#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:planks", - "data": 1 - } - }, - "result": { - "item": "minecraft:spruce_fence_gate" - } - } -} diff --git a/recipes/spruce_planks.json b/recipes/spruce_planks.json deleted file mode 100644 index 1b35009..0000000 --- a/recipes/spruce_planks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spruce_planks" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:log", - "data": 1 - } - }, - "result": { - "item": "minecraft:planks", - "data": 1, - "count": 4 - } - } -} diff --git a/recipes/spruce_planks_from_stripped.json b/recipes/spruce_planks_from_stripped.json deleted file mode 100644 index 85b51d2..0000000 --- a/recipes/spruce_planks_from_stripped.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spruce_planks_from_stripped" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:stripped_spruce_log" - } - }, - "result": { - "item": "minecraft:planks", - "data": 1, - "count": 4 - } - } -} diff --git a/recipes/spruce_planks_from_stripped_wood.json b/recipes/spruce_planks_from_stripped_wood.json deleted file mode 100644 index e9047a3..0000000 --- a/recipes/spruce_planks_from_stripped_wood.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spruce_planks_from_stripped_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:wood", - "data": 9 - } - }, - "result": { - "item": "minecraft:planks", - "data": 1, - "count": 4 - } - } -} diff --git a/recipes/spruce_planks_from_wood.json b/recipes/spruce_planks_from_wood.json deleted file mode 100644 index ac3d186..0000000 --- a/recipes/spruce_planks_from_wood.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spruce_planks_from_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:wood", - "data": 1 - } - }, - "result": { - "item": "minecraft:planks", - "data": 1, - "count": 4 - } - } -} diff --git a/recipes/spruce_stairs.json b/recipes/spruce_stairs.json deleted file mode 100644 index 8146f00..0000000 --- a/recipes/spruce_stairs.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spruce_stairs" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_stairs", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 1 - } - }, - "result": { - "item": "minecraft:spruce_stairs", - "count": 4 - } - } -} diff --git a/recipes/spruce_wood.json b/recipes/spruce_wood.json deleted file mode 100644 index fb6ba54..0000000 --- a/recipes/spruce_wood.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spruce_wood" - }, - - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:log", - "data": 1 - } - }, - "result": { - "item": "minecraft:wood", - "data": 1, - "count": 3 - } - } -} diff --git a/recipes/spruce_wood_stripped.json b/recipes/spruce_wood_stripped.json deleted file mode 100644 index cfc13bb..0000000 --- a/recipes/spruce_wood_stripped.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spruce_wood_stripped" - }, - - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:stripped_spruce_log" - } - }, - "result": { - "item": "minecraft:wood", - "data": 9, - "count": 3 - } - } -} diff --git a/recipes/spruce_wooden_slab.json b/recipes/spruce_wooden_slab.json deleted file mode 100644 index e0113a0..0000000 --- a/recipes/spruce_wooden_slab.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spruce_wooden_slab" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_slab", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 1 - } - }, - "result": { - "item": "minecraft:wooden_slab", - "data": 1, - "count": 6 - } - } -} diff --git a/recipes/spyglass.json b/recipes/spyglass.json deleted file mode 100644 index f6f0837..0000000 --- a/recipes/spyglass.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:spyglass" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "#", - "X", - "X" - ], - "key": { - "#": { - "item": "minecraft:amethyst_shard" - }, - "X": { - "item": "minecraft:copper_ingot" - } - }, - "result": { - "item": "minecraft:spyglass", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/stick_from_crimson_planks.json b/recipes/stick_from_crimson_planks.json deleted file mode 100644 index 1d38f3f..0000000 --- a/recipes/stick_from_crimson_planks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stick_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "A" - ], - "key": { - "A": { - "item": "crimson_planks" - } - }, - "result": { - "item": "stick", - "count": 4 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/stick_from_warped_planks.json b/recipes/stick_from_warped_planks.json deleted file mode 100644 index d2015d9..0000000 --- a/recipes/stick_from_warped_planks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stick_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "A" - ], - "key": { - "A": { - "item": "warped_planks" - } - }, - "result": { - "item": "stick", - "count": 4 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/sticky_piston.json b/recipes/sticky_piston.json deleted file mode 100644 index eea6e73..0000000 --- a/recipes/sticky_piston.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:sticky_piston" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "S", - "P" - ], - "key": { - "P": { - "item": "minecraft:piston" - }, - "S": { - "item": "minecraft:slime_ball" - } - }, - "result": { - "item": "minecraft:sticky_piston", - "data": 1 - } - } -} diff --git a/recipes/stone_axe.json b/recipes/stone_axe.json deleted file mode 100644 index 954df39..0000000 --- a/recipes/stone_axe.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_axe" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - "X#", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:cobblestone" - } - }, - "result": { - "item": "minecraft:stone_axe" - } - } -} diff --git a/recipes/stone_axe_from_blackstone.json b/recipes/stone_axe_from_blackstone.json deleted file mode 100644 index 7bba832..0000000 --- a/recipes/stone_axe_from_blackstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_axe_from_blackstone" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - "X#", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:blackstone" - } - }, - "result": { - "item": "minecraft:stone_axe" - }, - "priority": 2 - } -} diff --git a/recipes/stone_axe_from_cobbled_deepslate.json b/recipes/stone_axe_from_cobbled_deepslate.json deleted file mode 100644 index f44e7c8..0000000 --- a/recipes/stone_axe_from_cobbled_deepslate.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_axe_from_cobbled_deepslate" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - "X#", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:cobbled_deepslate" - } - }, - "result": { - "item": "minecraft:stone_axe" - }, - "priority": 2 - } -} diff --git a/recipes/stone_brick_stairs.json b/recipes/stone_brick_stairs.json deleted file mode 100644 index 9475ea2..0000000 --- a/recipes/stone_brick_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_brick_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:stonebrick", - "data": 0 - } - }, - "result": { - "item": "minecraft:stone_brick_stairs", - "count": 4 - } - } -} diff --git a/recipes/stone_brick_wall.json b/recipes/stone_brick_wall.json deleted file mode 100644 index 97632bb..0000000 --- a/recipes/stone_brick_wall.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_brick_wall" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stonebrick", - "data": 0 - } - }, - "result": { - "item": "minecraft:cobblestone_wall", - "data": 7, - "count": 6 - } - } -} diff --git a/recipes/stone_button.json b/recipes/stone_button.json deleted file mode 100644 index f776c0d..0000000 --- a/recipes/stone_button.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_button" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 0 - } - }, - "result": { - "item": "minecraft:stone_button" - } - } -} diff --git a/recipes/stone_hoe.json b/recipes/stone_hoe.json deleted file mode 100644 index 29afd30..0000000 --- a/recipes/stone_hoe.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_hoe" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - " #", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:cobblestone" - } - }, - "result": { - "item": "minecraft:stone_hoe" - } - } -} diff --git a/recipes/stone_hoe_from_blackstone.json b/recipes/stone_hoe_from_blackstone.json deleted file mode 100644 index 0438da7..0000000 --- a/recipes/stone_hoe_from_blackstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_hoe_from_blackstone" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - " #", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:blackstone" - } - }, - "result": { - "item": "minecraft:stone_hoe" - }, - "priority": 2 - } -} diff --git a/recipes/stone_hoe_from_cobbled_deepslate.json b/recipes/stone_hoe_from_cobbled_deepslate.json deleted file mode 100644 index 1b98025..0000000 --- a/recipes/stone_hoe_from_cobbled_deepslate.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_hoe_from_cobbled_deepslate" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "XX", - " #", - " #" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:cobbled_deepslate" - } - }, - "result": { - "item": "minecraft:stone_hoe" - }, - "priority": 2 - } -} diff --git a/recipes/stone_pickaxe.json b/recipes/stone_pickaxe.json deleted file mode 100644 index a4a6d27..0000000 --- a/recipes/stone_pickaxe.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_pickaxe" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - " # ", - " # " - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:cobblestone" - } - }, - "result": { - "item": "minecraft:stone_pickaxe" - } - } -} diff --git a/recipes/stone_pickaxe_from_blackstone.json b/recipes/stone_pickaxe_from_blackstone.json deleted file mode 100644 index 969f93e..0000000 --- a/recipes/stone_pickaxe_from_blackstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_pickaxe_from_blackstone" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - " # ", - " # " - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:blackstone" - } - }, - "result": { - "item": "minecraft:stone_pickaxe" - }, - "priority": 2 - } -} diff --git a/recipes/stone_pickaxe_from_cobbled_deepslate.json b/recipes/stone_pickaxe_from_cobbled_deepslate.json deleted file mode 100644 index 364308a..0000000 --- a/recipes/stone_pickaxe_from_cobbled_deepslate.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_pickaxe_from_cobbled_deepslate" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - " # ", - " # " - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:cobbled_deepslate" - } - }, - "result": { - "item": "minecraft:stone_pickaxe" - }, - "priority": 2 - } -} diff --git a/recipes/stone_pressure_plate.json b/recipes/stone_pressure_plate.json deleted file mode 100644 index 7e8dfa0..0000000 --- a/recipes/stone_pressure_plate.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_pressure_plate" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 0 - } - }, - "result": { - "item": "minecraft:stone_pressure_plate" - } - } -} diff --git a/recipes/stone_shovel.json b/recipes/stone_shovel.json deleted file mode 100644 index 7e8b4ea..0000000 --- a/recipes/stone_shovel.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_shovel" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:cobblestone" - } - }, - "result": { - "item": "minecraft:stone_shovel" - } - } -} diff --git a/recipes/stone_shovel_from_blackstone.json b/recipes/stone_shovel_from_blackstone.json deleted file mode 100644 index 4c5744c..0000000 --- a/recipes/stone_shovel_from_blackstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_shovel_from_blackstone" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:blackstone" - } - }, - "result": { - "item": "minecraft:stone_shovel" - }, - "priority": 2 - } -} diff --git a/recipes/stone_shovel_from_cobbled_deepslate.json b/recipes/stone_shovel_from_cobbled_deepslate.json deleted file mode 100644 index e63bd23..0000000 --- a/recipes/stone_shovel_from_cobbled_deepslate.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_shovel_from_cobbled_deepslate" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:cobbled_deepslate" - } - }, - "result": { - "item": "minecraft:stone_shovel" - }, - "priority": 2 - } -} diff --git a/recipes/stone_stairs.json b/recipes/stone_stairs.json deleted file mode 100644 index 7f35af9..0000000 --- a/recipes/stone_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_stairs" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 0 - } - }, - "result": { - "item": "minecraft:normal_stone_stairs", - "count": 4 - } - } -} diff --git a/recipes/stone_sword.json b/recipes/stone_sword.json deleted file mode 100644 index df0546a..0000000 --- a/recipes/stone_sword.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_sword" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:cobblestone" - } - }, - "result": { - "item": "minecraft:stone_sword" - } - } -} diff --git a/recipes/stone_sword_from_blackstone.json b/recipes/stone_sword_from_blackstone.json deleted file mode 100644 index e17ef83..0000000 --- a/recipes/stone_sword_from_blackstone.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_sword_from_blackstone" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:blackstone" - } - }, - "result": { - "item": "minecraft:stone_sword" - }, - "priority": 2 - } -} diff --git a/recipes/stone_sword_from_cobbled_deepslate.json b/recipes/stone_sword_from_cobbled_deepslate.json deleted file mode 100644 index 8591007..0000000 --- a/recipes/stone_sword_from_cobbled_deepslate.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stone_sword_from_cobbled_deepslate" - }, - "tags": [ "crafting_table" ], - "pattern": [ - "X", - "X", - "#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:cobbled_deepslate" - } - }, - "result": { - "item": "minecraft:stone_sword" - }, - "priority": 2 - } -} diff --git a/recipes/stonebrick.json b/recipes/stonebrick.json deleted file mode 100644 index a4debcf..0000000 --- a/recipes/stonebrick.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stonebrick" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:stone", - "data": 0 - } - }, - "result": { - "item": "minecraft:stonebrick", - "data": 0, - "count": 4 - } - } -} diff --git a/recipes/stonecutter.json b/recipes/stonecutter.json deleted file mode 100644 index ae397c1..0000000 --- a/recipes/stonecutter.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stonecutter" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - " X ", - "###" - ], - "key": { - "#": { - "item": "minecraft:stone" - }, - "X": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "minecraft:stonecutter_block" - } - } -} diff --git a/recipes/stonecutter_andesite_slab.json b/recipes/stonecutter_andesite_slab.json deleted file mode 100644 index 682ecce..0000000 --- a/recipes/stonecutter_andesite_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_andesite_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 5 - } - ], - "result": { - "item": "minecraft:double_stone_slab3", - "data": 3, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_andesite_stairs.json b/recipes/stonecutter_andesite_stairs.json deleted file mode 100644 index e4198b7..0000000 --- a/recipes/stonecutter_andesite_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_andesite_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 5 - } - ], - "result": { - "item": "minecraft:andesite_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_andesite_wall.json b/recipes/stonecutter_andesite_wall.json deleted file mode 100644 index b7babc0..0000000 --- a/recipes/stonecutter_andesite_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_andesite_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 5 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 4, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_blackstone_slab_from_blackstone.json b/recipes/stonecutter_blackstone_slab_from_blackstone.json deleted file mode 100644 index 71ad505..0000000 --- a/recipes/stonecutter_blackstone_slab_from_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_blackstone_slab_from_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:blackstone" - } - ], - "result": { - "item": "minecraft:blackstone_slab", - "count": 2 - } - } -} diff --git a/recipes/stonecutter_blackstone_stairs_from_blackstone.json b/recipes/stonecutter_blackstone_stairs_from_blackstone.json deleted file mode 100644 index 831ba74..0000000 --- a/recipes/stonecutter_blackstone_stairs_from_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_blackstone_stairs_from_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:blackstone" - } - ], - "result": { - "item": "minecraft:blackstone_stairs", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_blackstone_wall_from_blackstone.json b/recipes/stonecutter_blackstone_wall_from_blackstone.json deleted file mode 100644 index 51d40e1..0000000 --- a/recipes/stonecutter_blackstone_wall_from_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_blackstone_wall_from_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:blackstone" - } - ], - "result": { - "item": "minecraft:blackstone_wall", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_brick_slab.json b/recipes/stonecutter_brick_slab.json deleted file mode 100644 index 912d27e..0000000 --- a/recipes/stonecutter_brick_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_brick_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:brick_block", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab", - "data": 4, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_brick_slab_from_polished_blackstone.json b/recipes/stonecutter_brick_slab_from_polished_blackstone.json deleted file mode 100644 index 268357e..0000000 --- a/recipes/stonecutter_brick_slab_from_polished_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_brick_slab_from_polished_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:polished_blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_brick_slab", - "count": 2 - } - } -} diff --git a/recipes/stonecutter_brick_stairs.json b/recipes/stonecutter_brick_stairs.json deleted file mode 100644 index d78c606..0000000 --- a/recipes/stonecutter_brick_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_brick_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:brick_block", - "data": 0 - } - ], - "result": { - "item": "minecraft:brick_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_brick_stairs_from_polished_blackstone.json b/recipes/stonecutter_brick_stairs_from_polished_blackstone.json deleted file mode 100644 index 1bcd92a..0000000 --- a/recipes/stonecutter_brick_stairs_from_polished_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_brick_stairs_from_polished_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:polished_blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_brick_stairs", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_brick_wall.json b/recipes/stonecutter_brick_wall.json deleted file mode 100644 index d634cef..0000000 --- a/recipes/stonecutter_brick_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_brick_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:brick_block", - "data": 0 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 6, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_brick_wall_from_polished_blackstone.json b/recipes/stonecutter_brick_wall_from_polished_blackstone.json deleted file mode 100644 index 9af0b93..0000000 --- a/recipes/stonecutter_brick_wall_from_polished_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_brick_wall_from_polished_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:polished_blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_brick_wall", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_bricks_from_polished_blackstone.json b/recipes/stonecutter_bricks_from_polished_blackstone.json deleted file mode 100644 index 9a27a31..0000000 --- a/recipes/stonecutter_bricks_from_polished_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_bricks_from_polished_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:polished_blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_bricks", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_chiseled_from_polished_blackstone.json b/recipes/stonecutter_chiseled_from_polished_blackstone.json deleted file mode 100644 index 084e2b6..0000000 --- a/recipes/stonecutter_chiseled_from_polished_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_chiseled_from_polished_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:polished_blackstone" - } - ], - "result": { - "item": "minecraft:chiseled_polished_blackstone", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_chiseled_nether_bricks_from_nether_brick.json b/recipes/stonecutter_chiseled_nether_bricks_from_nether_brick.json deleted file mode 100644 index f405c7e..0000000 --- a/recipes/stonecutter_chiseled_nether_bricks_from_nether_brick.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_chiseled_nether_bricks_from_nether_brick" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:nether_brick" - } - ], - "result": { - "item": "minecraft:chiseled_nether_bricks", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_chiseled_polished_from_blackstone.json b/recipes/stonecutter_chiseled_polished_from_blackstone.json deleted file mode 100644 index 424e614..0000000 --- a/recipes/stonecutter_chiseled_polished_from_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_chiseled_polished_from_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:blackstone" - } - ], - "result": { - "item": "minecraft:chiseled_polished_blackstone", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_cobblestone_slab.json b/recipes/stonecutter_cobblestone_slab.json deleted file mode 100644 index 5ffd45f..0000000 --- a/recipes/stonecutter_cobblestone_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_cobbledouble_stone_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:cobblestone", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab", - "data": 3, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_cobblestone_stairs.json b/recipes/stonecutter_cobblestone_stairs.json deleted file mode 100644 index e7f3205..0000000 --- a/recipes/stonecutter_cobblestone_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_cobblestone_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:cobblestone", - "data": 0 - } - ], - "result": { - "item": "minecraft:stone_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_cobblestone_wall.json b/recipes/stonecutter_cobblestone_wall.json deleted file mode 100644 index 457abdc..0000000 --- a/recipes/stonecutter_cobblestone_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_cobblestone_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:cobblestone", - "data": 0 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_copper_block_to_cut_copper.json b/recipes/stonecutter_copper_block_to_cut_copper.json deleted file mode 100644 index ddc8135..0000000 --- a/recipes/stonecutter_copper_block_to_cut_copper.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_copper_block_to_cut_copper" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:copper_block" - } - ], - "result": { - "item": "minecraft:cut_copper", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_copper_block_to_cut_copper_slab.json b/recipes/stonecutter_copper_block_to_cut_copper_slab.json deleted file mode 100644 index 1989c82..0000000 --- a/recipes/stonecutter_copper_block_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_copper_block_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:copper_block" - } - ], - "result": { - "item": "minecraft:cut_copper_slab", - "count": 8 - } - } - -} diff --git a/recipes/stonecutter_copper_block_to_cut_copper_stairs.json b/recipes/stonecutter_copper_block_to_cut_copper_stairs.json deleted file mode 100644 index b654c3f..0000000 --- a/recipes/stonecutter_copper_block_to_cut_copper_stairs.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_copper_block_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:copper_block" - } - ], - "result": { - "item": "minecraft:cut_copper_stairs", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_cut_copper_to_cut_copper_slab.json b/recipes/stonecutter_cut_copper_to_cut_copper_slab.json deleted file mode 100644 index 0f4697f..0000000 --- a/recipes/stonecutter_cut_copper_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_cut_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:cut_copper" - } - ], - "result": { - "item": "minecraft:cut_copper_slab", - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_cut_copper_to_cut_copper_stairs.json b/recipes/stonecutter_cut_copper_to_cut_copper_stairs.json deleted file mode 100644 index dccc541..0000000 --- a/recipes/stonecutter_cut_copper_to_cut_copper_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_cut_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:cut_copper" - } - ], - "result": { - "item": "minecraft:cut_copper_stairs" - } - } - -} diff --git a/recipes/stonecutter_dark_prismarine_slab.json b/recipes/stonecutter_dark_prismarine_slab.json deleted file mode 100644 index 814d11e..0000000 --- a/recipes/stonecutter_dark_prismarine_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_dark_prismarine_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:prismarine", - "data": 1 - } - ], - "result": { - "item": "minecraft:double_stone_slab2", - "data": 3, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_dark_prismarine_stairs.json b/recipes/stonecutter_dark_prismarine_stairs.json deleted file mode 100644 index 91650a0..0000000 --- a/recipes/stonecutter_dark_prismarine_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_dark_prismarine_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:prismarine", - "data": 1 - } - ], - "result": { - "item": "minecraft:dark_prismarine_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_diorite_slab.json b/recipes/stonecutter_diorite_slab.json deleted file mode 100644 index 8e6991e..0000000 --- a/recipes/stonecutter_diorite_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_diorite_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 3 - } - ], - "result": { - "item": "minecraft:double_stone_slab3", - "data": 4, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_diorite_stairs.json b/recipes/stonecutter_diorite_stairs.json deleted file mode 100644 index b3b2f8f..0000000 --- a/recipes/stonecutter_diorite_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_diorite_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 3 - } - ], - "result": { - "item": "minecraft:diorite_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_diorite_wall.json b/recipes/stonecutter_diorite_wall.json deleted file mode 100644 index 0b013be..0000000 --- a/recipes/stonecutter_diorite_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_diorite_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 3 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 3, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_endbrick_slab.json b/recipes/stonecutter_endbrick_slab.json deleted file mode 100644 index 9f38900..0000000 --- a/recipes/stonecutter_endbrick_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_endbrick_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:end_stone", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab3", - "data": 0, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_endbrick_slab2.json b/recipes/stonecutter_endbrick_slab2.json deleted file mode 100644 index 0cab04c..0000000 --- a/recipes/stonecutter_endbrick_slab2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_endbrick_slab2" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:end_bricks", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab3", - "data": 0, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_endbrick_stairs.json b/recipes/stonecutter_endbrick_stairs.json deleted file mode 100644 index ceef394..0000000 --- a/recipes/stonecutter_endbrick_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_endbrick_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:end_stone", - "data": 0 - } - ], - "result": { - "item": "minecraft:end_brick_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_endbrick_stairs2.json b/recipes/stonecutter_endbrick_stairs2.json deleted file mode 100644 index 9dbc6b5..0000000 --- a/recipes/stonecutter_endbrick_stairs2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_endbrick_stairs2" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:end_bricks", - "data": 0 - } - ], - "result": { - "item": "minecraft:end_brick_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_endbrick_wall.json b/recipes/stonecutter_endbrick_wall.json deleted file mode 100644 index 89f2b14..0000000 --- a/recipes/stonecutter_endbrick_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_endbrick_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:end_stone", - "data": 0 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 10, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_endbrick_wall2.json b/recipes/stonecutter_endbrick_wall2.json deleted file mode 100644 index 4f0cb24..0000000 --- a/recipes/stonecutter_endbrick_wall2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_endbrick_wall2" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:end_bricks", - "data": 0 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 10, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_endbricks.json b/recipes/stonecutter_endbricks.json deleted file mode 100644 index ff3a994..0000000 --- a/recipes/stonecutter_endbricks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_endbricks" - }, - - - "tags": [ "stonecutter" ], - "priority": 3, - "ingredients": [ - { - "item": "minecraft:end_stone", - "data": 0 - } - ], - "result": { - "item": "minecraft:end_bricks", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_exposed_copper_block_to_cut_copper.json b/recipes/stonecutter_exposed_copper_block_to_cut_copper.json deleted file mode 100644 index 687eed7..0000000 --- a/recipes/stonecutter_exposed_copper_block_to_cut_copper.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_exposed_copper_to_cut_copper" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:exposed_copper" - } - ], - "result": { - "item": "minecraft:exposed_cut_copper", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_exposed_copper_block_to_cut_copper_slab.json b/recipes/stonecutter_exposed_copper_block_to_cut_copper_slab.json deleted file mode 100644 index 537b585..0000000 --- a/recipes/stonecutter_exposed_copper_block_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_exposed_copper_to_exposed_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:exposed_copper" - } - ], - "result": { - "item": "minecraft:exposed_cut_copper_slab", - "count": 8 - } - } - -} diff --git a/recipes/stonecutter_exposed_copper_block_to_cut_copper_stairs.json b/recipes/stonecutter_exposed_copper_block_to_cut_copper_stairs.json deleted file mode 100644 index b0942bb..0000000 --- a/recipes/stonecutter_exposed_copper_block_to_cut_copper_stairs.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_exposed_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:exposed_copper" - } - ], - "result": { - "item": "minecraft:exposed_cut_copper_stairs", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_exposed_cut_copper_to_cut_copper_slab.json b/recipes/stonecutter_exposed_cut_copper_to_cut_copper_slab.json deleted file mode 100644 index 6df3b84..0000000 --- a/recipes/stonecutter_exposed_cut_copper_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_exposed_cut_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:exposed_cut_copper" - } - ], - "result": { - "item": "minecraft:exposed_cut_copper_slab", - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_exposed_cut_copper_to_cut_copper_stairs.json b/recipes/stonecutter_exposed_cut_copper_to_cut_copper_stairs.json deleted file mode 100644 index 68312cc..0000000 --- a/recipes/stonecutter_exposed_cut_copper_to_cut_copper_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_exposed_cut_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:exposed_cut_copper" - } - ], - "result": { - "item": "minecraft:exposed_cut_copper_stairs" - } - } - -} diff --git a/recipes/stonecutter_granite_slab.json b/recipes/stonecutter_granite_slab.json deleted file mode 100644 index a3246f8..0000000 --- a/recipes/stonecutter_granite_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_granite_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 1 - } - ], - "result": { - "item": "minecraft:double_stone_slab3", - "data": 6, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_granite_stairs.json b/recipes/stonecutter_granite_stairs.json deleted file mode 100644 index 4fe13f2..0000000 --- a/recipes/stonecutter_granite_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_granite_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 1 - } - ], - "result": { - "item": "minecraft:granite_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_granite_wall.json b/recipes/stonecutter_granite_wall.json deleted file mode 100644 index 3646042..0000000 --- a/recipes/stonecutter_granite_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_granite_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 1 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 2, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_mossy_cobblestone_slab.json b/recipes/stonecutter_mossy_cobblestone_slab.json deleted file mode 100644 index cbdef32..0000000 --- a/recipes/stonecutter_mossy_cobblestone_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_mossy_cobbledouble_stone_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:mossy_cobblestone", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab2", - "data": 5, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_mossy_cobblestone_stairs.json b/recipes/stonecutter_mossy_cobblestone_stairs.json deleted file mode 100644 index faf0c73..0000000 --- a/recipes/stonecutter_mossy_cobblestone_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_mossy_cobblestone_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:mossy_cobblestone", - "data": 0 - } - ], - "result": { - "item": "minecraft:mossy_cobblestone_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_mossy_cobblestone_wall.json b/recipes/stonecutter_mossy_cobblestone_wall.json deleted file mode 100644 index 40d92d7..0000000 --- a/recipes/stonecutter_mossy_cobblestone_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_mossy_cobblestone_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:mossy_cobblestone", - "data": 0 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 1, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_mossy_stonebrick_slab.json b/recipes/stonecutter_mossy_stonebrick_slab.json deleted file mode 100644 index b8d3b32..0000000 --- a/recipes/stonecutter_mossy_stonebrick_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_mossy_stonebrick_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:stonebrick", - "data": 1 - } - ], - "result": { - "item": "minecraft:double_stone_slab4", - "data": 0, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_mossy_stonebrick_stairs.json b/recipes/stonecutter_mossy_stonebrick_stairs.json deleted file mode 100644 index 2c575f4..0000000 --- a/recipes/stonecutter_mossy_stonebrick_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_mossy_stonebrick_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:stonebrick", - "data": 1 - } - ], - "result": { - "item": "minecraft:mossy_stone_brick_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_mossy_stonebrick_wall.json b/recipes/stonecutter_mossy_stonebrick_wall.json deleted file mode 100644 index 8222a4a..0000000 --- a/recipes/stonecutter_mossy_stonebrick_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_mossy_stonebrick_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:stonebrick", - "data": 1 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 8, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_nether_brick_slab.json b/recipes/stonecutter_nether_brick_slab.json deleted file mode 100644 index 26ec98f..0000000 --- a/recipes/stonecutter_nether_brick_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_nether_brick_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:nether_brick", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab", - "data": 7, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_nether_brick_stairs.json b/recipes/stonecutter_nether_brick_stairs.json deleted file mode 100644 index 71d676f..0000000 --- a/recipes/stonecutter_nether_brick_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_nether_brick_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:nether_brick", - "data": 0 - } - ], - "result": { - "item": "minecraft:nether_brick_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_nether_brick_wall.json b/recipes/stonecutter_nether_brick_wall.json deleted file mode 100644 index bc37ca3..0000000 --- a/recipes/stonecutter_nether_brick_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_nether_brick_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:nether_brick", - "data": 0 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 9, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_oxidized_copper_block_to_cut_copper.json b/recipes/stonecutter_oxidized_copper_block_to_cut_copper.json deleted file mode 100644 index 6f85c6c..0000000 --- a/recipes/stonecutter_oxidized_copper_block_to_cut_copper.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_oxidized_copper_to_cut_copper" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:oxidized_copper" - } - ], - "result": { - "item": "minecraft:oxidized_cut_copper", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_oxidized_copper_block_to_cut_copper_slab.json b/recipes/stonecutter_oxidized_copper_block_to_cut_copper_slab.json deleted file mode 100644 index 4bb76a7..0000000 --- a/recipes/stonecutter_oxidized_copper_block_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_oxidized_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:oxidized_copper" - } - ], - "result": { - "item": "minecraft:oxidized_cut_copper_slab", - "count": 8 - } - } - -} diff --git a/recipes/stonecutter_oxidized_copper_block_to_cut_copper_stairs.json b/recipes/stonecutter_oxidized_copper_block_to_cut_copper_stairs.json deleted file mode 100644 index 36aefd3..0000000 --- a/recipes/stonecutter_oxidized_copper_block_to_cut_copper_stairs.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_oxidized_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:oxidized_copper" - } - ], - "result": { - "item": "minecraft:oxidized_cut_copper_stairs", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_oxidized_cut_copper_to_cut_copper_slab.json b/recipes/stonecutter_oxidized_cut_copper_to_cut_copper_slab.json deleted file mode 100644 index ec8a58c..0000000 --- a/recipes/stonecutter_oxidized_cut_copper_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_oxidized_cut_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:oxidized_cut_copper" - } - ], - "result": { - "item": "minecraft:oxidized_cut_copper_slab", - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_oxidized_cut_copper_to_cut_copper_stairs.json b/recipes/stonecutter_oxidized_cut_copper_to_cut_copper_stairs.json deleted file mode 100644 index 955060f..0000000 --- a/recipes/stonecutter_oxidized_cut_copper_to_cut_copper_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_oxidized_cut_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:oxidized_cut_copper" - } - ], - "result": { - "item": "minecraft:oxidized_cut_copper_stairs" - } - } - -} diff --git a/recipes/stonecutter_polished_andesite.json b/recipes/stonecutter_polished_andesite.json deleted file mode 100644 index ed6331e..0000000 --- a/recipes/stonecutter_polished_andesite.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_andesite" - }, - - - "tags": [ "stonecutter" ], - "priority": 3, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 5 - } - ], - "result": { - "item": "minecraft:stone", - "data": 6, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_polished_andesite_slab.json b/recipes/stonecutter_polished_andesite_slab.json deleted file mode 100644 index 0a33cf0..0000000 --- a/recipes/stonecutter_polished_andesite_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_andesite_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 4, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 5 - } - ], - "result": { - "item": "minecraft:double_stone_slab3", - "data": 2, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_polished_andesite_slab2.json b/recipes/stonecutter_polished_andesite_slab2.json deleted file mode 100644 index 517f34b..0000000 --- a/recipes/stonecutter_polished_andesite_slab2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_andesite_slab2" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 6 - } - ], - "result": { - "item": "minecraft:double_stone_slab3", - "data": 2, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_polished_andesite_stairs.json b/recipes/stonecutter_polished_andesite_stairs.json deleted file mode 100644 index baa0ea8..0000000 --- a/recipes/stonecutter_polished_andesite_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_andesite_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 5, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 5 - } - ], - "result": { - "item": "minecraft:polished_andesite_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_polished_andesite_stairs2.json b/recipes/stonecutter_polished_andesite_stairs2.json deleted file mode 100644 index 4f10e2d..0000000 --- a/recipes/stonecutter_polished_andesite_stairs2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_andesite_stairs2" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 6 - } - ], - "result": { - "item": "minecraft:polished_andesite_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_polished_basalt_from_basalt.json b/recipes/stonecutter_polished_basalt_from_basalt.json deleted file mode 100644 index dc899f4..0000000 --- a/recipes/stonecutter_polished_basalt_from_basalt.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_basalt_from_basalt" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:basalt" - } - ], - "result": { - "item": "minecraft:polished_basalt", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_polished_brick_slab_from_blackstone.json b/recipes/stonecutter_polished_brick_slab_from_blackstone.json deleted file mode 100644 index 8934d8a..0000000 --- a/recipes/stonecutter_polished_brick_slab_from_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_brick_slab_from_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_brick_slab", - "count": 2 - } - } -} diff --git a/recipes/stonecutter_polished_brick_stairs_from_blackstone.json b/recipes/stonecutter_polished_brick_stairs_from_blackstone.json deleted file mode 100644 index 18f4f1d..0000000 --- a/recipes/stonecutter_polished_brick_stairs_from_blackstone.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_brick_stairs_from_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_brick_stairs", - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_polished_brick_wall_from_blackstone.json b/recipes/stonecutter_polished_brick_wall_from_blackstone.json deleted file mode 100644 index d36c121..0000000 --- a/recipes/stonecutter_polished_brick_wall_from_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_brick_wall_from_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_brick_wall", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_polished_bricks_from_blackstone.json b/recipes/stonecutter_polished_bricks_from_blackstone.json deleted file mode 100644 index 8801424..0000000 --- a/recipes/stonecutter_polished_bricks_from_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_bricks_from_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_bricks", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_polished_diorite.json b/recipes/stonecutter_polished_diorite.json deleted file mode 100644 index b227373..0000000 --- a/recipes/stonecutter_polished_diorite.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_diorite" - }, - - - "tags": [ "stonecutter" ], - "priority": 3, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 3 - } - ], - "result": { - "item": "minecraft:stone", - "data": 4, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_polished_diorite_slab.json b/recipes/stonecutter_polished_diorite_slab.json deleted file mode 100644 index b666b3a..0000000 --- a/recipes/stonecutter_polished_diorite_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_diorite_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 4, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 3 - } - ], - "result": { - "item": "minecraft:double_stone_slab3", - "data": 5, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_polished_diorite_slab2.json b/recipes/stonecutter_polished_diorite_slab2.json deleted file mode 100644 index c816603..0000000 --- a/recipes/stonecutter_polished_diorite_slab2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_diorite_slab2" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 4 - } - ], - "result": { - "item": "minecraft:double_stone_slab3", - "data": 5, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_polished_diorite_stairs.json b/recipes/stonecutter_polished_diorite_stairs.json deleted file mode 100644 index b6906b8..0000000 --- a/recipes/stonecutter_polished_diorite_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_diorite_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 5, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 3 - } - ], - "result": { - "item": "minecraft:polished_diorite_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_polished_diorite_stairs2.json b/recipes/stonecutter_polished_diorite_stairs2.json deleted file mode 100644 index 95cc054..0000000 --- a/recipes/stonecutter_polished_diorite_stairs2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_diorite_stairs2" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 4 - } - ], - "result": { - "item": "minecraft:polished_diorite_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_polished_from_blackstone.json b/recipes/stonecutter_polished_from_blackstone.json deleted file mode 100644 index d59287d..0000000 --- a/recipes/stonecutter_polished_from_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_from_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_polished_granite.json b/recipes/stonecutter_polished_granite.json deleted file mode 100644 index ff50b68..0000000 --- a/recipes/stonecutter_polished_granite.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_granite" - }, - - - "tags": [ "stonecutter" ], - "priority": 3, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 1 - } - ], - "result": { - "item": "minecraft:stone", - "data": 2, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_polished_granite_slab.json b/recipes/stonecutter_polished_granite_slab.json deleted file mode 100644 index ee194a5..0000000 --- a/recipes/stonecutter_polished_granite_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_granite_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 4, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 1 - } - ], - "result": { - "item": "minecraft:double_stone_slab3", - "data": 7, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_polished_granite_slab2.json b/recipes/stonecutter_polished_granite_slab2.json deleted file mode 100644 index 2353cee..0000000 --- a/recipes/stonecutter_polished_granite_slab2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_granite_slab2" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 2 - } - ], - "result": { - "item": "minecraft:double_stone_slab3", - "data": 7, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_polished_granite_stairs.json b/recipes/stonecutter_polished_granite_stairs.json deleted file mode 100644 index d8ce23a..0000000 --- a/recipes/stonecutter_polished_granite_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_granite_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 5, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 1 - } - ], - "result": { - "item": "minecraft:polished_granite_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_polished_granite_stairs2.json b/recipes/stonecutter_polished_granite_stairs2.json deleted file mode 100644 index 44c5166..0000000 --- a/recipes/stonecutter_polished_granite_stairs2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_granite_stairs2" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 2 - } - ], - "result": { - "item": "minecraft:polished_granite_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_polished_slab_from_blackstone.json b/recipes/stonecutter_polished_slab_from_blackstone.json deleted file mode 100644 index a7f1999..0000000 --- a/recipes/stonecutter_polished_slab_from_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_slab_from_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_slab", - "count": 2 - } - } -} diff --git a/recipes/stonecutter_polished_stairs_from_blackstone.json b/recipes/stonecutter_polished_stairs_from_blackstone.json deleted file mode 100644 index 2482bc4..0000000 --- a/recipes/stonecutter_polished_stairs_from_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_stairs_from_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_stairs", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_polished_wall_from_blackstone.json b/recipes/stonecutter_polished_wall_from_blackstone.json deleted file mode 100644 index f7c7369..0000000 --- a/recipes/stonecutter_polished_wall_from_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_polished_wall_from_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_wall", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_prismarine_brick_slab.json b/recipes/stonecutter_prismarine_brick_slab.json deleted file mode 100644 index 75a6a9a..0000000 --- a/recipes/stonecutter_prismarine_brick_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_prismarine_brick_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:prismarine", - "data": 2 - } - ], - "result": { - "item": "minecraft:double_stone_slab2", - "data": 4, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_prismarine_brick_stairs.json b/recipes/stonecutter_prismarine_brick_stairs.json deleted file mode 100644 index 575ac4b..0000000 --- a/recipes/stonecutter_prismarine_brick_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_prismarine_brick_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:prismarine", - "data": 2 - } - ], - "result": { - "item": "minecraft:prismarine_bricks_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_prismarine_slab.json b/recipes/stonecutter_prismarine_slab.json deleted file mode 100644 index ba83d8a..0000000 --- a/recipes/stonecutter_prismarine_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_prismarine_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:prismarine", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab2", - "data": 2, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_prismarine_stairs.json b/recipes/stonecutter_prismarine_stairs.json deleted file mode 100644 index 6f06972..0000000 --- a/recipes/stonecutter_prismarine_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_prismarine_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:prismarine", - "data": 0 - } - ], - "result": { - "item": "minecraft:prismarine_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_prismarine_wall.json b/recipes/stonecutter_prismarine_wall.json deleted file mode 100644 index b2de034..0000000 --- a/recipes/stonecutter_prismarine_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_prismarine_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:prismarine", - "data": 0 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 11, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_purpur_lines.json b/recipes/stonecutter_purpur_lines.json deleted file mode 100644 index eb20fd4..0000000 --- a/recipes/stonecutter_purpur_lines.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_purpur_lines" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:purpur_block", - "data": 0 - } - ], - "result": { - "item": "minecraft:purpur_block", - "data": 2, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_purpur_slab.json b/recipes/stonecutter_purpur_slab.json deleted file mode 100644 index 3374d50..0000000 --- a/recipes/stonecutter_purpur_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_purpur_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:purpur_block", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab2", - "data": 1, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_purpur_stairs.json b/recipes/stonecutter_purpur_stairs.json deleted file mode 100644 index a0f4d68..0000000 --- a/recipes/stonecutter_purpur_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_purpur_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:purpur_block", - "data": 0 - } - ], - "result": { - "item": "minecraft:purpur_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_quartz_bricks_from_quartz_block.json b/recipes/stonecutter_quartz_bricks_from_quartz_block.json deleted file mode 100644 index 3690d24..0000000 --- a/recipes/stonecutter_quartz_bricks_from_quartz_block.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_quartz_bricks_from_quartz_block" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:quartz_block:0" - } - ], - "result": { - "item": "minecraft:quartz_bricks", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_quartz_chiseled.json b/recipes/stonecutter_quartz_chiseled.json deleted file mode 100644 index 0236bc5..0000000 --- a/recipes/stonecutter_quartz_chiseled.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_quartz_chiseled" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:quartz_block", - "data": 0 - } - ], - "result": { - "item": "minecraft:quartz_block", - "data": 1, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_quartz_lines.json b/recipes/stonecutter_quartz_lines.json deleted file mode 100644 index e7142e7..0000000 --- a/recipes/stonecutter_quartz_lines.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_quartz_lines" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:quartz_block", - "data": 0 - } - ], - "result": { - "item": "minecraft:quartz_block", - "data": 2, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_quartz_slab.json b/recipes/stonecutter_quartz_slab.json deleted file mode 100644 index 03b9bbe..0000000 --- a/recipes/stonecutter_quartz_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_quartz_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:quartz_block", - "data": 0 - } - ], - "result": { - "item": "minecraft:stone_slab", - "data": 6, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_quartz_stairs.json b/recipes/stonecutter_quartz_stairs.json deleted file mode 100644 index 9224838..0000000 --- a/recipes/stonecutter_quartz_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_quartz_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 3, - "ingredients": [ - { - "item": "minecraft:quartz_block", - "data": 0 - } - ], - "result": { - "item": "minecraft:quartz_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_red_nether_brick_slab.json b/recipes/stonecutter_red_nether_brick_slab.json deleted file mode 100644 index ddf89e4..0000000 --- a/recipes/stonecutter_red_nether_brick_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_red_nether_brick_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:red_nether_brick", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab2", - "data": 7, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_red_nether_brick_stairs.json b/recipes/stonecutter_red_nether_brick_stairs.json deleted file mode 100644 index a41e193..0000000 --- a/recipes/stonecutter_red_nether_brick_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_red_nether_brick_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:red_nether_brick", - "data": 0 - } - ], - "result": { - "item": "minecraft:red_nether_brick_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_red_nether_brick_wall.json b/recipes/stonecutter_red_nether_brick_wall.json deleted file mode 100644 index abfb6c7..0000000 --- a/recipes/stonecutter_red_nether_brick_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_red_nether_brick_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:red_nether_brick", - "data": 0 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 13, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_red_sandstone_cut.json b/recipes/stonecutter_red_sandstone_cut.json deleted file mode 100644 index 4dd7402..0000000 --- a/recipes/stonecutter_red_sandstone_cut.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_red_sandstone_cut" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:red_sandstone", - "data": 0 - } - ], - "result": { - "item": "minecraft:red_sandstone", - "data": 2, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_red_sandstone_heiroglyphs.json b/recipes/stonecutter_red_sandstone_heiroglyphs.json deleted file mode 100644 index f80d930..0000000 --- a/recipes/stonecutter_red_sandstone_heiroglyphs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_red_sandstone_heiroglyphs" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:red_sandstone", - "data": 0 - } - ], - "result": { - "item": "minecraft:red_sandstone", - "data": 1, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_red_sandstone_slab.json b/recipes/stonecutter_red_sandstone_slab.json deleted file mode 100644 index 60b6016..0000000 --- a/recipes/stonecutter_red_sandstone_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_red_sanddouble_stone_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:red_sandstone", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab2", - "data": 0, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_red_sandstone_stairs.json b/recipes/stonecutter_red_sandstone_stairs.json deleted file mode 100644 index c391706..0000000 --- a/recipes/stonecutter_red_sandstone_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_red_sandstone_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 3, - "ingredients": [ - { - "item": "minecraft:red_sandstone", - "data": 0 - } - ], - "result": { - "item": "minecraft:red_sandstone_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_red_sandstone_wall.json b/recipes/stonecutter_red_sandstone_wall.json deleted file mode 100644 index 528a948..0000000 --- a/recipes/stonecutter_red_sandstone_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_red_sandstone_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 4, - "ingredients": [ - { - "item": "minecraft:red_sandstone", - "data": 0 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 12, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_sandstone_cut.json b/recipes/stonecutter_sandstone_cut.json deleted file mode 100644 index 77a8849..0000000 --- a/recipes/stonecutter_sandstone_cut.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_sandstone_cut" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:sandstone", - "data": 0 - } - ], - "result": { - "item": "minecraft:sandstone", - "data": 2, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_sandstone_heiroglyphs.json b/recipes/stonecutter_sandstone_heiroglyphs.json deleted file mode 100644 index ac8866c..0000000 --- a/recipes/stonecutter_sandstone_heiroglyphs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_sandstone_heiroglyphs" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:sandstone", - "data": 0 - } - ], - "result": { - "item": "minecraft:sandstone", - "data": 1, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_sandstone_slab.json b/recipes/stonecutter_sandstone_slab.json deleted file mode 100644 index 03c1f8c..0000000 --- a/recipes/stonecutter_sandstone_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_sanddouble_stone_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:sandstone", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab", - "data": 1, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_sandstone_stairs.json b/recipes/stonecutter_sandstone_stairs.json deleted file mode 100644 index cad08ca..0000000 --- a/recipes/stonecutter_sandstone_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_sandstone_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 3, - "ingredients": [ - { - "item": "minecraft:sandstone", - "data": 0 - } - ], - "result": { - "item": "minecraft:sandstone_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_sandstone_wall.json b/recipes/stonecutter_sandstone_wall.json deleted file mode 100644 index 1c25502..0000000 --- a/recipes/stonecutter_sandstone_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_sandstone_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 4, - "ingredients": [ - { - "item": "minecraft:sandstone", - "data": 0 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 5, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_slab_from_polished_blackstone.json b/recipes/stonecutter_slab_from_polished_blackstone.json deleted file mode 100644 index 8da9335..0000000 --- a/recipes/stonecutter_slab_from_polished_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_slab_from_polished_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:polished_blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_slab", - "count": 2 - } - } -} diff --git a/recipes/stonecutter_slab_from_polished_blackstone_bricks.json b/recipes/stonecutter_slab_from_polished_blackstone_bricks.json deleted file mode 100644 index 5f6c994..0000000 --- a/recipes/stonecutter_slab_from_polished_blackstone_bricks.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_slab_from_polished_blackstone_bricks" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:polished_blackstone_bricks" - } - ], - "result": { - "item": "minecraft:polished_blackstone_brick_slab", - "count": 2 - } - } -} diff --git a/recipes/stonecutter_smooth_quartz_slab.json b/recipes/stonecutter_smooth_quartz_slab.json deleted file mode 100644 index 1fed241..0000000 --- a/recipes/stonecutter_smooth_quartz_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_smooth_quartz_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:quartz_block", - "data": 3 - } - ], - "result": { - "item": "minecraft:double_stone_slab4", - "data": 1, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_smooth_quartz_stairs.json b/recipes/stonecutter_smooth_quartz_stairs.json deleted file mode 100644 index 0e8229a..0000000 --- a/recipes/stonecutter_smooth_quartz_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_smooth_quartz_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:quartz_block", - "data": 3 - } - ], - "result": { - "item": "minecraft:smooth_quartz_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_smooth_red_sandstone_slab.json b/recipes/stonecutter_smooth_red_sandstone_slab.json deleted file mode 100644 index 4776d12..0000000 --- a/recipes/stonecutter_smooth_red_sandstone_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_smooth_red_sanddouble_stone_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:red_sandstone", - "data": 3 - } - ], - "result": { - "item": "minecraft:double_stone_slab3", - "data": 1, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_smooth_red_sandstone_stairs.json b/recipes/stonecutter_smooth_red_sandstone_stairs.json deleted file mode 100644 index f309e7f..0000000 --- a/recipes/stonecutter_smooth_red_sandstone_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_smooth_red_sandstone_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:red_sandstone", - "data": 3 - } - ], - "result": { - "item": "minecraft:smooth_red_sandstone_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_smooth_sandstone_slab.json b/recipes/stonecutter_smooth_sandstone_slab.json deleted file mode 100644 index 59f2094..0000000 --- a/recipes/stonecutter_smooth_sandstone_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_smooth_sanddouble_stone_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:sandstone", - "data": 3 - } - ], - "result": { - "item": "minecraft:double_stone_slab2", - "data": 6, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_smooth_sandstone_stairs.json b/recipes/stonecutter_smooth_sandstone_stairs.json deleted file mode 100644 index 44e716b..0000000 --- a/recipes/stonecutter_smooth_sandstone_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_smooth_sandstone_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:sandstone", - "data": 3 - } - ], - "result": { - "item": "minecraft:smooth_sandstone_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_smooth_stone_slab.json b/recipes/stonecutter_smooth_stone_slab.json deleted file mode 100644 index 538ea8d..0000000 --- a/recipes/stonecutter_smooth_stone_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_smooth_double_stone_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:smooth_stone", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab", - "data": 0, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_stairs_from_polished_blackstone.json b/recipes/stonecutter_stairs_from_polished_blackstone.json deleted file mode 100644 index c7ce3ed..0000000 --- a/recipes/stonecutter_stairs_from_polished_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_stairs_from_polished_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:polished_blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_stairs", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_stairs_from_polished_blackstone_bricks.json b/recipes/stonecutter_stairs_from_polished_blackstone_bricks.json deleted file mode 100644 index d15468b..0000000 --- a/recipes/stonecutter_stairs_from_polished_blackstone_bricks.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "stonecutter_stairs_from_polished_blackstone_bricks" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:polished_blackstone_bricks" - } - ], - "result": { - "item": "minecraft:polished_blackstone_brick_stairs", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_stone_slab.json b/recipes/stonecutter_stone_slab.json deleted file mode 100644 index 4a5a688..0000000 --- a/recipes/stonecutter_stone_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_double_stone_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 5, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab4", - "data": 2, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_stone_stairs.json b/recipes/stonecutter_stone_stairs.json deleted file mode 100644 index eb50056..0000000 --- a/recipes/stonecutter_stone_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_stone_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 6, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 0 - } - ], - "result": { - "item": "minecraft:normal_stone_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_stonebrick.json b/recipes/stonecutter_stonebrick.json deleted file mode 100644 index 97fcb86..0000000 --- a/recipes/stonecutter_stonebrick.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_stonebrick" - }, - - - "tags": [ "stonecutter" ], - "priority": 4, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 0 - } - ], - "result": { - "item": "minecraft:stonebrick", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_stonebrick_chiseled.json b/recipes/stonecutter_stonebrick_chiseled.json deleted file mode 100644 index 448f017..0000000 --- a/recipes/stonecutter_stonebrick_chiseled.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_stonebrick_chiseled" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 0 - } - ], - "result": { - "item": "minecraft:stonebrick", - "data": 3, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_stonebrick_slab.json b/recipes/stonecutter_stonebrick_slab.json deleted file mode 100644 index 64b1713..0000000 --- a/recipes/stonecutter_stonebrick_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_stonebrick_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab", - "data": 5, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_stonebrick_slab2.json b/recipes/stonecutter_stonebrick_slab2.json deleted file mode 100644 index b8030d9..0000000 --- a/recipes/stonecutter_stonebrick_slab2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_stonebrick_slab2" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:stonebrick", - "data": 0 - } - ], - "result": { - "item": "minecraft:double_stone_slab", - "data": 5, - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_stonebrick_stairs.json b/recipes/stonecutter_stonebrick_stairs.json deleted file mode 100644 index ee97f4e..0000000 --- a/recipes/stonecutter_stonebrick_stairs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_stonebrick_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 0 - } - ], - "result": { - "item": "minecraft:stone_brick_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_stonebrick_stairs2.json b/recipes/stonecutter_stonebrick_stairs2.json deleted file mode 100644 index e8dfb0e..0000000 --- a/recipes/stonecutter_stonebrick_stairs2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_stonebrick_stairs2" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:stonebrick", - "data": 0 - } - ], - "result": { - "item": "minecraft:stone_brick_stairs", - "data": 0, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_stonebrick_wall.json b/recipes/stonecutter_stonebrick_wall.json deleted file mode 100644 index 718d221..0000000 --- a/recipes/stonecutter_stonebrick_wall.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_stonebrick_wall" - }, - - - "tags": [ "stonecutter" ], - "priority": 3, - "ingredients": [ - { - "item": "minecraft:stone", - "data": 0 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 7, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_stonebrick_wall2.json b/recipes/stonecutter_stonebrick_wall2.json deleted file mode 100644 index 6287900..0000000 --- a/recipes/stonecutter_stonebrick_wall2.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_stonebrick_wall2" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:stonebrick", - "data": 0 - } - ], - "result": { - "item": "minecraft:cobblestone_wall", - "data": 7, - "count": 1 - } - } - -} diff --git a/recipes/stonecutter_w_copper_block_to_cut_copper.json b/recipes/stonecutter_w_copper_block_to_cut_copper.json deleted file mode 100644 index 30a985a..0000000 --- a/recipes/stonecutter_w_copper_block_to_cut_copper.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_copper_to_cut_copper" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:waxed_copper" - } - ], - "result": { - "item": "minecraft:waxed_cut_copper", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_w_copper_block_to_cut_copper_slab.json b/recipes/stonecutter_w_copper_block_to_cut_copper_slab.json deleted file mode 100644 index f169f6b..0000000 --- a/recipes/stonecutter_w_copper_block_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:waxed_copper" - } - ], - "result": { - "item": "minecraft:waxed_cut_copper_slab", - "count": 8 - } - } - -} diff --git a/recipes/stonecutter_w_copper_block_to_cut_copper_stairs.json b/recipes/stonecutter_w_copper_block_to_cut_copper_stairs.json deleted file mode 100644 index 4136ee2..0000000 --- a/recipes/stonecutter_w_copper_block_to_cut_copper_stairs.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:waxed_copper" - } - ], - "result": { - "item": "minecraft:waxed_cut_copper_stairs", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_w_cut_copper_to_cut_copper_slab.json b/recipes/stonecutter_w_cut_copper_to_cut_copper_slab.json deleted file mode 100644 index 97e093b..0000000 --- a/recipes/stonecutter_w_cut_copper_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_cut_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:waxed_cut_copper" - } - ], - "result": { - "item": "minecraft:waxed_cut_copper_slab", - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_w_cut_copper_to_cut_copper_stairs.json b/recipes/stonecutter_w_cut_copper_to_cut_copper_stairs.json deleted file mode 100644 index f7ceff3..0000000 --- a/recipes/stonecutter_w_cut_copper_to_cut_copper_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_cut_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:waxed_cut_copper" - } - ], - "result": { - "item": "minecraft:waxed_cut_copper_stairs" - } - } - -} diff --git a/recipes/stonecutter_w_exposed_copper_block_to_cut_copper.json b/recipes/stonecutter_w_exposed_copper_block_to_cut_copper.json deleted file mode 100644 index 73a689d..0000000 --- a/recipes/stonecutter_w_exposed_copper_block_to_cut_copper.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_exposed_copper_to_cut_copper" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:waxed_exposed_copper" - } - ], - "result": { - "item": "minecraft:waxed_exposed_cut_copper", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_w_exposed_copper_block_to_cut_copper_slab.json b/recipes/stonecutter_w_exposed_copper_block_to_cut_copper_slab.json deleted file mode 100644 index d12c7b4..0000000 --- a/recipes/stonecutter_w_exposed_copper_block_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_copper_to_exposed_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:waxed_exposed_copper" - } - ], - "result": { - "item": "minecraft:waxed_exposed_cut_copper_slab", - "count": 8 - } - } - -} diff --git a/recipes/stonecutter_w_exposed_copper_block_to_cut_copper_stairs.json b/recipes/stonecutter_w_exposed_copper_block_to_cut_copper_stairs.json deleted file mode 100644 index 36a0541..0000000 --- a/recipes/stonecutter_w_exposed_copper_block_to_cut_copper_stairs.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_exposed_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:waxed_exposed_copper" - } - ], - "result": { - "item": "minecraft:waxed_exposed_cut_copper_stairs", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_w_exposed_cut_copper_to_cut_copper_slab.json b/recipes/stonecutter_w_exposed_cut_copper_to_cut_copper_slab.json deleted file mode 100644 index 7ec06f1..0000000 --- a/recipes/stonecutter_w_exposed_cut_copper_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_exposed_cut_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:waxed_exposed_cut_copper" - } - ], - "result": { - "item": "minecraft:waxed_exposed_cut_copper_slab", - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_w_exposed_cut_copper_to_cut_copper_stairs.json b/recipes/stonecutter_w_exposed_cut_copper_to_cut_copper_stairs.json deleted file mode 100644 index fce0557..0000000 --- a/recipes/stonecutter_w_exposed_cut_copper_to_cut_copper_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_exposed_cut_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:waxed_exposed_cut_copper" - } - ], - "result": { - "item": "minecraft:waxed_exposed_cut_copper_stairs" - } - } - -} diff --git a/recipes/stonecutter_w_oxidized_copper_block_to_cut_copper.json b/recipes/stonecutter_w_oxidized_copper_block_to_cut_copper.json deleted file mode 100644 index 0f5e6fa..0000000 --- a/recipes/stonecutter_w_oxidized_copper_block_to_cut_copper.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_oxidized_copper_to_cut_copper" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:waxed_oxidized_copper" - } - ], - "result": { - "item": "minecraft:waxed_oxidized_cut_copper", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_w_oxidized_copper_block_to_cut_copper_slab.json b/recipes/stonecutter_w_oxidized_copper_block_to_cut_copper_slab.json deleted file mode 100644 index 936cff7..0000000 --- a/recipes/stonecutter_w_oxidized_copper_block_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_oxidized_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:waxed_oxidized_copper" - } - ], - "result": { - "item": "minecraft:waxed_oxidized_cut_copper_slab", - "count": 8 - } - } - -} diff --git a/recipes/stonecutter_w_oxidized_copper_block_to_cut_copper_stairs.json b/recipes/stonecutter_w_oxidized_copper_block_to_cut_copper_stairs.json deleted file mode 100644 index 1eae858..0000000 --- a/recipes/stonecutter_w_oxidized_copper_block_to_cut_copper_stairs.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_oxidized_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:waxed_oxidized_copper" - } - ], - "result": { - "item": "minecraft:waxed_oxidized_cut_copper_stairs", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_w_oxidized_cut_copper_to_cut_copper_slab.json b/recipes/stonecutter_w_oxidized_cut_copper_to_cut_copper_slab.json deleted file mode 100644 index 1a197b3..0000000 --- a/recipes/stonecutter_w_oxidized_cut_copper_to_cut_copper_slab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_oxidized_cut_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:waxed_oxidized_cut_copper" - } - ], - "result": { - "item": "minecraft:waxed_oxidized_cut_copper_slab" - } - } - -} diff --git a/recipes/stonecutter_w_oxidized_cut_copper_to_cut_copper_stairs.json b/recipes/stonecutter_w_oxidized_cut_copper_to_cut_copper_stairs.json deleted file mode 100644 index 40ec0df..0000000 --- a/recipes/stonecutter_w_oxidized_cut_copper_to_cut_copper_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_oxidized_cut_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:waxed_oxidized_cut_copper" - } - ], - "result": { - "item": "minecraft:waxed_oxidized_cut_copper_stairs" - } - } - -} diff --git a/recipes/stonecutter_w_weathered_copper_block_to_cut_copper.json b/recipes/stonecutter_w_weathered_copper_block_to_cut_copper.json deleted file mode 100644 index 2e91af6..0000000 --- a/recipes/stonecutter_w_weathered_copper_block_to_cut_copper.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_weathered_copper_to_cut_copper" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:waxed_weathered_copper" - } - ], - "result": { - "item": "minecraft:waxed_weathered_cut_copper", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_w_weathered_copper_block_to_cut_copper_slab.json b/recipes/stonecutter_w_weathered_copper_block_to_cut_copper_slab.json deleted file mode 100644 index 87a47ce..0000000 --- a/recipes/stonecutter_w_weathered_copper_block_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_weathered_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:waxed_weathered_copper" - } - ], - "result": { - "item": "minecraft:waxed_weathered_cut_copper_slab", - "count": 8 - } - } - -} diff --git a/recipes/stonecutter_w_weathered_copper_block_to_cut_copper_stairs.json b/recipes/stonecutter_w_weathered_copper_block_to_cut_copper_stairs.json deleted file mode 100644 index 49b8dd4..0000000 --- a/recipes/stonecutter_w_weathered_copper_block_to_cut_copper_stairs.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_weathered_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:waxed_weathered_copper" - } - ], - "result": { - "item": "minecraft:waxed_weathered_cut_copper_stairs", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_w_weathered_cut_copper_to_cut_copper_slab.json b/recipes/stonecutter_w_weathered_cut_copper_to_cut_copper_slab.json deleted file mode 100644 index 828a847..0000000 --- a/recipes/stonecutter_w_weathered_cut_copper_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_weathered_cut_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:waxed_weathered_cut_copper" - } - ], - "result": { - "item": "minecraft:waxed_weathered_cut_copper_slab", - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_w_weathered_cut_copper_to_cut_copper_stairs.json b/recipes/stonecutter_w_weathered_cut_copper_to_cut_copper_stairs.json deleted file mode 100644 index 1121494..0000000 --- a/recipes/stonecutter_w_weathered_cut_copper_to_cut_copper_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_waxed_weathered_cut_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:waxed_weathered_cut_copper" - } - ], - "result": { - "item": "minecraft:waxed_weathered_cut_copper_stairs" - } - } - -} diff --git a/recipes/stonecutter_wall_from_polished_blackstone.json b/recipes/stonecutter_wall_from_polished_blackstone.json deleted file mode 100644 index f937fae..0000000 --- a/recipes/stonecutter_wall_from_polished_blackstone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_wall_from_polished_blackstone" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:polished_blackstone" - } - ], - "result": { - "item": "minecraft:polished_blackstone_wall", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_wall_from_polished_blackstone_bricks.json b/recipes/stonecutter_wall_from_polished_blackstone_bricks.json deleted file mode 100644 index 5ef8791..0000000 --- a/recipes/stonecutter_wall_from_polished_blackstone_bricks.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_wall_from_polished_blackstone_bricks" - }, - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:polished_blackstone_bricks" - } - ], - "result": { - "item": "minecraft:polished_blackstone_brick_wall", - "count": 1 - } - } -} diff --git a/recipes/stonecutter_weathered_copper_block_to_cut_copper.json b/recipes/stonecutter_weathered_copper_block_to_cut_copper.json deleted file mode 100644 index 1120c96..0000000 --- a/recipes/stonecutter_weathered_copper_block_to_cut_copper.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_weathered_copper_to_cut_copper" - }, - - - "tags": [ "stonecutter" ], - "priority": 0, - "ingredients": [ - { - "item": "minecraft:weathered_copper" - } - ], - "result": { - "item": "minecraft:weathered_cut_copper", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_weathered_copper_block_to_cut_copper_slab.json b/recipes/stonecutter_weathered_copper_block_to_cut_copper_slab.json deleted file mode 100644 index fba1b23..0000000 --- a/recipes/stonecutter_weathered_copper_block_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_weathered_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:weathered_copper" - } - ], - "result": { - "item": "minecraft:weathered_cut_copper_slab", - "count": 8 - } - } - -} diff --git a/recipes/stonecutter_weathered_copper_block_to_cut_copper_stairs.json b/recipes/stonecutter_weathered_copper_block_to_cut_copper_stairs.json deleted file mode 100644 index 876283d..0000000 --- a/recipes/stonecutter_weathered_copper_block_to_cut_copper_stairs.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_weathered_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:weathered_copper" - } - ], - "result": { - "item": "minecraft:weathered_cut_copper_stairs", - "count": 4 - } - } - -} diff --git a/recipes/stonecutter_weathered_cut_copper_to_cut_copper_slab.json b/recipes/stonecutter_weathered_cut_copper_to_cut_copper_slab.json deleted file mode 100644 index d509101..0000000 --- a/recipes/stonecutter_weathered_cut_copper_to_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_weathered_cut_copper_to_cut_copper_slab" - }, - - - "tags": [ "stonecutter" ], - "priority": 1, - "ingredients": [ - { - "item": "minecraft:weathered_cut_copper" - } - ], - "result": { - "item": "minecraft:weathered_cut_copper_slab", - "count": 2 - } - } - -} diff --git a/recipes/stonecutter_weathered_cut_copper_to_cut_copper_stairs.json b/recipes/stonecutter_weathered_cut_copper_to_cut_copper_stairs.json deleted file mode 100644 index e4b450d..0000000 --- a/recipes/stonecutter_weathered_cut_copper_to_cut_copper_stairs.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:stonecutter_weathered_cut_copper_to_cut_copper_stairs" - }, - - - "tags": [ "stonecutter" ], - "priority": 2, - "ingredients": [ - { - "item": "minecraft:weathered_cut_copper" - } - ], - "result": { - "item": "minecraft:weathered_cut_copper_stairs" - } - } - -} diff --git a/recipes/string_to_wool.json b/recipes/string_to_wool.json deleted file mode 100644 index ba6562d..0000000 --- a/recipes/string_to_wool.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:string_to_wool" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:string" - } - }, - "result": { - "item": "minecraft:wool", - "data": 0 - } - } -} diff --git a/recipes/sugar.json b/recipes/sugar.json deleted file mode 100644 index 6e0fc13..0000000 --- a/recipes/sugar.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:sugar" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:reeds" - } - }, - "result": { - "item": "minecraft:sugar" - } - } -} diff --git a/recipes/suspicious_stew_from_allium.json b/recipes/suspicious_stew_from_allium.json deleted file mode 100644 index 623a68d..0000000 --- a/recipes/suspicious_stew_from_allium.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_allium" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:red_flower", - "data": 2 - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 7 - } - } -} diff --git a/recipes/suspicious_stew_from_azure_bluet.json b/recipes/suspicious_stew_from_azure_bluet.json deleted file mode 100644 index 4ff05bf..0000000 --- a/recipes/suspicious_stew_from_azure_bluet.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_azure_bluet" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:red_flower", - "data": 3 - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 3 - } - } -} diff --git a/recipes/suspicious_stew_from_blue_orchid.json b/recipes/suspicious_stew_from_blue_orchid.json deleted file mode 100644 index 54fedf4..0000000 --- a/recipes/suspicious_stew_from_blue_orchid.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_blue_orchid" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:red_flower", - "data": 1 - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 6 - } - } -} diff --git a/recipes/suspicious_stew_from_cornflower.json b/recipes/suspicious_stew_from_cornflower.json deleted file mode 100644 index 785fe5c..0000000 --- a/recipes/suspicious_stew_from_cornflower.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_cornflower" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:red_flower", - "data": 9 - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 1 - } - } -} diff --git a/recipes/suspicious_stew_from_dandelion.json b/recipes/suspicious_stew_from_dandelion.json deleted file mode 100644 index 7b1fab9..0000000 --- a/recipes/suspicious_stew_from_dandelion.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_dandelion" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:yellow_flower" - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 5 - } - } -} diff --git a/recipes/suspicious_stew_from_lily_of_the_valley.json b/recipes/suspicious_stew_from_lily_of_the_valley.json deleted file mode 100644 index 804d762..0000000 --- a/recipes/suspicious_stew_from_lily_of_the_valley.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_lily_of_the_valley" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:red_flower", - "data": 10 - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 4 - } - } -} diff --git a/recipes/suspicious_stew_from_oxeye_daisy.json b/recipes/suspicious_stew_from_oxeye_daisy.json deleted file mode 100644 index 283a250..0000000 --- a/recipes/suspicious_stew_from_oxeye_daisy.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_oxeye_daisy" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:red_flower", - "data": 8 - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 8 - } - } -} diff --git a/recipes/suspicious_stew_from_poppy.json b/recipes/suspicious_stew_from_poppy.json deleted file mode 100644 index faaaa22..0000000 --- a/recipes/suspicious_stew_from_poppy.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_poppy" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:red_flower", - "data": 0 - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 0 - } - } -} diff --git a/recipes/suspicious_stew_from_tulip_orange.json b/recipes/suspicious_stew_from_tulip_orange.json deleted file mode 100644 index 29443c6..0000000 --- a/recipes/suspicious_stew_from_tulip_orange.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_tulip_orange" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:red_flower", - "data": 5 - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 2 - } - } -} diff --git a/recipes/suspicious_stew_from_tulip_pink.json b/recipes/suspicious_stew_from_tulip_pink.json deleted file mode 100644 index bca2dc8..0000000 --- a/recipes/suspicious_stew_from_tulip_pink.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_tulip_pink" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:red_flower", - "data": 7 - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 2 - } - } -} diff --git a/recipes/suspicious_stew_from_tulip_red.json b/recipes/suspicious_stew_from_tulip_red.json deleted file mode 100644 index 1c29f7d..0000000 --- a/recipes/suspicious_stew_from_tulip_red.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_tulip_red" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:red_flower", - "data": 4 - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 2 - } - } -} diff --git a/recipes/suspicious_stew_from_tulip_white.json b/recipes/suspicious_stew_from_tulip_white.json deleted file mode 100644 index e56bbb9..0000000 --- a/recipes/suspicious_stew_from_tulip_white.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_tulip_white" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:red_flower", - "data": 6 - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 2 - } - } -} diff --git a/recipes/suspicious_stew_from_wither_rose.json b/recipes/suspicious_stew_from_wither_rose.json deleted file mode 100644 index 39c3929..0000000 --- a/recipes/suspicious_stew_from_wither_rose.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:suspicious_stew_from_wither_rose" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - }, - { - "item": "minecraft:bowl" - }, - { - "item": "minecraft:wither_rose" - } - ], - "result": { - "item": "minecraft:suspicious_stew", - "data": 9 - } - } -} diff --git a/recipes/target_block.json b/recipes/target_block.json deleted file mode 100644 index b669be3..0000000 --- a/recipes/target_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:target" - }, - "tags": [ "crafting_table" ], - "pattern": [ - " . ", - ".#.", - " . " - ], - "key": { - "#": { - "item": "minecraft:hay_block" - }, - ".": { - "item": "minecraft:redstone" - } - }, - "result": { - "item": "minecraft:target" - } - } -} diff --git a/recipes/tinted_glass.json b/recipes/tinted_glass.json deleted file mode 100644 index 3ef2a32..0000000 --- a/recipes/tinted_glass.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:tinted_glass" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - " A ", - "ABA", - " A " - ], - "key": { - "A": { - "item": "minecraft:amethyst_shard" - }, - "B": { - "item": "minecraft:glass" - } - }, - "result": { - "item": "minecraft:tinted_glass", - "count": 2 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/tnt.json b/recipes/tnt.json deleted file mode 100644 index 0d09049..0000000 --- a/recipes/tnt.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:tnt" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "X#X", - "#X#", - "X#X" - ], - "key": { - "#": { - "item": "minecraft:sand" - }, - "X": { - "item": "minecraft:gunpowder" - } - }, - "result": { - "item": "minecraft:tnt" - } - } -} diff --git a/recipes/tnt_minecart.json b/recipes/tnt_minecart.json deleted file mode 100644 index 6e3b104..0000000 --- a/recipes/tnt_minecart.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:tnt_minecart" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "A", - "B" - ], - "key": { - "A": { - "item": "minecraft:tnt", - "data": 0 - }, - "B": { - "item": "minecraft:minecart" - } - }, - "result": { - "item": "minecraft:tnt_minecart" - } - } -} diff --git a/recipes/trapped_chest.json b/recipes/trapped_chest.json deleted file mode 100644 index 897a850..0000000 --- a/recipes/trapped_chest.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:trapped_chest" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:chest" - }, - { - "item": "minecraft:tripwire_hook" - } - ], - "result": { - "item": "minecraft:trapped_chest" - } - } -} diff --git a/recipes/tripwire_hook_from_crimson_planks.json b/recipes/tripwire_hook_from_crimson_planks.json deleted file mode 100644 index b818e7b..0000000 --- a/recipes/tripwire_hook_from_crimson_planks.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:tripwire_hook_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "B", - "C" - ], - "key": { - "A": { - "item": "iron_ingot" - }, - "B": { - "item": "stick" - }, - "C": { - "item": "crimson_planks" - } - }, - "result": { - "item": "tripwire_hook", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/tripwire_hook_from_warped_planks.json b/recipes/tripwire_hook_from_warped_planks.json deleted file mode 100644 index 4c29c05..0000000 --- a/recipes/tripwire_hook_from_warped_planks.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:tripwire_hook_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "B", - "C" - ], - "key": { - "A": { - "item": "iron_ingot" - }, - "B": { - "item": "stick" - }, - "C": { - "item": "warped_planks" - } - }, - "result": { - "item": "tripwire_hook", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/turtle_helmet.json b/recipes/turtle_helmet.json deleted file mode 100644 index 541181b..0000000 --- a/recipes/turtle_helmet.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:turtle_helmet" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "XXX", - "X X" - ], - "key": { - "X": { - "item": "minecraft:turtle_shell_piece" - } - }, - "result": { - "item": "minecraft:turtle_helmet" - } - } -} diff --git a/recipes/warped_button.json b/recipes/warped_button.json deleted file mode 100644 index b2f5dcb..0000000 --- a/recipes/warped_button.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_button" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_button", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:warped_planks" - } - }, - "result": { - "item": "minecraft:warped_button", - "count": 1 - } - } -} diff --git a/recipes/warped_door.json b/recipes/warped_door.json deleted file mode 100644 index 9cc9df7..0000000 --- a/recipes/warped_door.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_door" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_door", - "pattern": [ - "##", - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:warped_planks" - } - }, - "result": { - "item": "minecraft:warped_door", - "count": 3 - } - } -} diff --git a/recipes/warped_fence.json b/recipes/warped_fence.json deleted file mode 100644 index f118a97..0000000 --- a/recipes/warped_fence.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_fence" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "W#W", - "W#W" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:warped_planks" - } - }, - "result": { - "item": "minecraft:warped_fence", - "count": 3 - } - } -} diff --git a/recipes/warped_fence_gate.json b/recipes/warped_fence_gate.json deleted file mode 100644 index 476a081..0000000 --- a/recipes/warped_fence_gate.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_fence_gate" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_fence_gate", - "pattern": [ - "#W#", - "#W#" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "W": { - "item": "minecraft:warped_planks" - } - }, - "result": { - "item": "minecraft:warped_fence_gate" - } - } -} diff --git a/recipes/warped_fungus_on_a_stick.json b/recipes/warped_fungus_on_a_stick.json deleted file mode 100644 index 32c7304..0000000 --- a/recipes/warped_fungus_on_a_stick.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_fungus_on_a_stick" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "# ", - " X" - ], - "key": { - "#": { - "item": "minecraft:fishing_rod" - }, - "X": { - "item": "minecraft:warped_fungus" - } - }, - "result": { - "item": "minecraft:warped_fungus_on_a_stick" - } - } -} diff --git a/recipes/warped_hyphae.json b/recipes/warped_hyphae.json deleted file mode 100644 index d933c3e..0000000 --- a/recipes/warped_hyphae.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_hyphae" - }, - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:warped_stem" - } - }, - "result": { - "item": "minecraft:warped_hyphae", - "count": 3 - } - } -} diff --git a/recipes/warped_hyphae_stripped.json b/recipes/warped_hyphae_stripped.json deleted file mode 100644 index 893ec32..0000000 --- a/recipes/warped_hyphae_stripped.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:stripped_warped_hyphae" - }, - - "tags": [ "crafting_table" ], - "group": "wood", - "pattern": [ - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:stripped_warped_stem" - } - }, - "result": { - "item": "minecraft:stripped_warped_hyphae", - "count": 3 - } - } -} diff --git a/recipes/warped_planks.json b/recipes/warped_planks.json deleted file mode 100644 index 4606657..0000000 --- a/recipes/warped_planks.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_planks" - }, - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:warped_stem" - } - }, - "result": { - "item": "minecraft:warped_planks", - "count": 4 - } - } -} diff --git a/recipes/warped_planks_from_stripped_log.json b/recipes/warped_planks_from_stripped_log.json deleted file mode 100644 index 7772f33..0000000 --- a/recipes/warped_planks_from_stripped_log.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_planks_from_stripped_log" - }, - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:stripped_warped_stem" - } - }, - "result": { - "item": "minecraft:warped_planks", - "count": 4 - } - } -} diff --git a/recipes/warped_planks_from_stripped_warped_hyphae.json b/recipes/warped_planks_from_stripped_warped_hyphae.json deleted file mode 100644 index 8e7fa14..0000000 --- a/recipes/warped_planks_from_stripped_warped_hyphae.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_planks_from_stripped_warped_hyphae" - }, - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:stripped_warped_hyphae" - } - }, - "result": { - "item": "minecraft:warped_planks", - "count": 4 - } - } -} diff --git a/recipes/warped_planks_from_warped_hyphae.json b/recipes/warped_planks_from_warped_hyphae.json deleted file mode 100644 index 86b8f46..0000000 --- a/recipes/warped_planks_from_warped_hyphae.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_planks_from_warped_hyphae" - }, - "tags": [ "crafting_table" ], - "group": "planks", - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:warped_hyphae" - } - }, - "result": { - "item": "minecraft:warped_planks", - "count": 4 - } - } -} diff --git a/recipes/warped_pressure_plate.json b/recipes/warped_pressure_plate.json deleted file mode 100644 index 1afffa4..0000000 --- a/recipes/warped_pressure_plate.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_pressure_plate" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_pressure_plate", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:warped_planks" - } - }, - "result": { - "item": "minecraft:warped_pressure_plate", - "count": 1 - } - } -} diff --git a/recipes/warped_sign.json b/recipes/warped_sign.json deleted file mode 100644 index e280afe..0000000 --- a/recipes/warped_sign.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_sign" - }, - "tags": [ - "crafting_table" - ], - "group": "sign", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:warped_planks" }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:warped_sign", - "count": 3 - } - } -} diff --git a/recipes/warped_slab.json b/recipes/warped_slab.json deleted file mode 100644 index 982e900..0000000 --- a/recipes/warped_slab.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_slab" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_slab", - "pattern": [ - "###" - ], - "key": { - "#": { - "item": "minecraft:warped_planks" - } - }, - "result": { - "item": "minecraft:warped_slab", - "count": 6 - } - } -} diff --git a/recipes/warped_stairs.json b/recipes/warped_stairs.json deleted file mode 100644 index 23d3c50..0000000 --- a/recipes/warped_stairs.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_stairs" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_stairs", - "pattern": [ - "# ", - "## ", - "###" - ], - "key": { - "#": { - "item": "minecraft:warped_planks" - } - }, - "result": { - "item": "minecraft:warped_stairs", - "count": 4 - } - } -} diff --git a/recipes/warped_trapdoor.json b/recipes/warped_trapdoor.json deleted file mode 100644 index 70bd994..0000000 --- a/recipes/warped_trapdoor.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:warped_trapdoor" - }, - "tags": [ - "crafting_table" - ], - "group": "wooden_trap_door", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:warped_planks" - } - }, - "result": { - "item": "minecraft:warped_trapdoor", - "count": 2 - } - } -} diff --git a/recipes/waxing_copper_block.json b/recipes/waxing_copper_block.json deleted file mode 100644 index 7f44355..0000000 --- a/recipes/waxing_copper_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_copper_block" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:copper_block" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_copper", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_cut_copper_block.json b/recipes/waxing_cut_copper_block.json deleted file mode 100644 index 23ba209..0000000 --- a/recipes/waxing_cut_copper_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_cut_copper" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:cut_copper" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_cut_copper", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_cut_copper_slab.json b/recipes/waxing_cut_copper_slab.json deleted file mode 100644 index 7261f9d..0000000 --- a/recipes/waxing_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_cut_copper_slab" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:cut_copper_slab" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_cut_copper_slab", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_cut_copper_stairs.json b/recipes/waxing_cut_copper_stairs.json deleted file mode 100644 index e728b9a..0000000 --- a/recipes/waxing_cut_copper_stairs.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_cut_copper_stairs" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:cut_copper_stairs" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_cut_copper_stairs", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_exposed_copper_block.json b/recipes/waxing_exposed_copper_block.json deleted file mode 100644 index e84f5e8..0000000 --- a/recipes/waxing_exposed_copper_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_exposed_copper" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:exposed_copper" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_exposed_copper", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_exposed_cut_copper_block.json b/recipes/waxing_exposed_cut_copper_block.json deleted file mode 100644 index 27892d8..0000000 --- a/recipes/waxing_exposed_cut_copper_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_exposed_cut_copper" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:exposed_cut_copper" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_exposed_cut_copper", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_exposed_cut_copper_slab.json b/recipes/waxing_exposed_cut_copper_slab.json deleted file mode 100644 index 8dd0b91..0000000 --- a/recipes/waxing_exposed_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_exposed_cut_copper_slab" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:exposed_cut_copper_slab" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_exposed_cut_copper_slab", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_exposed_cut_copper_stairs.json b/recipes/waxing_exposed_cut_copper_stairs.json deleted file mode 100644 index 444c09e..0000000 --- a/recipes/waxing_exposed_cut_copper_stairs.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_exposed_cut_copper_stairs" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:exposed_cut_copper_stairs" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_exposed_cut_copper_stairs", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_oxidized_copper_block.json b/recipes/waxing_oxidized_copper_block.json deleted file mode 100644 index 4eabff0..0000000 --- a/recipes/waxing_oxidized_copper_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_oxidized_copper" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:oxidized_copper" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_oxidized_copper", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_oxidized_cut_copper_block.json b/recipes/waxing_oxidized_cut_copper_block.json deleted file mode 100644 index f107f70..0000000 --- a/recipes/waxing_oxidized_cut_copper_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_oxidized_cut_copper" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:oxidized_cut_copper" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_oxidized_cut_copper", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_oxidized_cut_copper_slab.json b/recipes/waxing_oxidized_cut_copper_slab.json deleted file mode 100644 index a6fdbc5..0000000 --- a/recipes/waxing_oxidized_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_oxidized_cut_copper_slab" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:oxidized_cut_copper_slab" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_oxidized_cut_copper_slab", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_oxidized_cut_copper_stairs.json b/recipes/waxing_oxidized_cut_copper_stairs.json deleted file mode 100644 index fc939a4..0000000 --- a/recipes/waxing_oxidized_cut_copper_stairs.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_oxidized_cut_copper_stairs" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:oxidized_cut_copper_stairs" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_oxidized_cut_copper_stairs", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_weathered_copper_block.json b/recipes/waxing_weathered_copper_block.json deleted file mode 100644 index a69674e..0000000 --- a/recipes/waxing_weathered_copper_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_weathered_copper" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:weathered_copper" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_weathered_copper", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_weathered_cut_copper_block.json b/recipes/waxing_weathered_cut_copper_block.json deleted file mode 100644 index ffc5e85..0000000 --- a/recipes/waxing_weathered_cut_copper_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_weathered_cut_copper" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:weathered_cut_copper" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_weathered_cut_copper", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_weathered_cut_copper_slab.json b/recipes/waxing_weathered_cut_copper_slab.json deleted file mode 100644 index 6f5468e..0000000 --- a/recipes/waxing_weathered_cut_copper_slab.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_weathered_cut_copper_slab" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:weathered_cut_copper_slab" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_weathered_cut_copper_slab", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/waxing_weathered_cut_copper_stairs.json b/recipes/waxing_weathered_cut_copper_stairs.json deleted file mode 100644 index 552d856..0000000 --- a/recipes/waxing_weathered_cut_copper_stairs.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:waxing_weathered_cut_copper_stairs" - }, - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:weathered_cut_copper_stairs" - }, - { - "item": "minecraft:honeycomb" - } - ], - "result": { - "item": "minecraft:waxed_weathered_cut_copper_stairs", - "count": 1 - }, - "priority": 1 - } -} \ No newline at end of file diff --git a/recipes/wheat.json b/recipes/wheat.json deleted file mode 100644 index c4ce01b..0000000 --- a/recipes/wheat.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:wheat" - }, - - - "tags": [ "crafting_table" ], - "pattern": [ - "#" - ], - "key": { - "#": { - "item": "minecraft:hay_block" - } - }, - "result": { - "item": "minecraft:wheat", - "count": 9 - } - } -} diff --git a/recipes/white_banner.json b/recipes/white_banner.json deleted file mode 100644 index 0041330..0000000 --- a/recipes/white_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:white_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 0 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 15 - } - } -} diff --git a/recipes/white_candle.json b/recipes/white_candle.json deleted file mode 100644 index bdbe011..0000000 --- a/recipes/white_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:white_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 19 - } - ], - "result": { - "item": "minecraft:white_candle" - } - } -} \ No newline at end of file diff --git a/recipes/white_carpet.json b/recipes/white_carpet.json deleted file mode 100644 index d0274e2..0000000 --- a/recipes/white_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:white_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 0 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 0, - "count": 3 - } - } -} diff --git a/recipes/white_concrete_powder.json b/recipes/white_concrete_powder.json deleted file mode 100644 index 7d767d4..0000000 --- a/recipes/white_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:white_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 19 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 0, - "count": 8 - } - } -} diff --git a/recipes/white_concrete_powder_from_bonemeal.json b/recipes/white_concrete_powder_from_bonemeal.json deleted file mode 100644 index 16a66e4..0000000 --- a/recipes/white_concrete_powder_from_bonemeal.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:white_concrete_powder_from_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "priority": 1, - "ingredients": [ - { - "item": "minecraft:dye", - "data": 15 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 0, - "count": 8 - } - } -} diff --git a/recipes/white_dye_from_bone_meal.json b/recipes/white_dye_from_bone_meal.json deleted file mode 100644 index 9b28db3..0000000 --- a/recipes/white_dye_from_bone_meal.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:white_dye_from_bone_meal" - }, - - - "tags": [ "crafting_table" ], - "group": "white_dye", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:dye", - "data": 19 - } - } -} diff --git a/recipes/white_dye_from_lily_of_the_valley.json b/recipes/white_dye_from_lily_of_the_valley.json deleted file mode 100644 index ce863d5..0000000 --- a/recipes/white_dye_from_lily_of_the_valley.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:white_dye_from_lily_of_the_valley" - }, - - - "tags": [ "crafting_table" ], - "group": "white_dye", - "ingredients": [ - { - "item": "minecraft:red_flower", - "data": 10 - } - ], - "result": { - "item": "minecraft:dye", - "data": 19 - } - } -} diff --git a/recipes/white_stained_glass.json b/recipes/white_stained_glass.json deleted file mode 100644 index e1aaf40..0000000 --- a/recipes/white_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:white_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 19 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 0, - "count": 8 - } - } -} diff --git a/recipes/white_stained_glass_from_bonemeal.json b/recipes/white_stained_glass_from_bonemeal.json deleted file mode 100644 index a0ecb0f..0000000 --- a/recipes/white_stained_glass_from_bonemeal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:white_stained_glass_from_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "priority": 1, - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 15 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 0, - "count": 8 - } - } -} diff --git a/recipes/white_stained_glass_pane.json b/recipes/white_stained_glass_pane.json deleted file mode 100644 index 9ce3db8..0000000 --- a/recipes/white_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:white_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 0 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 0, - "count": 16 - } - } -} diff --git a/recipes/white_stained_glass_pane_from_pane.json b/recipes/white_stained_glass_pane_from_pane.json deleted file mode 100644 index 57010c3..0000000 --- a/recipes/white_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:white_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 19 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 0, - "count": 8 - } - } -} diff --git a/recipes/white_stained_hardened_clay.json b/recipes/white_stained_hardened_clay.json deleted file mode 100644 index 497779c..0000000 --- a/recipes/white_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:white_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 19 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 0, - "count": 8 - } - } -} diff --git a/recipes/white_stained_hardened_clay_from_bonemeal.json b/recipes/white_stained_hardened_clay_from_bonemeal.json deleted file mode 100644 index c755ab6..0000000 --- a/recipes/white_stained_hardened_clay_from_bonemeal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:white_stained_hardened_clay_from_bonemeal" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "priority": 1, - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 15 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 0, - "count": 8 - } - } -} diff --git a/recipes/whtie_candle_from_bonemeal.json b/recipes/whtie_candle_from_bonemeal.json deleted file mode 100644 index 51989c8..0000000 --- a/recipes/whtie_candle_from_bonemeal.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:white_candle_from_bonemeal" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 15 - } - ], - "result": { - "item": "minecraft:white_candle" - } - } -} \ No newline at end of file diff --git a/recipes/wooden_axe_from_crimson_planks.json b/recipes/wooden_axe_from_crimson_planks.json deleted file mode 100644 index f1ef137..0000000 --- a/recipes/wooden_axe_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:wooden_axe_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AB", - " B" - ], - "key": { - "A": { - "item": "crimson_planks" - }, - "B": { - "item": "stick" - } - }, - "result": { - "item": "wooden_axe", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/wooden_axe_from_warped_planks.json b/recipes/wooden_axe_from_warped_planks.json deleted file mode 100644 index 3fd2918..0000000 --- a/recipes/wooden_axe_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:wooden_axe_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA", - "AB", - " B" - ], - "key": { - "A": { - "item": "warped_planks" - }, - "B": { - "item": "stick" - } - }, - "result": { - "item": "wooden_axe", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/wooden_door.json b/recipes/wooden_door.json deleted file mode 100644 index 9b9b565..0000000 --- a/recipes/wooden_door.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:wooden_door" - }, - - - "tags": [ "crafting_table" ], - "group": "wooden_door", - "pattern": [ - "##", - "##", - "##" - ], - "key": { - "#": { - "item": "minecraft:planks", - "data": 0 - } - }, - "result": { - "item": "minecraft:wooden_door", - "count": 3 - } - } -} diff --git a/recipes/wooden_hoe_from_crimson_planks.json b/recipes/wooden_hoe_from_crimson_planks.json deleted file mode 100644 index b710c14..0000000 --- a/recipes/wooden_hoe_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:wooden_hoe_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA ", - " B ", - " B " - ], - "key": { - "A": { - "item": "crimson_planks" - }, - "B": { - "item": "stick" - } - }, - "result": { - "item": "wooden_hoe", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/wooden_hoe_from_warped_planks.json b/recipes/wooden_hoe_from_warped_planks.json deleted file mode 100644 index a1f91be..0000000 --- a/recipes/wooden_hoe_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:wooden_hoe_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AA ", - " B ", - " B " - ], - "key": { - "A": { - "item": "warped_planks" - }, - "B": { - "item": "stick" - } - }, - "result": { - "item": "wooden_hoe", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/wooden_pickaxe_from_crimson_planks.json b/recipes/wooden_pickaxe_from_crimson_planks.json deleted file mode 100644 index 0f31598..0000000 --- a/recipes/wooden_pickaxe_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:wooden_pickaxe_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - " B ", - " B " - ], - "key": { - "A": { - "item": "crimson_planks" - }, - "B": { - "item": "stick" - } - }, - "result": { - "item": "wooden_pickaxe", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/wooden_pickaxe_from_warped_planks.json b/recipes/wooden_pickaxe_from_warped_planks.json deleted file mode 100644 index 8f60cfa..0000000 --- a/recipes/wooden_pickaxe_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:wooden_pickaxe_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "AAA", - " B ", - " B " - ], - "key": { - "A": { - "item": "warped_planks" - }, - "B": { - "item": "stick" - } - }, - "result": { - "item": "wooden_pickaxe", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/wooden_shovel_from_crimson_planks.json b/recipes/wooden_shovel_from_crimson_planks.json deleted file mode 100644 index 50f649d..0000000 --- a/recipes/wooden_shovel_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:wooden_shovel_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "B", - "B" - ], - "key": { - "A": { - "item": "crimson_planks" - }, - "B": { - "item": "stick" - } - }, - "result": { - "item": "wooden_shovel", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/wooden_shovel_from_warped_planks.json b/recipes/wooden_shovel_from_warped_planks.json deleted file mode 100644 index db54601..0000000 --- a/recipes/wooden_shovel_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:wooden_shovel_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "B", - "B" - ], - "key": { - "A": { - "item": "warped_planks" - }, - "B": { - "item": "stick" - } - }, - "result": { - "item": "wooden_shovel", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/wooden_sword_from_crimson_planks.json b/recipes/wooden_sword_from_crimson_planks.json deleted file mode 100644 index a03d245..0000000 --- a/recipes/wooden_sword_from_crimson_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:wooden_sword_from_crimson_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "A", - "B" - ], - "key": { - "A": { - "item": "crimson_planks" - }, - "B": { - "item": "stick" - } - }, - "result": { - "item": "wooden_sword", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/wooden_sword_from_warped_planks.json b/recipes/wooden_sword_from_warped_planks.json deleted file mode 100644 index 5e60732..0000000 --- a/recipes/wooden_sword_from_warped_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.16", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:wooden_sword_from_warped_planks" - }, - "tags": [ - "crafting_table" - ], - "pattern": [ - "A", - "A", - "B" - ], - "key": { - "A": { - "item": "warped_planks" - }, - "B": { - "item": "stick" - } - }, - "result": { - "item": "wooden_sword", - "count": 1 - }, - "priority": 2 - } -} \ No newline at end of file diff --git a/recipes/writable_book.json b/recipes/writable_book.json deleted file mode 100644 index 3973152..0000000 --- a/recipes/writable_book.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:writable_book" - }, - - - "tags": [ "crafting_table" ], - "ingredients": [ - { - "item": "minecraft:book" - }, - { - "item": "minecraft:dye", - "data": 0 - }, - { - "item": "minecraft:feather" - } - ], - "result": { - "item": "minecraft:writable_book" - } - } -} diff --git a/recipes/yellow_banner.json b/recipes/yellow_banner.json deleted file mode 100644 index fb9bd5f..0000000 --- a/recipes/yellow_banner.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:yellow_banner" - }, - - - "tags": [ "crafting_table" ], - "group": "banner", - "pattern": [ - "###", - "###", - " | " - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 4 - }, - "|": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "minecraft:banner", - "data": 11 - } - } -} diff --git a/recipes/yellow_candle.json b/recipes/yellow_candle.json deleted file mode 100644 index 0989349..0000000 --- a/recipes/yellow_candle.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:yellow_candle" - }, - "tags": [ "crafting_table" ], - "group": "candle", - "ingredients": [ - { - "item": "minecraft:candle" - }, - { - "item": "minecraft:dye", - "data": 11 - } - ], - "result": { - "item": "minecraft:yellow_candle" - } - } -} \ No newline at end of file diff --git a/recipes/yellow_carpet.json b/recipes/yellow_carpet.json deleted file mode 100644 index 45ad71e..0000000 --- a/recipes/yellow_carpet.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:yellow_carpet" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "##" - ], - "key": { - "#": { - "item": "minecraft:wool", - "data": 4 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 4, - "count": 3 - } - } -} diff --git a/recipes/yellow_carpet_from_white.json b/recipes/yellow_carpet_from_white.json deleted file mode 100644 index c3af54d..0000000 --- a/recipes/yellow_carpet_from_white.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:yellow_carpet_from_white" - }, - - - "tags": [ "crafting_table" ], - "group": "carpet", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:carpet", - "data": 0 - }, - "X": { - "item": "minecraft:dye", - "data": 11 - } - }, - "result": { - "item": "minecraft:carpet", - "data": 4, - "count": 8 - } - } -} diff --git a/recipes/yellow_concrete_powder.json b/recipes/yellow_concrete_powder.json deleted file mode 100644 index 7c50a38..0000000 --- a/recipes/yellow_concrete_powder.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:yellow_concrete_powder" - }, - - - "tags": [ "crafting_table" ], - "group": "concrete_powder", - "ingredients": [ - { - "item": "minecraft:dye", - "data": 11 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:sand", - "data": 0 - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - }, - { - "item": "minecraft:gravel" - } - ], - "result": { - "item": "minecraft:concrete_powder", - "data": 4, - "count": 8 - } - } -} diff --git a/recipes/yellow_dye_from_dandelion.json b/recipes/yellow_dye_from_dandelion.json deleted file mode 100644 index a72b7d5..0000000 --- a/recipes/yellow_dye_from_dandelion.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:yellow_dye_from_dandelion" - }, - - - "tags": [ "crafting_table" ], - "group": "yellow_dye", - "ingredients": [ - { - "item": "minecraft:yellow_flower", - "data": 0 - } - ], - "result": { - "item": "minecraft:dye", - "data": 11 - } - } -} diff --git a/recipes/yellow_dye_from_sunflower.json b/recipes/yellow_dye_from_sunflower.json deleted file mode 100644 index 3b5a85e..0000000 --- a/recipes/yellow_dye_from_sunflower.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:yellow_dye_from_sunflower" - }, - - - "tags": [ "crafting_table" ], - "group": "yellow_dye", - "ingredients": [ - { - "item": "minecraft:double_plant", - "data": 0 - } - ], - "result": { - "item": "minecraft:dye", - "data": 11, - "count": 2 - } - } -} diff --git a/recipes/yellow_stained_glass.json b/recipes/yellow_stained_glass.json deleted file mode 100644 index d7156dd..0000000 --- a/recipes/yellow_stained_glass.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:yellow_stained_glass" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass" - }, - "X": { - "item": "minecraft:dye", - "data": 11 - } - }, - "result": { - "item": "minecraft:stained_glass", - "data": 4, - "count": 8 - } - } -} diff --git a/recipes/yellow_stained_glass_pane.json b/recipes/yellow_stained_glass_pane.json deleted file mode 100644 index 2739a87..0000000 --- a/recipes/yellow_stained_glass_pane.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:yellow_stained_glass_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "###" - ], - "key": { - "#": { - "item": "minecraft:stained_glass", - "data": 4 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 4, - "count": 16 - } - } -} diff --git a/recipes/yellow_stained_glass_pane_from_pane.json b/recipes/yellow_stained_glass_pane_from_pane.json deleted file mode 100644 index 63b317f..0000000 --- a/recipes/yellow_stained_glass_pane_from_pane.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:yellow_stained_glass_pane_from_pane" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_glass_pane", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "X": { - "item": "minecraft:dye", - "data": 11 - } - }, - "result": { - "item": "minecraft:stained_glass_pane", - "data": 4, - "count": 8 - } - } -} diff --git a/recipes/yellow_stained_hardened_clay.json b/recipes/yellow_stained_hardened_clay.json deleted file mode 100644 index d7f5376..0000000 --- a/recipes/yellow_stained_hardened_clay.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.12", - "minecraft:recipe_shaped": { - "description": { - "identifier": "minecraft:yellow_stained_hardened_clay" - }, - - - "tags": [ "crafting_table" ], - "group": "stained_hardened_clay", - "pattern": [ - "###", - "#X#", - "###" - ], - "key": { - "#": { - "item": "minecraft:hardened_clay" - }, - "X": { - "item": "minecraft:dye", - "data": 11 - } - }, - "result": { - "item": "minecraft:stained_hardened_clay", - "data": 4, - "count": 8 - } - } -} diff --git a/scripts/client/sampleClientScript.js b/scripts/client/sampleClientScript.js deleted file mode 100644 index e69de29..0000000 diff --git a/scripts/server/sampleServerScript.js b/scripts/server/sampleServerScript.js deleted file mode 100644 index e69de29..0000000 diff --git a/spawn_rules/axolotl.json b/spawn_rules/axolotl.json deleted file mode 100644 index c10a344..0000000 --- a/spawn_rules/axolotl.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:axolotl", - "population_control": "water_animal" - }, - "conditions": [ - { - "minecraft:spawns_underground": {}, - "minecraft:spawns_underwater": {}, - "minecraft:disallow_spawns_in_bubble": {}, - "minecraft:weight": { - "default": 10 - }, - "minecraft:density_limit": { - "underground": 5 - }, - "minecraft:spawns_on_block_filter": "minecraft:clay", - "minecraft:herd": { - "min_size": 4, - "max_size": 6, - "event": "minecraft:entity_born", - "event_skip_count": 2 - }, - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "lush_caves" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/bat.json b/spawn_rules/bat.json deleted file mode 100644 index a7f4cb7..0000000 --- a/spawn_rules/bat.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "format_version": "1.17.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:bat", - "population_control": "ambient" - }, - "conditions": [ - { - "minecraft:spawns_underground": {}, - "minecraft:brightness_filter": { - "min": 0, - "max": 4, - "adjust_for_weather": true - }, - "minecraft:height_filter": { - "min": -63, - "max": 63 - }, - "minecraft:weight": { - "default": 10 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 2 - }, - "minecraft:density_limit": { - "surface": 5 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "animal" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/bee.json b/spawn_rules/bee.json deleted file mode 100644 index 4abc6e4..0000000 --- a/spawn_rules/bee.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:bee", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 10 - }, - "minecraft:herd": { - "min_size":1, - "max_size":1 - }, - - "minecraft:biome_filter": [ - { "test": "has_biome_tag", "operator":"==", "value": "plains" }, - { "test": "has_biome_tag", "operator":"==", "value": "sunflower_plains" }, - { "test": "has_biome_tag", "operator":"==", "value": "flower_forest" } - ] - } - ] - } - } \ No newline at end of file diff --git a/spawn_rules/blaze.json b/spawn_rules/blaze.json deleted file mode 100644 index 910cdc5..0000000 --- a/spawn_rules/blaze.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:blaze", - "population_control": "monster" - } - } -} \ No newline at end of file diff --git a/spawn_rules/cat.json b/spawn_rules/cat.json deleted file mode 100644 index e007fd9..0000000 --- a/spawn_rules/cat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:cat", - "population_control": "cat" - } - } -} \ No newline at end of file diff --git a/spawn_rules/chicken.json b/spawn_rules/chicken.json deleted file mode 100644 index 41fb1ff..0000000 --- a/spawn_rules/chicken.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:chicken", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 10 - }, - "minecraft:herd": { - "min_size":2, - "max_size":4 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "animal" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/cod.json b/spawn_rules/cod.json deleted file mode 100644 index cebfe36..0000000 --- a/spawn_rules/cod.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:cod", - "population_control": "water_animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underwater": {}, - - "minecraft:distance_filter": { - "min": 12, - "max": 32 - }, - "minecraft:weight": { - "default": 75 - }, - "minecraft:density_limit": { - "surface":20 - }, - "minecraft:height_filter": { - "min": 50, - "max": 64 - }, - "minecraft:herd": { - "min_size":4, - "max_size":7 - }, - - "minecraft:biome_filter": [ - {"test": "has_biome_tag", "operator":"==", "value": "ocean"}, - {"test": "has_biome_tag", "operator":"!=", "value": "warm"} - ] - } - ] - } -} diff --git a/spawn_rules/cow.json b/spawn_rules/cow.json deleted file mode 100644 index 0ecca9b..0000000 --- a/spawn_rules/cow.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:cow", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 8 - }, - "minecraft:herd": { - "min_size":2, - "max_size":3 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "animal" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/creeper.json b/spawn_rules/creeper.json deleted file mode 100644 index 6a299d2..0000000 --- a/spawn_rules/creeper.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:creeper", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underground": {}, - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - "minecraft:weight": { - "default": 100 - }, - "minecraft:density_limit": { - "surface": 5 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "monster" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/dolphin.json b/spawn_rules/dolphin.json deleted file mode 100644 index 7ddf002..0000000 --- a/spawn_rules/dolphin.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:dolphin", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underwater": {}, - - "minecraft:weight": { - "default": 7 - }, - "minecraft:height_filter": { - "min": 50, - "max": 64 - }, - "minecraft:herd": { - "min_size": 3, - "max_size": 5 - }, - "minecraft:density_limit": { - "surface": 5, - "underground": 0 - }, - "minecraft:biome_filter": [ - { "test": "has_biome_tag", "operator": "==", "value": "ocean" }, - { "test": "has_biome_tag", "operator": "!=", "value": "frozen"} - ] - } - ] - } -} diff --git a/spawn_rules/donkey.json b/spawn_rules/donkey.json deleted file mode 100644 index baab6ce..0000000 --- a/spawn_rules/donkey.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:donkey", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 1 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 6 - }, - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "plains" - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 1 - }, - "minecraft:herd": { - "min_size": 1, - "max_size": 2 - }, - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "meadow" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/drowned.json b/spawn_rules/drowned.json deleted file mode 100644 index c15f473..0000000 --- a/spawn_rules/drowned.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:drowned", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underwater": {}, - - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 100 - }, - - "minecraft:density_limit": { - "surface": 5 - }, - - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator": "==", "value": "ocean" - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underwater": {}, - - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 5 - }, - - "minecraft:density_limit": { - "surface": 2 - }, - - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "river" - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underwater": {}, - - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 100 - }, - - "minecraft:density_limit": { - "surface": 2 - }, - - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "dripstone_caves" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/enderman.json b/spawn_rules/enderman.json deleted file mode 100644 index a054ed0..0000000 --- a/spawn_rules/enderman.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:enderman", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underground": {}, - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - "minecraft:weight": { - "default": 10 - }, - "minecraft:herd": { - "min_size": 1, - "max_size": 2 - }, - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator": "==", "value": "monster" - } - }, - { - "minecraft:spawns_underground": {}, - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - "minecraft:weight": { - "default": 6 - }, - "minecraft:herd": { - "min_size": 1, - "max_size": 1 - }, - "minecraft:biome_filter": { - "all_of": [ - {"test": "has_biome_tag", "operator": "==", "value": "nether"}, - {"test": "has_biome_tag", "operator": "==", "value": "spawn_endermen"} - ] - } - }, - { - "minecraft:spawns_underground": { - }, - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 10 - }, - - "minecraft:herd": { - "min_size": 1, - "max_size": 1 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator": "==", "value": "warped_forest" - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:weight": { - "default": 10 - }, - "minecraft:herd": { - "min_size": 4, - "max_size": 4 - }, - "minecraft:biome_filter": [ - { - "test": "has_biome_tag", "operator": "==", "value": "the_end" - } - ] - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/fox.json b/spawn_rules/fox.json deleted file mode 100644 index 9160efd..0000000 --- a/spawn_rules/fox.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:fox", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 8 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 4, - "event": "minecraft:entity_born", - "event_skip_count": 2 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "taiga" - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 8 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 4, - "event": "minecraft:entity_born", - "event_skip_count": 2 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "grove" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/ghast.json b/spawn_rules/ghast.json deleted file mode 100644 index 691eefd..0000000 --- a/spawn_rules/ghast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:ghast", - "population_control": "monster" - }, - - "conditions": [ - { - "minecraft:spawns_underground": { - }, - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 40 - }, - - "minecraft:density_limit": { - "surface": 0, - "underground": 2 - }, - - "minecraft:biome_filter": { - "all_of": [ - {"test": "has_biome_tag", "operator":"==", "value": "nether"}, - {"test": "has_biome_tag", "operator":"==", "value": "spawn_ghast"} - ] - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/glow_squid.json b/spawn_rules/glow_squid.json deleted file mode 100644 index 5bed7b5..0000000 --- a/spawn_rules/glow_squid.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:glow_squid", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_underground": {}, - "minecraft:spawns_underwater": {}, - "minecraft:weight": { - "default": 10 - }, - "minecraft:height_filter": { - "min": -64, - "max": 30 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/goat.json b/spawn_rules/goat.json deleted file mode 100644 index 2a01c5c..0000000 --- a/spawn_rules/goat.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:goat", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": [ - "minecraft:stone", - "minecraft:snow", - "minecraft:powder_snow", - "minecraft:snow_layer", - "minecraft:packed_ice", - "minecraft:gravel" - ], - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 5 - }, - "minecraft:herd": { - "min_size": 1, - "max_size": 3 - }, - "minecraft:biome_filter": { - "any_of": [ - { - "test": "has_biome_tag", - "operator": "==", - "value": "snowy_slopes" - }, - { - "test": "has_biome_tag", - "operator": "==", - "value": "jagged_peaks" - }, - { - "test": "has_biome_tag", - "operator": "==", - "value": "frozen_peaks" - } - ] - } - } - ] - } -} diff --git a/spawn_rules/guardian.json b/spawn_rules/guardian.json deleted file mode 100644 index b441694..0000000 --- a/spawn_rules/guardian.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:guardian", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_underwater": {} - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/hoglin.json b/spawn_rules/hoglin.json deleted file mode 100644 index 7b837ad..0000000 --- a/spawn_rules/hoglin.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:hoglin", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_underground": {}, - - "minecraft:spawns_on_block_prevented_filter": [ - "minecraft:nether_wart_block", - "minecraft:shroomlight" - ], - "minecraft:difficulty_filter": { - "min": "peaceful", - "max": "hard" - }, - - "minecraft:weight": { - "default": 20 - }, - - "minecraft:herd": { - "min_size": 4, - "max_size": 4 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "crimson_forest" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/horse.json b/spawn_rules/horse.json deleted file mode 100644 index b873df8..0000000 --- a/spawn_rules/horse.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:horse", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 4 - }, - "minecraft:herd": [ - {"min_size":2, "max_size":6, "event":"minecraft:make_white"}, - {"min_size":2, "max_size":6, "event":"minecraft:make_creamy"}, - {"min_size":2, "max_size":6, "event":"minecraft:make_chestnut"}, - {"min_size":2, "max_size":6, "event":"minecraft:make_brown"}, - {"min_size":2, "max_size":6, "event":"minecraft:make_black"}, - {"min_size":2, "max_size":6, "event":"minecraft:make_gray"}, - {"min_size":2, "max_size":6, "event":"minecraft:make_darkbrown"} - ], - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "plains" - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 1 - }, - "minecraft:herd": [ - {"min_size":2, "max_size":6, "event":"minecraft:make_white"}, - {"min_size":2, "max_size":6, "event":"minecraft:make_creamy"}, - {"min_size":2, "max_size":6, "event":"minecraft:make_chestnut"}, - {"min_size":2, "max_size":6, "event":"minecraft:make_brown"}, - {"min_size":2, "max_size":6, "event":"minecraft:make_black"}, - {"min_size":2, "max_size":6, "event":"minecraft:make_gray"}, - {"min_size":2, "max_size":6, "event":"minecraft:make_darkbrown"} - ], - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "savanna" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/husk.json b/spawn_rules/husk.json deleted file mode 100644 index 53ee757..0000000 --- a/spawn_rules/husk.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:husk", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - "minecraft:weight": { - "default": 240 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator": "==", "value": "desert" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/llama.json b/spawn_rules/llama.json deleted file mode 100644 index f2e7770..0000000 --- a/spawn_rules/llama.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:llama", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 5 - }, - "minecraft:herd": { - "min_size":4, - "max_size":6 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "extreme_hills" - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 8 - }, - "minecraft:herd": { - "min_size":4, - "max_size":4 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "savanna" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/magma_cube.json b/spawn_rules/magma_cube.json deleted file mode 100644 index b6ffd00..0000000 --- a/spawn_rules/magma_cube.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:magma_cube", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_underground": { - }, - - "minecraft:spawns_on_block_prevented_filter": [ - "minecraft:nether_wart_block", - "minecraft:shroomlight" - ], - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 10 - }, - - "minecraft:herd": { - "min_size": 1, - "max_size": 4 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "spawn_magma_cubes" - } - }, - { - "minecraft:spawns_underground": { - }, - - "minecraft:spawns_on_block_prevented_filter": [ - "minecraft:nether_wart_block", - "minecraft:shroomlight" - ], - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 100 - }, - - "minecraft:herd": { - "min_size": 2, - "max_size": 5 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "spawn_many_magma_cubes" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/mooshroom.json b/spawn_rules/mooshroom.json deleted file mode 100644 index 131a43c..0000000 --- a/spawn_rules/mooshroom.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:mooshroom", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:brightness_filter": { - "min": 9, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 8 - }, - "minecraft:herd": { - "min_size":4, - "max_size":8 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "mooshroom_island" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/ocelot.json b/spawn_rules/ocelot.json deleted file mode 100644 index 4397c48..0000000 --- a/spawn_rules/ocelot.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:ocelot", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 30 - }, - "minecraft:herd": { - "min_size":1, - "max_size":2 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "jungle" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/panda.json b/spawn_rules/panda.json deleted file mode 100644 index 5876016..0000000 --- a/spawn_rules/panda.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:panda", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 10 - }, - "minecraft:herd": { - "min_size":1, - "max_size":2 - }, - - "minecraft:biome_filter": [ - { "test": "has_biome_tag", "operator":"==", "value": "jungle" }, - { "test": "has_biome_tag", "operator": "!=", "value": "bamboo" } - ] - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 40 - }, - "minecraft:herd": { - "min_size":1, - "max_size":2 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "bamboo" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/parrot.json b/spawn_rules/parrot.json deleted file mode 100644 index a20df41..0000000 --- a/spawn_rules/parrot.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:parrot", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 40 - }, - "minecraft:herd": { - "min_size":1, - "max_size":2 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "jungle" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/phantom.json b/spawn_rules/phantom.json deleted file mode 100644 index 5e560c7..0000000 --- a/spawn_rules/phantom.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:phantom", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": { - }, - - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 100 - }, - - "minecraft:density_limit": { - "surface": 5 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "monster" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/pig.json b/spawn_rules/pig.json deleted file mode 100644 index 593b3d9..0000000 --- a/spawn_rules/pig.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:pig", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 10 - }, - "minecraft:herd": { - "min_size":1, - "max_size":3 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "animal" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/piglin.json b/spawn_rules/piglin.json deleted file mode 100644 index c2c64e8..0000000 --- a/spawn_rules/piglin.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:piglin", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_underground": {}, - - "minecraft:spawns_on_block_prevented_filter": [ - "minecraft:nether_wart_block", - "minecraft:shroomlight" - ], - "minecraft:difficulty_filter": { - "min": "peaceful", - "max": "hard" - }, - - "minecraft:weight": { - "default": 5 - }, - - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "spawn_piglin" - } - }, - { - "minecraft:spawns_underground": {}, - - "minecraft:spawns_on_block_prevented_filter": [ - "minecraft:nether_wart_block", - "minecraft:shroomlight" - ], - "minecraft:difficulty_filter": { - "min": "peaceful", - "max": "hard" - }, - - "minecraft:weight": { - "default": 15 - }, - - "minecraft:herd": { - "min_size": 4, - "max_size": 4 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "spawn_few_piglins" - } - } - - ] - } -} \ No newline at end of file diff --git a/spawn_rules/pillager.json b/spawn_rules/pillager.json deleted file mode 100644 index 783679a..0000000 --- a/spawn_rules/pillager.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:pillager", - "population_control": "pillager" - } - } -} \ No newline at end of file diff --git a/spawn_rules/pillager_patrol.json b/spawn_rules/pillager_patrol.json deleted file mode 100644 index 6cb70de..0000000 --- a/spawn_rules/pillager_patrol.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "format_version": "1.11.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:pillager_patrol", - "population_control": "pillager" - }, - "conditions": [ - { - "minecraft:mob_event_filter": { - "event": "minecraft:pillager_patrols_event" - }, - "minecraft:world_age_filter": { - "min": 6000 - }, - "minecraft:delay_filter": { - "min": 600, - "max": 660, - "identifier": "minecraft:pillager_patrol_easy", - "spawn_chance": 20 - }, - "minecraft:spawns_on_surface": {}, - "minecraft:distance_filter": { - "min": 24, - "max": 48 - }, - "minecraft:difficulty_filter": { - "max": "easy" - }, - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": false - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 5, - "initial_event": "minecraft:promote_to_patrol_captain", - "initial_event_count": 1, - "event": "minecraft:spawn_as_patrol_follower", - "event_skip_count": 1 - }, - "minecraft:permute_type": [ - { - "weight": 100, - "entity_type": "minecraft:pillager" - } - ], - "minecraft:biome_filter": { - "all_of": [ - { "test": "has_biome_tag", "operator": "!=", "value": "mooshroom_island" }, - { "test": "has_biome_tag", "operator": "!=", "value": "nether" }, - { "test": "has_biome_tag", "operator": "!=", "value": "the_end" } - ] - }, - "minecraft:player_in_village_filter": { - "distance": 48, - "village_border_tolerance": 32 - } - }, - { - "minecraft:mob_event_filter": { - "event": "minecraft:pillager_patrols_event" - }, - "minecraft:world_age_filter": { - "min": 6000 - }, - "minecraft:delay_filter": { - "min": 600, - "max": 660, - "identifier": "minecraft:pillager_patrol_normal", - "spawn_chance": 20 - }, - "minecraft:spawns_on_surface": {}, - "minecraft:distance_filter": { - "min": 24, - "max": 48 - }, - "minecraft:difficulty_filter": { - "min": "normal", - "max": "normal" - }, - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": false - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 5, - "initial_event": "minecraft:promote_to_patrol_captain", - "initial_event_count": 1, - "event": "minecraft:spawn_as_patrol_follower", - "event_skip_count": 1 - }, - "minecraft:permute_type": [ - { - "weight": 100, - "entity_type": "minecraft:pillager" - } - ], - "minecraft:biome_filter": { - "all_of": [ - { "test": "has_biome_tag", "operator": "!=", "value": "mooshroom_island" }, - { "test": "has_biome_tag", "operator": "!=", "value": "nether" }, - { "test": "has_biome_tag", "operator": "!=", "value": "the_end" } - ] - }, - "minecraft:player_in_village_filter": { - "distance": 48, - "village_border_tolerance": 32 - } - }, - { - "minecraft:mob_event_filter": { - "event": "minecraft:pillager_patrols_event" - }, - "minecraft:world_age_filter": { - "min": 6000 - }, - "minecraft:delay_filter": { - "min": 600, - "max": 660, - "identifier": "minecraft:pillager_patrol_hard", - "spawn_chance": 20 - }, - "minecraft:spawns_on_surface": {}, - "minecraft:distance_filter": { - "min": 24, - "max": 48 - }, - "minecraft:difficulty_filter": { - "min": "hard" - }, - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": false - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 5, - "initial_event": "minecraft:promote_to_patrol_captain", - "initial_event_count": 1, - "event": "minecraft:spawn_as_patrol_follower", - "event_skip_count": 1 - }, - "minecraft:permute_type": [ - { - "weight": 100, - "entity_type": "minecraft:pillager" - } - ], - "minecraft:biome_filter": { - "all_of": [ - { "test": "has_biome_tag", "operator": "!=", "value": "mooshroom_island" }, - { "test": "has_biome_tag", "operator": "!=", "value": "nether" }, - { "test": "has_biome_tag", "operator": "!=", "value": "the_end" } - ] - }, - "minecraft:player_in_village_filter": { - "distance": 48, - "village_border_tolerance": 32 - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/polar_bear.json b/spawn_rules/polar_bear.json deleted file mode 100644 index 5a819b1..0000000 --- a/spawn_rules/polar_bear.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:polar_bear", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 1 - }, - "minecraft:herd": { - "min_size": 1, - "max_size": 2, - "event":"minecraft:entity_born", - "event_skip_count": 1 - }, - - "minecraft:biome_filter": [ - {"test": "has_biome_tag", "operator":"==", "value": "frozen"}, - {"test": "has_biome_tag", "operator":"!=", "value": "ocean"} - ] - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:ice", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 5 - }, - "minecraft:herd": { - "min_size": 1, - "max_size": 2, - "event":"minecraft:entity_born", - "event_skip_count": 1 - }, - - "minecraft:biome_filter": [ - {"test": "has_biome_tag", "operator":"==", "value": "frozen"}, - {"test": "has_biome_tag", "operator":"==", "value": "ocean"} - ] - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/pufferfish.json b/spawn_rules/pufferfish.json deleted file mode 100644 index eaf1507..0000000 --- a/spawn_rules/pufferfish.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:pufferfish", - "population_control": "water_animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underwater": {}, - - "minecraft:distance_filter": { - "min": 12, - "max": 32 - }, - "minecraft:weight": { - "default": 25 - }, - "minecraft:density_limit": { - "surface":3 - }, - "minecraft:height_filter": { - "min": 50, - "max": 64 - }, - "minecraft:herd": { - "min_size":3, - "max_size":5 - }, - - "minecraft:biome_filter": [ - {"test": "has_biome_tag", "operator":"==", "value": "ocean"}, - {"test": "has_biome_tag", "operator":"==", "value": "warm"} - ] - } - ] - } -} diff --git a/spawn_rules/rabbit.json b/spawn_rules/rabbit.json deleted file mode 100644 index 70134be..0000000 --- a/spawn_rules/rabbit.json +++ /dev/null @@ -1,114 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:rabbit", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": [ - "minecraft:grass", - "minecraft:snow", - "minecraft:sand", - "minecraft:snow_layer" - ], - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 4 - }, - "minecraft:herd": { - "min_size":2, - "max_size":3 - }, - "minecraft:biome_filter": { - "any_of": [ - { - "all_of": [ - { "test": "has_biome_tag", "operator":"==", "value": "taiga"}, - { "test": "has_biome_tag", "operator":"!=", "value": "mega"} - ] - }, - {"test": "is_snow_covered", "operator":"==", "value": true}, - {"test": "has_biome_tag", "operator":"==", "value":"desert"} - ] - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": [ - "minecraft:grass", - "minecraft:snow", - "minecraft:sand", - "minecraft:snow_layer" - ], - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 4 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 3 - }, - "minecraft:biome_filter": { - "any_of": [ - { - "test": "has_biome_tag", - "operator": "==", - "value": "flower_forest" - }, - { - "test": "has_biome_tag", - "operator": "==", - "value": "grove" - }, - { - "test": "has_biome_tag", - "operator": "==", - "value": "snowy_slopes" - } - ] - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": [ - "minecraft:grass", - "minecraft:snow", - "minecraft:sand", - "minecraft:snow_layer" - ], - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 2 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 6 - }, - "minecraft:biome_filter": { - "any_of": [ - { - "test": "has_biome_tag", - "operator": "==", - "value": "meadow" - } - ] - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/salmon.json b/spawn_rules/salmon.json deleted file mode 100644 index cf16611..0000000 --- a/spawn_rules/salmon.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:salmon", - "population_control": "water_animal" - }, - "conditions": [ - { - "minecraft:density_limit": { - "surface":10 - }, - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underwater": {}, - - "minecraft:distance_filter": { - "min": 12, - "max": 32 - }, - "minecraft:weight": { - "default": 26 - }, - "minecraft:height_filter": { - "min": 50, - "max": 64 - }, - "minecraft:herd": { - "min_size":3, - "max_size":5 - }, - - "minecraft:biome_filter": [ - {"test": "has_biome_tag", "operator":"==", "value": "ocean"}, - {"test": "has_biome_tag", "operator":"!=", "value": "warm"} - ] - }, - { - "minecraft:density_limit": { - "surface":4 - }, - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underwater": {}, - - "minecraft:distance_filter": { - "min": 12, - "max": 32 - }, - "minecraft:weight": { - "default": 16 - }, - "minecraft:height_filter": { - "min": 50, - "max": 64 - }, - "minecraft:herd": { - "min_size":3, - "max_size":5 - }, - - "minecraft:biome_filter": [ - {"test": "has_biome_tag", "operator":"==", "value": "river"} - ] - } - ] - } -} diff --git a/spawn_rules/sheep.json b/spawn_rules/sheep.json deleted file mode 100644 index 4cf1474..0000000 --- a/spawn_rules/sheep.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:sheep", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 12 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 3 - }, - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "animal" - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 2 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "meadow" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/skeleton.json b/spawn_rules/skeleton.json deleted file mode 100644 index 4895323..0000000 --- a/spawn_rules/skeleton.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:skeleton", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": { - }, - - "minecraft:spawns_underground": { - }, - - "minecraft:spawns_on_block_prevented_filter": [ - "minecraft:nether_wart_block", - "minecraft:shroomlight" - ], - - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 80 - }, - - "minecraft:herd": { - "min_size": 1, - "max_size": 2 - }, - - "minecraft:biome_filter": { - "any_of": [ - { - "all_of": [ - { - "test": "has_biome_tag", - "operator": "==", - "value": "monster" - }, - { - "test": "has_biome_tag", - "operator": "!=", - "value": "frozen" - } - ] - }, - { - "test": "has_biome_tag", - "operator": "==", - "value": "soulsand_valley" - } - ] - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/slime.json b/spawn_rules/slime.json deleted file mode 100644 index 2438793..0000000 --- a/spawn_rules/slime.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:slime", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underground": {}, - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - "minecraft:weight": { - "default": 100 - }, - "minecraft:biome_filter": { - "any_of": [ - {"test": "has_biome_tag", "operator": "==", "value": "monster"}, - {"test": "has_biome_tag", "operator": "==", "value": "swamp"}, - {"test": "has_biome_tag", "operator": "==", "value": "frozen"} - ] - } - } - ] - } - } diff --git a/spawn_rules/spider.json b/spawn_rules/spider.json deleted file mode 100644 index c31be74..0000000 --- a/spawn_rules/spider.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:spider", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": { - }, - - "minecraft:spawns_underground": { - }, - - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 100 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator":"==", "value": "monster" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/squid.json b/spawn_rules/squid.json deleted file mode 100644 index 2e633cb..0000000 --- a/spawn_rules/squid.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:squid", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underwater": {}, - "minecraft:weight": { - "default": 8 - }, - "minecraft:density_limit": { - "surface": 4 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator": "==", "value": "ocean" - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underwater": {}, - "minecraft:weight": { - "default": 8 - }, - "minecraft:density_limit": { - "surface": 2 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - - "minecraft:biome_filter": { - "any_of": [ - { "test": "has_biome_tag", "operator": "==", "value": "river" } - ] - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/stray.json b/spawn_rules/stray.json deleted file mode 100644 index 959c33d..0000000 --- a/spawn_rules/stray.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:stray", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": { - }, - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - - "minecraft:spawn_event": { - "event": "change_to_skeleton" - }, - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 120 - }, - - "minecraft:herd": { - "min_size": 1, - "max_size": 2 - }, - - "minecraft:biome_filter": [ - { "test": "has_biome_tag", "operator":"==", "value": "frozen"}, - { "test": "has_biome_tag", "operator":"!=", "value": "ocean"} - ] - }, - { - "minecraft:spawns_on_surface": { - }, - "minecraft:spawns_underground": { - }, - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - - "minecraft:spawn_event": { - "event": "change_to_skeleton" - }, - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:height_filter": { - "min": 60, - "max": 66 - }, - - "minecraft:weight": { - "default": 120 - }, - - "minecraft:herd": { - "min_size": 1, - "max_size": 2 - }, - - "minecraft:biome_filter": [ - { "test": "has_biome_tag", "operator":"==", "value": "frozen"}, - { "test": "has_biome_tag", "operator":"==", "value": "ocean"} - ] - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/strider.json b/spawn_rules/strider.json deleted file mode 100644 index f2e7ba6..0000000 --- a/spawn_rules/strider.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:strider", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_lava": {}, - "minecraft:spawns_underground": {}, - - "minecraft:difficulty_filter": { - "min": "peaceful", - "max": "hard" - }, - - "minecraft:weight": { - "default": 20 - }, - - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - - "minecraft:density_limit": { - "surface": 3 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "nether" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/tropicalfish.json b/spawn_rules/tropicalfish.json deleted file mode 100644 index 981783d..0000000 --- a/spawn_rules/tropicalfish.json +++ /dev/null @@ -1,364 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:tropicalfish", - "population_control": "water_animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underwater": {}, - - "minecraft:distance_filter": { - "min": 12, - "max": 32 - }, - "minecraft:weight": { - "default": 75 - }, - "minecraft:density_limit": { - "surface": 20 - }, - "minecraft:height_filter": { - "min": 50, - "max": 64 - }, - "minecraft:herd": [ - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_anenonme" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_black_tang" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_blue_dory" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_butterfly_fish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_cichlid" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_clownfish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_cc_betta" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_dog_fish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_e_red_snapper" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_goat_fish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_moorish_idol" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_ornate_butterfly" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_parrot_fish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_queen_angel_fish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_red_cichlid" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_red_lipped_benny" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_red_snapper" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_threadfin" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_tomato_clown" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_triggerfish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_yellow_tang" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_yellow_tail_parrot" - } - ], - - "minecraft:biome_filter": [ - { - "test": "has_biome_tag", - "operator": "==", - "value": "ocean" - }, - { - "any_of": [ - { - "test": "has_biome_tag", - "operator": "==", - "value": "warm" - }, - { - "test": "has_biome_tag", - "operator": "==", - "value": "lukewarm" - } - ] - } - ] - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underwater": {}, - - "minecraft:distance_filter": { - "min": 12, - "max": 32 - }, - "minecraft:weight": { - "default": 25 - }, - "minecraft:density_limit": { - "surface": 20 - }, - "minecraft:height_filter": { - "min": 50, - "max": 64 - }, - "minecraft:herd": { - "min_size": 1, - "max_size": 3 - }, - "minecraft:biome_filter": [ - { - "test": "has_biome_tag", - "operator": "==", - "value": "ocean" - }, - { - "any_of": [ - { - "test": "has_biome_tag", - "operator": "==", - "value": "warm" - }, - { - "test": "has_biome_tag", - "operator": "==", - "value": "lukewarm" - } - ] - } - ] - }, - { - "minecraft:spawns_underground": {}, - "minecraft:spawns_underwater": {}, - - "minecraft:distance_filter": { - "min": 12, - "max": 32 - }, - "minecraft:weight": { - "default": 75 - }, - "minecraft:density_limit": { - "surface": 20 - }, - "minecraft:herd": [ - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_anenonme" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_black_tang" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_blue_dory" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_butterfly_fish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_cichlid" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_clownfish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_cc_betta" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_dog_fish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_e_red_snapper" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_goat_fish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_moorish_idol" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_ornate_butterfly" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_parrot_fish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_queen_angel_fish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_red_cichlid" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_red_lipped_benny" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_red_snapper" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_threadfin" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_tomato_clown" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_triggerfish" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_yellow_tang" - }, - { - "min_size": 3, - "max_size": 5, - "event": "minecraft:become_yellow_tail_parrot" - } - ], - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "lush_caves" - } - }, - { - "minecraft:spawns_underground": {}, - "minecraft:spawns_underwater": {}, - - "minecraft:distance_filter": { - "min": 12, - "max": 32 - }, - "minecraft:weight": { - "default": 25 - }, - "minecraft:density_limit": { - "surface": 20 - }, - "minecraft:herd": { - "min_size": 1, - "max_size": 3 - }, - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "lush_caves" - } - } - ] - } -} diff --git a/spawn_rules/turtle.json b/spawn_rules/turtle.json deleted file mode 100644 index 29afa68..0000000 --- a/spawn_rules/turtle.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:turtle", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:sand", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:height_filter": { - "min": 60, - "max": 67 - }, - "minecraft:weight": { - "default": 8 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 6 - }, - "minecraft:biome_filter": [ - {"test": "has_biome_tag", "operator": "==", "value": "beach" }, - {"test": "has_biome_tag", "operator": "==", "value": "warm"} - ] - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/witch.json b/spawn_rules/witch.json deleted file mode 100644 index 9bf3d22..0000000 --- a/spawn_rules/witch.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:witch", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underground": {}, - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - "minecraft:weight": { - "default": 5 - }, - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator": "==", "value": "monster" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/wither_skeleton.json b/spawn_rules/wither_skeleton.json deleted file mode 100644 index 1c4a57e..0000000 --- a/spawn_rules/wither_skeleton.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:wither_skeleton", - "population_control": "monster" - } - } -} \ No newline at end of file diff --git a/spawn_rules/wolf.json b/spawn_rules/wolf.json deleted file mode 100644 index b177f8f..0000000 --- a/spawn_rules/wolf.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:wolf", - "population_control": "animal" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": [ - "minecraft:grass", - "minecraft:podzol", - "minecraft:dirt" - ], - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 8 - }, - "minecraft:herd": { - "min_size": 4, - "max_size": 4 - }, - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "taiga" - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": [ - "minecraft:grass", - "minecraft:podzol", - "minecraft:dirt" - ], - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 8 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "grove" - } - }, - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_on_block_filter": "minecraft:grass", - "minecraft:brightness_filter": { - "min": 7, - "max": 15, - "adjust_for_weather": false - }, - "minecraft:weight": { - "default": 5 - }, - "minecraft:herd": { - "min_size": 4, - "max_size": 4 - }, - "minecraft:biome_filter": { - "all_of": [ - { - "test": "has_biome_tag", - "operator": "==", - "value": "forest" - }, - { - "test": "has_biome_tag", - "operator": "!=", - "value": "mutated" - }, - { - "test": "has_biome_tag", - "operator": "!=", - "value": "birch" - }, - { - "test": "has_biome_tag", - "operator": "!=", - "value": "roofed" - }, - { - "test": "has_biome_tag", - "operator": "!=", - "value": "mountain" - } - ] - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/zombie.json b/spawn_rules/zombie.json deleted file mode 100644 index f187763..0000000 --- a/spawn_rules/zombie.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:zombie", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_on_surface": {}, - "minecraft:spawns_underground": {}, - "minecraft:brightness_filter": { - "min": 0, - "max": 7, - "adjust_for_weather": true - }, - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - "minecraft:weight": { - "default": 100 - }, - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - "minecraft:permute_type": [ - { - "weight": 95 - }, - { - "weight": 5, - "entity_type": "minecraft:zombie_villager_v2" - } - ], - "minecraft:biome_filter": { - "test": "has_biome_tag", "operator": "==", "value": "monster" - } - } - ] - } -} \ No newline at end of file diff --git a/spawn_rules/zombie_pigman.json b/spawn_rules/zombie_pigman.json deleted file mode 100644 index cb20f53..0000000 --- a/spawn_rules/zombie_pigman.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "format_version": "1.8.0", - "minecraft:spawn_rules": { - "description": { - "identifier": "minecraft:zombie_pigman", - "population_control": "monster" - }, - "conditions": [ - { - "minecraft:spawns_underground": { - }, - - "minecraft:spawns_on_block_prevented_filter": [ - "minecraft:nether_wart_block", - "minecraft:shroomlight" - ], - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 100 - }, - - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "spawn_zombified_piglin" - } - }, - { - "minecraft:spawns_underground": { - }, - - "minecraft:spawns_on_block_prevented_filter": [ - "minecraft:nether_wart_block", - "minecraft:shroomlight" - ], - - "minecraft:difficulty_filter": { - "min": "easy", - "max": "hard" - }, - - "minecraft:weight": { - "default": 1 - }, - - "minecraft:herd": { - "min_size": 2, - "max_size": 4 - }, - - "minecraft:biome_filter": { - "test": "has_biome_tag", - "operator": "==", - "value": "spawn_few_zombified_piglins" - } - } - ] - } -} \ No newline at end of file diff --git a/trading/armorer_trades.json b/trading/armorer_trades.json deleted file mode 100644 index 7a2b424..0000000 --- a/trading/armorer_trades.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "tiers": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:coal:0", - "quantity": { - "min": 16, - "max": 24 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 4, - "max": 6 - } - } - ], - "gives": [ - { - "item": "minecraft:iron_helmet" - } - ] - } - ] - }, - { - "trades":[ - { - "wants": [ - { - "item": "minecraft:iron_ingot", - "quantity": { - "min": 7, - "max": 9 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 10, - "max": 14 - } - } - ], - "gives": [ - { - "item": "minecraft:iron_chestplate" - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:diamond", - "quantity": { - "min": 3, - "max": 4 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 16, - "max": 19 - } - } - ], - "gives": [ - { - "item": "minecraft:diamond_chestplate", - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 5, - "max": 7 - } - } - ], - "gives": [ - { - "item": "minecraft:chainmail_boots" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 9, - "max": 11 - } - } - ], - "gives": [ - { - "item": "minecraft:chainmail_leggings" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 5, - "max": 7 - } - } - ], - "gives": [ - { - "item": "minecraft:chainmail_helmet" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 11, - "max": 15 - } - } - ], - "gives": [ - { - "item": "minecraft:chainmail_chestplate" - } - ] - } - ] - } - ] -} diff --git a/trading/butcher_trades.json b/trading/butcher_trades.json deleted file mode 100644 index 80c7649..0000000 --- a/trading/butcher_trades.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "tiers": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:porkchop", - "quantity": { - "min": 14, - "max": 18 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:chicken", - "quantity": { - "min": 14, - "max": 18 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:coal:0", - "quantity": { - "min": 16, - "max": 24 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald" - } - ], - "gives": [ - { - "item": "minecraft:cooked_porkchop", - "quantity": { - "min": 5, - "max": 7 - } - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald" - } - ], - "gives": [ - { - "item": "minecraft:cooked_chicken", - "quantity": { - "min": 6, - "max": 8 - } - } - ] - } - ] - } - ] -} diff --git a/trading/cartographer_trades.json b/trading/cartographer_trades.json deleted file mode 100644 index 64be8d2..0000000 --- a/trading/cartographer_trades.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "tiers": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:paper", - "quantity": { - "min": 24, - "max": 36 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:compass", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 7, - "max": 11 - } - } - ], - "gives": [ - { - "item": "minecraft:emptyMap", - "quantity": 1 - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 12, - "max": 20 - } - }, - { - "item": "minecraft:compass", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:map", - "functions": [ - { - "function": "exploration_map", - "destination": "monument" - } - ] - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 16, - "max": 28 - } - }, - { - "item": "minecraft:compass", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:map", - "functions": [ - { - "function": "exploration_map", - "destination": "mansion" - } - ] - } - ] - } - ] - } - ] -} diff --git a/trading/cleric_trades.json b/trading/cleric_trades.json deleted file mode 100644 index 33cd31e..0000000 --- a/trading/cleric_trades.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "tiers": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:rotten_flesh", - "quantity": { - "min": 36, - "max": 40 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:gold_ingot", - "quantity": { - "min": 8, - "max": 10 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald" - } - ], - "gives": [ - { - "item": "minecraft:redstone", - "quantity": { - "min": 1, - "max": 4 - } - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald" - } - ], - "gives": [ - { - "item": "minecraft:dye:4", - "quantity": { - "min": 1, - "max": 2 - } - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald" - } - ], - "gives": [ - { - "item": "minecraft:glowstone", - "quantity": { - "min": 1, - "max": 3 - } - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 4, - "max": 7 - } - } - ], - "gives": [ - { - "item": "minecraft:ender_pearl" - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 3, - "max": 11 - } - } - ], - "gives": [ - { - "item": "minecraft:experience_bottle" - } - ] - } - ] - } - ] -} diff --git a/trading/economy_trades/armorer_trades.json b/trading/economy_trades/armorer_trades.json deleted file mode 100644 index 2c06789..0000000 --- a/trading/economy_trades/armorer_trades.json +++ /dev/null @@ -1,438 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:coal:0", - "quantity": 15, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 7, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:iron_leggings", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 4, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:iron_boots", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 5, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:iron_helmet", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 9, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:iron_chestplate", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 10, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:iron_ingot", - "quantity": 4, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 36, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:bell", - "quantity": 1 - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:chainmail_boots", - "quantity": 1 - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:chainmail_leggings", - "quantity": 1 - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 70, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:bucket:10", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:chainmail_helmet", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 4, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:chainmail_chestplate", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 5, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:shield", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 150, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:diamond", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 14, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:diamond_leggings", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 15, - "max_uses": 3, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 8, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:diamond_boots", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 15, - "max_uses": 3, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 250, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 8, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:diamond_helmet", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 30, - "max_uses": 3, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 16, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:diamond_chestplate", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 30, - "max_uses": 3, - "reward_exp": true - } - ] - } - ] - } - ] -} diff --git a/trading/economy_trades/butcher_trades.json b/trading/economy_trades/butcher_trades.json deleted file mode 100644 index c9ccc15..0000000 --- a/trading/economy_trades/butcher_trades.json +++ /dev/null @@ -1,321 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:chicken", - "quantity": 14, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:rabbit", - "quantity": 4, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:porkchop", - "quantity": 7, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:rabbit_stew", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 10, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:coal:0", - "quantity": 15, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:cooked_rabbit", - "quantity": 5 - } - ], - "trader_exp": 5, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:cooked_chicken", - "quantity": 8 - } - ], - "trader_exp": 5, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:cooked_porkchop", - "quantity": 5 - } - ], - "trader_exp": 5, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:muttoncooked", - "quantity": 4 - } - ], - "trader_exp": 5, - "max_uses": 16, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 70, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:beef", - "quantity": 10, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:muttonraw", - "quantity": 7, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:cooked_beef", - "quantity": 3 - } - ], - "trader_exp": 10, - "max_uses": 16, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 150, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:dried_kelp_block", - "quantity": 10, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 250, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:sweet_berries", - "quantity": 10, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - } - ] -} diff --git a/trading/economy_trades/cartographer_trades.json b/trading/economy_trades/cartographer_trades.json deleted file mode 100644 index a9f9f3d..0000000 --- a/trading/economy_trades/cartographer_trades.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:paper", - "quantity": 24, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 7, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emptymap:0", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 10, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:glass_pane", - "quantity": 11, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 13, - "price_multiplier": 0.2 - }, - { - "item": "minecraft:compass", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:map", - "functions": [ - { - "function": "exploration_map", - "destination": "monument" - } - ] - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 70, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:compass", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 14, - "price_multiplier": 0.2 - }, - { - "item": "minecraft:compass", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:map", - "functions": [ - { - "function": "exploration_map", - "destination": "mansion" - } - ] - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 150, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 7, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:frame", - "quantity": 1 - } - ], - "trader_exp": 15, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:banner", - "quantity": 1, - "functions": [ - { - "function": "random_aux_value", - "values": { - "min": 0, - "max": 15 - } - } - ] - } - ], - "trader_exp": 15, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 250, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:banner_pattern:2", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 2, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:banner_pattern:4", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 2, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:banner_pattern:5", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - } - ] -} diff --git a/trading/economy_trades/cleric_trades.json b/trading/economy_trades/cleric_trades.json deleted file mode 100644 index 91aa629..0000000 --- a/trading/economy_trades/cleric_trades.json +++ /dev/null @@ -1,277 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:rotten_flesh", - "quantity": 32, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:redstone", - "quantity": 2 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 10, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:gold_ingot", - "quantity": 3, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:dye:4", - "quantity": 1 - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 70, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:rabbit_foot", - "quantity": 2, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 4, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:glowstone_dust", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 150, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:turtle_shell_piece", - "quantity": 4, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:glass_bottle", - "quantity": 9, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 5, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:ender_pearl", - "quantity": 1 - } - ], - "trader_exp": 15, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 250, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:nether_wart", - "quantity": 22, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:experience_bottle", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - } - ] -} diff --git a/trading/economy_trades/farmer_trades.json b/trading/economy_trades/farmer_trades.json deleted file mode 100644 index c6b2ec7..0000000 --- a/trading/economy_trades/farmer_trades.json +++ /dev/null @@ -1,335 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:wheat", - "quantity": 20, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:potato", - "quantity": 26, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:beetroot", - "quantity": 15, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:carrot", - "quantity": 22, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:bread", - "quantity": 6 - } - ], - "trader_exp": 1, - "max_uses": 16, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 10, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:pumpkin", - "quantity": 6, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:pumpkin_pie", - "quantity": 4 - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:apple", - "quantity": 4 - } - ], - "trader_exp": 5, - "max_uses": 16, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 70, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:melon_block", - "quantity": 4, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:cookie", - "quantity": 18 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 150, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:suspicious_stew:0", - "quantity": 1, - "functions": [ - { - "function": "random_aux_value", - "values": { - "min": 0, - "max": 5 - } - } - ] - } - ], - "trader_exp": 15, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:cake", - "quantity": 1 - } - ], - "trader_exp": 15, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 250, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:golden_carrot", - "quantity": 3 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 4, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:speckled_melon", - "quantity": 3 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - } - ] -} diff --git a/trading/economy_trades/fisherman_trades.json b/trading/economy_trades/fisherman_trades.json deleted file mode 100644 index 5990f15..0000000 --- a/trading/economy_trades/fisherman_trades.json +++ /dev/null @@ -1,307 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:string", - "quantity": 20, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:coal:0", - "quantity": 10, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:bucket:2", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:fish", - "quantity": 6 - } - ], - "gives": [ - { - "item": "minecraft:cooked_fish", - "quantity": 6 - } - ], - "trader_exp": 1, - "max_uses": 16, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 10, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:fish", - "quantity": 15, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 2, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:campfire", - "quantity": 1 - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:salmon", - "quantity": 6 - } - ], - "gives": [ - { - "item": "minecraft:cooked_salmon", - "quantity": 6 - } - ], - "trader_exp": 5, - "max_uses": 16, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 70, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:salmon", - "quantity": 13, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:fishing_rod", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 10, - "max_uses": 3, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 150, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:clownfish", - "quantity": 6, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 250, - "groups": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:pufferfish", - "quantity": 4, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:boat", - "quantity": 1, - "price_multiplier": 0.05, - "functions": [ - { - "function": "trader_material_type" - } - ] - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - } - ] -} diff --git a/trading/economy_trades/fletcher_trades.json b/trading/economy_trades/fletcher_trades.json deleted file mode 100644 index b8b3c76..0000000 --- a/trading/economy_trades/fletcher_trades.json +++ /dev/null @@ -1,385 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:stick", - "quantity": 32, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:arrow:0", - "quantity": 16 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:gravel", - "quantity": 10, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:flint", - "quantity": 10 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 10, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:flint", - "quantity": 26, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 2, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:bow", - "quantity": 1 - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 70, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:string", - "quantity": 14, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:crossbow", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 150, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:feather", - "quantity": 24, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 2, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:bow", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 15, - "max_uses": 3, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 250, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:tripwire_hook", - "quantity": 8, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:crossbow", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 15, - "max_uses": 3, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 2, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:arrow:0", - "quantity": 5, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "choice": [ - { - "item": "minecraft:arrow:6", - "quantity": 5 - }, - { - "item": "minecraft:arrow:8", - "quantity": 5 - }, - { - "item": "minecraft:arrow:10", - "quantity": 5 - }, - { - "item": "minecraft:arrow:13", - "quantity": 5 - }, - { - "item": "minecraft:arrow:15", - "quantity": 5 - }, - { - "item": "minecraft:arrow:18", - "quantity": 5 - }, - { - "item": "minecraft:arrow:20", - "quantity": 5 - }, - { - "item": "minecraft:arrow:22", - "quantity": 5 - }, - { - "item": "minecraft:arrow:24", - "quantity": 5 - }, - { - "item": "minecraft:arrow:26", - "quantity": 5 - }, - { - "item": "minecraft:arrow:29", - "quantity": 5 - }, - { - "item": "minecraft:arrow:32", - "quantity": 5 - }, - { - "item": "minecraft:arrow:35", - "quantity": 5 - }, - { - "item": "minecraft:arrow:37", - "quantity": 5 - }, - { - "item": "minecraft:arrow:38", - "quantity": 5 - } - ] - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - } - ] -} diff --git a/trading/economy_trades/leather_worker_trades.json b/trading/economy_trades/leather_worker_trades.json deleted file mode 100644 index 346d71c..0000000 --- a/trading/economy_trades/leather_worker_trades.json +++ /dev/null @@ -1,325 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:leather", - "quantity": 6, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:leather_leggings", - "quantity": 1, - "functions": [ - { - "function": "random_dye" - } - ] - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 7, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:leather_chestplate", - "quantity": 1, - "functions": [ - { - "function": "random_dye" - } - ] - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 10, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:flint", - "quantity": 26, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 5, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:leather_helmet", - "quantity": 1, - "functions": [ - { - "function": "random_dye" - } - ] - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 4, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:leather_boots", - "quantity": 1, - "functions": [ - { - "function": "random_dye" - } - ] - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 70, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:rabbit_hide", - "quantity": 9, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 7, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:leather_chestplate", - "quantity": 1, - "functions": [ - { - "function": "random_dye" - } - ] - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 150, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:turtle_shell_piece", - "quantity": 4, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 6, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:horsearmorleather", - "quantity": 1, - "functions": [ - { - "function": "random_dye" - } - ] - } - ], - "trader_exp": 15, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 250, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 5, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:leather_helmet", - "quantity": 1, - "functions": [ - { - "function": "random_dye" - } - ] - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 6, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:saddle", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - } - ] -} diff --git a/trading/economy_trades/librarian_trades.json b/trading/economy_trades/librarian_trades.json deleted file mode 100644 index 591f309..0000000 --- a/trading/economy_trades/librarian_trades.json +++ /dev/null @@ -1,379 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:paper", - "quantity": 24, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 9, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:bookshelf", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "price_multiplier": 0.2 - }, - { - "item": "minecraft:book", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:book", - "quantity": 1, - "functions": [ - { - "function": "enchant_book_for_trading", - "base_cost": 2, - "base_random_cost": 5, - "per_level_random_cost": 10, - "per_level_cost": 3 - } - ] - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 10, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:book", - "quantity": 4, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:lantern", - "quantity": 1 - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "price_multiplier": 0.2 - }, - { - "item": "minecraft:book", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:book", - "quantity": 1, - "functions": [ - { - "function": "enchant_book_for_trading", - "base_cost": 2, - "base_random_cost": 5, - "per_level_random_cost": 10, - "per_level_cost": 3 - } - ] - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 70, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:dye:0", - "quantity": 5, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:glass", - "quantity": 4 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "price_multiplier": 0.2 - }, - { - "item": "minecraft:book", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:book", - "quantity": 1, - "functions": [ - { - "function": "enchant_book_for_trading", - "base_cost": 2, - "base_random_cost": 5, - "per_level_random_cost": 10, - "per_level_cost": 3 - } - ] - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - - { - "total_exp_required": 150, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:writable_book", - "quantity": 2, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 4, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:compass", - "quantity": 1 - } - ], - "trader_exp": 15, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 5, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:clock", - "quantity": 1 - } - ], - "trader_exp": 15, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "price_multiplier": 0.2 - }, - { - "item": "minecraft:book", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:book", - "quantity": 1, - "functions": [ - { - "function": "enchant_book_for_trading", - "base_cost": 2, - "base_random_cost": 5, - "per_level_random_cost": 10, - "per_level_cost": 3 - } - ] - } - ], - "trader_exp": 15, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 250, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 20, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:nametag", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/trading/economy_trades/shepherd_trades.json b/trading/economy_trades/shepherd_trades.json deleted file mode 100644 index 52b5a6b..0000000 --- a/trading/economy_trades/shepherd_trades.json +++ /dev/null @@ -1,398 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "choice": [ - { - "item": "minecraft:wool:0", - "quantity": 18, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:wool:7", - "quantity": 18, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:wool:12", - "quantity": 18, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:wool:15", - "quantity": 18, - "price_multiplier": 0.05 - } - ] - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 2, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:shears", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 10, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "choice": [ - { - "item": "minecraft:dye:16", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:8", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:10", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:12", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:19", - "quantity": 12, - "price_multiplier": 0.05 - } - ] - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "choice": [ - { - "item": "minecraft:wool", - "functions": [ - { - "function": "random_block_state", - "block_state": "color", - "values": { - "min": 0, - "max": 15 - } - } - ] - } - ] - } - ], - "trader_exp": 5, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "choice": [ - { - "item": "minecraft:carpet", - "quantity": 4, - "functions": [ - { - "function": "random_block_state", - "block_state": "color", - "values": { - "min": 0, - "max": 15 - } - } - ] - } - ] - } - ], - "trader_exp": 5, - "max_uses": 16, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 70, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "choice": [ - { - "item": "minecraft:dye:1", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:7", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:9", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:11", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:14", - "quantity": 12, - "price_multiplier": 0.05 - } - ] - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "choice": [ - { - "item": "minecraft:bed", - "functions": [ - { - "function": "random_aux_value", - "values": { - "min": 0, - "max": 15 - } - } - ] - } - ] - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 150, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "choice": [ - { - "item": "minecraft:dye:2", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:17", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:18", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:5", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:6", - "quantity": 12, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:dye:13", - "quantity": 12, - "price_multiplier": 0.05 - } - ] - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:banner", - "quantity": 1, - "functions": [ - { - "function": "random_aux_value", - "values": { - "min": 0, - "max": 15 - } - } - ] - } - ], - "trader_exp": 15, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 250, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 2, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:painting", - "quantity": 3 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - } - ] -} diff --git a/trading/economy_trades/stone_mason_trades.json b/trading/economy_trades/stone_mason_trades.json deleted file mode 100644 index 6f0ae11..0000000 --- a/trading/economy_trades/stone_mason_trades.json +++ /dev/null @@ -1,323 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "trades": [ - { - "wants": [ - { - "item": "minecraft:clay_ball", - "quantity": 10, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:brick", - "quantity": 10 - } - ], - "trader_exp": 1, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "total_exp_required": 10, - "trades": [ - { - "wants": [ - { - "item": "minecraft:stone:0", - "quantity": 20, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:stonebrick:3", - "quantity": 4 - } - ], - "trader_exp": 5, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "total_exp_required": 70, - "trades": [ - { - "wants": [ - { - "choice": [ - { - "item": "minecraft:stone:1", - "quantity": 16, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:stone:3", - "quantity": 16, - "price_multiplier": 0.05 - }, - { - "item": "minecraft:stone:5", - "quantity": 16, - "price_multiplier": 0.05 - } - ] - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 16, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "choice": [ - { - "item": "minecraft:stone:2", - "quantity": 4 - }, - { - "item": "minecraft:stone:4", - "quantity": 4 - }, - { - "item": "minecraft:stone:6", - "quantity": 4 - }, - { - "item": "minecraft:dripstone_block", - "quantity": 4 - } - ] - } - ], - "trader_exp": 10, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "total_exp_required": 150, - "trades": [ - { - "wants": [ - { - "item": "minecraft:quartz", - "quantity": 12, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "choice": [ - { - "item": "minecraft:stained_hardened_clay:0" - }, - { - "item": "minecraft:stained_hardened_clay:1" - }, - { - "item": "minecraft:stained_hardened_clay:2" - }, - { - "item": "minecraft:stained_hardened_clay:3" - }, - { - "item": "minecraft:stained_hardened_clay:4" - }, - { - "item": "minecraft:stained_hardened_clay:5" - }, - { - "item": "minecraft:stained_hardened_clay:6" - }, - { - "item": "minecraft:stained_hardened_clay:7" - }, - { - "item": "minecraft:stained_hardened_clay:8" - }, - { - "item": "minecraft:stained_hardened_clay:9" - }, - { - "item": "minecraft:stained_hardened_clay:10" - }, - { - "item": "minecraft:stained_hardened_clay:11" - }, - { - "item": "minecraft:stained_hardened_clay:12" - }, - { - "item": "minecraft:stained_hardened_clay:13" - }, - { - "item": "minecraft:stained_hardened_clay:14" - }, - { - "item": "minecraft:stained_hardened_clay:15" - }, - { - "item": "minecraft:black_glazed_terracotta" - }, - { - "item": "minecraft:blue_glazed_terracotta" - }, - { - "item": "minecraft:brown_glazed_terracotta" - }, - { - "item": "minecraft:cyan_glazed_terracotta" - }, - { - "item": "minecraft:gray_glazed_terracotta" - }, - { - "item": "minecraft:green_glazed_terracotta" - }, - { - "item": "minecraft:light_blue_glazed_terracotta" - }, - { - "item": "minecraft:lime_glazed_terracotta" - }, - { - "item": "minecraft:magenta_glazed_terracotta" - }, - { - "item": "minecraft:orange_glazed_terracotta" - }, - { - "item": "minecraft:pink_glazed_terracotta" - }, - { - "item": "minecraft:purple_glazed_terracotta" - }, - { - "item": "minecraft:red_glazed_terracotta" - }, - { - "item": "minecraft:silver_glazed_terracotta" - }, - { - "item": "minecraft:white_glazed_terracotta" - }, - { - "item": "minecraft:yellow_glazed_terracotta" - } - ] - } - ], - "trader_exp": 15, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "total_exp_required": 250, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "choice": [ - { - "item": "minecraft:quartz_block:0" - }, - { - "item": "minecraft:quartz_block:2" - } - ] - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] -} diff --git a/trading/economy_trades/tool_smith_trades.json b/trading/economy_trades/tool_smith_trades.json deleted file mode 100644 index fd11c06..0000000 --- a/trading/economy_trades/tool_smith_trades.json +++ /dev/null @@ -1,422 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:coal:0", - "quantity": 15, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:stone_axe", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:stone_shovel", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:stone_pickaxe", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:stone_hoe", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 10, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:iron_ingot", - "quantity": 4, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 36, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:bell", - "quantity": 1 - } - ], - "trader_exp": 5, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 70, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:flint", - "quantity": 30, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:iron_axe", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 10, - "max_uses": 3, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 2, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:iron_shovel", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 10, - "max_uses": 3, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:iron_pickaxe", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 10, - "max_uses": 3, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 4, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:diamond_hoe", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 3, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 150, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:diamond", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 12, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:diamond_axe", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 15, - "max_uses": 3, - "reward_exp": true - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 5, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:diamond_shovel", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 15, - "max_uses": 3, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 250, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 13, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:diamond_pickaxe", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 30, - "max_uses": 3, - "reward_exp": true - } - ] - } - ] - } - ] -} diff --git a/trading/economy_trades/wandering_trader_trades.json b/trading/economy_trades/wandering_trader_trades.json deleted file mode 100644 index aaf277f..0000000 --- a/trading/economy_trades/wandering_trader_trades.json +++ /dev/null @@ -1,512 +0,0 @@ -{ - "tiers": [ - { - "groups": [ - { - "num_to_select": 5, - "trades": [ - { - "max_uses": 5, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 2 - } - ], - "gives": [ - { - "item": "minecraft:sea_pickle" - } - ] - }, - { - "max_uses": 5, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 4 - } - ], - "gives": [ - { - "item": "minecraft:slime_ball" - } - ] - }, - { - "max_uses": 5, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 2 - } - ], - "gives": [ - { - "item": "minecraft:glowstone" - } - ] - }, - { - "max_uses": 5, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 5 - } - ], - "gives": [ - { - "item": "minecraft:nautilus_shell" - } - ] - }, - { - "max_uses": 12, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:tallgrass:2" - } - ] - }, - { - "max_uses": 8, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:reeds" - } - ] - }, - { - "max_uses": 4, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:pumpkin" - } - ] - }, - { - "max_uses": 12, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3 - } - ], - "gives": [ - { - "item": "minecraft:kelp" - } - ] - }, - { - "max_uses": 8, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3 - } - ], - "gives": [ - { - "item": "minecraft:cactus" - } - ] - }, - { - "max_uses": 12, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "choice": [ - { - "item": "minecraft:yellow_flower" - }, - { - "item": "minecraft:red_flower", - "functions": [ - { - "function": "random_block_state", - "block_state": "flower_type", - "values": { - "min": 0, - "max": 10 - } - } - ] - }, - { - "item": "minecraft:double_plant:0" - }, - { - "item": "minecraft:double_plant:1" - }, - { - "item": "minecraft:double_plant:4" - }, - { - "item": "minecraft:double_plant:5" - } - ] - } - ] - }, - { - "max_uses": 12, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "choice": [ - { - "item": "minecraft:wheat_seeds" - }, - { - "item": "minecraft:pumpkin_seeds" - }, - { - "item": "minecraft:melon_seeds" - }, - { - "item": "minecraft:beetroot_seeds" - } - ] - } - ] - }, - { - "max_uses": 8, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 5 - } - ], - "gives": [ - { - "item": "minecraft:sapling", - "functions": [ - { - "function": "random_block_state", - "block_state": "sapling_type", - "values": { - "min": 0, - "max": 5 - } - } - ] - } - ] - }, - { - "max_uses": 12, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:dye", - "quantity": 3, - "functions": [ - { - "function": "random_aux_value", - "values": { - "min": 0, - "max": 15 - } - } - ] - } - ] - }, - { - "max_uses": 8, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3 - } - ], - "gives": [ - { - "item": "minecraft:coral_block", - "quantity": 1, - "functions": [ - { - "function": "random_block_state", - "block_state": "coral_color", - "values": { - "min": 0, - "max": 4 - } - } - ] - } - ] - }, - { - "max_uses": 12, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:vine" - } - ] - }, - { - "max_uses": 12, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "choice": [ - { - "item": "minecraft:brown_mushroom" - }, - { - "item": "minecraft:red_mushroom" - } - ] - } - ] - }, - { - "max_uses": 5, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:waterlily", - "quantity": 2 - } - ] - }, - { - "max_uses": 8, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:sand:0", - "quantity": 8 - } - ] - }, - { - "max_uses": 6, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:sand:1", - "quantity": 4 - } - ] - }, - { - "max_uses": 5, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:small_dripleaf_block", - "quantity": 2 - } - ] - }, - { - "max_uses": 5, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:dirt_with_roots", - "quantity": 2 - } - ] - }, - { - "max_uses": 5, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:moss_block", - "quantity": 2 - } - ] - }, - { - "max_uses": 5, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:pointed_dripstone", - "quantity": 2 - } - ] - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "max_uses": 4, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 5 - } - ], - "gives": [ - { - "item": "minecraft:bucket:4" - } - ] - }, - { - "max_uses": 4, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 5 - } - ], - "gives": [ - { - "item": "minecraft:bucket:5" - } - ] - }, - { - "max_uses": 6, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3 - } - ], - "gives": [ - { - "item": "minecraft:packed_ice" - } - ] - }, - { - "max_uses": 6, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 6 - } - ], - "gives": [ - { - "item": "minecraft:blue_ice" - } - ] - }, - { - "max_uses": 8, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:gunpowder" - } - ] - }, - { - "max_uses": 6, - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3 - } - ], - "gives": [ - { - "item": "minecraft:podzol", - "quantity": 3 - } - ] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/trading/economy_trades/weapon_smith_trades.json b/trading/economy_trades/weapon_smith_trades.json deleted file mode 100644 index fefe263..0000000 --- a/trading/economy_trades/weapon_smith_trades.json +++ /dev/null @@ -1,267 +0,0 @@ -{ - "tiers": [ - { - "total_exp_required": 0, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:coal:0", - "quantity": 15, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 2, - "max_uses": 16, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 3, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:iron_axe", - "quantity": 1 - } - ], - "trader_exp": 1, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 10, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:iron_ingot", - "quantity": 4, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 2, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:iron_sword", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 5, - "max_uses": 3, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 70, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:flint", - "quantity": 24, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 20, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 36, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:bell", - "quantity": 1 - } - ], - "trader_exp": 10, - "max_uses": 12, - "reward_exp": true - } - ] - } - ] - }, - - { - "total_exp_required": 150, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:diamond", - "quantity": 1, - "price_multiplier": 0.05 - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "trader_exp": 30, - "max_uses": 12, - "reward_exp": true - } - ] - }, - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 12, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:diamond_axe", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 15, - "max_uses": 3, - "reward_exp": true - } - ] - } - ] - }, - { - "total_exp_required": 250, - "groups": [ - { - "num_to_select": 1, - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 8, - "price_multiplier": 0.2 - } - ], - "gives": [ - { - "item": "minecraft:diamond_sword", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ], - "trader_exp": 30, - "max_uses": 3, - "reward_exp": true - } - ] - } - ] - } - ] -} diff --git a/trading/farmer_trades.json b/trading/farmer_trades.json deleted file mode 100644 index b24193e..0000000 --- a/trading/farmer_trades.json +++ /dev/null @@ -1,180 +0,0 @@ -{ - "tiers": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:wheat", - "quantity": { - "min": 18, - "max": 22 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:potato", - "quantity": { - "min": 15, - "max": 19 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:carrot", - "quantity": { - "min": 15, - "max": 19 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald" - } - ], - "gives": [ - { - "item": "minecraft:bread", - "quantity": { - "min": 2, - "max": 4 - } - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:pumpkin", - "quantity": { - "min": 8, - "max": 13 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:pumpkin_pie", - "quantity": { - "min": 2, - "max": 3 - } - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:melon_block", - "quantity": { - "min": 7, - "max": 12 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:apple", - "quantity": { - "min": 5, - "max": 7 - } - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald" - } - ], - "gives": [ - { - "item": "minecraft:cookie", - "quantity": { - "min": 6, - "max": 10 - } - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald" - } - ], - "gives": [ - { - "item": "minecraft:cake" - } - ] - } - ] - } - ] -} diff --git a/trading/fisherman_trades.json b/trading/fisherman_trades.json deleted file mode 100644 index 892cc12..0000000 --- a/trading/fisherman_trades.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "tiers": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:fish", - "quantity": 6 - }, - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:cooked_fish", - "quantity": 6 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:string", - "quantity": { - "min": 15, - "max": 20 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:coal:0", - "quantity": { - "min": 16, - "max": 24 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 7, - "max": 8 - } - } - ], - "gives": [ - { - "item": "minecraft:fishing_rod", - "quantity": 1, - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ] - } - ] - } - ] -} diff --git a/trading/fletcher_trades.json b/trading/fletcher_trades.json deleted file mode 100644 index 76334eb..0000000 --- a/trading/fletcher_trades.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "tiers": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:string", - "quantity": { - "min": 15, - "max": 20 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald" - } - ], - "gives": [ - { - "item": "minecraft:arrow", - "quantity": { - "min": 8, - "max": 12 - } - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:gravel", - "quantity": 10 - }, - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:flint", - "quantity": { - "min": 6, - "max": 10 - } - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 2, - "max": 3 - } - } - ], - "gives": [ - { - "item": "minecraft:bow" - } - ] - } - ] - } - ] -} diff --git a/trading/leather_worker_trades.json b/trading/leather_worker_trades.json deleted file mode 100644 index a82cb08..0000000 --- a/trading/leather_worker_trades.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "tiers": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:leather", - "quantity": { - "min": 9, - "max": 12 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 2, - "max": 4 - } - } - ], - "gives": [ - { - "item": "minecraft:leather_leggings" - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 7, - "max": 12 - } - } - ], - "gives": [ - { - "item": "minecraft:leather_chestplate", - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 8, - "max": 10 - } - } - ], - "gives": [ - { - "item": "minecraft:saddle" - } - ] - } - ] - } - ] -} diff --git a/trading/librarian_trades.json b/trading/librarian_trades.json deleted file mode 100644 index bd2708f..0000000 --- a/trading/librarian_trades.json +++ /dev/null @@ -1,248 +0,0 @@ -{ - "tiers": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:paper", - "quantity": { - "min": 24, - "max": 36 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 5, - "max": 64 - } - }, - { - "item": "minecraft:book", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:enchanted_book", - "functions": [ - { - "function": "enchant_book_for_trading", - "base_cost": 2, - "base_random_cost": 5, - "per_level_random_cost": 10, - "per_level_cost": 3 - } - ] - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:book", - "quantity": { - "min": 8, - "max": 10 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 10, - "max": 12 - } - } - ], - "gives": [ - { - "item": "minecraft:compass", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 3, - "max": 4 - } - } - ], - "gives": [ - { - "item": "minecraft:bookshelf", - "quantity": 1 - } - ] - } - ] - }, - { - "trades": [ - //{ - // "wants": [ - // { - // "item": "minecraft:book", // written book - // "quantity": 2 - // } - // ], - // "gives": [ - // { - // "item": "minecraft:emerald", - // "quantity": 1 - // } - // ] - //}, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 10, - "max": 12 - } - } - ], - "gives": [ - { - "item": "minecraft:clock", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:glass", - "quantity": { - "min": 3, - "max": 5 - } - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 5, - "max": 64 - } - }, - { - "item": "minecraft:book", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:enchanted_book", - "functions": [ - { - "function": "enchant_book_for_trading", - "base_cost": 2, - "base_random_cost": 5, - "per_level_random_cost": 10, - "per_level_cost": 3 - } - ] - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 5, - "max": 64 - } - }, - { - "item": "minecraft:book", - "quantity": 1 - } - ], - "gives": [ - { - "item": "minecraft:enchanted_book", - "functions": [ - { - "function": "enchant_book_for_trading", - "base_cost": 2, - "base_random_cost": 5, - "per_level_random_cost": 10, - "per_level_cost": 3 - } - ] - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 20, - "max": 22 - } - } - ], - "gives": [ - { - "item": "minecraft:name_tag", - "quantity": 1 - } - ] - } - ] - } - ] -} diff --git a/trading/shepherd_trades.json b/trading/shepherd_trades.json deleted file mode 100644 index 25b2dbd..0000000 --- a/trading/shepherd_trades.json +++ /dev/null @@ -1,316 +0,0 @@ -{ - "tiers": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:wool", - "quantity": { - "min": 16, - "max": 22 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 3, - "max": 4 - } - } - ], - "gives": [ - { - "item": "minecraft:shears" - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:0", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:1", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:2", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:3", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:4", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:5", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:6", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:7", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:8", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:9", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:10", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:11", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:12", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:13", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:14", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:wool:15", - "quantity": 1 - } - ] - } - ] - } - ] -} diff --git a/trading/stone_mason_trades.json b/trading/stone_mason_trades.json deleted file mode 100644 index 84d3e54..0000000 --- a/trading/stone_mason_trades.json +++ /dev/null @@ -1,236 +0,0 @@ -{ - "tiers": [ - { - "trades": [ // tier 1 - { - "wants": [ - { - "item": "minecraft:clay_ball", - "quantity": { - "min": 10, - "max": 13 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:brick", - "quantity": { - "min": 16, - "max": 16 - } - } - ] - } - ] - }, - { - "trades":[ // tier 2 - { - "wants": [ - { - "item": "minecraft:stone:0", - "quantity": { - "min": 20, - "max": 26 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:stonebrick:3", - "quantity": { - "min": 4, - "max": 4 - } - } - ] - } - ] - }, - { - "trades": [ // tier 3 - { - "wants": [ - { - "item": "minecraft:stone:1", - "quantity": { - "min": 16, - "max": 21 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:stone:5", - "quantity": { - "min": 16, - "max": 21 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:stone:3", - "quantity": { - "min": 16, - "max": 21 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:stone:2", - "quantity": { - "min": 4, - "max": 4 - } - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:stone:6", - "quantity": { - "min": 4, - "max": 4 - } - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:stone:4", - "quantity": { - "min": 4, - "max": 4 - } - } - ] - } - ] - }, - { - "trades": [ // tier 4 - { - "wants": [ - { - "item": "minecraft:quartz", - "quantity": { - "min": 20, - "max": 26 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - } - ] - }, - { - "trades": [ // tier 5 - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 1, - "max": 2 - } - } - ], - "gives": [ - { - "item": "minecraft:quartz_block:2" - } - ] - } - ] - } - ] -} diff --git a/trading/tool_smith_trades.json b/trading/tool_smith_trades.json deleted file mode 100644 index fd08bc2..0000000 --- a/trading/tool_smith_trades.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "tiers": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:coal:0", - "quantity": { - "min": 16, - "max": 24 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 5, - "max": 7 - } - } - ], - "gives": [ - { - "item": "minecraft:iron_shovel", - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:iron_ingot", - "quantity": { - "min": 7, - "max": 9 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 9, - "max": 10 - } - } - ], - "gives": [ - { - "item": "minecraft:iron_pickaxe", - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:diamond", - "quantity": { - "min": 3, - "max": 4 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 12, - "max": 15 - } - } - ], - "gives": [ - { - "item": "minecraft:diamond_pickaxe", - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ] - } - ] - } - ] -} diff --git a/trading/weapon_smith_trades.json b/trading/weapon_smith_trades.json deleted file mode 100644 index ab2ca6c..0000000 --- a/trading/weapon_smith_trades.json +++ /dev/null @@ -1,159 +0,0 @@ -{ - "tiers": [ - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:coal:0", - "quantity": { - "min": 16, - "max": 24 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 6, - "max": 8 - } - } - ], - "gives": [ - { - "item": "minecraft:iron_axe" - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:iron_ingot", - "quantity": { - "min": 7, - "max": 9 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald", - "quantity": 1 - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 9, - "max": 10 - } - } - ], - "gives": [ - { - "item": "minecraft:iron_sword", - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ] - } - ] - }, - { - "trades": [ - { - "wants": [ - { - "item": "minecraft:diamond", - "quantity": { - "min": 3, - "max": 4 - } - } - ], - "gives": [ - { - "item": "minecraft:emerald" - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 12, - "max": 15 - } - } - ], - "gives": [ - { - "item": "minecraft:diamond_sword", - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ] - }, - { - "wants": [ - { - "item": "minecraft:emerald", - "quantity": { - "min": 9, - "max": 12 - } - } - ], - "gives": [ - { - "item": "minecraft:diamond_axe", - "functions": [ - { - "function": "enchant_with_levels", - "treasure": false, - "levels": { - "min": 5, - "max": 19 - } - } - ] - } - ] - } - ] - } - ] -}