Удалено надоедливое предупреждение, а так же добавлен opac

This commit is contained in:
SPAWNRYS 2025-02-07 20:58:25 +03:00
parent 13dc01f101
commit cc732ecc2f
2 changed files with 179 additions and 0 deletions

View File

@ -675,6 +675,16 @@
"MD5": "3d12259c8587eb936c47d965059e730a"
}
},
{
"id": "xaero.pac.extension.fabric.create:opaccreatesupport:1.6.0@jar",
"name": "OPAC Create Mod Support",
"type": "FabricMod",
"artifact": {
"size": 71023,
"url": "https://git.onimai.ru/ONIMAI-SMP/distribution/raw/branch/main/servers/create-1.20.1/fabricmods/required/opac-fabric-create-support-mc1.20-1.6.0.jar",
"MD5": "afacaa63a02f248d14406996859c33e7"
}
},
{
"id": "xaero.pac:openpartiesandclaims:0.23.7@jar",
"name": "Open Parties and Claims",
@ -995,6 +1005,17 @@
"MD5": "57d42c12e06bf4c8bbdd3f2d14a786ba"
}
},
{
"id": "supplementaries-client.json",
"name": "supplementaries-client.json",
"type": "File",
"artifact": {
"size": 3564,
"url": "https://git.onimai.ru/ONIMAI-SMP/distribution/raw/branch/main/servers/create-1.20.1/files/config/supplementaries-client.json",
"MD5": "4d868b377b83423bfb3a5f45a000ae72",
"path": "config/supplementaries-client.json"
}
},
{
"id": "servers.dat",
"name": "servers.dat",

View File

@ -0,0 +1,158 @@
{
"#README": "This config file does not support comments. To see them configure it in-game using YACL or Cloth Config",
"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": true,
"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
},
"tweaks": {
"clock_right_click": true,
"projectile_weapon_overlay": true,
"compass_right_click": false,
"placeable_books_glint": false,
"placeable_books_random_colors": [
"brown",
"orange",
"yellow",
"red",
"green",
"lime",
"cyan",
"blue",
"purple"
],
"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
}
}
}