config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
348be6b09f
128 changed files with 13500 additions and 1 deletions
148
config/supplementaries-client.json
Normal file
148
config/supplementaries-client.json
Normal file
|
@ -0,0 +1,148 @@
|
|||
{
|
||||
"#README": "This config file does not support comments. To see them configure it in-game using YACL or Cloth Config (or just use Forge)",
|
||||
"blocks": {
|
||||
"globe": {
|
||||
"random_world": true,
|
||||
"show_coordinates": true
|
||||
},
|
||||
"notice_board": {
|
||||
"centered_text": true
|
||||
},
|
||||
"bunting": {
|
||||
"fast_buntings": false
|
||||
},
|
||||
"clock_block": {
|
||||
"24h_format": true
|
||||
},
|
||||
"pedestal": {
|
||||
"spin": true,
|
||||
"speed": 2.0,
|
||||
"fancy_renderers": true
|
||||
},
|
||||
"bubble_block": {
|
||||
"wobble": 0.2,
|
||||
"grow_speed": 0.4
|
||||
},
|
||||
"item_shelf": {
|
||||
"supported_blocks": true
|
||||
},
|
||||
"wind_vane": {
|
||||
"power_scaling": 3.0,
|
||||
"max_angle_1": 30.0,
|
||||
"max_angle_2": 10.0,
|
||||
"period_1": 450.0,
|
||||
"period_2": 150.0
|
||||
},
|
||||
"flag": {
|
||||
"slowness": 100,
|
||||
"wavyness": 4.0,
|
||||
"intensity": 1.0,
|
||||
"intensity_increment": 0.3,
|
||||
"fanciness": "FABULOUS",
|
||||
"render_as_banner": false
|
||||
},
|
||||
"captured_mobs": {
|
||||
"tickable_inside_jars": [
|
||||
"iceandfire:pixie",
|
||||
"druidcraft:dreadfish",
|
||||
"druidcraft:lunar_moth",
|
||||
"alexsmobs:hummingbird"
|
||||
]
|
||||
},
|
||||
"hat_stand": {
|
||||
"swing_physics": {
|
||||
"frequency": 1.5,
|
||||
"collision_considers_entity_hitbox": true,
|
||||
"collision_inertia": 1.5,
|
||||
"collision_force": 15.0,
|
||||
"min_angle": 0.0,
|
||||
"max_angle": 54.99998,
|
||||
"damping": 1.625
|
||||
}
|
||||
},
|
||||
"turn_table": {
|
||||
"turn_particles": true
|
||||
},
|
||||
"speaker_block": {
|
||||
"mute_narrator": false
|
||||
},
|
||||
"rope": {
|
||||
"wobbling_amplitude": 1.2,
|
||||
"wobbling_period": 12.0
|
||||
}
|
||||
},
|
||||
"particles": {
|
||||
"turn_particle": {
|
||||
"initial_color": "#002A77EA",
|
||||
"fade_color": "#0032BEFA"
|
||||
}
|
||||
},
|
||||
"general": {
|
||||
"no_optifine_warn_screen": false,
|
||||
"no_amendments_screen": false,
|
||||
"no_incompatible_mods_screen": false,
|
||||
"config_button": false,
|
||||
"config_button_y_offset": 0,
|
||||
"tooltip_hints": true,
|
||||
"placeable_tooltips": true,
|
||||
"custom_configured_screen": true,
|
||||
"test1": 0.0,
|
||||
"test2": 0.0,
|
||||
"test3": 0.0,
|
||||
"I am very boring": false
|
||||
},
|
||||
"tweaks": {
|
||||
"clock_right_click": true,
|
||||
"projectile_weapon_overlay": true,
|
||||
"compass_right_click": false,
|
||||
"placeable_books_glint": false,
|
||||
"banner_pattern_tooltip": true,
|
||||
"paintings_tooltip": true,
|
||||
"sherds_tooltip": true,
|
||||
"tooltip_image_size": 80,
|
||||
"mob_head_shaders": true,
|
||||
"send_chat_on_death": true,
|
||||
"colored_maps": {
|
||||
"tinted_blocks_on_maps": true,
|
||||
"tall_grass_color": true,
|
||||
"accurate_colors": false
|
||||
}
|
||||
},
|
||||
"items": {
|
||||
"slingshot": {
|
||||
"overlay": true,
|
||||
"stasis_block_outline": true,
|
||||
"block_outline_color": "#FFFFFFFF",
|
||||
"projectile_scale": 0.5
|
||||
},
|
||||
"lunch_basket": {
|
||||
"overlay": true
|
||||
},
|
||||
"altimeter": {
|
||||
"click_action": true,
|
||||
"extra_dimension_textures": [
|
||||
"minecraft:the_nether",
|
||||
"minecraft:the_end"
|
||||
],
|
||||
"texture_precision_multiplier": 1
|
||||
},
|
||||
"cannonball": {
|
||||
"3d_model": true
|
||||
},
|
||||
"quiver": {
|
||||
"armor_render_offset": -1.0,
|
||||
"render_mode": "THIGH",
|
||||
"skeleton_render_mode": "THIGH",
|
||||
"overlay": true,
|
||||
"mouse_movement_in_gui": true,
|
||||
"gui_x_offset": 0,
|
||||
"gui_y_offset": 0
|
||||
},
|
||||
"wrench": {
|
||||
"turn_particles": true
|
||||
},
|
||||
"flute": {
|
||||
"note_particles": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue