From e5a658076509cb597435d82720666c7c293d4c87 Mon Sep 17 00:00:00 2001 From: hkc Date: Sun, 17 Mar 2024 10:13:02 +0300 Subject: [PATCH] rm structures, some fixes --- index.toml | 8 ++++---- mods/create-structures.pw.toml | 13 ------------- mods/createfabricreibugfix.pw.toml | 13 +++++++++++++ pack.toml | 6 +++++- 4 files changed, 22 insertions(+), 18 deletions(-) delete mode 100644 mods/create-structures.pw.toml create mode 100644 mods/createfabricreibugfix.pw.toml diff --git a/index.toml b/index.toml index 80acbe9..e88c832 100644 --- a/index.toml +++ b/index.toml @@ -300,13 +300,13 @@ hash = "246738f5a6bb9726299202fbe7a639ca214cf704e3ea6ca20414b9600c0a7412" metafile = true [[files]] -file = "mods/create-structures.pw.toml" -hash = "f0323722f66e5b288875294fb083404998a5891751e9460c1f4a4f44626bcc2c" +file = "mods/createaddition.pw.toml" +hash = "286058f5c8cab754bbae76a88cb8fcd2f3c0a8fc14a5768dbf249355df451b6e" metafile = true [[files]] -file = "mods/createaddition.pw.toml" -hash = "286058f5c8cab754bbae76a88cb8fcd2f3c0a8fc14a5768dbf249355df451b6e" +file = "mods/createfabricreibugfix.pw.toml" +hash = "5c4463d9b082ee1e4c9faa67734814296c0f4795735da2e298d7a0f8ddaf059b" metafile = true [[files]] diff --git a/mods/create-structures.pw.toml b/mods/create-structures.pw.toml deleted file mode 100644 index 83ff6cb..0000000 --- a/mods/create-structures.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: Structures" -filename = "create-structures-0.1.1-1.20.1-FABRIC.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/IAnP4np7/versions/nqsTHZwx/create-structures-0.1.1-1.20.1-FABRIC.jar" -hash-format = "sha1" -hash = "b0adac5af2734590d57e86a270a343abb74dfed4" - -[update] -[update.modrinth] -mod-id = "IAnP4np7" -version = "nqsTHZwx" diff --git a/mods/createfabricreibugfix.pw.toml b/mods/createfabricreibugfix.pw.toml new file mode 100644 index 0000000..7d7e8ba --- /dev/null +++ b/mods/createfabricreibugfix.pw.toml @@ -0,0 +1,13 @@ +name = "CreateFabric&REIBugFix" +filename = "CreateFabricREIBugFix-0.1.0-create0.5.1-mc1.20.x.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/lSw4RpVn/versions/ngfhxCc2/CreateFabricREIBugFix-0.1.0-create0.5.1-mc1.20.x.jar" +hash-format = "sha1" +hash = "74f94084743cb40a3342a8d3765f88dc70c91841" + +[update] +[update.modrinth] +mod-id = "lSw4RpVn" +version = "ngfhxCc2" diff --git a/pack.toml b/pack.toml index 8607ca5..9247920 100644 --- a/pack.toml +++ b/pack.toml @@ -6,8 +6,12 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0af166eabe82cc5186b77a00178219d94ec03a9bde8fda9cdfd869a164944884" +hash = "c6d7e7a6ff6171701e4708690f118bd479efbbe2bd8d3e5afc0f9a15f54a89ab" [versions] fabric = "0.15.7" minecraft = "1.20.1" + +[options] +acceptable-game-versions = ["1.20.1"] +datapack-folder = "config/paxi/datapacks/"