Compare commits
41 Commits
40888909e1
...
b956a6b488
Author | SHA1 | Date | |
---|---|---|---|
b956a6b488 | |||
d0e9758568 | |||
d4746f3001 | |||
4f62c3c44a | |||
df28674967 | |||
02f93495ae | |||
0ed795f008 | |||
b438385fbe | |||
4c08417954 | |||
08982e2504 | |||
9fbb4bed07 | |||
798f6aa58b | |||
6643abfc7f | |||
ca31eb63ee | |||
e7a518a853 | |||
4720d875c4 | |||
3cd5ec941a | |||
8eadf25b97 | |||
cd2d8ab68c | |||
35f9240457 | |||
1f13337da9 | |||
d84458ec0f | |||
21cf1909ec | |||
fa614dbe03 | |||
c8f1122d5b | |||
bb988ab7f5 | |||
521b1044c0 | |||
3c3b5ede07 | |||
98be6301c0 | |||
166dc1b831 | |||
563da492ef | |||
aa1c579805 | |||
fb4a48d9c4 | |||
7812441fe3 | |||
6a027e5e0e | |||
e24f239ea9 | |||
5d2193e98c | |||
055153f6a8 | |||
b5952aded7 | |||
62e160dfbc | |||
8183f88004 |
66
config/spiceoffabric.hjson
Normal file
66
config/spiceoffabric.hjson
Normal file
@ -0,0 +1,66 @@
|
||||
{
|
||||
// Edit the expressions that are used for calculating the player stats after respawning.
|
||||
// Expressions are mathematical terms with the following variables:
|
||||
// hunger is the amount of hunger the player had when dying
|
||||
// saturation is the amount of hunger the player had when dying
|
||||
respawn: {
|
||||
// Expression that determines the hunger level after a fresh respawn
|
||||
// default: max(14, hunger)
|
||||
hunger: max(14, hunger)
|
||||
// Expression that determines the saturation level after a fresh respawn
|
||||
// default: saturation
|
||||
saturation: saturation
|
||||
// Sets whether the food history should be cleaned at death
|
||||
// default: false
|
||||
reset-history: false
|
||||
// Sets whether the player's maximum hearts should be reset in carrot mode after death
|
||||
// default: false
|
||||
reset-carrot-mode: false
|
||||
}
|
||||
// The good ol' carrot style.
|
||||
// Carrot style means, that you start with a certain amount of hearts and gain more by eating unique foods.
|
||||
carrot: {
|
||||
// Enables the carrot style module.
|
||||
// default: false
|
||||
enable: false
|
||||
// Specifies an offset in health points (half hearts) from default health.
|
||||
// Default health in vanilla is 20 but that may change through mods like Origins.
|
||||
// The resulting value will be floored before use.
|
||||
// default: (0.6 * baseHealth) + max(2 * log2(uniqueFoodsEaten), 0)
|
||||
health-formula: (0.6 * baseHealth) + max(2 * log2(uniqueFoodsEaten), 0)
|
||||
// Specifies the maximum number of health points (half hearts) a player can get to through carrot mode.
|
||||
// When 0, carrot mode is effectively disabled. (Why would you do this? :P)
|
||||
// When -1, you can gain a basically infinite amount of hearts.
|
||||
// default: -1
|
||||
// Must be inclusively between -1 and 200
|
||||
max-health: -1
|
||||
}
|
||||
// Must be set on the server!
|
||||
// Whether the players will be able to see how many foods ago they ate an item directly on the item.
|
||||
// When set to SIMPLE, just this information will be shown.
|
||||
// If set to EXTENDED, there'll also be information on how many other foods the player needs to eat to restore the nutrition value.
|
||||
// With NONE this tooltip is hidden.
|
||||
// default: NONE
|
||||
show-last-eaten-tips: EXTENDED
|
||||
// Change the expressions used for calculating the various food properties.
|
||||
// Expressions are mathematical terms with the following variables:
|
||||
// timesEaten is the number of times the current food
|
||||
// hungerValue is the game defined hunger value for the current item
|
||||
// saturationValue is the saturation modifier defined for the current item
|
||||
// consumeDuration is the time in ticks it takes the player to consume the current item
|
||||
food: {
|
||||
// Expression that determines the food level to restore when eating a food item
|
||||
// default: hungerValue * 0.7 ^ timesEaten
|
||||
hunger: hungerValue * 0.7 ^ timesEaten
|
||||
// Expression that determines the saturation modifier for a food item
|
||||
// default: saturationValue
|
||||
saturation: saturationValue
|
||||
// Expression that determines the time requited to consume an item, given in ticks
|
||||
// default: consumeDuration * 1.3 ^ timesEaten
|
||||
consume-duration: consumeDuration * 1.3 ^ timesEaten
|
||||
// Sets the amount of last eaten foods to use for the calculations in this category
|
||||
// default: 20
|
||||
// Must be greater or equal to 0
|
||||
history-length: 8
|
||||
}
|
||||
}
|
95
config/styled-chat.json
Normal file
95
config/styled-chat.json
Normal file
@ -0,0 +1,95 @@
|
||||
{
|
||||
"CONFIG_VERSION_DONT_TOUCH_THIS": 2,
|
||||
"_comment": "Before changing anything, see https://github.com/Patbox/StyledChat#configuration",
|
||||
"defaultStyle": {
|
||||
"displayName": "${default}",
|
||||
"chat": "${player} <dark_gray>»</dark_gray> ${message}",
|
||||
"join": "<yellow><lang:multiplayer.player.joined:'${player}'></yellow>",
|
||||
"joinRenamed": "<yellow><lang:multiplayer.player.joined.renamed:'${player}':'${old_name}'></yellow>",
|
||||
"joinFirstTime": "<yellow><lang:multiplayer.player.joined:'${player}'></yellow>",
|
||||
"left": "<yellow><lang:multiplayer.player.left:'${player}'></yellow>",
|
||||
"death": "${default_message}",
|
||||
"advancementTask": "<lang:chat.type.advancement.task:'${player}':'${advancement}'>",
|
||||
"advancementChallenge": "<lang:chat.type.advancement.challenge:'${player}':'${advancement}'>",
|
||||
"advancementGoal": "<lang:chat.type.advancement.goal:'${player}':'${advancement}'>",
|
||||
"teamChatSent": "<lang:'chat.type.team.sent':'<hover\\:\\'<lang\\:chat.type.team.hover>\\'><suggest_command\\:\\'/teammsg \\'>${team}':'${displayName}':'${message}'>",
|
||||
"teamChatReceived": "<lang:'chat.type.team.text':'<hover\\:\\'<lang\\:chat.type.team.hover>\\'><suggest_command\\:\\'/teammsg \\'>${team}':'${displayName}':'${message}'>",
|
||||
"privateMessageSent": "<gray><italic><lang:commands.message.display.outgoing:'${receiver}':'${message}'>",
|
||||
"privateMessageReceived": "<gray><italic><lang:commands.message.display.incoming:'${sender}':'${message}'>",
|
||||
"sayCommand": "[${player}] ${message}",
|
||||
"meCommand": "<lang:'chat.type.emote':'${player}':'${message}'>"
|
||||
},
|
||||
"petDeathMessage": "${default_message}",
|
||||
"emoticons": {
|
||||
"potion": "🧪",
|
||||
"item": "[%player:equipment_slot/mainhand%]",
|
||||
"trident": "🔱",
|
||||
"rod": "🎣",
|
||||
"shrug": "¯\\_(ツ)_/¯",
|
||||
"bow": "🏹",
|
||||
"bell": "🔔",
|
||||
"heart": "❤",
|
||||
"bucket": "🪣",
|
||||
"sword": "🗡",
|
||||
"shears": "✂",
|
||||
"pos": "%player:pos_x% %player:pos_y% %player:pos_z%",
|
||||
"fire": "🔥",
|
||||
"table": "(╯°□°)╯︵ ┻━┻"
|
||||
},
|
||||
"permissionEmoticons": [],
|
||||
"legacyChatFormatting": true,
|
||||
"parseLinksInChat": true,
|
||||
"enableMarkdown": true,
|
||||
"formattingInPrivateMessages": true,
|
||||
"formattingInTeamMessages": true,
|
||||
"linkStyle": "<underline><c:#7878ff>${link}",
|
||||
"spoilerStyle": "<gray>${spoiler}",
|
||||
"spoilerSymbol": "▌",
|
||||
"defaultEnabledFormatting": {
|
||||
"dark_red": true,
|
||||
"color": false,
|
||||
"underline": true,
|
||||
"yellow": true,
|
||||
"italic": true,
|
||||
"dark_blue": true,
|
||||
"dark_purple": true,
|
||||
"gold": true,
|
||||
"red": true,
|
||||
"aqua": true,
|
||||
"hover": false,
|
||||
"gray": true,
|
||||
"light_purple": true,
|
||||
"white": true,
|
||||
"dark_gray": true,
|
||||
"spoiler": true,
|
||||
"strikethrough": true,
|
||||
"lang": false,
|
||||
"obfuscated": false,
|
||||
"dark_grey": false,
|
||||
"key": false,
|
||||
"change_page": false,
|
||||
"st": true,
|
||||
"b": true,
|
||||
"green": true,
|
||||
"c": false,
|
||||
"dark_green": true,
|
||||
"gradient": false,
|
||||
"black": true,
|
||||
"em": false,
|
||||
"i": true,
|
||||
"bold": true,
|
||||
"gr": false,
|
||||
"grey": false,
|
||||
"orange": false,
|
||||
"rb": false,
|
||||
"rainbow": false,
|
||||
"obf": false,
|
||||
"colour": false,
|
||||
"blue": true,
|
||||
"dark_aqua": true,
|
||||
"underlined": false,
|
||||
"reset": false,
|
||||
"page": false,
|
||||
"font": false
|
||||
}
|
||||
}
|
59
config/styled-nicknames.json
Normal file
59
config/styled-nicknames.json
Normal file
@ -0,0 +1,59 @@
|
||||
{
|
||||
"CONFIG_VERSION_DONT_TOUCH_THIS": 1,
|
||||
"_comment": "Before changing anything, see https://github.com/Patbox/StyledNicknames#configuration",
|
||||
"allowByDefault": false,
|
||||
"defaultPrefix": "",
|
||||
"maxLength": 32,
|
||||
"changeDisplayName": true,
|
||||
"changePlayerListName": false,
|
||||
"allowLegacyFormatting": false,
|
||||
"nicknameChangedMessage": "Your nickname has been changed to ${nickname}",
|
||||
"nicknameResetMessage": "Your nickname has been removed!",
|
||||
"defaultEnabledFormatting": {
|
||||
"dark_red": false,
|
||||
"color": false,
|
||||
"underline": false,
|
||||
"yellow": false,
|
||||
"italic": false,
|
||||
"dark_blue": false,
|
||||
"dark_purple": false,
|
||||
"gold": false,
|
||||
"red": false,
|
||||
"aqua": false,
|
||||
"hover": false,
|
||||
"gray": false,
|
||||
"light_purple": false,
|
||||
"white": false,
|
||||
"dark_gray": false,
|
||||
"strikethrough": false,
|
||||
"lang": false,
|
||||
"obfuscated": false,
|
||||
"dark_grey": false,
|
||||
"key": false,
|
||||
"change_page": false,
|
||||
"st": false,
|
||||
"b": false,
|
||||
"green": false,
|
||||
"c": false,
|
||||
"dark_green": false,
|
||||
"gradient": false,
|
||||
"black": false,
|
||||
"em": false,
|
||||
"i": false,
|
||||
"bold": false,
|
||||
"gr": false,
|
||||
"grey": false,
|
||||
"orange": false,
|
||||
"rb": false,
|
||||
"rainbow": false,
|
||||
"obf": false,
|
||||
"colour": false,
|
||||
"blue": false,
|
||||
"dark_aqua": false,
|
||||
"underlined": false,
|
||||
"reset": false,
|
||||
"page": false,
|
||||
"font": false
|
||||
},
|
||||
"tooLongMessage": "This nickname is too long!"
|
||||
}
|
20
config/styledplayerlist/styles/default.json
Normal file
20
config/styledplayerlist/styles/default.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"id": "default",
|
||||
"name": "Default",
|
||||
"header": [
|
||||
"",
|
||||
"<gradient:#4adeff:#3d8eff><bold>BINGUS SMP</bold></gradient>",
|
||||
"",
|
||||
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>",
|
||||
""
|
||||
],
|
||||
"footer": [
|
||||
"",
|
||||
"<color:#555555><strikethrough> </strikethrough></color>",
|
||||
"",
|
||||
"<gray>TPS: %server:tps_colored% <dark_gray>|</dark_gray> <gray>Ping: <color:#ffba26>%player:ping%</color>",
|
||||
""
|
||||
],
|
||||
"hidden": false,
|
||||
"permission": ""
|
||||
}
|
6
config/yungsbridges-fabric-1_18.toml
Normal file
6
config/yungsbridges-fabric-1_18.toml
Normal file
@ -0,0 +1,6 @@
|
||||
blacklistedBiomes = "[]"
|
||||
|
||||
[spawnRates]
|
||||
smallBridges = 10
|
||||
mediumBridges = 10
|
||||
largeBridges = 10
|
BIN
datapacks/Towers_Of_The_Wild_Reworked_v3.0.0_Waystones.zip
Normal file
BIN
datapacks/Towers_Of_The_Wild_Reworked_v3.0.0_Waystones.zip
Normal file
Binary file not shown.
177
index.toml
177
index.toml
@ -100,10 +100,26 @@ hash = "3af48f6e8a6fd8ff472cec688c6f1cf84af96f4ae09a70f4b4d8b4dc1a93491c"
|
||||
file = "config/illuminations.properties"
|
||||
hash = "e120756682f477801ac8bdaa9f648ff11155fe42e38e24b0fe586eb1ff7b3147"
|
||||
|
||||
[[files]]
|
||||
file = "config/styled-chat.json"
|
||||
hash = "46dd38695254a15b6262bf8cb1bb4a2529dc761fafabac180fc194ec53a9b7ac"
|
||||
|
||||
[[files]]
|
||||
file = "config/styled-nicknames.json"
|
||||
hash = "b83ca1e286b8fc9a81c29c7cc9a978e797f6adf8a12aac77653188afb9661e60"
|
||||
|
||||
[[files]]
|
||||
file = "config/styledplayerlist/styles/default.json"
|
||||
hash = "ae1d6632998669452d14ef5e0f11d9af3cb3f174a992e17b0d266802d430e2d8"
|
||||
|
||||
[[files]]
|
||||
file = "config/towers_of_the_wild_reworked.json"
|
||||
hash = "8c1e0137f236c480d18a4a47622c897c1406de20305d1ac2bb9253bb8d9c22f0"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/EssentialClient/ClientRules.json"
|
||||
hash = "b7cbec4ab16db1c7e494b28075f01b309db26feae1557f827244d853bb5f5a44"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/better_loading_screen/config.json5"
|
||||
hash = "0328551a975daba1d595c7657f70eb003c1a444e071e0fdb3a0754cc5a7d7815"
|
||||
@ -144,9 +160,17 @@ hash = "f1c00a3c0fb7846f8aaf0b8e3f30368b9092352731ebbeb86b02bcdcd2f66abc"
|
||||
file = "config/yosbr/config/fancymenu/menu_identifiers.db"
|
||||
hash = "003a1c89846741e0eb9475089d4ed653896fd08e0b994667fae452b4ad894a72"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/presencefootsteps/userconfig.json"
|
||||
hash = "7da06b710cd709af12dc0925f41ccf776c2e451ba1bc13591494ca05e8e09bee"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/options.txt"
|
||||
hash = "7cd08fa210418978a0e89724389a4cc75822ebd943bb77e83c9615a889fa022e"
|
||||
hash = "c0bf2f86e0ab0a8323a5bd5b32b1ccd33f9203f6ab29220783aec228f4e4fd44"
|
||||
|
||||
[[files]]
|
||||
file = "config/yungsbridges-fabric-1_18.toml"
|
||||
hash = "8e2f1eb17679649b9139baf533dfbf21a0e427f6a68525f7f47dba64080a86a9"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/client_scripts/script.js"
|
||||
@ -206,11 +230,6 @@ file = "mods/architectury-api.pw.toml"
|
||||
hash = "189940950f601ef3365fe283a96ce2b38f518d3647c425d9573b65f3464880d0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/architectury-fabric.toml"
|
||||
hash = "652a6f02347af12ad23efcb780407aee0a3ba5bd60ec5d9d8c386e6b05a2f7a1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/artifacts-fabric.toml"
|
||||
hash = "cd5ae872e2a98bf094c387bd2ad034859427757fe77354838c37c3dc7f9d358c"
|
||||
@ -258,7 +277,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/betterloadingscreen.toml"
|
||||
hash = "d1ea4f4016418f5d34279890752d86c494a494f9dadccda8cbb2980b315884c5"
|
||||
hash = "82f4164fe19957948dd8bbf123ad9b36d1b948d2d54ee41fe2f1695c99ec526b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -273,7 +292,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/blur-fabric.toml"
|
||||
hash = "f781e21b5f5ac35b6b9be2a8219dcce459ad7564581c2f9a1c83059b48c82efc"
|
||||
hash = "076130aac18ef27c08b26a60e3e50db0f59e2cbac77750d906e9f990226b0383"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -326,6 +345,11 @@ file = "mods/carrier.toml"
|
||||
hash = "91325a1416599cdd975e90b1ac2435f6c75b6afc7e56b30e9582567d2b02e216"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/clickthrough.pw.toml"
|
||||
hash = "b1c06ccdeba4c694b6dffd875272ceee33fe336bcb3f31ad5a3219633b2fe3f3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/client-tweaks-fabric.toml"
|
||||
hash = "e2f2c0c296d9c38721b080303b40bf2866395871c1d643abdcca8a7905351b8c"
|
||||
@ -346,6 +370,11 @@ file = "mods/companion-fabric.toml"
|
||||
hash = "57386627dec02f63b532eaf99142085dc6a20f1c5d28540dd91e266ea07ff7ee"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/connectible_chains.pw.toml"
|
||||
hash = "ed29ea2b03e5f7bf32a0a3ade6a9b2fa8d6e89656e5644f73172f9d2059802f4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/continuity.toml"
|
||||
hash = "3476857955abc3053155ef32f1479594d3a7b61e522d570d66f1d0d327b4ecf8"
|
||||
@ -381,6 +410,11 @@ file = "mods/crawl.toml"
|
||||
hash = "83a4cc06c4341a1ff1f8d69ce98a160dcc3f839f9d59d350299ecc20db2c54c1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/creeper-spores.pw.toml"
|
||||
hash = "adcc315808f530d4c1ad9bdb4536677905d0beecb9cd0520e5ba4f7c8298fd8d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/croptopia-fabric.toml"
|
||||
hash = "6a623ba1310be1c9815fc502128bea1f1a3d98742c2e91fb93f7a41274ccc20b"
|
||||
@ -416,6 +450,11 @@ file = "mods/dashloader.toml"
|
||||
hash = "ba99850c71a06482ef88cc18d8273c511e523c20fc96b1ce8cefd9adc98705fd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/datapacks.pw.toml"
|
||||
hash = "593838ca2d957a8198880b834245a3de4973fea025e38f962434f0dd06e0db05"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dawn.toml"
|
||||
hash = "116790a677992435de3e810d2d1511703b4f623de12e06722d8c83aa9ca54a18"
|
||||
@ -555,16 +594,6 @@ file = "mods/fallingtree.pw.toml"
|
||||
hash = "f4e2a688b20447f37e6cfca27bbf764f3448021a7c93fd54e33fb151bc6fb0db"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fancymenu-fabric.pw.toml"
|
||||
hash = "65b8b529b323de1e42159448a60cc7a6c4373a563d72d432231a30c938e7a674"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fast-furnace-for-fabric.toml"
|
||||
hash = "d1fbe118047076c06945841f30bbf86f2ba39383852f01dc2055da6ed12c4a56"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fastbench-for-fabric.toml"
|
||||
hash = "444f3fe6c832831a35b7d3cd7801719c92d903815523ad7bf269a6fcea88d18c"
|
||||
@ -655,6 +684,11 @@ file = "mods/illuminations.pw.toml"
|
||||
hash = "731c239ff8fb415c00c76856453aea3ad7a3082d78837daedbbf98c37279ce67"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immersive-weathering.pw.toml"
|
||||
hash = "a226f8fd112cc69f1aa70039a657f76060cd8a71b5c6f1e47b282bbf26f35063"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/incantationem.toml"
|
||||
hash = "a05ddd1f2dcbc3018fdde773b1f6a8830a9c845365ca30603c88772ac243fbd3"
|
||||
@ -670,6 +704,11 @@ file = "mods/infusion-table.toml"
|
||||
hash = "1092142a9aa7e20658c9af85d25fc3b319e4a5b8d950bf948d4079428ee9ba0b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/interactic.pw.toml"
|
||||
hash = "e44b74c440a66bbb0f429d8439a4395885a68f7f31f29ccfc103a520587b0702"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/inventory-hud-forge.toml"
|
||||
hash = "1b72df27afd661f526584edbca168ecab9c70f0fd9aa26f68f1d49c6cd6f1eb9"
|
||||
@ -695,6 +734,11 @@ file = "mods/kibe.toml"
|
||||
hash = "c717bfc6de81661b8575588b6252f390ffc6f988f4c89f4be3f15fd8f0ad360e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/kiln.pw.toml"
|
||||
hash = "2bd4443325ef2df10ef19de54454c29e15176a875ec361220762ba3bdbc81112"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/kleeslabs-fabric.toml"
|
||||
hash = "225cce7608efe6077ede8934adf24ff96e53c50323235c6fc481359a00a87b3d"
|
||||
@ -765,11 +809,36 @@ file = "mods/lovely_snails.toml"
|
||||
hash = "cea7e57f790cde53db4a76005bca2079df37fcb43df16961fbc6b2e116100b9c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/luckperms.pw.toml"
|
||||
hash = "7c5ddb1d34d6b46a821398895ef8650b58b70af35c41befac3109120fc275a32"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/macaws-bridges.pw.toml"
|
||||
hash = "ebbb66ec2c5d8ec1cbccccc9d93ed170409a0f4abaefda5dac0b921159ce5dac"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/macaws-fences-and-walls.pw.toml"
|
||||
hash = "1149d2654725b67e336af5e68ca07c55369de3615aee28b080c6da9dd103ee0f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/macaws-lights-and-lamps.pw.toml"
|
||||
hash = "cae3b29f791d046f675e09a678916f7c2918ecf4029ef460610abdfc1fea3af5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/macaws-paintings.toml"
|
||||
hash = "84a9f46385a31a08b7560bc1c8aed8dd2de533017183c6fc8b2c5b2dc7c1720a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/macaws-windows.pw.toml"
|
||||
hash = "efae4449e802f00e3dd79446adcb305d43f3f2471e48ebde9e08ef531d95b434"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/malilib.toml"
|
||||
hash = "b5b47d70b94e6519b798ce3f172339bba1413ee64cb08c4f0559d0d83b38bed3"
|
||||
@ -800,6 +869,11 @@ file = "mods/modmenu.toml"
|
||||
hash = "8f501b0b0f968e3b4819219c5fd5c656500bb0a2736cafff092ce7279fe85574"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/monsters-in-the-closet.pw.toml"
|
||||
hash = "57184008d5be04ccb9fc654447de2e187fddbb6d4ce6ae903c8369ca4b87f806"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/more-villagers-fabric.toml"
|
||||
hash = "bda9aee694a66bd932162b79955bf4611f7ad25ca064ad0ef86c0a618a37773f"
|
||||
@ -830,6 +904,11 @@ file = "mods/no-null-processors.toml"
|
||||
hash = "35c3b3bed1ba22511a149757103c84480c9cd61574c23821a86d9dc6ced61003"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/not-enough-animations.pw.toml"
|
||||
hash = "0fe0d6fbfb0055d698f2d4418e49be65492176601b0066d8bcd1b61f7d231e8f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/notenoughcrashes.toml"
|
||||
hash = "22ead426c002828d3d2f4da9caf5454fabae689bbf4291020919da7909095794"
|
||||
@ -850,11 +929,6 @@ file = "mods/pig-pen-cipher.toml"
|
||||
hash = "5b375d0099feaceff6b88827f22321790900c24f83184b92d1dab89d224c7cc9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/plasmo-voice.toml"
|
||||
hash = "69b74bbfe190074a1aca83d0f2e780f263810a20f05d72e1db35907785c02835"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/pling.toml"
|
||||
hash = "e7e868d0738bf0807843134b634a798803650e166935e8f1a9de73ba1dca0d86"
|
||||
@ -867,7 +941,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/presence-footsteps.pw.toml"
|
||||
hash = "525252bb860d002a1985a4ffbb4cee19d727dc01bc78eaee0d3881e7bfff2eca"
|
||||
hash = "3077c45e31bc1f50d571104785b24f7fe7166b592599705d7048b54ba802bfdb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -895,6 +969,11 @@ file = "mods/reeses-sodium-options.toml"
|
||||
hash = "c704ab1b78607e345633f54f6f0d3a4ffa9fdb37600c87a794bd67fab3ec9b54"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/renameit.pw.toml"
|
||||
hash = "a98e075a5890fb9486157dafe8f98eeef8befb3ce78a9b68f7aa04819cddfc6e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/repurposed-structures-fabric.toml"
|
||||
hash = "6b51b49e8ca818449735833e918d6e5edf1905d46347571f569b3c2c00d21d06"
|
||||
@ -935,6 +1014,11 @@ file = "mods/simple-crates.toml"
|
||||
hash = "24c74f4bef52ca466e44468f1309059244a1f8e24717c77fb8e40ad8508de641"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "6c2076de008ae0e5dec7990346fb74b77d3b774b6f58ba92e03655b6508d059a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/slotlink.toml"
|
||||
hash = "1fadc3d2a9b6b5c6efbcede06a16448d25ac9ebc1bf097346ecdc8031ea21ce8"
|
||||
@ -965,6 +1049,11 @@ file = "mods/sodium.toml"
|
||||
hash = "d1480fd38a1ac53311baa2d57b92556834372f6ac04c355169441df9a59a161c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sound-physics-remastered.pw.toml"
|
||||
hash = "1fe9aa5d3d49e8a426236ba189b751a0421b8ea56eb890b9dc794f53aea915d4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.toml"
|
||||
hash = "b55d9d1ea5b5cadde5973123c0c644065f905afff5ea8d3d24c6d6564a7470cd"
|
||||
@ -1005,6 +1094,16 @@ file = "mods/styledplayerlist.toml"
|
||||
hash = "6df3f3a64d0499d11583b91741ff31f908e55c688958f039bf59d707161d56cc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/subterrestrial.pw.toml"
|
||||
hash = "fa7b8d020c4b1fb9646f33a0f542664b324c0608185574054d6d6283802ae844"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/tatercart.pw.toml"
|
||||
hash = "ab8a92709aead924bceb04b0994c23d99f546a94c64cc33bdf2c188f8235f646"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/tax-free-levels.pw.toml"
|
||||
hash = "a2545ca26dcfa338761c72d2cafc001c1b27f27829cbef1e63bf16649e9a4f2d"
|
||||
@ -1046,8 +1145,8 @@ hash = "ab69426b7e810d0b1812aaaf886ee2034cc8e4dd1b5f8cb000166cdbe54d6cc1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/towers-of-the-wild-reworked.toml"
|
||||
hash = "cd480491af1dac012503c29e13d02506f919f3edfd3de289ae26b2a5d5b6f282"
|
||||
file = "mods/towns-and-towers-structure-add-on.pw.toml"
|
||||
hash = "277f342e84421ba39688aee920c71c253cf5f6821f4c4551acd07df58130f3aa"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -1110,11 +1209,21 @@ file = "mods/worldedit.toml"
|
||||
hash = "9cba8becd46d571b7576be0d34fea48a7c38f5745265186c7baf1c79251ef373"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/worldspecificviewdistance.pw.toml"
|
||||
hash = "679744788a53536fe39bda19ae3ed91359434d503d5919255fa96a1a892cb412"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/wthit.toml"
|
||||
hash = "6f6f9795b9317427dce5d7d4970ed71307b0141b8490cdcef1b19a4c8c100c66"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap.pw.toml"
|
||||
hash = "84b36af19104b71e42a6de8c94200629d297be1522ab7a8d322ef38bb7ac428e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.pw.toml"
|
||||
hash = "5e034cb854667958fbe8c1f65e40738102fbe89b664e9fbadc9bd4f9849e685e"
|
||||
@ -1161,5 +1270,17 @@ hash = "1e6a58053654dac19601133b5260550bd833d681f70598af203e4e0d4da3b3d6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "resourcepacks/Better-Leaves-6.2-1.13+.zip"
|
||||
hash = "583ba4e4328a27b7c81353edf9aa1943143d12780f41316038aa7071a744865f"
|
||||
file = "resourcepacks/Better+Leaves+Addon+V2.8-1.18.zip"
|
||||
hash = "d62e45069c69905ee7187875e421bf48bd5179cb43454b7b61f24dbe8ffad91a"
|
||||
|
||||
[[files]]
|
||||
file = "resourcepacks/Better-Leaves-7.0-1.13+.zip"
|
||||
hash = "72e4948798f0bbf34843e961dcfda4c871ae91a9a8b52f88a64c6b13ea8afd5d"
|
||||
|
||||
[[files]]
|
||||
file = "shaderpacks/BSL_v8.1.02.3.zip"
|
||||
hash = "32ae9c7f40fdc01e017ebcbdf5d9f3f551a4843ab91c958c3a172ae3926402f6"
|
||||
|
||||
[[files]]
|
||||
file = "shaderpacks/ComplementaryShaders_v4.5.zip"
|
||||
hash = "55de6d68796f5db8752593b645f25f631ab7eadd8dcf460677b5c619dea4474d"
|
||||
|
@ -1,13 +0,0 @@
|
||||
name = "Architectury API (UNUSED)"
|
||||
filename = "architectury-4.4.56.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "0afaf0dfa0b9157119cbadd56328a05153822cb5"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3782867
|
||||
project-id = 419697
|
@ -11,3 +11,8 @@ hash = "ead3998a3a7efbb5f9998e07e9f5be9302d87997"
|
||||
[update.curseforge]
|
||||
file-id = 3722046
|
||||
project-id = 594044
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = true
|
||||
description = "Broken on M1 Macs?"
|
||||
|
@ -11,3 +11,8 @@ hash = "4e9eb6718bf1aae922f7abd6fc93be1db49e5a4c"
|
||||
[update.modrinth]
|
||||
mod-id = "NK39zBp2"
|
||||
version = "xetUzR7z"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = true
|
||||
description = "Adds blurry backgrounds to all GUIs"
|
||||
|
13
mods/clickthrough.pw.toml
Normal file
13
mods/clickthrough.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "ClickThrough"
|
||||
filename = "clickthrough-1.18.2-fabric0.47.10-0.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Z5b0cAlD/versions/1.18.2-fabric0.47.10-0.4/clickthrough-1.18.2-fabric0.47.10-0.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "82910e1466bd272ff13f792572533128012bc951"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Z5b0cAlD"
|
||||
version = "EZAA7MCl"
|
13
mods/connectible_chains.pw.toml
Normal file
13
mods/connectible_chains.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Connectible Chains [Fabric]"
|
||||
filename = "connectiblechains-2.1.1+1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ykSfIgTw/versions/v2.1.1+1.18.2/connectiblechains-2.1.1%2B1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ede9886a3a376e8fbfa5153a3bfd73cab546e028"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ykSfIgTw"
|
||||
version = "45biHkt5"
|
13
mods/creeper-spores.pw.toml
Normal file
13
mods/creeper-spores.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Creeper Spores"
|
||||
filename = "creeper-spores-1.8.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/WSdgoMoj/versions/1.8.0/creeper-spores-1.8.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4f2e99f2769ed3036704d4b246d4116b4faa9fec"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "WSdgoMoj"
|
||||
version = "gfPvSNht"
|
13
mods/datapacks.pw.toml
Normal file
13
mods/datapacks.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Global Datapacks"
|
||||
filename = "Global-Datapack.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bRa9yz7E/versions/1.1/Global-Datapack.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e6420aca2e51939c5540ec739faa1626230fbc59"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bRa9yz7E"
|
||||
version = "oNhDqWJq"
|
@ -1,18 +0,0 @@
|
||||
name = "FancyMenu [Fabric]"
|
||||
filename = "fancymenu_fabric_2.8.0-1_MC_1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "c099bf8c91ca0ace24dbf03601ed8d9c794a4f5c"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3834918
|
||||
project-id = 416796
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Makes the main menu unbearable"
|
||||
default = true
|
@ -1,13 +0,0 @@
|
||||
name = "Fast Furnace for Fabric"
|
||||
filename = "fastfurnace-1.18-4.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3558/448/fastfurnace-1.18-4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "345addd97485183bfd562081c47e8e258c9cc7a1"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3558448
|
||||
project-id = 364540
|
13
mods/immersive-weathering.pw.toml
Normal file
13
mods/immersive-weathering.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Immersive Weathering"
|
||||
filename = "immersive_weathering-2.5.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jkskOO9i/versions/2.5.6-1.18.2/immersive_weathering-2.5.6.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "92bfaf6723a903834d9f6fa04895ae2c7497321e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jkskOO9i"
|
||||
version = "aPLe6N4y"
|
13
mods/interactic.pw.toml
Normal file
13
mods/interactic.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Interactic"
|
||||
filename = "interactic-0.1.10+1.18.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ErpAAAaf/versions/0.1.10+1.18/interactic-0.1.10%2B1.18.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f1cc9344d76bf134af7dc865a800a770b4ff8ab1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ErpAAAaf"
|
||||
version = "KaaebHRh"
|
13
mods/kiln.pw.toml
Normal file
13
mods/kiln.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Kiln"
|
||||
filename = "kiln-1.2.0+1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EanpIMHb/versions/1.2.0+1.18/kiln-1.2.0%2B1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2074607761d9ec6197767a8cbd4775523f056f2f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EanpIMHb"
|
||||
version = "yFq2QdPB"
|
13
mods/luckperms.pw.toml
Normal file
13
mods/luckperms.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "LuckPerms"
|
||||
filename = "LuckPerms-Fabric-5.4.25.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "5e6eeabca956a2052f52f076c0ff95f02a83f578"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3807225
|
||||
project-id = 431733
|
13
mods/macaws-bridges.pw.toml
Normal file
13
mods/macaws-bridges.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Macaw's Bridges"
|
||||
filename = "mcw-bridges-2.0.3fabric-mc1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "67252d90c2bc7c4e09098867f8fead0f230d77b1"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3793698
|
||||
project-id = 351725
|
13
mods/macaws-fences-and-walls.pw.toml
Normal file
13
mods/macaws-fences-and-walls.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Macaw's Fences and Walls"
|
||||
filename = "mcw-fences-1.0.5fabric-mc1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "0a34b5232a3cb1bef3a3c8da52338914c66a3f16"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3817474
|
||||
project-id = 453925
|
13
mods/macaws-lights-and-lamps.pw.toml
Normal file
13
mods/macaws-lights-and-lamps.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Macaw's Lights and Lamps"
|
||||
filename = "mcw-lights-1.0.3c fabric-mc1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "6c8d9d8146dec6718ab87e026f4c953f20abe349"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3750059
|
||||
project-id = 502372
|
13
mods/macaws-windows.pw.toml
Normal file
13
mods/macaws-windows.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Macaw's Windows"
|
||||
filename = "mcw-windows-2.0.3bfabric-mc1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "bdf5ab5175e83abcafea59f5e0a1a2c3ae4677b1"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3757609
|
||||
project-id = 363569
|
13
mods/monsters-in-the-closet.pw.toml
Normal file
13
mods/monsters-in-the-closet.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Monsters in the Closet"
|
||||
filename = "monsters-in-the-closet-1.0.3+1.18.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/GMA8jFBD/versions/v1.0.2+1.18/monsters-in-the-closet-1.0.3%2B1.18.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "13f57612fb0389b45627e053f7d60a69c0cbb8e0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "GMA8jFBD"
|
||||
version = "5ux3OjpS"
|
13
mods/not-enough-animations.pw.toml
Normal file
13
mods/not-enough-animations.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Not Enough Animations"
|
||||
filename = "notenoughanimations-fabric-1.6.0-mc1.18.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/1.6.0-fabric-1.18/notenoughanimations-fabric-1.6.0-mc1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ca56eef09d9ab7a2d5586c6996582b6b766dabe4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MPCX6s5C"
|
||||
version = "KTGfH3KC"
|
@ -1,13 +0,0 @@
|
||||
name = "Plasmo Voice"
|
||||
filename = "plasmovoice-fabric-1.18-1.2.13.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/fabric-1.18-1.2.13/plasmovoice-fabric-1.18-1.2.13.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6fd2d3fd1464218aecb387d04a8b51ad07ffc159"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1bZhdhsH"
|
||||
version = "CGqrbEX7"
|
@ -14,5 +14,5 @@ version = "2Dcs7kJq"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Adds more advanced footstep noises"
|
||||
default = true
|
||||
description = "Makes footsteps sounds a thing, can be annoying"
|
||||
|
13
mods/renameit.pw.toml
Normal file
13
mods/renameit.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "RenameIt"
|
||||
filename = "renameit-1.1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/zrUmyoDl/versions/1.1.0/renameit-1.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1f16def3e0198c9037c022a607879fe6ab7818ef"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "zrUmyoDl"
|
||||
version = "c0DpIajy"
|
13
mods/simple-voice-chat.pw.toml
Normal file
13
mods/simple-voice-chat.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Simple Voice Chat"
|
||||
filename = "voicechat-fabric-1.18.2-2.2.46.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/fabric-1.18.2-2.2.46/voicechat-fabric-1.18.2-2.2.46.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9432085f49315fea8158c12ee3afa3d465af3627"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9eGKb6K1"
|
||||
version = "bnjunHiE"
|
13
mods/sound-physics-remastered.pw.toml
Normal file
13
mods/sound-physics-remastered.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Sound Physics Remastered"
|
||||
filename = "soundphysics-fabric-1.18.2-1.0.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "414615a585c0d26bbf25f66a6608f06606fda4a5"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3804243
|
||||
project-id = 535489
|
13
mods/subterrestrial.pw.toml
Normal file
13
mods/subterrestrial.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Subterrestrial"
|
||||
filename = "Subterrestrial-1.0.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/UiVm8hgI/versions/1.0.2/Subterrestrial-1.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6a59d578b1dfc581b45084bae5d37c36ac1bf46b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "UiVm8hgI"
|
||||
version = "Lx7w3uHo"
|
13
mods/tatercart.pw.toml
Normal file
13
mods/tatercart.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "TaterCart"
|
||||
filename = "tatercart-1.0.0-pre.4+1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/GFWR9kLQ/versions/1.0.0-pre.4+1.18.2/tatercart-1.0.0-pre.4%2B1.18.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "771f704d23649967527483e0a19ef6496b9df13a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "GFWR9kLQ"
|
||||
version = "5ZSl8Q65"
|
@ -1,13 +0,0 @@
|
||||
name = "Towers of the Wild: Reworked (Fabric)"
|
||||
filename = "towers_of_the_wild_reworked-2.2.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://edge.forgecdn.net/files/3663/23/towers_of_the_wild_reworked-2.2.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "13c8a061168fa759b84c8c2ecac0c7d1325350b8"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3663023
|
||||
project-id = 552655
|
13
mods/towns-and-towers-structure-add-on.pw.toml
Normal file
13
mods/towns-and-towers-structure-add-on.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Towns and Tower - Structure Add-on"
|
||||
filename = "Towns-and-Towers-1.18.2-1.6.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DjLobEOy/versions/1.6.0/Towns-and-Towers-1.18.2-1.6.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "20a416e69e59c0199c53fcb14500cb400c02e58f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DjLobEOy"
|
||||
version = "HCI7zdCJ"
|
13
mods/worldspecificviewdistance.pw.toml
Normal file
13
mods/worldspecificviewdistance.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "World Specific View Distance"
|
||||
filename = "worldspecificviewdistance-0.1.0-1.18.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/QWvxpGYa/versions/0.1.0-1.18/worldspecificviewdistance-0.1.0-1.18.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5b65454b45ed14fd930750cf91eeb9993a178bfc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "QWvxpGYa"
|
||||
version = "UGkBm5GN"
|
13
mods/xaeros-minimap.pw.toml
Normal file
13
mods/xaeros-minimap.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Xaero's Minimap"
|
||||
filename = "Xaeros_Minimap_22.9.3_Fabric_1.18.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "d69803acd7ac4c4e89a8565b1f155cf2729389b8"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3835772
|
||||
project-id = 263420
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "e04068b559e35bace1ad529455f836ae741e3213cf93e632bd8b3bbdacf6f6da"
|
||||
hash = "b51d5fcdc75747f22295aaf06cfd756d39df4186c6698157a6c6deeae05ed1a5"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.7"
|
||||
|
BIN
resourcepacks/Better+Leaves+Addon+V2.8-1.18.zip
Normal file
BIN
resourcepacks/Better+Leaves+Addon+V2.8-1.18.zip
Normal file
Binary file not shown.
BIN
shaderpacks/ComplementaryShaders_v4.5.zip
Normal file
BIN
shaderpacks/ComplementaryShaders_v4.5.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user