Files
minecraft-origins/minecraft/config/amendments-client.json
snusxd bdd63dc0aa init
2026-03-26 21:58:27 +03:00

92 lines
2.2 KiB
JSON

{
"general": {
"tooltip_hints": true,
"custom_configured_screen": true,
"texture_pack_support": false,
// Accepted values: ALWAYS, CACHED, CACHED_ZIPPED, NEVER
"dynamic_assets_generation_mode": "CACHED"
},
"sign": {
"pixel_consistent": true,
// Accepted range: 0.0 to 5.0
"text_color_multiplier": 1.2,
"sign_blacklist": []
},
"projectiles": {
"snowball_3d": true,
"slimeball_3d": true,
"fireball_3d": true,
"ghast_fireball_trail": true,
"dragon_fireball_trail": true,
"charges_tumble": true,
"projectiles_tumble": false,
"dragon_fireball": {
"dragon_breath_emissive": true
}
},
"lily_pad": {
// Accepted range: -1.0 to 1.0
"y_offset": -0.016625
},
"bell": {
"chain_attachment": true
},
"brewing_stand": {
"brewing_stand_colors": true
},
"arrows": {
"crossbows_colors": true
},
"tripwire_hook": {
"fast_hooks": false
},
"hanging_sign": {
// Accepted range: 0.0 to 32.0
"item_pixel_scale": 10.0,
"swinging_signs": true,
"sign_attachment": true,
"swing_physics": {
"frequency": 0.6000000238418579,
"collision_considers_entity_hitbox": true,
"collision_inertia": 1.0,
"collision_force": 15.0,
"min_angle": 0.7999996542930603,
"max_angle": 60.0,
"damping": 0.5249999761581421
}
},
"lantern": {
"fast_lanterns": false,
"swing_physics": {
"frequency": 0.6000000238418579,
"collision_considers_entity_hitbox": true,
"collision_inertia": 1.0,
"collision_force": 15.0,
"min_angle": 0.7999996542930603,
"max_angle": 60.0,
"damping": 0.5249999761581421
},
// Accepted range: 0.0 to 2.0
"lantern_item_size": 0.625,
"lantern_item_holding": true,
"lantern_item_holding_up": false
},
"cauldron": {
"potion_texture": true
},
"jukebox": {
"new_model": true,
"disc_spin": true
},
"misc": {
"torch_item_holding": true,
// Accepted range: 0.0 to 2.0
"torch_item_size": 1.0,
"candle_holder_item_holding": true,
// Accepted range: 0.0 to 2.0
"handle_holder_item_size": 0.625,
"fixed_holding_animations": false,
"campfire_smoke_through_blocks": false
}
}