diff --git a/.gitignore b/.gitignore index 9fdc730..56c7038 100644 --- a/.gitignore +++ b/.gitignore @@ -4,11 +4,13 @@ !/mods/ !/shaderpacks/ !/bash/ +!/datapacks/ # Раз-игнорировать содержимое этих папок !/mods/** !/shaderpacks/** !/bash/** +!/datapacks/** # Раз-игнорировать файлы с префиксом pakku !pakku* diff --git a/datapacks/remove_vanilla_coper_chest/data/minecraft/recipe/copper_chest.json b/datapacks/remove_vanilla_coper_chest/data/minecraft/recipe/copper_chest.json new file mode 100644 index 0000000..5c0f16c --- /dev/null +++ b/datapacks/remove_vanilla_coper_chest/data/minecraft/recipe/copper_chest.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "|" + ], + "key": { + "#": "minecraft:coal", + "|": "minecraft:stick" + }, + "result": { + "id": "minecraft:torch", + "count": 8 + } +} \ No newline at end of file diff --git a/datapacks/remove_vanilla_coper_chest/data/minecraft/recipe/torch.json b/datapacks/remove_vanilla_coper_chest/data/minecraft/recipe/torch.json new file mode 100644 index 0000000..9bf3b27 --- /dev/null +++ b/datapacks/remove_vanilla_coper_chest/data/minecraft/recipe/torch.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "|" + ], + "key": { + "#": { "item": "minecraft:coal" }, + "|": { "item": "minecraft:stick" } + }, + "result": { + "item": "minecraft:torch", + "count": 10 + } +} \ No newline at end of file diff --git a/datapacks/remove_vanilla_coper_chest/pack.mcmeta b/datapacks/remove_vanilla_coper_chest/pack.mcmeta new file mode 100644 index 0000000..7503621 --- /dev/null +++ b/datapacks/remove_vanilla_coper_chest/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 61, + "description": "Remove native copper chest" + } +} diff --git a/datapacks/simplify_waystone/data/waystones/recipe/warp_stone.json b/datapacks/simplify_waystone/data/waystones/recipe/warp_stone.json new file mode 100644 index 0000000..86c2bb9 --- /dev/null +++ b/datapacks/simplify_waystone/data/waystones/recipe/warp_stone.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "aga", + "gpg", + "aga" + ], + "key": { + "a": "minecraft:amethyst_shard", + "g": "minecraft:gold_ingot", + "p": "minecraft:ender_pearl" + }, + "result": { + "id": "waystones:warp_stone", + "count": 1 + } +} \ No newline at end of file diff --git a/datapacks/simplify_waystone/pack.mcmeta b/datapacks/simplify_waystone/pack.mcmeta new file mode 100644 index 0000000..2d96d08 --- /dev/null +++ b/datapacks/simplify_waystone/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 61, + "description": "Simplify waystone stone recipe" + } +} diff --git a/pakku-lock.json b/pakku-lock.json index a529c8e..4b7985e 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -282,6 +282,71 @@ ] }, { + "pakku_id": "LcrvRRpzM70pQjk7", + "type": "MOD", + "side": "BOTH", + "slug": { + "curseforge": "balm", + "modrinth": "balm" + }, + "name": { + "curseforge": "Balm", + "modrinth": "Balm" + }, + "id": { + "curseforge": "531761", + "modrinth": "MBAkmtvl" + }, + "files": [ + { + "type": "modrinth", + "file_name": "balm-fabric-1.21.10-21.10.11.jar", + "mc_versions": [ + "1.21.10" + ], + "loaders": [ + "fabric" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/MBAkmtvl/versions/9HjDG5Uj/balm-fabric-1.21.10-21.10.11.jar", + "id": "9HjDG5Uj", + "parent_id": "MBAkmtvl", + "hashes": { + "sha512": "3bb6422a31487ab953d61cbe12dd5230e22a87d24f25cc216657307d0bf1f1bfa1426204d50a7f4a276fcd364214343da9fad321ea8573ae34faf87672991039", + "sha1": "6a7a8d104453aeceae8eb0a76944f64b32810665" + }, + "required_dependencies": [ + "P7dR8mSH" + ], + "size": 699812, + "date_published": "2026-01-16T11:11:27.926821Z" + }, + { + "type": "curseforge", + "file_name": "balm-fabric-1.21.10-21.10.11.jar", + "mc_versions": [ + "1.21.10" + ], + "loaders": [ + "fabric" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/7468/66/balm-fabric-1.21.10-21.10.11.jar", + "id": "7468066", + "parent_id": "531761", + "hashes": { + "sha1": "6a7a8d104453aeceae8eb0a76944f64b32810665", + "md5": "5e756d77065da5b89c19623607466024" + }, + "required_dependencies": [ + "306612" + ], + "size": 699812, + "date_published": "2026-01-16T11:11:26.933Z" + } + ] + }, + { "pakku_id": "qN4tEHOWZZrHdOi9", "type": "MOD", "side": "BOTH", @@ -3114,6 +3179,196 @@ ] }, { + "pakku_id": "dYQ2wL2EOIP9tgPK", + "pakku_links": [ + "LcrvRRpzM70pQjk7" + ], + "type": "MOD", + "side": "BOTH", + "slug": { + "curseforge": "waystones", + "modrinth": "waystones" + }, + "name": { + "curseforge": "Waystones", + "modrinth": "Waystones" + }, + "id": { + "curseforge": "245755", + "modrinth": "LOpKHB2A" + }, + "files": [ + { + "type": "modrinth", + "file_name": "waystones-fabric-1.21.10-21.10.5.jar", + "mc_versions": [ + "1.21.10" + ], + "loaders": [ + "fabric" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/LOpKHB2A/versions/ftCxiLY9/waystones-fabric-1.21.10-21.10.5.jar", + "id": "ftCxiLY9", + "parent_id": "LOpKHB2A", + "hashes": { + "sha512": "dc40cda862aba8f5738185abd6f1c8731eb488156be5c6bf4f8462bcf90ae9e1f0abaec4b28b2a107f7789cae0653c1745a86d610889deaa22f330e4fa3112ea", + "sha1": "304f29d933c0be41ed5eeeadf18787e66b9af714" + }, + "required_dependencies": [ + "P7dR8mSH", + "MBAkmtvl" + ], + "size": 923435, + "date_published": "2025-12-22T19:25:31.738117Z" + }, + { + "type": "curseforge", + "file_name": "waystones-fabric-1.21.10-21.10.5.jar", + "mc_versions": [ + "1.21.10" + ], + "loaders": [ + "fabric" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/7366/531/waystones-fabric-1.21.10-21.10.5.jar", + "id": "7366531", + "parent_id": "245755", + "hashes": { + "sha1": "304f29d933c0be41ed5eeeadf18787e66b9af714", + "md5": "04b24f475823f946cea7564a635493f1" + }, + "required_dependencies": [ + "531761", + "306612" + ], + "size": 923435, + "date_published": "2025-12-22T19:25:43.527Z" + } + ] + }, + { + "pakku_id": "qBbZglwDZGoa3IbH", + "type": "MOD", + "slug": { + "curseforge": "waystones-teleport-pets-reborn" + }, + "name": { + "curseforge": "Waystones Teleport Pets Reborn" + }, + "id": { + "curseforge": "1416916" + }, + "files": [ + { + "type": "curseforge", + "file_name": "wspetsreborn-fabric-1.21.10-1.0.0.jar", + "mc_versions": [ + "1.21.9", + "1.21.10" + ], + "loaders": [ + "fabric" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/7401/514/wspetsreborn-fabric-1.21.10-1.0.0.jar", + "id": "7401514", + "parent_id": "1416916", + "hashes": { + "sha1": "41e8696dcdcf554cb24cf33efd498c1baea888b2", + "md5": "1e31dc8409c70aae1a1c474a046fd7d9" + }, + "required_dependencies": [ + "245755" + ], + "size": 7965, + "date_published": "2025-12-31T18:18:35.900Z" + } + ] + }, + { + "pakku_id": "LwCty4CoKCvBw5tD", + "type": "MOD", + "side": "CLIENT", + "slug": { + "curseforge": "xaeros-maps-x-waystones", + "modrinth": "xaeros-maps-x-waystones" + }, + "name": { + "curseforge": "Xaero's Maps x Waystones", + "modrinth": "Xaero's Maps x Waystones" + }, + "id": { + "curseforge": "1340197", + "modrinth": "iv2jCzkP" + }, + "files": [ + { + "type": "modrinth", + "file_name": "xmxw-2.10.1+1.21.6-fabric.jar", + "mc_versions": [ + "1.21.6", + "1.21.7", + "1.21.8", + "1.21.9", + "1.21.10" + ], + "loaders": [ + "fabric" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/iv2jCzkP/versions/Z69tluYA/xmxw-2.10.1+1.21.6-fabric.jar", + "id": "Z69tluYA", + "parent_id": "iv2jCzkP", + "hashes": { + "sha512": "e374dc413ddbfd9c00d0ac8fecaf33a7942ad46b98679d42190d4773b96dd65366993a185eec629f0f256267d8884b8da27e757aafbb9da4043afe2a39ae25b3", + "sha1": "4caf8a72e629fe54ed429683b57f82531c554ef7" + }, + "required_dependencies": [ + "LOpKHB2A", + "Ha28R6CL", + "1eAoo2KR", + "1bokaNcj", + "P7dR8mSH" + ], + "size": 130505, + "date_published": "2026-05-06T04:00:29.918223Z" + }, + { + "type": "curseforge", + "file_name": "xmxw-2.10.1+1.21.6-fabric.jar", + "mc_versions": [ + "1.21.8", + "1.21.6", + "1.21.7", + "1.21.9", + "1.21.10" + ], + "loaders": [ + "fabric" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/8046/412/xmxw-2.10.1+1.21.6-fabric.jar", + "id": "8046412", + "parent_id": "1340197", + "hashes": { + "sha1": "4caf8a72e629fe54ed429683b57f82531c554ef7", + "md5": "92e418ae848d934a3f86178135315dc9" + }, + "required_dependencies": [ + "245755", + "308769", + "306612", + "263420", + "667299" + ], + "size": 130505, + "date_published": "2026-05-06T04:00:20.460Z" + } + ] + }, + { "pakku_id": "hVUygIDGspyPkWHW", "type": "MOD", "side": "CLIENT", @@ -3181,6 +3436,99 @@ ] }, { + "pakku_id": "vLYvvnXU6nY8UZke", + "type": "MOD", + "side": "CLIENT", + "slug": { + "curseforge": "xaeros-minimap-and-waystones-compatibility", + "modrinth": "xaeros-minimap-and-waystones-compatibility" + }, + "name": { + "curseforge": "Xaero's Minimap and Waystones Compatibility", + "modrinth": "Xaero's Minimap and Waystones Compatibility" + }, + "id": { + "curseforge": "1414507", + "modrinth": "31zVNrFa" + }, + "files": [ + { + "type": "modrinth", + "file_name": "xaerowaystonescompatibility-fabric-1.21.[0-10]-1.0.1.jar", + "mc_versions": [ + "1.21", + "1.21.1", + "1.21.2", + "1.21.3", + "1.21.4", + "1.21.5", + "1.21.6", + "1.21.7", + "1.21.8", + "1.21.9", + "1.21.10" + ], + "loaders": [ + "fabric" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/31zVNrFa/versions/9fdKSEzJ/xaerowaystonescompatibility-fabric-1.21.[0-10]-1.0.1.jar", + "id": "9fdKSEzJ", + "parent_id": "31zVNrFa", + "hashes": { + "sha512": "4f5eb812ccf376a193046ea7e2ba1434d5bbb7b6740b33933de4069fd1d9b31571f65823c177c6dbeadf4949668aeec58a11bfb8be27628bee388669193810ab", + "sha1": "ffe215579508ad43cddc76372111cb65891ca49a" + }, + "required_dependencies": [], + "size": 13115, + "date_published": "2025-12-27T22:13:00.178466Z" + }, + { + "type": "curseforge", + "file_name": "xaerowaystonescompatibility-fabric-1.21.[0-10]-1.0.1.jar", + "mc_versions": [ + "1.21.2-Snapshot", + "1.21", + "1.21.6-snapshot", + "1.21.1-Snapshot", + "1.21.8", + "1.21.5", + "1.21.4", + "1.21.5-Snapshot", + "1.21.1", + "1.21.6", + "1.21.3", + "1.21.7", + "1.21-Snapshot", + "1.21.4-Snapshot", + "1.21.2", + "1.21.9-snapshot", + "1.21.9", + "1.21.10", + "1.21.11-snapshot", + "1.21.11" + ], + "loaders": [ + "fabric" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/7386/125/xaerowaystonescompatibility-fabric-1.21.[0-10]-1.0.1.jar", + "id": "7386125", + "parent_id": "1414507", + "hashes": { + "sha1": "ffe215579508ad43cddc76372111cb65891ca49a", + "md5": "1053194178fb0fbd04ad1f465a50869e" + }, + "required_dependencies": [ + "263420", + "245755" + ], + "size": 13115, + "date_published": "2025-12-27T22:14:11.533Z" + } + ] + }, + { "pakku_id": "S0SFHg1f2TCiNQXR", "type": "MOD", "side": "CLIENT",