rm structures, some fixes
This commit is contained in:
parent
3256560194
commit
e5a6580765
|
@ -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]]
|
||||
|
|
|
@ -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"
|
|
@ -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"
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue