diff --git a/config/fwaystones/config.json5 b/config/fwaystones/config.json5 new file mode 100644 index 0000000..d69b359 --- /dev/null +++ b/config/fwaystones/config.json5 @@ -0,0 +1,67 @@ +{ + "worldgen": { + "generate_in_villages": true, + "unbreakable_generated_waystones": false, + "min_per_village": 1, + "max_per_village": 1, + "village_waystone_weight": 2 + }, + "teleportation_cost": { + "cost_type": "LEVEL", + "cost_item": "minecraft:ender_pearl", + "base_cost": 1, + "cost_per_block_distance": 0.0, + "cost_multiplier_between_dimensions": 1.0 + }, + "discover_with_item": "none", + "take_amount_from_discover_item": 0, + "consume_infinite_knowledge_scroll_on_use": false, + "consume_local_void_on_use": true, + "free_local_void_teleport": true, + "store_waystone_data_on_sneak_break": true, + "discover_waystone_on_map_use": false, + "can_owners_redeem_payments": false, + "waystone_block_hardness": 4.0, + "waystone_block_required_mining_level": 1, + "permission_level_for_breaking_waystones": "ANYONE", + "global_mode_toggle_permission_levels": "OWNER", + "teleportation_cooldown": { + "cooldown_ticks_when_hurt": 0, + "cooldown_ticks_from_abyss_watcher": 0, + "cooldown_ticks_from_pocket_wormhole": 0, + "cooldown_ticks_from_local_void": 0, + "cooldown_ticks_from_void_totem": 0, + "cooldown_ticks_from_waystone": 0 + }, + "disable_teleportation_from_dimensions": [], + "disable_teleportation_to_dimensions": [], + "ignore_dimension_blacklists_if_same_dimension": true, + "add_waystone_structure_piece": { + "minecraft:village/desert/houses": "desert_village_waystone", + "minecraft:village/savanna/houses": "village_waystone", + "minecraft:village/plains/houses": "village_waystone", + "minecraft:village/taiga/houses": "village_waystone", + "minecraft:village/snowy/houses": "village_waystone", + "ctov:village/beach/house": "desert_village_waystone", + "ctov:village/christmas/house": "village_waystone", + "ctov:village/desert/house": "desert_village_waystone", + "ctov:village/desert_oasis/house": "desert_village_waystone", + "ctov:village/halloween/house": "village_waystone", + "ctov:village/jungle/house": "mossy_stone_brick_village_waystone", + "ctov:village/jungle_tree/house": "mossy_stone_brick_village_waystone", + "ctov:village/mesa/house": "red_desert_village_waystone", + "ctov:village/mesa_fortified/house": "red_desert_village_waystone", + "ctov:village/mountain/house": "village_waystone", + "ctov:village/mountain_alpine/house": "village_waystone", + "ctov:village/mushroom/house": "village_waystone", + "ctov:village/plains/house": "village_waystone", + "ctov:village/plains_fortified/house": "village_waystone", + "ctov:village/savanna/house": "village_waystone", + "ctov:village/savanna_na/house": "village_waystone", + "ctov:village/snowy_igloo/house": "village_waystone", + "ctov:village/swamp/house": "village_waystone", + "ctov:village/swamp_fortified/house": "village_waystone", + "ctov:village/taiga/house": "village_waystone", + "ctov:village/taiga_fortified/house": "village_waystone" + } +} diff --git a/index.toml b/index.toml index a99353a..8916990 100644 --- a/index.toml +++ b/index.toml @@ -12,6 +12,10 @@ hash = "6f20451feae5622855190a428256ad5e646f16e33d29dc055b1a112114ea8862" file = "config/builtinservers.json" hash = "272ecdcf71fe8f8cf327938df359f4ba8f97878f171abd00cc9e6268bde6c451" +[[files]] +file = "config/fwaystones/config.json5" +hash = "1b447f25fa3e2646b40005f65f6ce3cf4eee4e118584244ffe60bc4bfd58cf70" + [[files]] file = "config/grapplemod.json" hash = "2e5cc17bfe7866de4aecd32f0b04df430b1986f9d693b45653e4f21dd70bc475" diff --git a/pack.toml b/pack.toml index e42bc51..b0e4d46 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "7029bacb6d9a09e67a9bb3f495559955a193fee70020a80f1011574c11ba7577" +hash = "abfa566fcee2933dcb795b556e641c9e1a85179bf6870e85f52d8110d63e7799" [versions] fabric = "0.14.22"