config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
ed0f520976
126 changed files with 12995 additions and 0 deletions
444
config/supplementaries-common.json
Normal file
444
config/supplementaries-common.json
Normal file
|
@ -0,0 +1,444 @@
|
|||
{
|
||||
"#README": "This config file does not support comments. To see them configure it in-game using YACL or Cloth Config (or just use Forge)",
|
||||
"redstone": {
|
||||
"speaker_block": {
|
||||
"enabled": true,
|
||||
"narrator_enabled": true,
|
||||
"max_text": 32,
|
||||
"range": 64
|
||||
},
|
||||
"bellows": {
|
||||
"enabled": true,
|
||||
"base_period": 78,
|
||||
"power_scaling": 2.0,
|
||||
"base_velocity_scaling": 5.0,
|
||||
"range": 5
|
||||
},
|
||||
"spring_launcher": {
|
||||
"enabled": true,
|
||||
"velocity": 1.5,
|
||||
"fall_height_required": 5
|
||||
},
|
||||
"enderman_head": {
|
||||
"enabled": true,
|
||||
"drop_head": true,
|
||||
"ticks_to_increase_power": 15,
|
||||
"work_from_any_side": false
|
||||
},
|
||||
"turn_table": {
|
||||
"enabled": true,
|
||||
"rotate_entities": true,
|
||||
"shuffle_containers": true
|
||||
},
|
||||
"pulley_block": {
|
||||
"enabled": true,
|
||||
"mineshaft_elevator": 0.035
|
||||
},
|
||||
"dispenser_minecart": {
|
||||
"enabled": true,
|
||||
"adjust_projectile_angle": true
|
||||
},
|
||||
"faucet": {
|
||||
"enabled": true,
|
||||
"spill_items": true,
|
||||
"fill_entities_below": false
|
||||
},
|
||||
"crystal_display": {
|
||||
"enabled": true,
|
||||
"chaining": true
|
||||
},
|
||||
"wind_vane": true,
|
||||
"clock_block": true,
|
||||
"redstone_illuminator": true,
|
||||
"crank": true,
|
||||
"cog_block": true,
|
||||
"gold_door": true,
|
||||
"gold_trapdoor": true,
|
||||
"lock_block": true,
|
||||
"relayer": true
|
||||
},
|
||||
"functional": {
|
||||
"rope": {
|
||||
"block_side_attachment": true,
|
||||
"slide_on_fall": true,
|
||||
"rope_override": "supplementaries:rope",
|
||||
"horizontal_ropes": true
|
||||
},
|
||||
"jar": {
|
||||
"enabled": true,
|
||||
"capacity": 12,
|
||||
"drink_from_jar": false,
|
||||
"drink_from_jar_item": false,
|
||||
"jar_auto_detect": false,
|
||||
"jar_capture": true,
|
||||
"jar_cookies": true,
|
||||
"jar_liquids": true
|
||||
},
|
||||
"cage": {
|
||||
"enabled": true,
|
||||
"allow_all_mobs": false,
|
||||
"cage_allow_all_babies": false,
|
||||
"cage_auto_detect": false,
|
||||
"persistent_mobs": false,
|
||||
"health_threshold": 100,
|
||||
"require_taming": true
|
||||
},
|
||||
"safe": {
|
||||
"enabled": true,
|
||||
"prevent_breaking": false,
|
||||
"simple_safes": false
|
||||
},
|
||||
"sack": {
|
||||
"enabled": true,
|
||||
"sack_penalty": true,
|
||||
"sack_increment": 2,
|
||||
"slots": 9
|
||||
},
|
||||
"bamboo_spikes": {
|
||||
"enabled": true,
|
||||
"tipped_spikes": true,
|
||||
"player_loot": false,
|
||||
"only_allow_harmful_effects": true,
|
||||
"populate_creative_tab": true
|
||||
},
|
||||
"urn": {
|
||||
"enabled": true,
|
||||
"critter_spawn_chance": 0.01,
|
||||
"cave_urns": true
|
||||
},
|
||||
"soap": {
|
||||
"enabled": true,
|
||||
"clean_blacklist": [
|
||||
"minecraft:glazed_terracotta",
|
||||
"botania:mystical_flower",
|
||||
"mna:chimerite_crystal",
|
||||
"botania:floating_flower",
|
||||
",minecraft:mushroom",
|
||||
"botania:mushroom",
|
||||
"botania:tall_mystical_flower",
|
||||
"botania:petal_block",
|
||||
"morered:network_cable",
|
||||
"xycraft_world:glowing_shiny_aurey_block",
|
||||
"xycraft_world:shiny_aurey_block",
|
||||
"xycraft_world:rgb_lamp",
|
||||
"xycraft_world:glowing_rgb_viewer",
|
||||
"xycraft_world:glowing_matte_rgb_block",
|
||||
"xycraft_world:rgb_lamp_pole"
|
||||
],
|
||||
"special_blocks": {
|
||||
"#alexscaves:cave_paintings": "alexscaves:smooth_limestone",
|
||||
"quark:dirty_glass": "minecraft:glass",
|
||||
"minecraft:sticky_piston": "minecraft:piston",
|
||||
"quark:dirty_glass_pane": "minecraft:glass_pane"
|
||||
}
|
||||
},
|
||||
"cannon": {
|
||||
"enabled": true,
|
||||
"fire_power": 0.6,
|
||||
"fuse_time": 40,
|
||||
"cooldown": 60,
|
||||
"cannonball": {
|
||||
"enabled": true,
|
||||
"power_scaling": 3.5,
|
||||
"break_radius": 1.1
|
||||
},
|
||||
"music_disc_heave_ho": true
|
||||
},
|
||||
"present": {
|
||||
"enabled": true,
|
||||
"trapped_present": true
|
||||
},
|
||||
"flax": {
|
||||
"enabled": true,
|
||||
"wild_flax": true
|
||||
},
|
||||
"lumisene": {
|
||||
"enabled": true,
|
||||
"lumisene_bottle": {
|
||||
"enabled": true,
|
||||
"flammable_duration": 300,
|
||||
"glowing_duration": 200
|
||||
},
|
||||
"flammable_from_lumisene_block_duration": 50
|
||||
},
|
||||
"fodder": true,
|
||||
"hourglass": true
|
||||
},
|
||||
"building": {
|
||||
"blackboard": {
|
||||
"enabled": true,
|
||||
"colored_blackboard": false,
|
||||
"interaction_mode": "BOTH"
|
||||
},
|
||||
"gravel_bricks": {
|
||||
"enabled": true
|
||||
},
|
||||
"slidy_block": {
|
||||
"enabled": true,
|
||||
"speed": 0.125
|
||||
},
|
||||
"timber_frame": {
|
||||
"enabled": true,
|
||||
"swap_on_shift": false,
|
||||
"axes_strip": true,
|
||||
"replace_daub": true
|
||||
},
|
||||
"iron_gate": {
|
||||
"enabled": true,
|
||||
"double_opening": true,
|
||||
"door-like_gates": false
|
||||
},
|
||||
"item_shelf": {
|
||||
"enabled": true,
|
||||
"climbable_shelves": false
|
||||
},
|
||||
"sugar_cube": {
|
||||
"enabled": true,
|
||||
"horse_speed_duration": 10
|
||||
},
|
||||
"planter": {
|
||||
"enabled": true,
|
||||
"broken_by_sapling": false,
|
||||
"rich_soil_planter": true
|
||||
},
|
||||
"notice_board": {
|
||||
"enabled": true,
|
||||
"allow_any_item": false,
|
||||
"gui": true
|
||||
},
|
||||
"pedestal": {
|
||||
"enabled": true
|
||||
},
|
||||
"ash": {
|
||||
"enabled": true,
|
||||
"ash_from_fire_chance": 1.0,
|
||||
"rain_wash_ash": true,
|
||||
"basalt_ash": true
|
||||
},
|
||||
"flag": {
|
||||
"enabled": true,
|
||||
"stick_pole": true,
|
||||
"pole_length": 16
|
||||
},
|
||||
"goblet": {
|
||||
"enabled": true,
|
||||
"allow_drinking": true
|
||||
},
|
||||
"globe": {
|
||||
"enabled": true,
|
||||
"sepia_globe": true
|
||||
},
|
||||
"way_sign": {
|
||||
"enabled": true,
|
||||
"road_signs": {
|
||||
"enabled": true,
|
||||
"show_distance_text": true
|
||||
}
|
||||
},
|
||||
"daub": {
|
||||
"enabled": true,
|
||||
"wattle_and_daub": true
|
||||
},
|
||||
"ash_bricks": {
|
||||
"enabled": true
|
||||
},
|
||||
"hat_stand": {
|
||||
"enabled": true,
|
||||
"unrestricted": false
|
||||
},
|
||||
"awning": {
|
||||
"enabled": true,
|
||||
"slant": true,
|
||||
"shift_through": true,
|
||||
"angle": 69.44395478041653
|
||||
},
|
||||
"flower_box": {
|
||||
"enabled": true,
|
||||
"simple_mode": true
|
||||
},
|
||||
"netherite_doors": {
|
||||
"door": true,
|
||||
"trapdoor": true,
|
||||
"unbreakable": false
|
||||
},
|
||||
"lapis_bricks": true,
|
||||
"deepslate_lamp": true,
|
||||
"end_stone_lamp": true,
|
||||
"blackstone_lamp": true,
|
||||
"stone_lamp": true,
|
||||
"stone_tile": true,
|
||||
"blackstone_tile": true,
|
||||
"bunting": true,
|
||||
"sconce": true,
|
||||
"sconce_lever": true,
|
||||
"pancake": true,
|
||||
"checker_block": true,
|
||||
"raked_gravel": true,
|
||||
"feather_block": true,
|
||||
"statue": true,
|
||||
"doormat": true,
|
||||
"flint_block": true,
|
||||
"fine_wood": true,
|
||||
"candle_holder": true,
|
||||
"fire_pit": true,
|
||||
"wicker_fence": true
|
||||
},
|
||||
"tools": {
|
||||
"quiver": {
|
||||
"enabled": true,
|
||||
"use_without_slow": true,
|
||||
"slots": 6,
|
||||
"quiver_skeleton_spawn_chance": 0.03,
|
||||
"only_works_in_curio": false,
|
||||
"quiver_pickup": true
|
||||
},
|
||||
"lunch_basket": {
|
||||
"enabled": true,
|
||||
"placeable": true,
|
||||
"slots": 6
|
||||
},
|
||||
"slice_map": {
|
||||
"enabled": true,
|
||||
"range_multiplier": 0.25
|
||||
},
|
||||
"bubble_blower": {
|
||||
"enabled": true,
|
||||
"stasis_cost": 5,
|
||||
"bubble_block": {
|
||||
"lifetime": 1200,
|
||||
"break_when_touched": true,
|
||||
"max_charges": 200
|
||||
}
|
||||
},
|
||||
"wrench": {
|
||||
"enabled": true,
|
||||
"bypass_when_on": "MAIN_HAND"
|
||||
},
|
||||
"rope_arrow": {
|
||||
"enabled": true,
|
||||
"capacity": 32,
|
||||
"exclusive_to_crossbows": false
|
||||
},
|
||||
"flute": {
|
||||
"enabled": true,
|
||||
"unbound_radius": 64,
|
||||
"bound_distance": 64
|
||||
},
|
||||
"bomb": {
|
||||
"enabled": true,
|
||||
"explosion_radius": 2.0,
|
||||
"break_blocks": "WEAK",
|
||||
"bomb_fuse": 0,
|
||||
"cooldown": true,
|
||||
"blue_bomb": {
|
||||
"explosion_radius": 5.15,
|
||||
"break_blocks": "WEAK"
|
||||
}
|
||||
},
|
||||
"slingshot": {
|
||||
"enabled": true,
|
||||
"range_multiplier": 1.0,
|
||||
"charge_time": 20,
|
||||
"stasis_deceleration": 0.9625,
|
||||
"unrestricted_enderman_intercept": true,
|
||||
"allow_buckets": true,
|
||||
"damageable_damage": 0.5,
|
||||
"allow_splash_potions": false,
|
||||
"allow_bombs": false,
|
||||
"allow_fire_charges": false,
|
||||
"allow_snowballs": false,
|
||||
"allow_enderpearls": false
|
||||
},
|
||||
"antique_ink": {
|
||||
"enabled": true
|
||||
},
|
||||
"candy": true,
|
||||
"stasis": true,
|
||||
"altimeter": true,
|
||||
"confetti_popper": true
|
||||
},
|
||||
"general": {
|
||||
"creative_tab": false,
|
||||
"dispensers": true,
|
||||
"debug_save_dynamic_pack": false,
|
||||
"sanity_checks_messages": true,
|
||||
"red_merchant_spawn_multiplier": 1.0
|
||||
},
|
||||
"tweaks": {
|
||||
"dragon_banner_pattern": {
|
||||
"enabled": true
|
||||
},
|
||||
"shulker_helmet": {
|
||||
"enabled": true
|
||||
},
|
||||
"golden_apple_disenchant": {
|
||||
"enabled": true
|
||||
},
|
||||
"traders_open_doors": {
|
||||
"enabled": true
|
||||
},
|
||||
"dispenser_tweaks": {
|
||||
"axe_strip": true,
|
||||
"shoot_ender_pearls": true,
|
||||
"extract_from_bundles": true
|
||||
},
|
||||
"throwable_bricks": {
|
||||
"enabled": true
|
||||
},
|
||||
"placeable_sticks": {
|
||||
"sticks": true,
|
||||
"blaze_rods": true
|
||||
},
|
||||
"placeable_gunpowder": {
|
||||
"enabled": true,
|
||||
"speed": 2,
|
||||
"spread_age": 2
|
||||
},
|
||||
"raked_gravel": {
|
||||
"enabled": true
|
||||
},
|
||||
"bottle_xp": {
|
||||
"enabled": false,
|
||||
"cost": 2,
|
||||
"target_block": ""
|
||||
},
|
||||
"map_tweaks": {
|
||||
"random_adventurer_maps": true,
|
||||
"random_adventurer_maps_select_random_structure": true,
|
||||
"block_map_markers": true,
|
||||
"death_marker": "WITH_COMPASS",
|
||||
"tinted_blocks_on_maps": true
|
||||
},
|
||||
"placeable_books": {
|
||||
"enabled": true,
|
||||
"written_books": true,
|
||||
"mixed_books": false
|
||||
},
|
||||
"zombie_horse": {
|
||||
"zombie_horse_conversion": true,
|
||||
"rotten_flesh": 64,
|
||||
"rideable_underwater": true,
|
||||
"zombie_horse_inverse_conversion": true
|
||||
},
|
||||
"noteblocks_scare": {
|
||||
"enabled": true
|
||||
},
|
||||
"bad_luck_tweaks": {
|
||||
"lightning_unluck": true
|
||||
},
|
||||
"item_lore": {
|
||||
"enabled": true
|
||||
},
|
||||
"sus_recipes": {
|
||||
"enabled": true
|
||||
},
|
||||
"slimed_effect": {
|
||||
"enabled": true,
|
||||
"throwable_slimeballs": true,
|
||||
"overlay": true,
|
||||
"hinders_jump": "NORMAL_DIFFICULTY",
|
||||
"duration": 300,
|
||||
"chance_per_slime_size": 0.15
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue