summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-01-05 00:37:18 -0500
committertriethyl <triethylammonium@pm.me>2026-01-05 00:37:18 -0500
commit66ce6d2c47c0eb925b35e157ab1f302f277ff946 (patch)
treecb25a205c8d87771931dbf749a1163897b548b27
parent58a4aed8d8646ac7304b95a70fdbd4d4d82e900f (diff)
added air hop enchantment, wool recipes, and increased waystone usage cost
-rw-r--r--config/fwaystones/config.json574
-rw-r--r--index.toml18
-rw-r--r--mods/air-hop.pw.toml13
-rw-r--r--mods/wool-tweaks.pw.toml13
-rw-r--r--pack.toml2
5 files changed, 119 insertions, 1 deletions
diff --git a/config/fwaystones/config.json5 b/config/fwaystones/config.json5
new file mode 100644
index 0000000..dbde5b9
--- /dev/null
+++ b/config/fwaystones/config.json5
@@ -0,0 +1,74 @@
+{
+ "worldgen": {
+ "generate_in_villages": true,
+ "min_per_village": 1,
+ "max_per_village": 1,
+ "village_waystone_weight": 2
+ },
+ "teleportation_cost": {
+ "cost_type": "LEVEL",
+ "cost_item": "minecraft:ender_pearl",
+ "base_cost": 3,
+ "cost_per_block_distance": 0.001,
+ "cost_multiplier_between_dimensions": 2.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",
+ // These are all of our villages where a waystone is added. If you also want to use T&T with another mod that also adds compat with the waystone mod, just paste what is below this message all the way down to the "/*" sign //
+ "kaisyn:village/badlands_pueblo/houses": "village_waystone",
+ "kaisyn:village/beach_lighthouse/side/cross": "village_waystone",
+ "kaisyn:village/birch_forest_romanian/houses": "village_waystone",
+ "kaisyn:village/flower_forest_japanese/houses": "village_waystone",
+ "kaisyn:village/grove_villager_outpost/decor": "village_waystone",
+ "kaisyn:village/jungle_tribal/houses": "village_waystone",
+ "kaisyn:village/meadow_swiss/houses": "village_waystone",
+ "kaisyn:village/mushroom_fields_fantasy/houses": "village_waystone",
+ "kaisyn:village/old_growth_taiga_polish/houses": "village_waystone",
+ "kaisyn:village/snowy_slopes_inn/decor": "village_waystone",
+ "kaisyn:village/snowy_taiga_viking/houses": "village_waystone",
+ "kaisyn:village/sparse_jungle_polynesian/houses": "village_waystone",
+ "kaisyn:village/sunflower_plains_farm/side/farms": "village_waystone",
+ "kaisyn:village/swamp_boat/houses": "village_waystone",
+ "kaisyn:village/exclusives/iberian/houses": "village_waystone",
+ "kaisyn:village/exclusives/mediterranean/houses/regular": "village_waystone",
+ "kaisyn:village/exclusives/rustic/houses": "village_waystone",
+ "kaisyn:village/exclusives/swedish/houses": "village_waystone",
+ "kaisyn:village/exclusives/tudor/houses": "village_waystone"
+ /*
+ The following villages don't have a waystone added either because they are too small or the terrain in these villages would cause problems:
+ - Ocean village (Villager Fleet)
+ - Wooded Badlands Village (Tipi camp)
+ - Classic (Pre-1.14) Village (exclusive structure
+ - Wandering Trader Camp (exclusive structure)
+ - Nilotic Village (exclusive structure)
+ */
+ }
+}
+
diff --git a/index.toml b/index.toml
index b748de7..25d3d07 100644
--- a/index.toml
+++ b/index.toml
@@ -33,6 +33,10 @@ file = "config/firstperson.json"
hash = "9f5653360be0f956b762b0e4b5c14a51ebe1e84734abb879710fd03a4271d5d0"
[[files]]
+file = "config/fwaystones/config.json5"
+hash = "db8d16d2fa37f7f8d074a0d86f220ee4579bd6ec9c021aaaa0f226a86df0ff72"
+
+[[files]]
file = "config/iris.properties"
hash = "7224d422c4329c3cedad644491433d0dcca0b5b6277051e14305463218f27498"
@@ -41,11 +45,20 @@ file = "config/simplebackup.json5"
hash = "e5216140385d954b93552952e7babc90dfa3d7075426c3cced318be2a67626b5"
[[files]]
+file = "guide.md"
+hash = "25d429dcd7a27bee5f788956672a9cf70b3ea684130acf457090694839caa311"
+
+[[files]]
file = "mods/addadd.pw.toml"
hash = "d6c10a41620fa751e4c8aeee37b69adcbb107c72ebbd4e63d6966ae19d6c3ee0"
metafile = true
[[files]]
+file = "mods/air-hop.pw.toml"
+hash = "716f5a27285b086823dbf12a5228f2274f2eade5b97f53f866ca203d97bf78bf"
+metafile = true
+
+[[files]]
file = "mods/amendments.pw.toml"
hash = "5b332b628f2bbb11afdc82f4a9d27ca3afde5ad2d21c590af5c7a080c2aa9dfa"
metafile = true
@@ -701,6 +714,11 @@ hash = "2e1da2ea23cd934380dc87d60b8e3efa2c97583f1ddac0219abcdb88a06f9bbc"
metafile = true
[[files]]
+file = "mods/wool-tweaks.pw.toml"
+hash = "749c794c240875e2c859343a2fd1e36f26ad91e0e80cac30d003eff3203b2e64"
+metafile = true
+
+[[files]]
file = "mods/yacl.pw.toml"
hash = "8305bf17272f0c579b0930b751c12089de9fb157dbdb5c080836ce3daad310b5"
metafile = true
diff --git a/mods/air-hop.pw.toml b/mods/air-hop.pw.toml
new file mode 100644
index 0000000..8793b6b
--- /dev/null
+++ b/mods/air-hop.pw.toml
@@ -0,0 +1,13 @@
+name = "Air Hop"
+filename = "AirHop-v8.0.2-1.20.1-Fabric.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/g1eaCZgs/versions/8l8ZXn2b/AirHop-v8.0.2-1.20.1-Fabric.jar"
+hash-format = "sha512"
+hash = "6ca455a47ef6438aa98b37a2a257fb5f1670aaa1ff1c904b4712ec4e0a2ba5661a75015c7656b0c43763d904aa7a0ad656f09447a3272f9b37297cd28063c84e"
+
+[update]
+[update.modrinth]
+mod-id = "g1eaCZgs"
+version = "8l8ZXn2b"
diff --git a/mods/wool-tweaks.pw.toml b/mods/wool-tweaks.pw.toml
new file mode 100644
index 0000000..fc70855
--- /dev/null
+++ b/mods/wool-tweaks.pw.toml
@@ -0,0 +1,13 @@
+name = "Wool Tweaks"
+filename = "wooltweaks-1.20.1-3.9.jar"
+side = "server"
+
+[download]
+url = "https://cdn.modrinth.com/data/lqQsKUma/versions/nkwRjayP/wooltweaks-1.20.1-3.9.jar"
+hash-format = "sha512"
+hash = "d9d4357f4330e65ea90cf14399297436ba322bf1bd88eb84c48bb98ab55baac8a61cd86fb7fa8e6bf4cb9b959f41e11d52110edc1b1bfa010588a57e2c06c2b7"
+
+[update]
+[update.modrinth]
+mod-id = "lqQsKUma"
+version = "nkwRjayP"
diff --git a/pack.toml b/pack.toml
index 5f0f80b..dd7b884 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 = "854cf32ca17a574fbaddee65003fa441ef6e971442282379e0c032a1bf2a5d49"
+hash = "28215dcc33aacc9bd410d50aaab41aaf6e2deeb6be2fdefd21d6860e4c7768fe"
[versions]
fabric = "0.18.4"