diff --git a/config/bcc-common.toml b/config/bcc-common.toml index 5e98633..8bfac99 100644 --- a/config/bcc-common.toml +++ b/config/bcc-common.toml @@ -7,7 +7,7 @@ #The name of the modpack modpackName = "Banana" #The version of the modpack - modpackVersion = "1.3" + modpackVersion = "1.4" #Use the metadata.json to determine the modpack version #ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING useMetadata = false diff --git a/index.toml b/index.toml index 0fd3d8f..9c9ffb9 100644 --- a/index.toml +++ b/index.toml @@ -22,7 +22,7 @@ hash = "199780a11fff42f04e8806677fff6255d51e815493b52fa7224be8b6b344306d" [[files]] file = "config/bcc-common.toml" -hash = "8c9d2d8b443995863b6e35c6fc32be07a4dfe05c9fbf2fd0339080b5e5a02ccf" +hash = "9329bb8a700cd0776595274959704fabb3ded70fe0cfb7c325c9b4fadec88078" [[files]] file = "config/chalk-common.toml" @@ -132,6 +132,14 @@ hash = "8694df873622e88d46436e7f4a8ec883749e23996b3542234b9c8ea3a5b7a732" file = "config/waystones-common.toml" hash = "88366eeace65f3c2565eb87a7bc6224914e43702f5d627dc2cbd398d61d1b6f3" +[[files]] +file = "kubejs/data/createteleporters/recipe/quantum_mechanism_recipe.json" +hash = "2e174d68c2e3e808ba038a1bad5560bb598097fbc4609043760ee2e852268904" + +[[files]] +file = "kubejs/server_scripts/woods.js" +hash = "75df3ceaf52f5cae288555284366c37af5839f68f5d400b75ce8c7825a0aa210" + [[files]] file = "mods/3dskinlayers.pw.toml" hash = "82becc6910845ae1a68884e6f7a3dcdc861d79a087ae81b1d7e120e82884372d" @@ -302,11 +310,6 @@ file = "mods/better-clouds.pw.toml" hash = "be9b84747fbddabebaaa182dfc3a4bb3f0b9d8c5a5473b6fd8fe92776458832e" metafile = true -[[files]] -file = "mods/better-combat.pw.toml" -hash = "5486f656b149dd16ebd97ea62f3410372ad6883604f51e88d14f22c5263a8280" -metafile = true - [[files]] file = "mods/better-compatibility-checker.pw.toml" hash = "7c3b1f4819e8a3b88cadd8ed968d74491c71f504738dd0f2cd60f3ff40d80f72" @@ -966,6 +969,11 @@ file = "mods/fusion-connected-textures.pw.toml" hash = "9342bd3338c6fbb80f84625e2715a6c443b54daff11826f0dfb9ebb6ab411fd2" metafile = true +[[files]] +file = "mods/fwa.pw.toml" +hash = "01269fd511e7fb552030f32a00f3570af18a7a2279b2beddf175e36e5d70a758" +metafile = true + [[files]] file = "mods/fzzy-config.pw.toml" hash = "f9c118b7a66238a7f9e052705e82402e57c7a5b753d62d679b94701ede479752" @@ -1491,11 +1499,6 @@ file = "mods/platform.pw.toml" hash = "0ca90a25548289e4149c3d8435d50b75ff28bb83f973bf3e2cdc8a0b4b911acc" metafile = true -[[files]] -file = "mods/playeranimator.pw.toml" -hash = "93284ca7f2f23f0bb76d42b797cabf2aea1914ee9825bec82bf6ffe4c60dda0d" -metafile = true - [[files]] file = "mods/playermusic-1.0.0.jar" hash = "ce70bb727bd82f6ae138fd0c23613b95e5255e46f788a04bfa4a921ba44137c4" @@ -1640,6 +1643,11 @@ file = "mods/sable.pw.toml" hash = "e4c43e944439f4941ba1c417ab3ac1ec3dbd9c95a8456a2069641d031317e142" metafile = true +[[files]] +file = "mods/sablecompat.pw.toml" +hash = "753db312dde944dc4278569734f2d14a7e47a9344946de3cf3b10c601ecd9764" +metafile = true + [[files]] file = "mods/searchables.pw.toml" hash = "ce9ddada6ffd55a512149cc474c6a453281a997a5fdf1b7b4a2cc73f875e704a" @@ -1965,6 +1973,11 @@ file = "mods/voxy.pw.toml" hash = "5d34e185f0edc0c21b55b420c5e8bb9345e6e653796a47fef5459f97f60bfa20" metafile = true +[[files]] +file = "mods/vs-hose-connectors.pw.toml" +hash = "bafd868f9b1ce99dc4ac070498def780e815828a3771568a0bf890b4d92fe692" +metafile = true + [[files]] file = "mods/waterframes.pw.toml" hash = "c5cfc15522e92bb9a5fc3e56f38b72a935f65298236df10fbbc1aec2fd7a5203" diff --git a/kubejs/data/createteleporters/recipe/quantum_mechanism_recipe.json b/kubejs/data/createteleporters/recipe/quantum_mechanism_recipe.json new file mode 100644 index 0000000..b9d59a5 --- /dev/null +++ b/kubejs/data/createteleporters/recipe/quantum_mechanism_recipe.json @@ -0,0 +1,63 @@ +{ + "type": "create:sequenced_assembly", + "ingredient": { + "item": "create:sturdy_sheet" + }, + "loops": 1, + "results": [ + { + "item": "createteleporters:quantum_mechanism" + } + ], + "sequence": [ + { + "type": "create:filling", + "ingredients": [ + { + "item": "createteleporters:incomplete_q_mechanism" + }, + { + "fluid": "createteleporters:quantum_fluid", + "amount": 250 + } + ], + "results": [ + { + "item": "createteleporters:incomplete_q_mechanism" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "createteleporters:incomplete_q_mechanism" + }, + { + "item": "createteleporters:advanced_part" + } + ], + "results": [ + { + "item": "createteleporters:incomplete_q_mechanism" + } + ] + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "createteleporters:incomplete_q_mechanism" + } + ], + "results": [ + { + "item": "createteleporters:incomplete_q_mechanism" + } + ] + } + ], + "transitional_item": { + "item": "createteleporters:incomplete_q_mechanism" + } +} \ No newline at end of file diff --git a/kubejs/server_scripts/woods.js b/kubejs/server_scripts/woods.js new file mode 100644 index 0000000..0738d34 --- /dev/null +++ b/kubejs/server_scripts/woods.js @@ -0,0 +1,13 @@ +ServerEvents.recipes((event) => { + event.shaped( + Item.of('minecraft:chest', 1), + [ + 'WWW', + 'W W', + 'WWW' + ], + { + W: '#minecraft:planks' + } + ) +}) \ No newline at end of file diff --git a/mods/better-combat.pw.toml b/mods/better-combat.pw.toml deleted file mode 100644 index 8de095b..0000000 --- a/mods/better-combat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Better Combat" -filename = "bettercombat-neoforge-2.3.2+1.21.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/5sy6g3kz/versions/2NyTus6V/bettercombat-neoforge-2.3.2%2B1.21.1.jar" -hash-format = "sha512" -hash = "abc6c5e531492bcc9368b3c79034a19203b9fa871c7ec82380d47c776a087debce6f8e0f7af86993a1a125668a7eb2831af70a097ff2b90e01a0db83eccd111a" - -[update] -[update.modrinth] -mod-id = "5sy6g3kz" -version = "2NyTus6V" diff --git a/mods/fwa.pw.toml b/mods/fwa.pw.toml new file mode 100644 index 0000000..5ce4a91 --- /dev/null +++ b/mods/fwa.pw.toml @@ -0,0 +1,13 @@ +name = "Fancy World Animations" +filename = "fwa+1.21.1-neoforge-1.2.15.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IAzUFvS6/versions/B7tW61eT/fwa%2B1.21.1-neoforge-1.2.15.1.jar" +hash-format = "sha512" +hash = "24ebcc44896e362eec809019f9665151b3db21a568b6067db1a285c4dab6d2c713bcc894a5c5ca02f75d3f5a049eb557a9b3b5a79b95369f39c3aad065583f71" + +[update] +[update.modrinth] +mod-id = "IAzUFvS6" +version = "B7tW61eT" diff --git a/mods/playeranimator.pw.toml b/mods/playeranimator.pw.toml deleted file mode 100644 index 7483336..0000000 --- a/mods/playeranimator.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "playerAnimator" -filename = "player-animation-lib-forge-2.0.4+1.21.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/gedNE4y2/versions/HJZB6bmA/player-animation-lib-forge-2.0.4%2B1.21.1.jar" -hash-format = "sha512" -hash = "fc00450fb6c95ec1779021bdc726122dacb5915c6baddaacc981cd221b01b8db35f2a0dfde5d6fa6766d877266dc82f58854f571ea53cc5c4d468b80e1548a5f" - -[update] -[update.modrinth] -mod-id = "gedNE4y2" -version = "HJZB6bmA" diff --git a/mods/sablecompat.pw.toml b/mods/sablecompat.pw.toml new file mode 100644 index 0000000..59c5cf7 --- /dev/null +++ b/mods/sablecompat.pw.toml @@ -0,0 +1,13 @@ +name = "Sable: Physics Compat" +filename = "sablephysicscompat-1.3.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/sZbcIrJb/versions/Ucq7afTi/sablephysicscompat-1.3.0.jar" +hash-format = "sha512" +hash = "8da8791d255aeae21ecc201318b2c670e594984fa0ce726bfce8a4f27e8983c50c7152e93cf68a389b7d06711e85bcfef925eea0a00a39dd6718db89326ec494" + +[update] +[update.modrinth] +mod-id = "sZbcIrJb" +version = "Ucq7afTi" diff --git a/mods/vs-hose-connectors.pw.toml b/mods/vs-hose-connectors.pw.toml new file mode 100644 index 0000000..7ea6c57 --- /dev/null +++ b/mods/vs-hose-connectors.pw.toml @@ -0,0 +1,13 @@ +name = "VS / Sable Hose Connectors" +filename = "VS-Sable-HoseConnectors-0.1.5-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/YaZEkFmd/versions/YKvKW7mI/VS-Sable-HoseConnectors-0.1.5-1.21.1.jar" +hash-format = "sha512" +hash = "8ce6d474f31f2c63a9028123e7c9e303b401d12a099528cd5787d3bf85e2bfef3b016b698ea09df472cab61cc83ee29f7d2a423feaa564b82a617d415c6668bb" + +[update] +[update.modrinth] +mod-id = "YaZEkFmd" +version = "YKvKW7mI" diff --git a/pack.toml b/pack.toml index bc0ebb5..cc4f9d5 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 = "4c2ad708c4237ebfa94e9e97044190eb7794ff2c8a9c7c6710f6f064034abf0a" +hash = "d57f9a642b9e41afb711651e11f60cce8e255075b08c3dccd27e0007c4e1bb88" [versions] minecraft = "1.21.1"