[c] Progress on mods
This commit is contained in:
parent
120e415ba8
commit
f939ed2c38
63 changed files with 630 additions and 46 deletions
25
config/global_data_and_resourcepacks.toml
Normal file
25
config/global_data_and_resourcepacks.toml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
#This should under no circumstances be set to true in modpacks
|
||||||
|
#If set to true, the mod creates a new global folder, that is global for your user on your computer.
|
||||||
|
#The created folders will be:
|
||||||
|
# <user_home>/.minecraft_global_packs/required_datapacks
|
||||||
|
# <user_home>/.minecraft_global_packs/optional_datapacks
|
||||||
|
# <user_home>/.minecraft_global_packs/required_resourcepacks
|
||||||
|
# <user_home>/.minecraft_global_packs/optional_resourcepacks
|
||||||
|
enable_system_global_packs = false
|
||||||
|
|
||||||
|
#This config allows you to add or remove folders or single files as Data-/Resourcepacks
|
||||||
|
#For that simply specify the file path to the folder/file relative to your .minecraft or instance folder
|
||||||
|
#With the current config you can place a Datapack into '.minecraft/global_packs/required_data' to force enable a datapack.
|
||||||
|
[resourcepacks]
|
||||||
|
required = [
|
||||||
|
"resources/required_resources/"
|
||||||
|
]
|
||||||
|
|
||||||
|
[datapacks]
|
||||||
|
required = [
|
||||||
|
"resources/required_data/"
|
||||||
|
]
|
||||||
|
|
||||||
|
optional = [
|
||||||
|
"resources/optional_data/"
|
||||||
|
]
|
182
index.toml
182
index.toml
|
@ -4,6 +4,10 @@ hash-format = "sha256"
|
||||||
file = "config/entity_texture_features.json"
|
file = "config/entity_texture_features.json"
|
||||||
hash = "77ca3059e73ab40c271013ec3719328cb1c71139387a1986dcc452ebee0a5400"
|
hash = "77ca3059e73ab40c271013ec3719328cb1c71139387a1986dcc452ebee0a5400"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/global_data_and_resourcepacks.toml"
|
||||||
|
hash = "321eb89c510cb81571e2e1aec6c3c243c7c33b6629744a6489afc7125b5ece24"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/adorn.pw.toml"
|
file = "mods/adorn.pw.toml"
|
||||||
hash = "b7750fd27c8cb35d0cdbb0347e40cdbbbfdb4a08f24855c6803e7a69e1f06665"
|
hash = "b7750fd27c8cb35d0cdbb0347e40cdbbbfdb4a08f24855c6803e7a69e1f06665"
|
||||||
|
@ -16,12 +20,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/animatica.pw.toml"
|
file = "mods/animatica.pw.toml"
|
||||||
hash = "f0463f1b50e2c2ab3c726b14236b22e07ce9be4896528ede9d51486a212a5c07"
|
hash = "699587b812ece77b966cc302c8f433db51db679a7b7711cbcc198612a42f3df3"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/appleskin.pw.toml"
|
file = "mods/appleskin.pw.toml"
|
||||||
hash = "e3dfb2478e6bb096667d4ec89b0ddfef627747939373bdefee02f358d6e3dee1"
|
hash = "3fd7031b819ca011192e81d750936b5b461bd4fe6fb85f5cecad64037dd3f328"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -56,27 +60,32 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/better-mount-hud.pw.toml"
|
file = "mods/better-mount-hud.pw.toml"
|
||||||
hash = "961a423cc427d4c785354239e8e7b251b5575756b1cf85dd1bc85011b47f0fbf"
|
hash = "67456edd645cac5865ef07bdb01b76fdea91c28262eb5dd6c82b8e210efbd7c6"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/better-stats.pw.toml"
|
||||||
|
hash = "9c287962cb3f5e897713ef6762499b6832f820042bfdd87528019102f53c99be"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/betterf3.pw.toml"
|
file = "mods/betterf3.pw.toml"
|
||||||
hash = "5e3ee3550327d6b3545abc363325056c9fc09fb4d48a841e32da2da54c7f74c9"
|
hash = "fa5b92870c4a1914b5ca7235366ac6414f54d3f3c1cbc3cbd31103bca137d410"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/bobby.pw.toml"
|
file = "mods/bobby.pw.toml"
|
||||||
hash = "628ca822826f31018f97293b673e09defe9bc46616a7636bbd4a3b51ee4c9949"
|
hash = "53e2d27a50b1149ef4189184274977a06fa2ba59575eb8edb12f8df86f2b2cf5"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/borderless-mining.pw.toml"
|
file = "mods/borderless-mining.pw.toml"
|
||||||
hash = "c49d42cddfb05cf5e4882d5753bd98a525c9a994fda5f49651003e8266b7aa9d"
|
hash = "77674b7a889a21373f0775c4c51495ce38079280f9f26e1367796b030832f97d"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/capes.pw.toml"
|
file = "mods/capes.pw.toml"
|
||||||
hash = "4c712d7ad6d2ddb130b845c3b2c660be7cb7795db21be00b130443730719305e"
|
hash = "f1cb851f52258298a8de63c4176fadf82f8e2a90a5e252508dee9aa2aeea7ffa"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -101,7 +110,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/chunks-fade-in.pw.toml"
|
file = "mods/chunks-fade-in.pw.toml"
|
||||||
hash = "f8f8cea05fc3ed93239749877488e696bd67b4a42054f11dba752c9afc106393"
|
hash = "1dce8ee6aedc902236a74e59ef6a1081bca2d926704e4fa14f2ecacf58776678"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -111,7 +120,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/continuity.pw.toml"
|
file = "mods/continuity.pw.toml"
|
||||||
hash = "acbde04e67f2f0970a6b81e3c818a5f8ed3eceab4f3a04330d80c70c24d03afe"
|
hash = "0e090b8512a3e834bbe8c1d82058bf0d08494f9067db3a861e9e34a914419b20"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -119,6 +128,11 @@ file = "mods/controlify.pw.toml"
|
||||||
hash = "c0de5bba506e240a13775eae2a7fcf27734848fc460ddd5f106b9b32756e9aeb"
|
hash = "c0de5bba506e240a13775eae2a7fcf27734848fc460ddd5f106b9b32756e9aeb"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/controlling.pw.toml"
|
||||||
|
hash = "dd0a6b5c30af9d883273baff633c6ba931f70130ffae7d13cd023f1ac470e6c3"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/create-deco.pw.toml"
|
file = "mods/create-deco.pw.toml"
|
||||||
hash = "0372b9ea1233cf516f205bed50c4014bfb4e806406657b8f803409a71d81d88a"
|
hash = "0372b9ea1233cf516f205bed50c4014bfb4e806406657b8f803409a71d81d88a"
|
||||||
|
@ -129,11 +143,31 @@ file = "mods/create-fabric.pw.toml"
|
||||||
hash = "26394151533372bce2229f31c8df7f65e2deb751cc823f317cd30682381acc8f"
|
hash = "26394151533372bce2229f31c8df7f65e2deb751cc823f317cd30682381acc8f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/create-railways-navigator.pw.toml"
|
||||||
|
hash = "74b5cd69ccf714360dc5c255117141969b2cd440d05a69f6f26094114267776c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/create-steam-n-rails.pw.toml"
|
||||||
|
hash = "4fac0263f4d5e5b8810969b6a04b64ee2396cd42232fd16bcadf7e8e7ae96d90"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/create-structures.pw.toml"
|
file = "mods/create-structures.pw.toml"
|
||||||
hash = "f0323722f66e5b288875294fb083404998a5891751e9460c1f4a4f44626bcc2c"
|
hash = "f0323722f66e5b288875294fb083404998a5891751e9460c1f4a4f44626bcc2c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/create-track-map.pw.toml"
|
||||||
|
hash = "93adce5ea0a86dc042dfac4ae7f2f7068e159b57426cd4de2c7db35615f74e28"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/create-train-perspective-fix.pw.toml"
|
||||||
|
hash = "381e689160236c2e1e3c7cb80e6068bc62973c3cc802f145a1fdc3090fd8213a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/createaddition.pw.toml"
|
file = "mods/createaddition.pw.toml"
|
||||||
hash = "b5a83b1ca240286be1aa97b3c3dd96c2e481dc0332dc2541f900cded4a719a82"
|
hash = "b5a83b1ca240286be1aa97b3c3dd96c2e481dc0332dc2541f900cded4a719a82"
|
||||||
|
@ -146,7 +180,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/disable-elytra.pw.toml"
|
file = "mods/disable-elytra.pw.toml"
|
||||||
hash = "14947f7f6c709fec40b851944e6e38ea4cf0a61a91f0cde67885e0583844b461"
|
hash = "aa1f4944dd825f74bee23822f87a39d17323832b1e23effd4642dbadc07a6ca9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -156,12 +190,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/dynamic-fps.pw.toml"
|
file = "mods/dynamic-fps.pw.toml"
|
||||||
hash = "b7a7971c44fd891674222a48df8999e379b8658d96ab9b3cf55c17c0b00bd1ce"
|
hash = "5c9b831cdda634e52f2f0d16d3c0c6cd1896d0ad676f23420515e8c6eb6a8b3f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/e4mc.pw.toml"
|
file = "mods/e4mc.pw.toml"
|
||||||
hash = "706924659dac92dc50b584b1ecf8f90ba628ede1e029d8642ca4aaec4d9eb3d5"
|
hash = "20149e546f6c041b022ccb8df667c3efc6289a359c5b73b621c394e54f8c49be"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -194,19 +228,24 @@ file = "mods/emitrades.pw.toml"
|
||||||
hash = "a55d562fcd6be9796e8cc162b83b5745efd83254fae44bf5a4d85d0fe6c97fcb"
|
hash = "a55d562fcd6be9796e8cc162b83b5745efd83254fae44bf5a4d85d0fe6c97fcb"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/enhanced-groups.pw.toml"
|
||||||
|
hash = "d1c3e8626b56c91b98a0d0472b00fcc6b890006bed3b3b6aba0899d260debc27"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/entity-model-features.pw.toml"
|
file = "mods/entity-model-features.pw.toml"
|
||||||
hash = "52dba30a707ef0cb51cd30462c47980de681e071d31e376f18bc507933ee2abb"
|
hash = "f24b3cffba1b33782fa46665a887db212bb304be5ad57a8f9c7a222debd94cd9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/entityculling.pw.toml"
|
file = "mods/entityculling.pw.toml"
|
||||||
hash = "33f865a014f3acf2c1f2c452bfe7ba1a864acad178322a6eab3759c7e63c9654"
|
hash = "568615d3ddebe3724743849639d138078f3dc61f57dcb51085f03d5d45ee1b93"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/entitytexturefeatures.pw.toml"
|
file = "mods/entitytexturefeatures.pw.toml"
|
||||||
hash = "3251a3699322607d89dccdd4efef359e0aaa2f9a21e011265c36e165423d83c9"
|
hash = "a77b38fbcde20e17f8b5f7e598c9efe0467f53a5f8c29081a4ccd7112200c5bb"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -224,6 +263,11 @@ file = "mods/exposure.pw.toml"
|
||||||
hash = "9820b8497ec0fdefcaa82801ca8ed125212d5f15957b139d81899b3baa88586e"
|
hash = "9820b8497ec0fdefcaa82801ca8ed125212d5f15957b139d81899b3baa88586e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/extended-cogwheels.pw.toml"
|
||||||
|
hash = "319b5ecd66c1efbd3741f649dbc71d7d2e8dcdc0ad708c3a4e3e529eccafa0f7"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/extra-mod-integrations.pw.toml"
|
file = "mods/extra-mod-integrations.pw.toml"
|
||||||
hash = "d30518783eb28af0bc9c90315bee1f65368daece3e3ba6957a85b11b6da67478"
|
hash = "d30518783eb28af0bc9c90315bee1f65368daece3e3ba6957a85b11b6da67478"
|
||||||
|
@ -236,17 +280,17 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabricskyboxes-interop.pw.toml"
|
file = "mods/fabricskyboxes-interop.pw.toml"
|
||||||
hash = "ed4487cc1613cc53daa5188730653a4720728971553315dcea7205b28f914f1c"
|
hash = "3390d40ce1799965df55effe4db01d4ab94039e61d52eda32479b4b2edef7722"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabricskyboxes.pw.toml"
|
file = "mods/fabricskyboxes.pw.toml"
|
||||||
hash = "ae83dfcccd580352eee3cf509ace37f67f1bf0d2862d2d9c9d64d8909892d2d4"
|
hash = "4678d9737e8f032d240619eb720aaedbb02ebdc35f665b3b072868be65ba4f01"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabrishot.pw.toml"
|
file = "mods/fabrishot.pw.toml"
|
||||||
hash = "899685dcf62ea766b1bc17580eac543b72901fcc6e7854de9da9180b5974d460"
|
hash = "341ffcc1f85a8bbe6971409a04416b25b9764d1bde54efaf6144a9491555ab9d"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -351,7 +395,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/lambdynamiclights.pw.toml"
|
file = "mods/lambdynamiclights.pw.toml"
|
||||||
hash = "a626674fc1092afe5ccc6cbf4856c09119e42395494f1c3862eed2ab17da0221"
|
hash = "9ac8d70aefb5e264c23c5214467df46e77baecc8f7aeb2db49ce4f747bca0842"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -441,12 +485,17 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/not-enough-animations.pw.toml"
|
file = "mods/not-enough-animations.pw.toml"
|
||||||
hash = "c737bdfd6940736f88cd39065a0193ba70637a560fbce4389e59f67d72813209"
|
hash = "64c07e5d2c2f9ad10ee37d8f4b075694ee9b83c6c3f1d9bdcbea9512c85f43dd"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/numismatics.pw.toml"
|
||||||
|
hash = "908a4dcd0909080901e66f5bed636316e10938d1795ad309697d40dd47fb7f7c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/optigui.pw.toml"
|
file = "mods/optigui.pw.toml"
|
||||||
hash = "2440a2e6d0ade6bc4ca8d3677b59312734dd22106fc6fc5cbac5c24b0ba2ff05"
|
hash = "a2115c9059be62824e3152ea6f6383b7ad73daa1aa9ab567407db938b6b5812b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -456,7 +505,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/presence-footsteps.pw.toml"
|
file = "mods/presence-footsteps.pw.toml"
|
||||||
hash = "35f2b7d27291e3a313c986137b70b7675bc32b3d0097e0940c7e23b0cf62b92e"
|
hash = "47f2cc55eea663422fb2121da11d2a4b19ce46b488dfa089dd0fb9d1a23b503a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -466,7 +515,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/reeses-sodium-options.pw.toml"
|
file = "mods/reeses-sodium-options.pw.toml"
|
||||||
hash = "0f9916dcded3aac68d56113e9617bbe3db5ec9036bd9bba784bc40a961b0c9f0"
|
hash = "fab8860d3dddc0d9cdbff5aed96dd68c0b26710f9d7a6c5c841dd8ce17a04a98"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -484,6 +533,11 @@ file = "mods/rrls.pw.toml"
|
||||||
hash = "e96bb13c530a62100ad228f1c59f0fc37ceb91ec3e622a0a5d0e32cbe5d95424"
|
hash = "e96bb13c530a62100ad228f1c59f0fc37ceb91ec3e622a0a5d0e32cbe5d95424"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/searchables.pw.toml"
|
||||||
|
hash = "5d694c42e5e6759807f1f5756de3dd24f098517143b8d8aac5721b7d5cf502b1"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/shiny-horses.pw.toml"
|
file = "mods/shiny-horses.pw.toml"
|
||||||
hash = "ff04ea1b7f4f6f02c188e83a176a9a1aa4c40c601bb4956374f41dca6a732746"
|
hash = "ff04ea1b7f4f6f02c188e83a176a9a1aa4c40c601bb4956374f41dca6a732746"
|
||||||
|
@ -491,7 +545,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/shulkerboxtooltip.pw.toml"
|
file = "mods/shulkerboxtooltip.pw.toml"
|
||||||
hash = "5003f2c451c9459b7911ac786897eead4d74a8ebdad4741476949791b26c3caa"
|
hash = "c831420d8c613a0f795713ebfc48cc048930236a4859e2cb0dee6143e7be180a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -521,7 +575,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sound.pw.toml"
|
file = "mods/sound.pw.toml"
|
||||||
hash = "05441a62bf50a593b1e4921a55f5b73cc0cfa364df91621677d1e28a5a898afb"
|
hash = "46db4ee8112c0acd91fdd00b9c91a3f8cc2c497df9c93d212a2ed9e29f79f32a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -571,12 +625,12 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-minimap.pw.toml"
|
file = "mods/xaeros-minimap.pw.toml"
|
||||||
hash = "4c176f305e2b3c52b47c58d252a0e46e4a8d4b89043385090dae3e40e91ba0f9"
|
hash = "fe82b1cd93bcfe0eb668604c5c37c0db2ce8f74519a669f83dcbb8d21d40cbd7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-world-map.pw.toml"
|
file = "mods/xaeros-world-map.pw.toml"
|
||||||
hash = "d71dabaf362ddbae6f8fd3a8bb648b20b57bde93a1a59232c98da9e5403203d6"
|
hash = "95067a3ad309f199f13888c2895137398bcdf96e2f805467b53cb1b3a719e979"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -591,47 +645,47 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yungs-better-desert-temples.pw.toml"
|
file = "mods/yungs-better-desert-temples.pw.toml"
|
||||||
hash = "911d7f5d030bc0990e87e2a3cd113ef059c8229849f131f5957ae275634a9247"
|
hash = "5ba962b883a36141ce3e505486d07fd30e49412fbcf8b523a81e3bb1b59bb5ba"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yungs-better-dungeons.pw.toml"
|
file = "mods/yungs-better-dungeons.pw.toml"
|
||||||
hash = "e7e2cc03c81bad91f62c77e988a3ac2c198a5c3e9a11ba7a7ca6d8cdc7122a60"
|
hash = "715036507f7d22a8749b80321bb11377d85e0f4b89d27c7461417af189513547"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yungs-better-mineshafts.pw.toml"
|
file = "mods/yungs-better-mineshafts.pw.toml"
|
||||||
hash = "540d5f43dc1c27980097f1d11609ffa3b863e36910d835c16e51ea10ee40ae8c"
|
hash = "2bb58b3921466f6f40b48830415c2e8b6bdacd3b126706ff141014004dad815f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yungs-better-nether-fortresses.pw.toml"
|
file = "mods/yungs-better-nether-fortresses.pw.toml"
|
||||||
hash = "ceffda181c95ab0ecbc91e01071d2df27d53117da2ae6453c1f0bb46be0fe4f0"
|
hash = "13daa687a4ba568dc869e6275969995380016fb08a968673e2a94b33383fa5a7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yungs-better-ocean-monuments.pw.toml"
|
file = "mods/yungs-better-ocean-monuments.pw.toml"
|
||||||
hash = "925ed414ce82dd8e694288782a43a9ebaa5eb1752d7ad4e4ce3dd359040402e5"
|
hash = "541635aaa48a5bfd27ab14ee5f760d35550a7d7f3083316feabeafc44c42b0bd"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yungs-better-strongholds.pw.toml"
|
file = "mods/yungs-better-strongholds.pw.toml"
|
||||||
hash = "6778fcadacf18b05b5acfae80e9249995b27e8531239ddad05ad3bb7e68707c1"
|
hash = "717541277779ecae1980c5c62d1ad098c20d41a91e7d14927b86582e7e0914b1"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yungs-better-witch-huts.pw.toml"
|
file = "mods/yungs-better-witch-huts.pw.toml"
|
||||||
hash = "3d65c189ea7cc2d893a59cfe2aec5fbd9d82126af34c1582c3b04be43f604fde"
|
hash = "f683e330873db2c19856790cf2b4b226eecbb44d42c4700b32caab671b2c21f4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/yungs-extras.pw.toml"
|
file = "mods/yungs-extras.pw.toml"
|
||||||
hash = "2a90807ed3a4933463a8fe3590b04a0be73419faa29cd156528a53ab0407282d"
|
hash = "3f0ac032a4f89382745b03a8e1078041f728d9e4f2df14fa9eb910382b98b1c4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/zoomify.pw.toml"
|
file = "mods/zoomify.pw.toml"
|
||||||
hash = "0dfc437b6a74265d48e4b563dde1ddecf40c202a73f963d6a94bd27a552ac0dd"
|
hash = "982a51efdf7e599d0cf7781fda0005319a7fa6ea9e30f37f9001c880477ad0ea"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -654,6 +708,62 @@ file = "resourcepacks/tras-fresh-player.pw.toml"
|
||||||
hash = "f2ac58d81c2e7aa64af8a028c9e7506873f0391c71e5663f7ae769b8b555f4f9"
|
hash = "f2ac58d81c2e7aa64af8a028c9e7506873f0391c71e5663f7ae769b8b555f4f9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_assets/.packwizignore"
|
||||||
|
hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/data/explorations/worldgen/structure_set/floating_island.json"
|
||||||
|
hash = "4477cfedb5684ea7fdda2d1b54ebb20e62e053c8d310d9490874d0522e5c9c09"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/data/explorations/worldgen/structure_set/slime_cave.json"
|
||||||
|
hash = "77760c0d79f8966470ab77d206df84a2e862ea0f1d2f11a979756d01c587a64d"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/data/tconstruct/worldgen/structure/blood_island.json"
|
||||||
|
hash = "91e34cc3e487d01f2deeccb13e0e9194d316b41cccff110773be941af2351f10"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/data/tconstruct/worldgen/structure/clay_island.json"
|
||||||
|
hash = "9422ea87af5da4fb48bcb4dccbf8db1e91f13c7a46858dc2c10c149cac3807e4"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/data/tconstruct/worldgen/structure/earth_slime_island.json"
|
||||||
|
hash = "80d5803c92e12060c6f1010e937b3d968666ed7884db56d75159eefe612049db"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/data/tconstruct/worldgen/structure/end_slime_island.json"
|
||||||
|
hash = "ba0b59e53c43d2ae4b5bd32974b5e7b1ecbf7204ff9c42b9e02f1646a76523ed"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/data/tconstruct/worldgen/structure/sky_slime_island.json"
|
||||||
|
hash = "cb7584a36d314d2163ced97b78bf268bd77da1739fd18aa017123418b80ba776"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/data/tconstruct/worldgen/structure_set/end_sky_island.json"
|
||||||
|
hash = "48161f28f74c42a91ef6efe1d503e00321a1d5490468bf28276e2158ccf3fbde"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/data/tconstruct/worldgen/structure_set/nether_ocean_island.json"
|
||||||
|
hash = "b97a7d1670ac9609e74c6d08ec2f3a394f121351f11550d21bc62acce48498de"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/data/tconstruct/worldgen/structure_set/overworld_ocean_island.json"
|
||||||
|
hash = "5099ba4f342b924ab81f024f49a12f2ceb33e8ceed5e9efbe1ce0ead140666c9"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/data/tconstruct/worldgen/structure_set/overworld_sky_island.json"
|
||||||
|
hash = "1afb29cfc9102825abb26bbea65d484dc03265a76de962064a146582683bc58b"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/pack.mcmeta"
|
||||||
|
hash = "e697905a6c5a92f5ff6eb9b06f238336b199c4450db73047357bb4ce6b1e14fd"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "resources/required_data/ExploreCraft-Tweaks/pack.png"
|
||||||
|
hash = "7b4b3b0cec6286cd66805085b4bdff65be491e33c2b1e8a9246221428cd21204"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "shaderpacks/complementary-reimagined.pw.toml"
|
file = "shaderpacks/complementary-reimagined.pw.toml"
|
||||||
hash = "66d0671ba40b8d007cfad35d19b0b028c367cbee7427b6cf72ce242ed87cded5"
|
hash = "66d0671ba40b8d007cfad35d19b0b028c367cbee7427b6cf72ce242ed87cded5"
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "3bcb19c759f313e69d3f7848b03c48f15167b88d"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "PRN43VSY"
|
mod-id = "PRN43VSY"
|
||||||
version = "uNgEPb10"
|
version = "uNgEPb10"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "A Minecraft mod for the Fabric mod loader intended to load the MCPatcher/OptiFine animated texture format."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "d0f11243f79c071416bbcee781ae93eb57a0283c"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "EsAfCjCV"
|
mod-id = "EsAfCjCV"
|
||||||
version = "xcauwnEB"
|
version = "xcauwnEB"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Adds various food-related HUD improvements. This is a mostly client-side mod, but it needs to be on the server in order to display accurate saturation/exhaustion values on the client."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "6942fb39ca2e87208b0b0630a5efc4511c82dcf4"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "kqJFAPU9"
|
mod-id = "kqJFAPU9"
|
||||||
version = "h1QpxElt"
|
version = "h1QpxElt"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "This client-side mod improves the ingame HUD while riding a horse, donkey or other mount."
|
||||||
|
|
18
mods/better-stats.pw.toml
Normal file
18
mods/better-stats.pw.toml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
name = "Better Statistics Screen"
|
||||||
|
filename = "betterstats-3.9.7+fabric-1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/n6PXGAoM/versions/L2ERNR7d/betterstats-3.9.7%2Bfabric-1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "3fd85b69c3c5d46b23a1aa9327cf7f197b51f6aa"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "n6PXGAoM"
|
||||||
|
version = "L2ERNR7d"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "A Minecraft mod that improves the statistics screen and makes it more useful."
|
|
@ -11,3 +11,8 @@ hash = "ed0383ed8c68e1d1cbfc61267afee028d8a4d7fe"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "8shC1gFX"
|
mod-id = "8shC1gFX"
|
||||||
version = "7WkFnw9F"
|
version = "7WkFnw9F"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "BetterF3 is a mod that replaces Minecraft's original debug HUD with a highly customizable, more human-readable HUD."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "bdc0285d4209c529019ae1c5f1f0af0e3a3cffa6"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "M08ruV16"
|
mod-id = "M08ruV16"
|
||||||
version = "2cuVyTav"
|
version = "2cuVyTav"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Allows for render distances greater than the server's view-distance."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "dbdb8a0600679f3c76480ae5d0995e2334773ce3"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "kYq5qkSL"
|
mod-id = "kYq5qkSL"
|
||||||
version = "lhrW53q7"
|
version = "lhrW53q7"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Changes Fullscreen to use a borderless window."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "5444e301346383f6133189e66069e970d4a126fc"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "89Wsn8GD"
|
mod-id = "89Wsn8GD"
|
||||||
version = "z2zOEvPP"
|
version = "z2zOEvPP"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "A Fabric and Forge mod that lets you use capes from Optifine, LabyMod, and the MinecraftCapes Mod."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "8a4790a57a1139ee31c5113f9946c4c89cfe7179"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "JaNmzvA8"
|
mod-id = "JaNmzvA8"
|
||||||
version = "vKsmwuM6"
|
version = "vKsmwuM6"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "A simple mod that adds fade-in animation for chunks!"
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "15ad75d51f567c69308b91223454bacfd2eda7a5"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "1IjD5062"
|
mod-id = "1IjD5062"
|
||||||
version = "84Zs6tNo"
|
version = "84Zs6tNo"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "A Fabric mod that allows for efficient connected textures."
|
||||||
|
|
18
mods/controlling.pw.toml
Normal file
18
mods/controlling.pw.toml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
name = "Controlling"
|
||||||
|
filename = "Controlling-fabric-1.20.1-12.0.2.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/xv94TkTM/versions/6ipZLQSK/Controlling-fabric-1.20.1-12.0.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "8d6badebb7f2aea04793c92174dafa946b13f1e9"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "xv94TkTM"
|
||||||
|
version = "6ipZLQSK"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Adds the ability to search for keybinds using their name in the KeyBinding menu, this allows players to easily find a key binding in the menu."
|
13
mods/create-railways-navigator.pw.toml
Normal file
13
mods/create-railways-navigator.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Create Railways Navigator"
|
||||||
|
filename = "createrailwaysnavigator-0.5.2-beta-1.20.1-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Dq3STxps/versions/nsOGsaH3/createrailwaysnavigator-0.5.2-beta-1.20.1-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "5b0fcf679ef98e1c65be85dd0bab240f7cf448bf"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Dq3STxps"
|
||||||
|
version = "nsOGsaH3"
|
13
mods/create-steam-n-rails.pw.toml
Normal file
13
mods/create-steam-n-rails.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Create: Steam 'n' Rails"
|
||||||
|
filename = "Steam_Rails-1.6.4+fabric-mc1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/AJ3IGl3n/Steam_Rails-1.6.4%2Bfabric-mc1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "6aebceb3b11005d9cf7255f26344e1c3a635c91c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "ZzjhlDgM"
|
||||||
|
version = "AJ3IGl3n"
|
13
mods/create-track-map.pw.toml
Normal file
13
mods/create-track-map.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Create Track Map"
|
||||||
|
filename = "create-track-map-1.4+mc1.20.1-fabric.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/gxoNIjg6/versions/qoyYyg2G/create-track-map-1.4%2Bmc1.20.1-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "262e54637fc296c09473325f0fe83d37bc4b3d08"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "gxoNIjg6"
|
||||||
|
version = "qoyYyg2G"
|
13
mods/create-train-perspective-fix.pw.toml
Normal file
13
mods/create-train-perspective-fix.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Create: Train Perspective Fix"
|
||||||
|
filename = "trainperspectivefix-1.0.0-universal.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Xm1BSBfU/versions/dgw8quWQ/trainperspectivefix-1.0.0-universal.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "ee75c6551a3fef1a26fa7c404d61b062f7e9338f"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Xm1BSBfU"
|
||||||
|
version = "dgw8quWQ"
|
|
@ -1,6 +1,6 @@
|
||||||
name = "Disable Elytra"
|
name = "Disable Elytra"
|
||||||
filename = "disable-elytra-1.0.0.jar"
|
filename = "disable-elytra-1.0.0.jar"
|
||||||
side = "server"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/Hqzayg3r/versions/xg3ArXdz/disable-elytra-1.0.0.jar"
|
url = "https://cdn.modrinth.com/data/Hqzayg3r/versions/xg3ArXdz/disable-elytra-1.0.0.jar"
|
||||||
|
@ -11,3 +11,8 @@ hash = "ff9805ee5ebfe0c82033f17c6ff3817672228f02"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Hqzayg3r"
|
mod-id = "Hqzayg3r"
|
||||||
version = "xg3ArXdz"
|
version = "xg3ArXdz"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Disables the Elytra functionality. Included to allow for enabling more fun transportation needs, but optional."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "3559af7a9dad9efc44bc023b117a15be865eb636"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "LQ3K71Q1"
|
mod-id = "LQ3K71Q1"
|
||||||
version = "AK9FBEgo"
|
version = "AK9FBEgo"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Reduce resource usage while Minecraft is in the background or idle."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "458253f15e3c5bb0d5354f42f3eedc5b1a71472c"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "qANg5Jrr"
|
mod-id = "qANg5Jrr"
|
||||||
version = "vVFlVRt7"
|
version = "vVFlVRt7"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "e4mc is a reverse tunneling reverse proxy for Minecraft. In simpler terms, it's a software that allows you to temporarily expose a local Minecraft server to the internet."
|
||||||
|
|
13
mods/enhanced-groups.pw.toml
Normal file
13
mods/enhanced-groups.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Simple Voice Chat Enhanced Groups"
|
||||||
|
filename = "instantgroup-fabric-1.20.1-1.6.0.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/1LE7mid6/versions/YXLv3lWE/instantgroup-fabric-1.20.1-1.6.0.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "d697e0d27a154b055d9337db938c729ee45adf61"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "1LE7mid6"
|
||||||
|
version = "YXLv3lWE"
|
|
@ -11,3 +11,8 @@ hash = "6546b0b05863f43d3d9156ab06bf4f37d2db67ba"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "4I1XuqiY"
|
mod-id = "4I1XuqiY"
|
||||||
version = "jkLvxFFA"
|
version = "jkLvxFFA"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "EMF is an, OptiFine format, Custom Entity Model replacement mod available for Fabric and Forge."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "8e4be2bb9703deddb3d3d212c812cdc1f9de072b"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "NNAgCjsB"
|
mod-id = "NNAgCjsB"
|
||||||
version = "BDwHAdWc"
|
version = "BDwHAdWc"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Using async path-tracing to hide Block-/Entities that are not visible."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "3c3e9c4b0a4ec11afa1cb3f98f614e77144901bd"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "BVzZfTc1"
|
mod-id = "BVzZfTc1"
|
||||||
version = "jXc7eTKi"
|
version = "jXc7eTKi"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Emissive, Random & Custom texture support for entities in resourcepacks just like Optifine but for Fabric."
|
||||||
|
|
13
mods/extended-cogwheels.pw.toml
Normal file
13
mods/extended-cogwheels.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Create: Extended Cogwheels"
|
||||||
|
filename = "extendedgears-2.1.1-1.20.1-0.5.1.f-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/qO4lsa4Y/versions/22pR1H3P/extendedgears-2.1.1-1.20.1-0.5.1.f-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "521279ad168e61f864debdb3eebfa3059e396a63"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "qO4lsa4Y"
|
||||||
|
version = "22pR1H3P"
|
|
@ -11,3 +11,8 @@ hash = "4ead20a0528788f36d4a7e38d1ebfec35218387e"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "HpdHOPOp"
|
mod-id = "HpdHOPOp"
|
||||||
version = "JRvZ5VhS"
|
version = "JRvZ5VhS"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Allows usage of OptiFine Skyboxes with FabricSkyboxes."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "31a13b9ca0a500b4caad993ec42e1199142d86d1"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "YBz7DOs8"
|
mod-id = "YBz7DOs8"
|
||||||
version = "cezLH6eB"
|
version = "cezLH6eB"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "FabricSkyBoxes goes beyond the capabilities of OptiFine, offering an extensive range of custom skybox features that will transform your Minecraft experience. With our mod, you can unleash your creativity and create breathtaking skybox textures, capturing the beauty of diverse weather conditions, stunning sunrises and sunsets, mesmerizing cloud formations, and more."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "715edb014f9c41fed4fb1c4ba32d493916f7d89a"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "3qsfQtE9"
|
mod-id = "3qsfQtE9"
|
||||||
version = "Rduo9X24"
|
version = "Rduo9X24"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Take insanely large screenshots because why not. Use Mod Menu and Cloth Config to change the resolution from the default (4K; 3840x2160) "
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "71b636fa74744e51ba2d248c81a38bdbfad5d43b"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "yBW8D80W"
|
mod-id = "yBW8D80W"
|
||||||
version = "mYl4RvKg"
|
version = "mYl4RvKg"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "A dynamic lights mod for Quilt and Fabric."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "653d367f7a94d05b6d124a074c0378dc7bc286f9"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "MPCX6s5C"
|
mod-id = "MPCX6s5C"
|
||||||
version = "ibajTV3T"
|
version = "ibajTV3T"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "This mod brings a lot of missing third-person animations from the first-person or modifies them to be better representative to how they should look like or look like in the first-person. This mod was created as an expansion for the First-Person Mod, but works completely on its own and is fully vanilla/3rd party server compatible(since it's all just visual)."
|
||||||
|
|
13
mods/numismatics.pw.toml
Normal file
13
mods/numismatics.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Create: Numismatics"
|
||||||
|
filename = "CreateNumismatics-1.0.4+fabric-mc1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Jdbbtt0i/versions/LItgfJlx/CreateNumismatics-1.0.4%2Bfabric-mc1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "d7a3184e4a7b9cbceedb7cc2e87540495b36edb1"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Jdbbtt0i"
|
||||||
|
version = "LItgfJlx"
|
|
@ -11,3 +11,8 @@ hash = "47040b4c65b6381ca61bc3af61fee4df279b5eec"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "JuksLGBQ"
|
mod-id = "JuksLGBQ"
|
||||||
version = "xpfegZsE"
|
version = "xpfegZsE"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Blazing fast custom GUI textures on Fabric and Quilt with built-in OptiFine custom GUI resource pack support."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "f4b446c7153bf6dbe41b7f3325686e3dd630dff1"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "rcTfTZr3"
|
mod-id = "rcTfTZr3"
|
||||||
version = "LjDXTyEn"
|
version = "LjDXTyEn"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Expect to see a more rich and immersive Minecraft world, one where Presence Footsteps adds new and more dynamic sounds for every block the player walks on. Every block has its own material assigned to it, and can make their own, customized sounds to better match what they're made of."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "206f1b01b99ac3df99ddd84ed96b466a8700412d"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "Bh37bMuy"
|
mod-id = "Bh37bMuy"
|
||||||
version = "Rc9pkPug"
|
version = "Rc9pkPug"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Replaces Sodium's Options Screen with intention of improving UX."
|
||||||
|
|
13
mods/searchables.pw.toml
Normal file
13
mods/searchables.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Searchables"
|
||||||
|
filename = "Searchables-fabric-1.20.1-1.0.3.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/eh4IBlu2/Searchables-fabric-1.20.1-1.0.3.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "d7cbd06088a90f8adfd4bb9a99d1c256bcdf22a1"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "fuuu3xnx"
|
||||||
|
version = "eh4IBlu2"
|
|
@ -11,3 +11,8 @@ hash = "40b822aeed9de6aec3c872af9be2ba17b3867482"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "2M01OLQq"
|
mod-id = "2M01OLQq"
|
||||||
version = "gVxjsEiQ"
|
version = "gVxjsEiQ"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "This mod allows you to see a preview window of a shulker box contents when hovering above it in an inventory by pressing 'shift'."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "f767db5cfcb5284e73b570c0cdebf7dc9615a109"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "ZouiUX7t"
|
mod-id = "ZouiUX7t"
|
||||||
version = "sKBpHx3X"
|
version = "sKBpHx3X"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Add more sounds to Minecraft's UI."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "dcc117fd0a448a26d30dea8eff1bf2954292c93f"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "1bokaNcj"
|
mod-id = "1bokaNcj"
|
||||||
version = "C2jbx7JG"
|
version = "C2jbx7JG"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Displays a map of the nearby world terrain, players, mobs, entities in the corner of your screen. Lets you create waypoints which help you find the locations you've marked."
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "2f43d0560a1b1f8efd09fb1a533f4d7090c071ab"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "NcUtCpym"
|
mod-id = "NcUtCpym"
|
||||||
version = "GOh0fFoJ"
|
version = "GOh0fFoJ"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Adds a full screen world map which shows you what you have explored in the world. Works great together with Xaero's Minimap."
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = "YUNG's Better Desert Temples"
|
name = "YUNG's Better Desert Temples"
|
||||||
filename = "YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar"
|
filename = "YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar"
|
||||||
side = "server"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/1Z9HNWpj/YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar"
|
url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/1Z9HNWpj/YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = "YUNG's Better Dungeons"
|
name = "YUNG's Better Dungeons"
|
||||||
filename = "YungsBetterDungeons-1.20-Fabric-4.0.4.jar"
|
filename = "YungsBetterDungeons-1.20-Fabric-4.0.4.jar"
|
||||||
side = "server"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/nidyvq2m/YungsBetterDungeons-1.20-Fabric-4.0.4.jar"
|
url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/nidyvq2m/YungsBetterDungeons-1.20-Fabric-4.0.4.jar"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = "YUNG's Better Mineshafts"
|
name = "YUNG's Better Mineshafts"
|
||||||
filename = "YungsBetterMineshafts-1.20-Fabric-4.0.4.jar"
|
filename = "YungsBetterMineshafts-1.20-Fabric-4.0.4.jar"
|
||||||
side = "server"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/qLnQnqXS/YungsBetterMineshafts-1.20-Fabric-4.0.4.jar"
|
url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/qLnQnqXS/YungsBetterMineshafts-1.20-Fabric-4.0.4.jar"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = "YUNG's Better Nether Fortresses"
|
name = "YUNG's Better Nether Fortresses"
|
||||||
filename = "YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar"
|
filename = "YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar"
|
||||||
side = "server"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/FL88RLRu/YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar"
|
url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/FL88RLRu/YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = "YUNG's Better Ocean Monuments"
|
name = "YUNG's Better Ocean Monuments"
|
||||||
filename = "YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar"
|
filename = "YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar"
|
||||||
side = "server"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/4c00pjbt/YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar"
|
url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/4c00pjbt/YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = "YUNG's Better Strongholds"
|
name = "YUNG's Better Strongholds"
|
||||||
filename = "YungsBetterStrongholds-1.20-Fabric-4.0.3.jar"
|
filename = "YungsBetterStrongholds-1.20-Fabric-4.0.3.jar"
|
||||||
side = "server"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/kidLKymU/versions/yV6hn0bB/YungsBetterStrongholds-1.20-Fabric-4.0.3.jar"
|
url = "https://cdn.modrinth.com/data/kidLKymU/versions/yV6hn0bB/YungsBetterStrongholds-1.20-Fabric-4.0.3.jar"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = "YUNG's Better Witch Huts"
|
name = "YUNG's Better Witch Huts"
|
||||||
filename = "YungsBetterWitchHuts-1.20-Fabric-3.0.3.jar"
|
filename = "YungsBetterWitchHuts-1.20-Fabric-3.0.3.jar"
|
||||||
side = "server"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/t5FRdP87/versions/lYpHN3iF/YungsBetterWitchHuts-1.20-Fabric-3.0.3.jar"
|
url = "https://cdn.modrinth.com/data/t5FRdP87/versions/lYpHN3iF/YungsBetterWitchHuts-1.20-Fabric-3.0.3.jar"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = "YUNG's Extras"
|
name = "YUNG's Extras"
|
||||||
filename = "YungsExtras-1.20-Fabric-4.0.3.jar"
|
filename = "YungsExtras-1.20-Fabric-4.0.3.jar"
|
||||||
side = "server"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/ZYgyPyfq/versions/pfVTUz1L/YungsExtras-1.20-Fabric-4.0.3.jar"
|
url = "https://cdn.modrinth.com/data/ZYgyPyfq/versions/pfVTUz1L/YungsExtras-1.20-Fabric-4.0.3.jar"
|
||||||
|
|
|
@ -11,3 +11,8 @@ hash = "b4f5191b342f4c4535671c51ae292106f63ae373"
|
||||||
[update.modrinth]
|
[update.modrinth]
|
||||||
mod-id = "w7ThoJFB"
|
mod-id = "w7ThoJFB"
|
||||||
version = "eLEIUtBo"
|
version = "eLEIUtBo"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
default = true
|
||||||
|
description = "Zoomify aims to provide the easiest, most configurable and most sexy looking zoom mod you will ever find."
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "7996c0a74a7e3caa9176e22f933b226f951004f72157045eae39ff877313cace"
|
hash = "32ab0f210cca9cb77457e010de0160d722168c61c6f9d884c433ed0cc6d90fbf"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
0
resources/required_assets/.packwizignore
Normal file
0
resources/required_assets/.packwizignore
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"structures": [
|
||||||
|
{
|
||||||
|
"structure": "explorations:floating_island",
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"placement": {
|
||||||
|
"salt": 1701811218,
|
||||||
|
"spacing": 128,
|
||||||
|
"separation": 124,
|
||||||
|
"type": "minecraft:random_spread",
|
||||||
|
"exclusion_zone": {
|
||||||
|
"chunk_count": 10,
|
||||||
|
"other_set": "minecraft:ocean_monuments"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"structures": [],
|
||||||
|
"placement": {
|
||||||
|
"salt": 1345250691,
|
||||||
|
"spacing": 16,
|
||||||
|
"separation": 8,
|
||||||
|
"type": "minecraft:random_spread"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "tconstruct:blood_island",
|
||||||
|
"biomes": "#tconstruct:islands/blood",
|
||||||
|
"spawn_overrides": {
|
||||||
|
"monster": {
|
||||||
|
"bounding_box": "full",
|
||||||
|
"spawns": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:magma_cube",
|
||||||
|
"maxCount": 6,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"step": "underground_decoration"
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "tconstruct:clay_island",
|
||||||
|
"biomes": "#tconstruct:islands/clay",
|
||||||
|
"spawn_overrides": {
|
||||||
|
"monster": {
|
||||||
|
"bounding_box": "full",
|
||||||
|
"spawns": [
|
||||||
|
{
|
||||||
|
"type": "tconstruct:terracube",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 2,
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"step": "surface_structures"
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "tconstruct:earth_slime_island",
|
||||||
|
"biomes": "#tconstruct:islands/earthslime",
|
||||||
|
"spawn_overrides": {
|
||||||
|
"monster": {
|
||||||
|
"bounding_box": "full",
|
||||||
|
"spawns": [
|
||||||
|
{
|
||||||
|
"type": "tconstruct:earth_slime",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 4,
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"step": "surface_structures"
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "tconstruct:end_slime_island",
|
||||||
|
"biomes": "#tconstruct:islands/enderslime",
|
||||||
|
"spawn_overrides": {
|
||||||
|
"monster": {
|
||||||
|
"bounding_box": "full",
|
||||||
|
"spawns": [
|
||||||
|
{
|
||||||
|
"type": "tconstruct:ender_slime",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"step": "surface_structures"
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "tconstruct:sky_slime_island",
|
||||||
|
"biomes": "#tconstruct:islands/skyslime",
|
||||||
|
"spawn_overrides": {
|
||||||
|
"monster": {
|
||||||
|
"bounding_box": "full",
|
||||||
|
"spawns": [
|
||||||
|
{
|
||||||
|
"type": "tconstruct:sky_slime",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 3,
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"step": "surface_structures"
|
||||||
|
}
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"structures": [
|
||||||
|
{
|
||||||
|
"structure": "tconstruct:end_slime_island",
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"placement": {
|
||||||
|
"salt": 368963602,
|
||||||
|
"spacing": 124,
|
||||||
|
"separation": 80,
|
||||||
|
"type": "minecraft:random_spread"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"structures": [
|
||||||
|
{
|
||||||
|
"structure": "tconstruct:blood_island",
|
||||||
|
"weight": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"placement": {
|
||||||
|
"salt": 65245622,
|
||||||
|
"spacing": 15,
|
||||||
|
"separation": 10,
|
||||||
|
"type": "minecraft:random_spread"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"structures": [],
|
||||||
|
"placement": {
|
||||||
|
"salt": 25988585,
|
||||||
|
"spacing": 35,
|
||||||
|
"separation": 25,
|
||||||
|
"type": "minecraft:random_spread"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"structures": [],
|
||||||
|
"placement": {
|
||||||
|
"salt": 14357800,
|
||||||
|
"spacing": 40,
|
||||||
|
"separation": 15,
|
||||||
|
"type": "minecraft:random_spread"
|
||||||
|
}
|
||||||
|
}
|
6
resources/required_data/ExploreCraft-Tweaks/pack.mcmeta
Normal file
6
resources/required_data/ExploreCraft-Tweaks/pack.mcmeta
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"description": "ExploreCraft Utilities and Tweaks!",
|
||||||
|
"pack_format": 15
|
||||||
|
}
|
||||||
|
}
|
BIN
resources/required_data/ExploreCraft-Tweaks/pack.png
Normal file
BIN
resources/required_data/ExploreCraft-Tweaks/pack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 808 B |
Loading…
Reference in a new issue