AOF7-Vocality/config/wands.json
2024-02-20 18:35:48 -06:00

66 lines
1.9 KiB
JSON

{
"max_limit___increment_this_if_your_machine_can_handle_it": 8192,
"blocks_per_xp": 0.0,
"stone_wand_limit": 16,
"iron_wand_limit": 32,
"diamond_wand_limit": 64,
"netherite_wand_limit": 256,
"creative_wand_limit": 512,
"stone_wand_durability": 256,
"iron_wand_durability": 512,
"diamond_wand_durability": 2048,
"netherite_wand_durability": 4096,
"destroy_in_survival_drop": true,
"survival_unenchanted_drops": true,
"allow_wand_to_break": false,
"allow_offhand_to_break": false,
"mend_tools": true,
"enable_vein_mode": true,
"enable_blast_mode": true,
"disable_destroy_replace": false,
"magic_bag_1_limit": 17280,
"magic_bag_2_limit": 172800,
"wand_mode_display_x_pos": 75.0,
"wand_mode_display_y_pos": 100.0,
"wand_tools_display_x_pos": 0.0,
"wand_tools_display_y_pos": 100.0,
"preview_opacity": 0.8,
"wand_screen_x_offset": 0,
"wand_screen_y_offset": 0,
"fancy_preview": true,
"block_outlines": true,
"fill_outlines": true,
"copy_outlines": true,
"paste_outlines": true,
"no_lines": false,
"fat_lines": true,
"render_last": false,
"show_tools_info": true,
"check_advancements": false,
"advancement_allow_stone_wand": "",
"advancement_allow_iron_wand": "",
"advancement_allow_diamond_wand": "",
"advancement_allow_netherite_wand": "",
"fat_lines_width": 0.025,
"block_outline_color": "220,220,220,255",
"bounding_box_color": "0,0,200,255",
"destroy_color": "220,0,0,255",
"tool_use_color": "240,240,0,255",
"start_color": "0,200,200,255",
"end_color": "0,200,0,255",
"line_color": "200,0,200,200",
"paste_bb_color": "80,40,0,255",
"block_color": "255,255,255,255",
"str_pickaxe_allowed": [
"minecraft:sea_lantern"
],
"str_axe_allowed": [],
"str_shovel_allowed": [],
"str_hoe_allowed": [
"minecraft:moss_block"
],
"str_shears_allowed": [
"minecraft:moss_block"
],
"str_denied": []
}