forked from TouhouDiscordcraft/VoiceFuckerCaves
the swan song
This commit is contained in:
parent
74cf9426b5
commit
a8ad6ef298
171
config/touhou_little_maid-common.toml
Normal file
171
config/touhou_little_maid-common.toml
Normal file
@ -0,0 +1,171 @@
|
||||
|
||||
[maid]
|
||||
#This is a global config that applies to all maids: how often maids speak
|
||||
#Range: 0 ~ 100
|
||||
GlobalMaidSoundFrequency = 100
|
||||
#This is a global config that applies to all maids: Whether or not to display chat bubbles
|
||||
GlobalMaidShowChatBubble = true
|
||||
#The item that can tamed maid
|
||||
#Use the registered name of the item directly or write tag name with # as prefix
|
||||
MaidTamedItem = "minecraft:cake"
|
||||
#The item that can temptation maid
|
||||
#Use the registered name of the item directly or write tag name with # as prefix
|
||||
MaidTemptationItem = "minecraft:cake"
|
||||
#The item that can NTR maid
|
||||
#Use the registered name of the item directly or write tag name with # as prefix
|
||||
MaidNtrItem = "minecraft:structure_void"
|
||||
#The max range of maid work mode
|
||||
#Range: 3 ~ 64
|
||||
MaidWorkRange = 12
|
||||
#The max range of maid idle mode
|
||||
#Range: 3 ~ 32
|
||||
MaidIdleRange = 6
|
||||
#The max range of maid sleep mode
|
||||
#Range: 3 ~ 32
|
||||
MaidSleepRange = 6
|
||||
#The max range of maid's Non-Home mode
|
||||
#Range: 3 ~ 32
|
||||
MaidNonHomeRange = 8
|
||||
#The max range of maid's bow attack
|
||||
#Range: 8 ~ 192
|
||||
BowRange = 48
|
||||
#The max range of maid's crossbow attack
|
||||
#Range: 8 ~ 192
|
||||
CrossbowRange = 64
|
||||
#The max range of maid's danmaku attack
|
||||
#Range: 8 ~ 192
|
||||
DanmakuRange = 64
|
||||
#The max range of maid's trident attack
|
||||
#Range: 8 ~ 192
|
||||
TridentRange = 48
|
||||
#The max number of animals around when the maid breeds animals
|
||||
#Range: 6 ~ 65536
|
||||
FeedAnimalMaxNumber = 50
|
||||
#Maid can switch models freely
|
||||
MaidChangeModel = true
|
||||
#Maid can only play gomoku with her owner
|
||||
MaidGomokuOwnerLimit = true
|
||||
#The maximum number of maids the player own
|
||||
#Range: > 0
|
||||
OwnerMaxMaidNum = 2147483647
|
||||
#These items cannot be placed in the maid backpack
|
||||
MaidBackpackBlackList = []
|
||||
#The entity that the maid will not recognize as targets for attack
|
||||
MaidAttackIgnore = ["mekanism:robit"]
|
||||
#The entity that the maid will not hurt when in ranged attack
|
||||
MaidRangedAttackIgnore = []
|
||||
#Percentage chance of replace Allays spawn in pillager outposts with Maids
|
||||
#Range: 0.0 ~ 1.0
|
||||
ReplaceAllayPercent = 0.2
|
||||
#These items cannot be used as a maid's work meals
|
||||
MaidWorkMealsBlockList = ["minecraft:pufferfish", "minecraft:poisonous_potato", "minecraft:rotten_flesh", "minecraft:spider_eye", "minecraft:chorus_fruit"]
|
||||
#These items cannot be used as a maid's home meals
|
||||
MaidHomeMealsBlockList = ["minecraft:pufferfish", "minecraft:poisonous_potato", "minecraft:rotten_flesh", "minecraft:spider_eye", "minecraft:chorus_fruit"]
|
||||
#These items cannot be used as a maid's heal meals
|
||||
MaidHealMealsBlockList = ["minecraft:pufferfish", "minecraft:poisonous_potato", "minecraft:rotten_flesh", "minecraft:spider_eye"]
|
||||
#These items cannot be used as a maid's work meals which match the regex
|
||||
MaidWorkMealsBlockListRegEx = []
|
||||
#These items cannot be used as a maid's home meals which match the regex
|
||||
MaidHomeMealsBlockListRegEx = []
|
||||
#These items cannot be used as a maid's heal meals which match the regex
|
||||
MaidHealMealsBlockListRegEx = []
|
||||
#These entries configure the container returned after a maid has eaten
|
||||
#Eg: ["minecraft:beetroot_soup", "minecraft:bowl"]
|
||||
MaidEatenReturnContainerList = []
|
||||
#Recognition distance of a maid under the gun task, Suitable for sniper rifles
|
||||
#Range: 0 ~ 512
|
||||
MaidGunLongDistance = 64
|
||||
#Recognition distance of a maid under the gun task, Suitable for most types
|
||||
#Range: 0 ~ 512
|
||||
MaidGunMediumDistance = 48
|
||||
#Recognition distance of a maid under the gun task, Suitable for pistols and shotguns
|
||||
#Range: 0 ~ 512
|
||||
MaidGunNearDistance = 32
|
||||
|
||||
[chair]
|
||||
#Chair can switch models freely
|
||||
ChairChangeModel = true
|
||||
#Chair can be destroyed by anyone
|
||||
ChairCanDestroyedByAnyone = true
|
||||
|
||||
[misc]
|
||||
#Maid fairy's power point
|
||||
#Range: 0.0 ~ 5.0
|
||||
MaidFairyPowerPoint = 0.16
|
||||
#Maid fairy's spawn probability (zombie is 100, enderman is 10)
|
||||
#Range: > 0
|
||||
MaidFairySpawnProbability = 70
|
||||
#The following dimension do not spawn maid fairy
|
||||
MaidFairyBlacklistDimension = ["minecraft:the_nether", "minecraft:the_end", "twilightforest:twilight_forest"]
|
||||
#Loss power point after player death
|
||||
#Range: 0.0 ~ 5.0
|
||||
PlayerDeathLossPowerPoint = 1.0
|
||||
#Give a soul spell item for player first join
|
||||
GiveSoulSpell = true
|
||||
#Give the Memorizable Gensokyo book item for player first join
|
||||
GivePatchouliBook = true
|
||||
#Shrine Lamp Effect Cost (Power Point/Per Hour)
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
ShrineLampEffectCost = 0.9
|
||||
#Shrine Lamp Max Storage Power Point
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
ShrineLampMaxStorage = 100.0
|
||||
#Shrine Lamp Max Range Of Absorb Power Point
|
||||
#Range: > 0
|
||||
ShrineLampMaxRange = 6
|
||||
#Whether to turn off the Optifine warning
|
||||
CloseOptifineWarning = false
|
||||
#The range of the scarecrow to prevent the fairy maid from spawning
|
||||
#Range: > 0
|
||||
ScarecrowRange = 48
|
||||
#Whether to use the new version of the Fairy Maid model
|
||||
UseNewMaidFairyModel = true
|
||||
#Whether to enable model icon caching
|
||||
ModelIconCache = true
|
||||
|
||||
[vanilla]
|
||||
#Whether to replace the vanilla slime model with the yukkuri.
|
||||
ReplaceSlimeModel = true
|
||||
#Whether to replace the vanilla xp orb texture with the point items.
|
||||
ReplaceXPTexture = true
|
||||
#Whether to replace the vanilla totem texture with the life point.
|
||||
ReplaceTotemTexture = true
|
||||
#Whether to replace the vanilla bottle of xp texture with the point items.
|
||||
ReplaceXPBottleTexture = true
|
||||
|
||||
[render]
|
||||
EnableCompassTip = true
|
||||
EnableGoldenAppleTip = true
|
||||
EnablePotionTip = true
|
||||
EnableMilkBucketTip = true
|
||||
EnableScriptBookTip = true
|
||||
EnableGlassBottleTip = true
|
||||
EnableNameTagTip = true
|
||||
EnableLeadTip = true
|
||||
EnableSaddleTip = true
|
||||
EnableShearsTip = true
|
||||
EnableYsmRouletteTip = true
|
||||
EnableAIChatTip = true
|
||||
|
||||
[ai]
|
||||
#Whether or not to enable the AI Chat feature
|
||||
ChatEnabled = false
|
||||
#Chat temperature, the higher this value, the more random the output will be
|
||||
#Range: 0.0 ~ 2.0
|
||||
ChatTemperature = 0.5
|
||||
#Chat AI Proxy Address, such as 127.0.0.1:1080, empty is no proxy, SOCKS proxies are not supported
|
||||
ChatProxyAddress = ""
|
||||
#Whether or not to enable the TTS feature
|
||||
TTSEnabled = false
|
||||
#The TTS language you intend to use
|
||||
TTSLanguage = "en_us"
|
||||
#TTS Proxy Address, such as 127.0.0.1:1080, empty is no proxy, SOCKS proxies are not supported
|
||||
TTSProxyAddress = ""
|
||||
#STT Url address, currently only the player2 app is supported
|
||||
STTUrl = "http://127.0.0.1:4315/v1/stt"
|
||||
#STT Proxy Address, such as 127.0.0.1:1080, empty is no proxy, SOCKS proxies are not supported
|
||||
STTProxyAddress = ""
|
||||
#The maximum historical conversation length cached by the maid
|
||||
#Range: 1 ~ 128
|
||||
MaidMaxHistoryChatSize = 16
|
||||
|
340
index.toml
340
index.toml
@ -197,10 +197,6 @@ metafile = true
|
||||
file = "config/quark-common.toml"
|
||||
hash = "4aec09b1258865371eba8bca11cf435ca46423bbb912a26fffd4a8ffdd39717b"
|
||||
|
||||
[[files]]
|
||||
file = "config/tacz/custom/Vocal Warfare Gun Pack/tacz/recipes/ammo/30_06.json"
|
||||
hash = "691ec4cc74fb8706a1ff5e0214526a838e11aedf6584d8fb24f5250b876786e7"
|
||||
|
||||
[[files]]
|
||||
file = "config/tacz/custom/bluearchive.pw.toml"
|
||||
hash = "e020c358a2845893805c30528b26293d97904ccbd47e397e7ead3df309885a8f"
|
||||
@ -291,6 +287,10 @@ file = "config/tacz/custom/zeta-guns.pw.toml"
|
||||
hash = "0818ed99b52005084f591ab544ba6fd7f2921f31e5c38adf876d26f212eb3e37"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "config/touhou_little_maid-common.toml"
|
||||
hash = "3ae091bab682eab84c0dc6dfb7791508095cbba6da3e52373f386e7156694c76"
|
||||
|
||||
[[files]]
|
||||
file = "config/xaerominimap.txt"
|
||||
hash = "3e0ee20dd4023742a6eb44a0ca48512e6d28814825172bc893081543b11b928d"
|
||||
@ -332,12 +332,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/amendments.pw.toml"
|
||||
hash = "c52aab6767b8a08db1fa860cee2f8019d804b92b80fbe78f701fcd4b37d6ad7d"
|
||||
hash = "f6cb39881349ebcd51d5ea8563110dd0fb861b66c18f7a261eabe1ef41563cd2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/apotheosis.pw.toml"
|
||||
hash = "aeb6c7309052bb9bfb096ed6aef11cfab3c4bf3b0a44746b4e249bc0cca8120c"
|
||||
hash = "c281ef574be46e4df3f7ed04b0a4b5f6d1b2a836b7d1d94c4a30be9c85d3adcb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -362,12 +362,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/balm.pw.toml"
|
||||
hash = "54728d260dd32fba42550ef0e287af0bf00c239771f9a093bc6db2486fcdcaa7"
|
||||
hash = "7d819c446db3bf4b61aea665fa5d1f48a871a89ddbafe9fa8015a95e16a9bcdc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/better-advancements.pw.toml"
|
||||
hash = "54fb66472853060193e643d5e24fef619a431c96970f6ebcbbc41681b9963f97"
|
||||
hash = "6d369d90dac6730c6faa243bf73d00d9945e2a932c9c031eb7619d979eaebe8d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -375,14 +375,9 @@ file = "mods/better-climbing.pw.toml"
|
||||
hash = "d9ab6c39c1422c4beca4fb5f2c3afb3d7855423e0af1ae847f3bf3bc326bf31b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/blue-skies.pw.toml"
|
||||
hash = "e0b611005c8d2142ca889e850c9f1450f45b1d30086aa8743579dde6ab1bd9af"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/blueprint.pw.toml"
|
||||
hash = "2feae581c36c173096b02edb7da506a168a0e60b0a9b2459d60a6e42adbc70ab"
|
||||
hash = "90fc66d49d29c1b1a5b14c5d571d628c6853f7f0519b04e74e14399c75cd08c6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -407,22 +402,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cc-tweaked.pw.toml"
|
||||
hash = "85e384667b89e3851580f924733c686d8cd7fd3ad7f841aca971cb01bd60e4d7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cc-vs.pw.toml"
|
||||
hash = "00cb4a281ee9d2028ce37fde924996d7e1478fe9510e8d45654b42f49d9291e4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cccbridge.pw.toml"
|
||||
hash = "6e680be3cca5047fa566588220045ba76faf90889319c7aff3c03dd450065d20"
|
||||
hash = "c1dc583e440716e24fd8478792f730538a576e8338fcbe31f5ac9ef835fc743d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/citadel.pw.toml"
|
||||
hash = "05fdc598a3d7461f62d878ebe8d3d7fd714ca8bdeb93831e9f0e0876adfca01a"
|
||||
hash = "c122e1213dd6d4004e263a2b36dea1e701c9e2179c9496b279bc07e4e533f263"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -437,7 +422,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/collective.pw.toml"
|
||||
hash = "a0f2e11e55aa98b13ca469e8cee71d38a16a2ed0fba99b95fb0664adfc93e838"
|
||||
hash = "a26cea970dd7ffc20aeb983912e72ba57e83f6e1a42a661a5b4250f77de25650"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -452,7 +437,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/corgilib.pw.toml"
|
||||
hash = "e88092f02b88f3dfac3c80de17ed0b0bbe3de9596a28a8d780227e7151ea0578"
|
||||
hash = "5e7295ea704f3f3b001d30e67b736ba8da2221ffbf27cab3e9bb9dc413435774"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -462,12 +447,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create.pw.toml"
|
||||
hash = "1eceb4e4ab86c793f992ce9444e92f46dae76c3f744d8e19feb1143fb6c01939"
|
||||
hash = "119d501c87aef8afa8cf89ed6f17499518c21240d7781f4331e3007e57957a79"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/creativecore.pw.toml"
|
||||
hash = "b9c02ea06393d11ac2123f4d296d4d51103259709b2422754c71b80f88bcc0d2"
|
||||
hash = "9582c04926dd9cea7f68f6f1b4e068bd2ec3f6fcb2734497d885364c6b74b1e1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -475,9 +460,14 @@ file = "mods/cupboard.pw.toml"
|
||||
hash = "2eb26b157c4159bfeff6a00147afa35284397d558f84b55367d1a41064d7456a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/data-anchor.pw.toml"
|
||||
hash = "d96a7dc6bad66af7d3bfddcfa95cbf1ab0d4ff82b3d5748523e82839d1524cec"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/death-backup.pw.toml"
|
||||
hash = "887f2374a2635c0652d77801bf80b64a627197abafbb1458bef09e3525a7d833"
|
||||
hash = "2e7dbddf6f926d6da6f73a02221e5d5db090abc9d46f0f7566662a392cd4fca2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -492,7 +482,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/distanthorizons.pw.toml"
|
||||
hash = "bc26612dd0c5122ca22a98154264e48579ee30bec1c702de7fa158ecc4629332"
|
||||
hash = "8276518c6ba5c30439e6361e115d6b26cd0a96904f7792d1501013aa05c3512f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -500,11 +490,6 @@ file = "mods/domestication-innovation.pw.toml"
|
||||
hash = "bfd2911d1fc7136f92be93d4e3081b85f30109373ac640fbac2e3b3896d709f2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi-create-schematics.pw.toml"
|
||||
hash = "92f6f339f84a5a6f8afb382620f7da0a01da4cba3a2e894115a1d6b36dcc2344"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi-enchanting.pw.toml"
|
||||
hash = "3a728230bfbaf61c1fb3a102bcf320b63a0a132c149b0b827eaf1ce0a52e3fef"
|
||||
@ -512,17 +497,17 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi-loot.pw.toml"
|
||||
hash = "3dbc9206585bb9a4fb3f6af39672f335e57b5e5f581524c429f014240e2b44b3"
|
||||
hash = "5d6004ca876efde3d87e789b18c6e3c54be63ccab8b733d3f1b7c74f39f29eda"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi-ores.pw.toml"
|
||||
hash = "0d5f0c70d0b229ef3885011ed0675333d6d02c70abd57f0de595faca487d4cf9"
|
||||
hash = "46d4c949ae536fe659e4b49750c5cd737e78e89e7daac603db336b3cb7a3b176"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi.pw.toml"
|
||||
hash = "b922bf1accaec299a669b1915a600a8cdaad3baadffa4b509633a83ad4c020a1"
|
||||
hash = "f0b4372343e873512d57e5ee877f37362f8dde8e75771075abe44686509294b9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -542,37 +527,32 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/enhanced-celestials.pw.toml"
|
||||
hash = "a7a719603d51f35baee5d74d61f8c250c0765376784c390d9d6721e4b98723e0"
|
||||
hash = "6e3de42267e18b37ba96d27a8cf0a147d427caaa95e529784ee3b44832666953"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entity-model-features.pw.toml"
|
||||
hash = "8c84f53560aaa3c65293f5a04748ffe9e00457b9c69347aedc2c9daa915809af"
|
||||
hash = "14ddf6bc740ded7825a455f90f0045ed3b4c2e65168565715daaff8532da5dbd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entitytexturefeatures.pw.toml"
|
||||
hash = "e8170bacc6d4a33e524a1e742c231d1ef04ef41808b55ca126f6f5605654877e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/eureka.pw.toml"
|
||||
hash = "d87a2ef4b990dc9d189ca15e07394e82266773dee1e3c4e5b4d8b662d56ed03b"
|
||||
hash = "cc4926dece87e61770569a0c558f3c2e674e036a92939afe93058d8c4263b96f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/every-compat.pw.toml"
|
||||
hash = "47000c28e464e8966a53f9c10385fba99dac1be92b4f3592412a0a6ee43a97ac"
|
||||
hash = "48280518a684863503c07c0a44614b380fb9eccd85207847732e946a07baf78f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/exposure.pw.toml"
|
||||
hash = "56643304802508b362d2cee4acd59425e640ef9199a235839d7dafdd4f580c18"
|
||||
hash = "d14f2deb04c6dd640b9c08122bb9291c9487c5838c6473a36f2dc3be06bd951c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/farmers-delight.pw.toml"
|
||||
hash = "f13061db33adc84d2bd562979d838f0e6e66808ff3e4285cbdbe44970f59792b"
|
||||
hash = "22ceac3dd118087ae3f8d4254b81afa8a028edb1d9df39869320dfe84b55e319"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -597,12 +577,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fzzy-config.pw.toml"
|
||||
hash = "97246b675607c34d5e074a82bb7be588227af138b7c14854919c500e743f525a"
|
||||
hash = "09076e5476afb63e495a1dac36c1b00628577a27fbf42f690682521a06edff24"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/geckolib.pw.toml"
|
||||
hash = "1484808760dad0e89dfbd3e3758b96dc9ecbb3d46fcec1489ac9d090213376c6"
|
||||
hash = "f57b760f1db9b4033c89bd46a296b48e0d6c547de4b60e724e799608dab41bef"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -617,7 +597,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ichunutil.pw.toml"
|
||||
hash = "3aa75e307989c0a66a0658b5c6776e8d664d73f55a99e5ff30ef24d4d2918619"
|
||||
hash = "b5155604a98bb5fd86e378ebe636030ed76d799d83f98a9dbbbfcb534f503d30"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -627,17 +607,17 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jade-addons-forge.pw.toml"
|
||||
hash = "3f432b6a6358f773426d01ab360816b2792c2d033eeca8d5595d2af205b22321"
|
||||
hash = "f062fa76702a6ac869135c082ee83bd50352cfb2c968c09830b5a5355e838d6c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jade.pw.toml"
|
||||
hash = "7f6c0ca162ebadc819fa2fe5d925daec6144d3480a6d75c769a72b8b46b78f9f"
|
||||
hash = "66a8d44f5ef66075063ced8b54312a46bb8a256090d36df877b8ff58de9d16be"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jei.pw.toml"
|
||||
hash = "3c4797a9ade2ad41b4163a8838ad95b27f2b07906bf44f1c05a04c822e44719b"
|
||||
hash = "7cfcef2f1142baa641151461c3e8f99fcd84f6f9f447cbc16e069a03f5aee8ca"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -667,7 +647,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/moonlight.pw.toml"
|
||||
hash = "324acad11b9b0ec370bf0f644b0efdf604a9862f8e2da3becb02d3daeab88f3c"
|
||||
hash = "7b99af69051b8e607d955c53d77acb62d74899b8f83ada62750a3e3baa3417c8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -692,17 +672,17 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/origins-minus.pw.toml"
|
||||
hash = "a7d206c15c4a213c81b3c89a8537212b0d9ba12b32c8f7cf75c124993e716d89"
|
||||
hash = "1e66966105725bf715aa7565b5f0cd9c3cd587b7d31d6c8d6c274b661c10ca49"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/parcool.pw.toml"
|
||||
hash = "b46731dca4207983e9dd86544b84699aaa0953026ea6fa4eae4180c5f3a0a0bb"
|
||||
hash = "f610dff6a41865cd5a9dd63a4bec4deeb19181f3d42e026ffe9a86aa7e2bc488"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/patchouli.pw.toml"
|
||||
hash = "3a7eaa64434e7449e5fe6bd089bc784499432dae7d6ca07174b55b10a3b32ec8"
|
||||
hash = "dec2bc011d4ca1d451aaa3eea477f13366bfb13beba0716018f47d9331a50d8e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -717,12 +697,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/placebo.pw.toml"
|
||||
hash = "0f807372e11d5a8a28266ab214fd243fa7558fe3f5a0cc6505090faede8c2dd6"
|
||||
hash = "045d582e2c534c5bb96d7336b4ae2cd12692c6de29b19ae5f1dbfd8759c03b03"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/playerrevive.pw.toml"
|
||||
hash = "256c8f826d91567bc5234062f9bf1dbd0f2262c599266408c19aea5150b0c981"
|
||||
hash = "0e4e32a1b974218110ad20c2545e57e748979dbc7b0e4981d474a6386b898c05"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -732,7 +712,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/quark.pw.toml"
|
||||
hash = "105a3cb78f853a00406250e8a5be2cc2a757cdee03b8d933529c96b3bd9be309"
|
||||
hash = "8df897c0f7831e919aa528c3c1e5239f39439c123d99761230ab2357132bad98"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -747,12 +727,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rhino.pw.toml"
|
||||
hash = "323adfd6ebf5b53181c02f425ea70a0138ab1bde1da58da8874d93d37cd44ec2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/savage-ender-dragon.pw.toml"
|
||||
hash = "844ccf23ba21f56bc5ddc4f64afdf3bcf8b6b29f6066b5520311aee96b59b339"
|
||||
hash = "5b92406160d9ea8a61ddf111caaecb7f6283678e2c40b08b72dce3eeaf20dc96"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -767,42 +742,47 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/shoulder-surfing-reloaded.pw.toml"
|
||||
hash = "0f279343e544ff2024406aa5ca15304e5d1fb90dc67cf1eac7912803e8713f31"
|
||||
hash = "f54b2315ca7a769605f442e2776b719bf2d006aedbe5f6659e435e7a55b6f79a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "e3bdb65c2ce034e26c9277751a370baac6df6853d55e92327170df8778a837fb"
|
||||
hash = "34e036f376828c9ddb96fdd42f11603dca88a735bf59ae8f609850aea3a67d68"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/slashblade-resharped.pw.toml"
|
||||
hash = "c417351303240d7eb6727aeaed200feeeb1d8e25e9d342d90a74d3d7116152c8"
|
||||
hash = "cfa5ccc78bb37ed3886560f9f5ed196e695f759e9cc6e76b0e757ad57b191d5e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/slice-and-dice.pw.toml"
|
||||
hash = "389bde529f3226ae80f2d4f6a65327a12527af80180d472cbc26eb5405d359d7"
|
||||
hash = "051a8937ed53267faa86fb53695f6e84a4fdf66d905cb9f3873e5498a6e66ab5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/snr.pw.toml"
|
||||
hash = "90e89a9c310086493928ae9ab7de8707937252e53ad805d255a2bd744c32b5a2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sophisticated-backpacks.pw.toml"
|
||||
hash = "731af9b877b4c93ebb80b6939ab8765982cf9a1fd205b726b3c6e2bd2efc59f1"
|
||||
hash = "3e7e50f5bee28d50e578f116f57a0eb92edbd1801e1276cf53412f48a2a3bfb0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sophisticated-core.pw.toml"
|
||||
hash = "39b80c6de26921874bb48bab4f6cd6cb7eab041fabd20705544a1ae762321dc2"
|
||||
hash = "035f5f40c85d336a9f51a93eae800fadd61319f79744466cc2c2a30ba245bee0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sophisticated-storage.pw.toml"
|
||||
hash = "1f29691778f6cc77b464e2eaf8f4971117af546f92bcbf12ce081a2158d7738f"
|
||||
hash = "f21aac1684a5d151cabe329e4473a64acffb9cdcd39ba7dcf5c2a31c2af02428"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sound-physics-remastered.pw.toml"
|
||||
hash = "d23fde8bff0018f39f4ba8ef8d3017860371acf48d1b89b9b8c631aebc518fda"
|
||||
hash = "29261b2d999f51e9a4483cb945692c168947cf7579d139cfc18b7d12552524c1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -810,14 +790,9 @@ file = "mods/spark.pw.toml"
|
||||
hash = "0be4976227df8e261fd362889bf8e85b93e224d1b1c3cd2a11b73a9de3b64083"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/structure-gel-api.pw.toml"
|
||||
hash = "0a1893b4abfd0e7243095240b329552c082dd3fa7874b43e9b43c94812875472"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/supplementaries.pw.toml"
|
||||
hash = "21ded7427eed05b00fd5f1fb2c1e5232809113dc9020f612269181cad844a1fb"
|
||||
hash = "8e4a88ac887cf91f870804cd5a4730e318dc68b927b7634c2adb9d6b78fc04d1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -842,32 +817,32 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/timeless-and-classics-zero.pw.toml"
|
||||
hash = "a4b08e52d3a6f5ed9fa1b3124b64d1d9b29845d80da284474654a719739ed5c7"
|
||||
hash = "4d30fd305885feef68bb6b4c3d5e5945b96b6b2e7cd44c6455c29133037217ba"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/toms-storage.pw.toml"
|
||||
hash = "3869af43202af44211167226216ecd0ff557a87fe4fa8e01a271fe4e4c37b844"
|
||||
hash = "131c818cca79586fdca0535062a63581e7c438efd108be4403ab8faea92e6368"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/touhou-little-maid.pw.toml"
|
||||
hash = "77603adde751d1c08b3496ca1f3b37ecb1eb448384111e19ad819845da110f55"
|
||||
hash = "2178ac5d307a34749caa2a485389d98301cac98efa3b14fb9ecc129a3d75e504"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/trials-chambers-backport.pw.toml"
|
||||
hash = "3265a2cc2c3a62a4f8b380be694dde3cd7dba9e0630359b6a34527350bd068e8"
|
||||
hash = "fe6141476e2f7c8dedbba98bf74cb3ef012bfa0d43a0ebcbd63f3817353c251c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/valkyrien-skies.pw.toml"
|
||||
hash = "4e3d9b34be042ffd29daf13b1f1f03f2076ce063fb7504f0da2c1a6756b5a6f3"
|
||||
file = "mods/true-ending.pw.toml"
|
||||
hash = "6d5ac3ede55fc03df56dbf655538179b2afe1425cfbeba7a9ba88e19cc9ec117"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/waystones.pw.toml"
|
||||
hash = "2266cb1da126b45b30bf361cb9126fdb48e731587be34ffe79006eb882a757ca"
|
||||
hash = "2a1e1a0db8d2eeef1514a34180089d743eb35fec8e442ea54dbe33dde7d6cf48"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -877,12 +852,12 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-minimap.pw.toml"
|
||||
hash = "14cf28485830d53433b7f6c82eb23fc87dcbc382a65eb20078088dc2e801da3e"
|
||||
hash = "74b4ea5279c7fa9965ced3d9d02d42aeaf1b213314e3e9b5c5747a36ae6e9648"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xaeros-world-map.pw.toml"
|
||||
hash = "8e3026324227122e65ef891db279aa84191611f26d29e5dbd92e0bd2ce048b6d"
|
||||
hash = "8415f043e1b75f3ef11c990896598389343f87be9d133edd866e466c626fb31e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -892,7 +867,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yes-steve-model.pw.toml"
|
||||
hash = "63e6a7e0f6c42f11058cd62bf2172f08f5ecf87cf6d96c790fab28fc7f210eb6"
|
||||
hash = "67c51f78fbe2063a546ce15642fb0d317666e8c0d1e2eb2a1a3742e13ab51242"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -912,10 +887,185 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/zeta.pw.toml"
|
||||
hash = "cb92831ae1333084aee2e0582ad76e074ee902f76939b2e2c4d288b831d27f1a"
|
||||
hash = "4bcf74d4569def60ca031d565350952c2edcc420f26278bc7997654a77b6fb4d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "resourcepacks/k-on!!-custom-gui-pack.pw.toml"
|
||||
hash = "329553a8c2290af66fc40beb35c9e4e1dd307cbf644f1b259b2fffcd5f7a6a5a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/ChocolateMan v1.1.8b_converted.zip"
|
||||
hash = "98fc232d25a6cc538beffe68fd78e5daf9989241e90c34b4d63728965d54efd5"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/Create Armorer-1.0.8_converted.zip"
|
||||
hash = "5104911c5db0285ba99ebcaa75041b2805364893eae05a12b0cee2f5dcdfe54e"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/Gucci Attachments-v0.1.1.r-0607-152243_converted.zip"
|
||||
hash = "4c72c44bc1b881f43e9ade659a8d2eb3d2a9f2432d70d7030dcbb664b934ddd0"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/GunpowderRevolution_gunpack_converted.zip"
|
||||
hash = "e22475699284cd5a6a12dc9ddbe38fbb741f7d158be0b5c5b63d736ce0d2add3"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/HLMPack1.1_converted.zip"
|
||||
hash = "1a8c3d6a8aba912750c8044f2aba4ccd27219debaa4dad51f2af6cbf334f4896"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/HellDiver2 Gunpack-v1.0.0_converted.zip"
|
||||
hash = "dde12415173c4885849abda101726f4409d970e5091094b20fde079f54b994db"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/Immersive Armorer-v1.0.3_converted.zip"
|
||||
hash = "b2cb445143aeb5da350d7725e47171f1a9f8a58ec980c2a094db1e4e79cc9653"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/LesRaisins_converted.zip"
|
||||
hash = "a0c11edd970b3d33a1746d7fd0ba8cef9aee0a968a25ba3fc51620fcf3755351"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/Overwatch_Standard_Issue v0.3_converted.zip"
|
||||
hash = "65d62c51f2f03d3af8efc626bf77d655c7b7bda7b268e2d34fd6199ea215acfe"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/SuffuseGunSmokePack1.0.4-hotfix2_converted.zip"
|
||||
hash = "6769657ca41f5d8066be9ee3c42084418d47a0c318c69344046a03a356cb7f88"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/TTI_Gunpack-v0.1.1-0607-154832_converted.zip"
|
||||
hash = "d1f9c5a6fcfb56a8e4eeb21ef8d07e36f602039776da12745adfdf6a01de123e"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/Vocal Warfare Gun Pack/tacz/recipes/ammo/30_06.json"
|
||||
hash = "691ec4cc74fb8706a1ff5e0214526a838e11aedf6584d8fb24f5250b876786e7"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/[TACZ]ClassicRCCRP v1.0.7 release hotfix2_converted.zip"
|
||||
hash = "9188ffafb09a1788761ff472fa6bfbadcea62e921b2098d6c4c3aa5851f572df"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/[eof]helldiver_gun_pack_converted.zip"
|
||||
hash = "cf9c64cd966b65b4c52ce0cf97e57940f3e2cf02a528cba8caa0db024263c21f"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/ba.pw.toml"
|
||||
hash = "58e1cdb38b07fd7bb2e8d4b40bece23163393194f470386bde203977b84c19fc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/ba_converted.zip"
|
||||
hash = "0b616d090252ad72505e134fd6b8cd5f395a7fc9d715e8d27d9d6fcf67af3049"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/bluearchive.pw.toml"
|
||||
hash = "4489d6a8006e2437094f4fa8477368e453bf673852ebf7e766a1bb7ceea4bfca"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/chocolateman.pw.toml"
|
||||
hash = "06ae6ec2184450bbff68075af8766644ddcd15a3fb3b71836916b1122ae0d42c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/create-armorer.pw.toml"
|
||||
hash = "90987e02002e86fdd6d0114299e23ba8e976b16bac3624a5b95456cec3c967f9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/drg.pw.toml"
|
||||
hash = "51bfc175d1403d4d2a7a53364be884103dcd883409fc3d674ef3c336e8a7237c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/gensoushooter.pw.toml"
|
||||
hash = "1ca90f372c7d76fe9b5f9c729cd5a20f3fa8781c065cac7029a30cde488e5dc8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/gensoushooter_converted.zip"
|
||||
hash = "9018c9bca4bcb9bb59cce6797d2567f67d9646a024630edee7e317f69cc895d9"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/gucci.pw.toml"
|
||||
hash = "4a970d098bef2129a5f105b0518b04c03034e9288987bf9575a3a60c42bed204"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/gunpowder-revoluton.pw.toml"
|
||||
hash = "33a77aa97aecb2bf17054773fedc32d1076b1048d31fe52eec18b77875388328"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/helldiver2.pw.toml"
|
||||
hash = "60d347054eab6a2b83c952d44b4ed89735e460aabf335621c369a96bdf28e426"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/immersive-armorer.pw.toml"
|
||||
hash = "e99f6ef7d7b9177a602dadd5873320f26bef8b665d5a45329ef019eb119788d8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/lesraisins.pw.toml"
|
||||
hash = "bddfc15e3f9e8360583718f259a80b279b7cafd2808029d61b3313fb2153e6f5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/osi.pw.toml"
|
||||
hash = "d5d812da7956dc8ce2acae836d187d62186132a9df3c52d7cb1bd273a828978b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/rccrp.pw.toml"
|
||||
hash = "d0deab815f3eb177bc7bc407db85a7b3636816fef7e86dfe98bae0228c976646"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/rg_gun_pack_converted.zip"
|
||||
hash = "9e3bb597ee1c647d1f5b6d60168cd4336fed062adbf9654b47bd33ffba6d794a"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/suffuse-gun-smoke.pw.toml"
|
||||
hash = "0e8adb3db33e88aceae6246eb10d2da076d6a45e7709b2692fd85b2e8c3ee438"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/tacz-default.pw.toml"
|
||||
hash = "e0bbf95ae7f6840495416e42b0b3791512f2b5f785dad0ca3c964ae1930b389e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/tacz-pre.toml"
|
||||
hash = "410ba74dc6cb6c070db25c8fcfc0657b02a0523a3a25722da8e6f4310215d133"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/tacz_default_gun_converted.zip"
|
||||
hash = "4b479b36ec5ea3b9de350f10256c31eca10220d1ce2cddaa6c28c2fc77730dae"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/tti-guns.pw.toml"
|
||||
hash = "6d98147e3a9b76f6ebf88025d6da2ce3cc9428d6568eadd43a9daceb3e0d498b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/wargammer40k.pw.toml"
|
||||
hash = "6ad8471a84ce24246e67882db97644041cbfa922e149e13b6ca0dffee3f481c5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "tacz/warhammer_40k_gun_pack_v0.1.0_converted.zip"
|
||||
hash = "3ffbcc0dfa952707e426f9d1a92d07e3061ba632931a32a434feca3d56aba4ab"
|
||||
|
||||
[[files]]
|
||||
file = "tacz/zeta-guns.pw.toml"
|
||||
hash = "fd8df2c59cf45ced08878c40b383d09e82b2201a63c224510b79aee9f655dadb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "taz/hlm.pw.toml"
|
||||
hash = "de85a0973caf3c50940bc991f53798955adb2aae73a37d1580b195f802ce48d2"
|
||||
metafile = true
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Amendments"
|
||||
filename = "amendments-1.20-1.2.12.jar"
|
||||
filename = "amendments-1.20-1.2.19.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/qE7sokDv/amendments-1.20-1.2.12.jar"
|
||||
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/luR9kOmm/amendments-1.20-1.2.19.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "89fc59fdf4e333ead7d8cccc175b9fe302746945491ea976f730aac3083b34edf424fe9c0159f6fb78d6adda74592b1469a3e08e64fe7644054a5d4e2a9c24ed"
|
||||
hash = "21ca276f72f0a1ca2e3c0d12c6cb49f3c07bf757e505f607e82eda65ff8ddc5a694edc6c0506fd95c526620087653e07b37e788cc4cfb02785987337b978ccce"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "6iTJugQR"
|
||||
version = "qE7sokDv"
|
||||
version = "luR9kOmm"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Apotheosis"
|
||||
filename = "Apotheosis-1.20.1-7.4.3.jar"
|
||||
filename = "Apotheosis-1.20.1-7.4.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "301ded73e26a178cb2673a3e9e02235afbf824b6"
|
||||
hash = "e508c4724a24f0c80836818fcdd3df6424b1fc40"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 5753183
|
||||
file-id = 6461960
|
||||
project-id = 313970
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Balm"
|
||||
filename = "balm-forge-1.20.1-7.3.9-all.jar"
|
||||
filename = "balm-forge-1.20.1-7.3.27-all.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/UTwD7ASf/balm-forge-1.20.1-7.3.9-all.jar"
|
||||
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/GmMJVPH4/balm-forge-1.20.1-7.3.27-all.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "62f736031f4485c952eb4b516cd456b75b8f045ba9d9776cc107eceda8e1d1d778949c3218d495a669e4dff4b51ed0395b10defd5c9f49d8c9e979151765b9e3"
|
||||
hash = "a740f45553c945e0cc255390c5f84db9de2efc0f801c5c3a8580662fd5521b5ee9633c07ae8453f3a54d785f49aef7eed97e279ccd714137c4ab3d560c3600d3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MBAkmtvl"
|
||||
version = "UTwD7ASf"
|
||||
version = "GmMJVPH4"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Better Advancements"
|
||||
filename = "BetterAdvancements-NeoForge-1.20.1-0.4.2.10.jar"
|
||||
filename = "BetterAdvancements-NeoForge-1.20.1-0.4.2.25.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Q2OqKxDG/versions/U17TRk9r/BetterAdvancements-NeoForge-1.20.1-0.4.2.10.jar"
|
||||
url = "https://cdn.modrinth.com/data/Q2OqKxDG/versions/NS5G3ENg/BetterAdvancements-NeoForge-1.20.1-0.4.2.25.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e7979f9951edc3caebeabbe73f782bdfedc03760cea86027251832827566acb01fd4a3ad00ea1277f5b3ad3af348971e6be38cf5064c61d0b4aa538866520a21"
|
||||
hash = "2ad7ae925c2e04eaaf17cabae6ffc790f96469f054c6ad0213586b8c880e7dcde9f1983734904bb56b2234598d48455d04914ac4dc80ef4e5220a582833e7517"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Q2OqKxDG"
|
||||
version = "U17TRk9r"
|
||||
version = "NS5G3ENg"
|
||||
|
@ -1,13 +0,0 @@
|
||||
name = "Blue Skies"
|
||||
filename = "blue_skies-1.20.1-1.3.31.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DOSy3C4M/versions/YGq4rvX4/blue_skies-1.20.1-1.3.31.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9b3adb424cff067b5299cd4bfbb377d1cac6d7695d139e561eaf20901b67cc2e5f5fce242d68d8286f2d123b649b25a7f6d406a93d9bc65447772ddc6fe4016d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DOSy3C4M"
|
||||
version = "YGq4rvX4"
|
@ -1,13 +1,13 @@
|
||||
name = "Blueprint"
|
||||
filename = "blueprint-1.20.1-7.1.0.jar"
|
||||
filename = "blueprint-1.20.1-7.1.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VsM5EDoI/versions/LkOcOC7A/blueprint-1.20.1-7.1.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/VsM5EDoI/versions/xtEwbO0X/blueprint-1.20.1-7.1.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "cb788eb25834e601f3c59cf9af9eeb30416a4ee9a87fafb6f5abbbea7f97f66b7197b20a57988fe365ba1a122292194bdb73ce0e0aa8af1a0318080a74495652"
|
||||
hash = "9665cb45ae78ec59352b195d65a44d6573c1ad65749a6546054e0b8032836d939526dd1df6521034cd2bd34e6559e785d20404df3130050b8e763a8ccfe06534"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VsM5EDoI"
|
||||
version = "LkOcOC7A"
|
||||
version = "xtEwbO0X"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "CC: Tweaked"
|
||||
filename = "cc-tweaked-1.20.1-forge-1.114.2.jar"
|
||||
filename = "cc-tweaked-1.20.1-forge-1.115.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/cDalD4CG/cc-tweaked-1.20.1-forge-1.114.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/GYnSPc0b/cc-tweaked-1.20.1-forge-1.115.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2a8c0067296a5473d3b9d7ea1d74b22a7223b9acb15a1d0cf9bb1e05039db48234f9e73eb7a13312988deefb4ae5ca718c0134af5aeaa8b1aa4d076f372e8406"
|
||||
hash = "79397cdd37291158024621f5ed08cecf76b243e54318d5a252d44d068f2c0fc5491c52f05107a2a3300cc5a3a2d6cbdf2b02ebc4b0dacfafbc64f4a1e23dce76"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gu7yAYhd"
|
||||
version = "cDalD4CG"
|
||||
version = "GYnSPc0b"
|
||||
|
@ -1,13 +0,0 @@
|
||||
name = "CC: VS"
|
||||
filename = "cc_vs-1.20.1-forge-0.1.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bvgy8HrZ/versions/GzmmRcQe/cc_vs-1.20.1-forge-0.1.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "dc0f7f69310f4a930b0df31398c59460a17e1f85c0276ef56076d7b5cd0244705786da565cc7d85237bfc15e26e88d496a994b613328a37dba37f622c7ebe66e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bvgy8HrZ"
|
||||
version = "GzmmRcQe"
|
@ -1,13 +0,0 @@
|
||||
name = "CC:C Bridge"
|
||||
filename = "cccbridge-mc1.20.1-forge-1.6.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fXt291FO/versions/sPKVzUaW/cccbridge-mc1.20.1-forge-1.6.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "aa3b5464a1038d94de718583d035def8a9944032cb5de177cbef285ed49ca891c10c7095c5db1840eb3d4f4828f083056d1e02fafcdbb2c4ca771093be5923eb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fXt291FO"
|
||||
version = "sPKVzUaW"
|
@ -1,13 +1,13 @@
|
||||
name = "Citadel"
|
||||
filename = "citadel-2.6.0-1.20.1.jar"
|
||||
filename = "citadel-2.6.1-1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jJfV67b1/versions/mL5pYWWo/citadel-2.6.0-1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/jJfV67b1/versions/a7H8TGhJ/citadel-2.6.1-1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "8edb2264317e547230960109aaadae36ce0db9abb27748d47033c64c7f4958a970172ae382552c5e3c41a4885e95437328a6eba53226fd64c4ce0b4f0ec22b4f"
|
||||
hash = "51158a57623562253ae2940d67a6ae172e1c558bf06f288bb61dab2f182a8945ade5a8e9e192a3c94fad686c37063158c2bcacd202f0ccb73f0c1fc57f7dcf0d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jJfV67b1"
|
||||
version = "mL5pYWWo"
|
||||
version = "a7H8TGhJ"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Collective"
|
||||
filename = "collective-1.20.1-7.87.jar"
|
||||
filename = "collective-1.20.1-8.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/aNzU64AT/collective-1.20.1-7.87.jar"
|
||||
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/P0uRrvF9/collective-1.20.1-8.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "65acb74e5acd56f1507ff83cee86fa2a78efea5ff2577828bd1c38323af4bcb594bfa4deb9d511060035c9503046a5da7fccc034228e6e799c2fb36fbf59e1a8"
|
||||
hash = "11263db68965bd7d727284ecfd84047d0085c647af1aa8903896946515742ae5ced21cf3b46497dcf5e35ff1f0db646dad2bc330b9c3997cf75b304d34e4f745"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "e0M1UDsY"
|
||||
version = "aNzU64AT"
|
||||
version = "P0uRrvF9"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "CorgiLib"
|
||||
filename = "Corgilib-Forge-1.20.1-4.0.3.2.jar"
|
||||
filename = "Corgilib-Forge-1.20.1-4.0.3.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/RE7m8W42/Corgilib-Forge-1.20.1-4.0.3.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/Vu79GVBm/Corgilib-Forge-1.20.1-4.0.3.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "aee77c2e495945756c1326c97135e80d5ffadc1ad859c7ac8e67f553aaf51ab0d3875da8504da111947b83eafb2a1f14858e1c8cc72c0f3a7a933699337a298b"
|
||||
hash = "bfebf18e94a13445aa7a7bbc82bf3e92abff5e867d142d8a9e11c3ae3d9f8f77e4436d14d561b0256c1a0ed23ed2111d6be57ed4196ffac5ba11a84e9f43c95f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ziOp6EO8"
|
||||
version = "RE7m8W42"
|
||||
version = "Vu79GVBm"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Create"
|
||||
filename = "create-1.20.1-0.5.1.j.jar"
|
||||
filename = "create-1.20.1-6.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LNytGWDc/versions/6R069CcK/create-1.20.1-0.5.1.j.jar"
|
||||
url = "https://cdn.modrinth.com/data/LNytGWDc/versions/xoKzmnen/create-1.20.1-6.0.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "893b531f7d93e30561024087b8718934fc2bb93c4f3f40edff5346f18e0330c8d3524f1ebef50d90e91a20f7a679ef6da44dd9b6e68292afe28b1b88fa7f07fb"
|
||||
hash = "9dc60349a07d3367977fc935a65053db63cdfab4fc244db06e97a62e9c9d1154c1b8b66d4083f5a4c4a1403716a06c3251cd8d0ddfccb5e9de7177c8c2c45d25"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LNytGWDc"
|
||||
version = "6R069CcK"
|
||||
version = "xoKzmnen"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "CreativeCore"
|
||||
filename = "CreativeCore_FORGE_v2.12.25_mc1.20.1.jar"
|
||||
filename = "CreativeCore_FORGE_v2.12.32_mc1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/Z1UCO79h/CreativeCore_FORGE_v2.12.25_mc1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/IbFWHI5h/CreativeCore_FORGE_v2.12.32_mc1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5a5cd9a1df1365f7e9620a2ca49ecd50ee3e7410da2a5cca2e99ad23ae8183db9e162476d3fd342ca13527f69aa5c184daff8da06090b2c74cb36a30a321c7f0"
|
||||
hash = "7f7c684a35020a0327e31f5521a363d1c29312a22839c69c5dbdf51d77428298dbd0ca685166c06d8426010448e777e087e141fef6b5093fd67cb73c4bd51f8a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "OsZiaDHq"
|
||||
version = "Z1UCO79h"
|
||||
version = "IbFWHI5h"
|
||||
|
13
mods/data-anchor.pw.toml
Normal file
13
mods/data-anchor.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Data Anchor"
|
||||
filename = "Data_Anchor-forge-1.20.1-1.0.0.15.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/z2XEADmE/versions/QzFtoZ5W/Data_Anchor-forge-1.20.1-1.0.0.15.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "02097f0dd6814e5574b48577a86a75814460804edaea5107011c30ac6a18e63ff117ed5edd77a614323f8610330e6cf2e8a7b4f42f2defa4bde6137a78ca7a6b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "z2XEADmE"
|
||||
version = "QzFtoZ5W"
|
@ -1,13 +1,13 @@
|
||||
name = "Death Backup"
|
||||
filename = "deathbackup-1.20.1-3.4.jar"
|
||||
filename = "deathbackup-1.20.1-3.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ot5JFxuv/versions/3JcUGeGH/deathbackup-1.20.1-3.4.jar"
|
||||
url = "https://cdn.modrinth.com/data/Ot5JFxuv/versions/ouLbVC9e/deathbackup-1.20.1-3.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "d99acbe28840d6bd36752722ebbb3b83ca01b25e165e232ffa7eeb00b334edba421ee2f2c2e15774f714cd12a0b656165538a3ab17747d7948faac270535e809"
|
||||
hash = "2afdafca9f9075422841b8a7ca98986ed10f8b40568b2416446d23e34047a30720d0f37e21ef2523c0a3cd9ab1850e670b65c56da928755435f70573096baf05"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ot5JFxuv"
|
||||
version = "3JcUGeGH"
|
||||
version = "ouLbVC9e"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Distant Horizons"
|
||||
filename = "DistantHorizons-forge-2.3.0-b-dev-1.20.1.jar"
|
||||
side = "client"
|
||||
filename = "DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfare/media/branch/main/static/DistantHorizons-forge-2.3.0-b-dev-1.20.1.jar"
|
||||
hash-format = "sha256"
|
||||
hash = "72b4c82f14c92b9e31afda40820edc63cd330887245026f7b77dc3401524168d"
|
||||
url = "https://cdn.modrinth.com/data/uCdwusMi/versions/vSDePnsB/DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "14f5548cffa24fabdcfce6626fc813db42e28350a126833a54e1c54e13e6b393e232b5a0d55fe6bc6f7e273061adaade67f8a8bbee9503cdaf869c28db0995b7"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Distant Horizons adds simplified terrain past Minecraft's default view distance. This makes fog obsolete. May worsen performance."
|
||||
default = true
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uCdwusMi"
|
||||
version = "vSDePnsB"
|
||||
|
@ -1,13 +0,0 @@
|
||||
name = "EMI: Create Schematics"
|
||||
filename = "EMI Create Schematics [1.0.1 Forge 1.20.1].jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5bgqgixq/versions/M63IQ6mP/EMI%20Create%20Schematics%20%5B1.0.1%20Forge%201.20.1%5D.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "416ebf049bf1de3394856f890528e1edd9bd57b28106b472529d2780a37e86140a512718af626188eb53cd03ec769dea441985fe889c7958ecf232d70d585d40"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5bgqgixq"
|
||||
version = "M63IQ6mP"
|
@ -1,13 +1,13 @@
|
||||
name = "EMI Loot"
|
||||
filename = "emi_loot-0.7.4+1.20.1+forge.jar"
|
||||
filename = "emi_loot-0.7.6+1.20.1+forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/muA4mic3/emi_loot-0.7.4%2B1.20.1%2Bforge.jar"
|
||||
url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/hWzv5ZZZ/emi_loot-0.7.6%2B1.20.1%2Bforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5a2d79545b057149c09455841058bda33215a8ff8b8c5b4bfebddde734d66897fb6cea6fbbd536f66160e3a866390bb20ecbeb7256b851df13cff1f76d6e3973"
|
||||
hash = "20d738ea5a529b5b43608cc1edeb17df67a75856c824349d5222f9b5d1434124d3383c3a6d9d480e0ee79d90d9446e3a521dffe689da370bb11d616f1bf93caa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qbbO7Jns"
|
||||
version = "muA4mic3"
|
||||
version = "hWzv5ZZZ"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "EMI Ores"
|
||||
filename = "emi_ores-1.0+1.20.1+forge.jar"
|
||||
filename = "emi_ores-1.2+1.20.1+forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/sG4TqDb8/versions/9lPVsy7y/emi_ores-1.0%2B1.20.1%2Bforge.jar"
|
||||
url = "https://cdn.modrinth.com/data/sG4TqDb8/versions/o0r0h2yg/emi_ores-1.2%2B1.20.1%2Bforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ea405deb1e310b5044cf10dd3df2aa14bdbfcf48da69265e9339ed79ebc7b25be15ad3916cc5360a5e97e9d3b78091a8f74bda489e55ba3cd754e11d3b046faa"
|
||||
hash = "8cee5e139923a9a53a8ff4ed1ef784dd0f37431711d47eef6ba895bcb1aa5f6680e88bef60c3e25b8f340a23402ed4998426ea539e43532da841f243455fb90f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "sG4TqDb8"
|
||||
version = "9lPVsy7y"
|
||||
version = "o0r0h2yg"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "EMI"
|
||||
filename = "emi-1.1.18+1.20.1+forge.jar"
|
||||
filename = "emi-1.1.22+1.20.1+forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/nD8mVPnn/emi-1.1.18%2B1.20.1%2Bforge.jar"
|
||||
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/WtJS5tVw/emi-1.1.22%2B1.20.1%2Bforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "fcd703423763df75799fcab2829018669eed58b5412fda5fff8bf1272d13873d55b40f3adbcdef441b9ae63628525d06b30abbd12c1253732bc81db137cd1518"
|
||||
hash = "fcc80ee419a96682d157e8fd0993e0f13031dafc6399dabb17b9696636e791a903e7d3d15131edd3b533544454f072c4b19e92b146c80d4be6980bb20a0dbb7b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fRiHVvU7"
|
||||
version = "nD8mVPnn"
|
||||
version = "WtJS5tVw"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Enhanced Celestials"
|
||||
filename = "Enhanced-Celestials-Forge-1.20.1-5.0.1.0.jar"
|
||||
filename = "Enhanced-Celestials-forge-1.20.1-5.0.3.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/2rL16t1O/versions/1xSRBbRW/Enhanced-Celestials-Forge-1.20.1-5.0.1.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/2rL16t1O/versions/HTji7Upc/Enhanced-Celestials-forge-1.20.1-5.0.3.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bf46e9d1f29ab03737c7b9e0bf333244c3e5059763a30817174462fa26e4f8296e55d4ba1ab2a0d6081852b110abec373268620b241c53ac57e6b0bd0ddb14aa"
|
||||
hash = "0604bfeb4c8bd3c1d5cd7526dadb74808aad8b3e62de95145e84921c45ce32189d335b99a7475510ee351112e47ea56a25bec376f8e3d16c0637f6ca5dea11eb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "2rL16t1O"
|
||||
version = "1xSRBbRW"
|
||||
version = "HTji7Upc"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "[EMF] Entity Model Features"
|
||||
filename = "entity_model_features_forge_1.20.1-2.2.6.jar"
|
||||
filename = "entity_model_features_forge_1.20.1-2.4.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/SwaXdYpi/entity_model_features_forge_1.20.1-2.2.6.jar"
|
||||
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/p39UPPar/entity_model_features_forge_1.20.1-2.4.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f0b3d467c7af10593969f1632cc827ebba289fa5795bb21c9da20dd1dc9ed59fba4018b07eb0552e94ac882af69bb6ab3188755511e48219fd9e1838e0cc11df"
|
||||
hash = "f6160617baabb494226d09687aed23e0cdc6de42122d1c6b038ef733990cabc2aff62b6b1e91eb42236e9e0b952dcf1cdc42c323d823f41a0e5c285f831dce65"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "4I1XuqiY"
|
||||
version = "SwaXdYpi"
|
||||
version = "p39UPPar"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "[ETF] Entity Texture Features"
|
||||
filename = "entity_texture_features_forge_1.20.1-6.2.8.jar"
|
||||
filename = "entity_texture_features_forge_1.20.1-6.2.9.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/515ZJGh4/entity_texture_features_forge_1.20.1-6.2.8.jar"
|
||||
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/rGt1IuJq/entity_texture_features_forge_1.20.1-6.2.9.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ce44be5a9f8ce8eb7f79b218f78b470cdf5b99cba3f885959c986ba94d181d92d8c32ae19548d52bd9d55a8f9e016498d972cdb2c34f6466496d894fb719e377"
|
||||
hash = "0d8576c785c689aa39c29f8dbee46b28c308a01a87eaa01a1d405c617b7a30be5ba1e62faeb5f212e44d50ae5a230e48815ac572adaba0c6d3a9e2df47183023"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BVzZfTc1"
|
||||
version = "515ZJGh4"
|
||||
version = "rGt1IuJq"
|
||||
|
@ -1,13 +0,0 @@
|
||||
name = "Eureka! Ships! for Valkyrien Skies (Forge/Fabric)"
|
||||
filename = "eureka-1201-1.5.1-beta.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EO8aSHxh/versions/9gbnRz82/eureka-1201-1.5.1-beta.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "7282b33918ecf638a73f8b8f906a017bc090579ff6668785c983e4b6442c3cf6d821d09638c589be4393906c01506a1c469f5845d722ea075506fb4018094d47"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EO8aSHxh"
|
||||
version = "9gbnRz82"
|
@ -1,13 +1,13 @@
|
||||
name = "Every Compat (Wood Good)"
|
||||
filename = "everycomp-1.20-2.7.3.jar"
|
||||
filename = "everycomp-1.20-2.7.30-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/eiktJyw1/versions/uKkaEZXj/everycomp-1.20-2.7.3.jar"
|
||||
url = "https://cdn.modrinth.com/data/eiktJyw1/versions/hRPDg3uv/everycomp-1.20-2.7.30-forge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "aad956a33898ccf5c63152426a4eb1627914fbc828fe5a10267792a271ee75ef15f7cc0422d7d928e6524f002a09b784d6f9d0523a17da19801f928e1957658a"
|
||||
hash = "1946d53d57aa03b6a66213f02be5326ff9469f220a645b3846787e47dfcdd25b8f0b2dbb7de14366f12fe805af1205b7a06e5c8cc26267771472101a2ec46e9e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "eiktJyw1"
|
||||
version = "uKkaEZXj"
|
||||
version = "hRPDg3uv"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Exposure"
|
||||
filename = "exposure-1.20.1-1.7.7-forge.jar"
|
||||
filename = "exposure-1.20.1-1.7.13-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/hB899VmG/versions/3o0pJdF1/exposure-1.20.1-1.7.7-forge.jar"
|
||||
url = "https://cdn.modrinth.com/data/hB899VmG/versions/xmqarwFl/exposure-1.20.1-1.7.13-forge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "47845fe77048201fbe25de88be6db6f8f54deb0b6446c40d342d32ed04271c4d505a0feecf11e1165cbbfb544b50e3dcdd94f47d3250f5e5a77f517641314f7d"
|
||||
hash = "ac2292b91dd3dc1a5e9524350e13992a50c6c7c5d9121f47d39d07e95467878de839961d2e32f28fd417910f1815a9bb274736a621b03bb9ff0bba634465a78a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "hB899VmG"
|
||||
version = "3o0pJdF1"
|
||||
version = "xmqarwFl"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Farmer's Delight"
|
||||
filename = "FarmersDelight-1.20.1-1.2.6.jar"
|
||||
filename = "FarmersDelight-1.20.1-1.2.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/R2OftAxM/versions/MG1Xuspn/FarmersDelight-1.20.1-1.2.6.jar"
|
||||
url = "https://cdn.modrinth.com/data/R2OftAxM/versions/NcRp00OO/FarmersDelight-1.20.1-1.2.7.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0a9a800cc3ec692e4ceb4403bec2649ef2befddb0bf366ba2a5fbb01c9620bf806dca5fa8e67698d7002fb85e6c4427424f6a42957b6231a4ac31e27e96170eb"
|
||||
hash = "48f0364b69f98bd30778dc675ef6e0180ca8a467dd0e2f66ef6f089f2394f4a80e4d28a6ac316a02e8d8516912f0d1a443ea405c45cf44937b00a9d89c48faf9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "R2OftAxM"
|
||||
version = "MG1Xuspn"
|
||||
version = "NcRp00OO"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Fzzy Config"
|
||||
filename = "fzzy_config-0.5.9+1.20.1+forge.jar"
|
||||
filename = "fzzy_config-0.6.9+1.20.1+forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/hYykXjDp/versions/nSI55mqo/fzzy_config-0.5.9%2B1.20.1%2Bforge.jar"
|
||||
url = "https://cdn.modrinth.com/data/hYykXjDp/versions/Jp0w2D0o/fzzy_config-0.6.9%2B1.20.1%2Bforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9155658a5e38f805b92c49c6a3c609437577d08d454356f8721412334fbe89573d0d663df913a0ef1bc663cdfaacbc035e9d6ced960bf03b28159d694f54cf0b"
|
||||
hash = "dfc78eb1f07767c9b0d69f75a2d9160d470dd25c366fbbc149dbea0fecc018225d6513be9aad6b06d5bebbc4e40773da1cbd58c2a50e61aa2a03c221e5523a82"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "hYykXjDp"
|
||||
version = "nSI55mqo"
|
||||
version = "Jp0w2D0o"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Geckolib"
|
||||
filename = "geckolib-forge-1.20.1-4.4.9.jar"
|
||||
filename = "geckolib-forge-1.20.1-4.7.1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/RBA7lJaW/geckolib-forge-1.20.1-4.4.9.jar"
|
||||
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/e72SjmmI/geckolib-forge-1.20.1-4.7.1.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "513d95e2c8fac5484b6c12083e763ff00c8f6c4845d580cbe197484ca6ce2cbf7b92793ef6b587091d250bf335bc9c8ebfe8008059fa6c225601316cf5b767d4"
|
||||
hash = "fb41b2cd47b46bf84d101e4d1ba78f04151b85a4767f32bc84c9629312ed41ce558cd5660ff50f435839a23c4bea04db6710d3e9f804843ab52090bce1cf7fbb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8BmcQJ2H"
|
||||
version = "RBA7lJaW"
|
||||
version = "e72SjmmI"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "iChunUtil"
|
||||
filename = "iChunUtil-1.20.1-Forge-1.0.0.jar"
|
||||
filename = "iChunUtil-1.20.1-Forge-1.0.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/W6ROj0Hl/versions/LIbLo7dH/iChunUtil-1.20.1-Forge-1.0.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/W6ROj0Hl/versions/W6d0pCyu/iChunUtil-1.20.1-Forge-1.0.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2a3a1f9b7bbcb79f1c3bd8bd514267e793091b74b55dca48f62fe26dbbe90b6824fada89d1abaceb5911c31e8313cc865e142f558fcf966d4324bb28296ab4f5"
|
||||
hash = "680706f314c57b219f352631da8d2f9b948d1439d73e4dae83dbfd1180dfd0d646db67c7ef8683d6c2ffd90221a5e9838151ab3a4bcaabe31f64b4bed71e564c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "W6ROj0Hl"
|
||||
version = "LIbLo7dH"
|
||||
version = "W6d0pCyu"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Jade Addons (NeoForge)"
|
||||
filename = "JadeAddons-1.20.1-Forge-5.3.1.jar"
|
||||
filename = "JadeAddons-1.20.1-Forge-5.5.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xuDOzCLy/versions/PSP77dD5/JadeAddons-1.20.1-Forge-5.3.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/xuDOzCLy/versions/AvIT9ADi/JadeAddons-1.20.1-Forge-5.5.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f892ddfd0551a4c813343507c511707253f30808972228f506e4541750c91e8af15ca460bd88d17fd512a83fe8c280703064afb2b6d56b32f1ee082a8d69b302"
|
||||
hash = "a11d4604453f7aa7cbeafcd2b399c7e39e66a5b38cccdbc7ad7dbce3f79f0a632568d28665ffb22a29676c78ad2089d9bf13793518fc453270a0bbbbbcfd91fd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "xuDOzCLy"
|
||||
version = "PSP77dD5"
|
||||
version = "AvIT9ADi"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Jade 🔍"
|
||||
filename = "Jade-1.20.1-Forge-11.12.2.jar"
|
||||
filename = "Jade-1.20.1-Forge-11.13.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/bzWVE2db/Jade-1.20.1-Forge-11.12.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/9gf6jOO0/Jade-1.20.1-Forge-11.13.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "7eca39a04d4e91af3cd1e05ec288b9cbdf284799da444abeae3ee178eeee413e10bde2bc4cddc8a08259cb1cd2337c26ff92770b20cdab70e1554922ac96a968"
|
||||
hash = "3b8c4e273b70c30781accb27b3c307e9a8f676c2f3e6987fb9864588c4c0b93cbfd20bbcbe697dada6474b4d652ce686f98d3f72346d4946e573c0435674d8cf"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nvQzSEkH"
|
||||
version = "bzWVE2db"
|
||||
version = "9gf6jOO0"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Just Enough Items"
|
||||
filename = "jei-1.20.1-forge-15.20.0.105.jar"
|
||||
filename = "jei-1.20.1-forge-15.20.0.106.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/iNv5B1Zj/jei-1.20.1-forge-15.20.0.105.jar"
|
||||
url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/WTWP98yg/jei-1.20.1-forge-15.20.0.106.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bdf079afca6f3ed1bf9a1226fa8fc4c4e71ff679c1dc3289a558084c2cfbc2b5cd122636c73a2fd0e25cd468d32efce29175774aaa6389a249ce2c1062075dff"
|
||||
hash = "c49f6f4fa86a76751fae927e93f6f6a00b955aca97edae6eecc496f2959e581f4e697f80c53e27d2c90e73374171669b3be6bd860b9446aaa521a2553569bfc1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "u6dRKJwZ"
|
||||
version = "iNv5B1Zj"
|
||||
version = "WTWP98yg"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Moonlight Lib"
|
||||
filename = "moonlight-1.20-2.13.37-forge.jar"
|
||||
filename = "moonlight-1.20-2.13.83-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/KY2JXZYq/moonlight-1.20-2.13.37-forge.jar"
|
||||
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/xDOrVsJi/moonlight-1.20-2.13.83-forge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6c9c8f5259ef5cf0fe0f3912e7bd5b981fc57a9fa95d845c2d6a8587e9cc359998cf4c36d2d16742bb1eaece856616e143d34db0f454f69a5eb2cfbbebda90b4"
|
||||
hash = "9ed0762915013ecd5c31e082af35ebfeb73dace5c05b2b559d0ac3c7f37ae8440fbfb9bc3aedaca4d1bc3f4d1eb34a13686bf23289843013b97fcbfb81019fa0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "twkfQtEc"
|
||||
version = "KY2JXZYq"
|
||||
version = "xDOrVsJi"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Origins Minus"
|
||||
filename = "origins-minus-2.2.3+1.20.jar"
|
||||
filename = "origins-minus-2.4.0+1.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gbOL9is1/versions/TlhduF7R/origins-minus-2.2.3%2B1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/gbOL9is1/versions/pHkQcfzT/origins-minus-2.4.0%2B1.20.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6189711c6fcad440d75a22fbbb85b4da74a8e1aca8b0e5b922548878f0a72d103180bf91871fabc91febdb7fbe1f52562b3f4c4595454de00e3c6e393a3afe03"
|
||||
hash = "ccb329b3d78b32c5d220cc7c723f6149664435565268f42e4b027496bb1e7c05c87d71ba29178824e14763e347eb04c2615d8ba63ba4b6b4d1e3408f30f370c2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gbOL9is1"
|
||||
version = "TlhduF7R"
|
||||
version = "pHkQcfzT"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "ParCool!"
|
||||
filename = "ParCool-1.20.1-3.3.0.2.jar"
|
||||
filename = "ParCool-1.20.1-3.3.1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Fsvx2bdR/versions/H0pXfFO6/ParCool-1.20.1-3.3.0.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/Fsvx2bdR/versions/Nh0ZGx7s/ParCool-1.20.1-3.3.1.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "403f7e968a73b1fad3750b3ec9ef4a9757ceb9699ee43e5b17db90591099577b93ade3fa338d459bd0aaf22c6e02da58428c2fb1d4abc7830347bce83b28810e"
|
||||
hash = "0819a5090f0eb2c49177550e4ef20a53b32af72db2b74f869050dc487a1c31af328435d372fc38d52bfbe20ae87727f19da53f664d7bf065eec36c1c36af517c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Fsvx2bdR"
|
||||
version = "H0pXfFO6"
|
||||
version = "Nh0ZGx7s"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Patchouli"
|
||||
filename = "Patchouli-1.20.1-84-FORGE.jar"
|
||||
filename = "Patchouli-1.20.1-84.1-FORGE.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "b6b7267f3669c10c167d5d375d0274d40e3eb756"
|
||||
hash = "e91d2e2f251375d647d592b670ea6f310c2554eb"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4966125
|
||||
file-id = 6164575
|
||||
project-id = 306770
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Placebo"
|
||||
filename = "Placebo-1.20.1-8.6.2.jar"
|
||||
filename = "Placebo-1.20.1-8.6.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "dacfb5429e4a7902203e417c78aab6e0d5087255"
|
||||
hash = "e85f53de2e582a79ce25ff1df1e7b5b5fc08440f"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 5414631
|
||||
file-id = 6274231
|
||||
project-id = 283644
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "PlayerRevive"
|
||||
filename = "PlayerRevive_FORGE_v2.0.30_mc1.20.1.jar"
|
||||
filename = "PlayerRevive_FORGE_v2.0.31_mc1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ABIMzABM/versions/A4SZnJR8/PlayerRevive_FORGE_v2.0.30_mc1.20.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/ABIMzABM/versions/fUdn8MeF/PlayerRevive_FORGE_v2.0.31_mc1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "54358025c0cc5588c5c603355edd12c44db416de692dbf0d292508bd94422411a212bd16e8e47522009da09266c2d014b874289195c7a1b6f535db06367a6964"
|
||||
hash = "26ec9d4f4ff24a3e708f5485e40149214df76734af90848429bc7cedf397230a8e7b8b11aa21f11e50ea2987c862f09186ecd1b55b7ded31c5c99d661ede686a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ABIMzABM"
|
||||
version = "A4SZnJR8"
|
||||
version = "fUdn8MeF"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Quark"
|
||||
filename = "Quark-4.0-460.jar"
|
||||
filename = "Quark-4.0-462.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qnQsVE2z/versions/vIWYw2yn/Quark-4.0-460.jar"
|
||||
url = "https://cdn.modrinth.com/data/qnQsVE2z/versions/DijQLauD/Quark-4.0-462.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "aebe10ece0231560aa38e269c3f46e0fe9a7e77e196054abde7fd1604b4f8b6857d03a7bd68e8983e8109431646a9df9090c32c4af2bffcfa5e4dd7efea97706"
|
||||
hash = "585b182ccd51066e841141c9bc74fe8b820df86119828b7542b56771c3fcaf8bcc92f9d67f4e87736e82a45bb9166f71c015b95e230f964215290707b6475eed"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qnQsVE2z"
|
||||
version = "vIWYw2yn"
|
||||
version = "DijQLauD"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Rhino"
|
||||
filename = "rhino-forge-2001.2.3-build.6.jar"
|
||||
filename = "rhino-forge-2001.2.3-build.10.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/sk9knFPE/versions/maCpsT70/rhino-forge-2001.2.3-build.6.jar"
|
||||
url = "https://cdn.modrinth.com/data/sk9knFPE/versions/uNALdylI/rhino-forge-2001.2.3-build.10.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5e9f06561b776c472848d0f44461ad4daef64b08db9734ced785fede6198748f785f7ca721f806cf118c995bc43b2807e138845962b43fa2d91d97d972237341"
|
||||
hash = "4eb6a635f3eff3baa158539bd55344421cf69b15e28f7da8bf55f370a11c071f3525063a6f81b67fbfca550ad8aaab7e6208df87f65ca6ed2851edd46f032b58"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "sk9knFPE"
|
||||
version = "maCpsT70"
|
||||
version = "uNALdylI"
|
||||
|
@ -1,13 +0,0 @@
|
||||
name = "Savage Ender Dragon[Forge/Fabric]"
|
||||
filename = "dragonfight-1.20.1-4.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "8eea2b3f3f1012670ce11d198b039306f47655ca"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 5560802
|
||||
project-id = 523327
|
@ -1,13 +1,13 @@
|
||||
name = "Shoulder Surfing Reloaded"
|
||||
filename = "ShoulderSurfing-Forge-1.20.1-4.6.3.jar"
|
||||
filename = "ShoulderSurfing-Forge-1.20.1-4.10.5.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kepjj2sy/versions/9Z2W7cNO/ShoulderSurfing-Forge-1.20.1-4.6.3.jar"
|
||||
url = "https://cdn.modrinth.com/data/kepjj2sy/versions/YNjxUpcG/ShoulderSurfing-Forge-1.20.1-4.10.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "b406805a72d3da0681cfedc25dc448d67958b3e3e908a0d58a09b958db6482e5f2d9e494bac1c6ba544951e86d0c7c054f598d375fd1e651ffcf7f3fc982d3c5"
|
||||
hash = "33df2fc8706272897380b0ff1968a72b193f5e69718377f8d4ab70ae1c34b40a29c380ea5a0263e8ed924430acb41fb7962b0d69401cc31e723b862a586045b0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kepjj2sy"
|
||||
version = "9Z2W7cNO"
|
||||
version = "YNjxUpcG"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Simple Voice Chat"
|
||||
filename = "voicechat-forge-1.20.1-2.5.26.jar"
|
||||
filename = "voicechat-forge-1.20.1-2.5.30.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/tMbKtqzI/voicechat-forge-1.20.1-2.5.26.jar"
|
||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/pvESfPjN/voicechat-forge-1.20.1-2.5.30.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f3085f64c17392fb812d9f22674cdcc2abb269df7e9e84830aacdec1c77501a8b4f5e6451fbdc12a6fb93fb4751c61ead01df663c8b710881f0f7427ab96d9a3"
|
||||
hash = "ab2d9d08bcdb85653e9443ee6e04a383062634499e80ae0643f93f58eee19fe623380a99c25d967a1f38f7cf2d916eb329e647f77e550d1a6343af1f064d0800"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9eGKb6K1"
|
||||
version = "tMbKtqzI"
|
||||
version = "pvESfPjN"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "SlashBlade:Resharped"
|
||||
filename = "SlashBladeResharped-1.20.1-1.1.11.jar"
|
||||
filename = "SlashBladeResharped-1.20.1-1.2.30.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8T53F0sy/versions/RGhw6xIi/SlashBladeResharped-1.20.1-1.1.11.jar"
|
||||
url = "https://cdn.modrinth.com/data/8T53F0sy/versions/lv3Qcx17/SlashBladeResharped-1.20.1-1.2.30.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9ff9e6361a52d08da3951c0d37c1ffb81eb27f80461d5fb999a62c6bd99d2643ba93de3b20b4827284ab70d39bd809f7b98c874b579d21d93a52d9ed48dd968e"
|
||||
hash = "d17914a39ba2693ee9802cb41282044652ac3636c6efaf0a3962ad62ed67dc13650388a98b4e21ed6941a99f008ad860ef7655e702a500887d89c7a49ffe1920"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8T53F0sy"
|
||||
version = "RGhw6xIi"
|
||||
version = "lv3Qcx17"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Create Slice & Dice"
|
||||
filename = "sliceanddice-forge-3.3.0.jar"
|
||||
filename = "sliceanddice-forge-3.4.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/GmjmRQ0A/versions/bKH5nqMk/sliceanddice-forge-3.3.0.jar"
|
||||
url = "https://cdn.modrinth.com/data/GmjmRQ0A/versions/ShhARsOF/sliceanddice-forge-3.4.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "de6dff745e4ed632de34ea53c0156da75777f06dcdf68f5174505ce982260c23dc6b50c0d27411c04605f0bf2cfc0ceaa7d5e6068bc5959dcbda3bdcaa8db7c8"
|
||||
hash = "8662a020749bea86612c89447b8b3f374dcfe1814df09de352325fde19af19bd9c50fb2bd1c09a8949596e0ab18b712b229d10b6156b97350ff0c8ff47e64bae"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "GmjmRQ0A"
|
||||
version = "bKH5nqMk"
|
||||
version = "ShhARsOF"
|
||||
|
7
mods/snr.pw.toml
Normal file
7
mods/snr.pw.toml
Normal file
@ -0,0 +1,7 @@
|
||||
name = "snr"
|
||||
filename = "snr-1.0.0.jar"
|
||||
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/SNR/releases/download/1.0.0/snr-1.0.0.jar"
|
||||
hash-format = "sha256"
|
||||
hash = "41a9e98aa9650aa02d753c0c2c17bd012feca93974048b55c4161501ad738f23"
|
@ -1,13 +1,13 @@
|
||||
name = "Sophisticated Backpacks"
|
||||
filename = "sophisticatedbackpacks-1.20.1-3.20.17.1150.jar"
|
||||
filename = "sophisticatedbackpacks-1.20.1-3.23.14.1233.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/TyCTlI4b/versions/zkb0vOdU/sophisticatedbackpacks-1.20.1-3.20.17.1150.jar"
|
||||
url = "https://cdn.modrinth.com/data/TyCTlI4b/versions/rIfvuPE8/sophisticatedbackpacks-1.20.1-3.23.14.1233.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "07c3ee65e92caf75ad80e74067f8f0d09c47717f1f27e43e13b6744d41dbc56abcb12434f20d99426052aeb3d15e4d0c5660462933360cad1e293685165d7fe8"
|
||||
hash = "aa09d7eb26201e2f9d2d2df0c8a2fbebac8bda106986497e0943e3e31580ae7e7734772527020e632775c5093c97e45992bd71411c57101d16c3b41ec201fbb9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "TyCTlI4b"
|
||||
version = "zkb0vOdU"
|
||||
version = "rIfvuPE8"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Sophisticated Core"
|
||||
filename = "sophisticatedcore-1.20.1-1.0.0.807.jar"
|
||||
filename = "sophisticatedcore-1.20.1-1.2.51.966.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nmoqTijg/versions/wAHAFvmb/sophisticatedcore-1.20.1-1.0.0.807.jar"
|
||||
url = "https://cdn.modrinth.com/data/nmoqTijg/versions/5e51DjM1/sophisticatedcore-1.20.1-1.2.51.966.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a1c45a9366cf8321ae3f811613f5130618aeec8eb934e01c7fd33efec2e019855cc1d3a2d4709a86a3aa3be38e5a34a19f0bef0162ca9ee2b218b4fa1d54a319"
|
||||
hash = "9bcc9c78b2ce876f5e05d89161a8fdd305f5d4738ee2a719b803d33b5dc88879caaa9645f672b8c696269cab7196cb00dc3a70fa6f6ccad7805cb953d718c4f9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nmoqTijg"
|
||||
version = "wAHAFvmb"
|
||||
version = "5e51DjM1"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Sophisticated Storage"
|
||||
filename = "sophisticatedstorage-1.20.1-1.0.1.983.jar"
|
||||
filename = "sophisticatedstorage-1.20.1-1.3.40.1140.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/hMlaZH8f/versions/6BcSRBtk/sophisticatedstorage-1.20.1-1.0.1.983.jar"
|
||||
url = "https://cdn.modrinth.com/data/hMlaZH8f/versions/Si1gmTTc/sophisticatedstorage-1.20.1-1.3.40.1140.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "fee866911ac8bf3b3dee2f4801dc85ead28a7f64e9e488a39b36c5d2eaa558fd6620d1794eaaa68086b7269c9260c9b0832a19d91eb2b8972bd7eec31d76c39f"
|
||||
hash = "b46af4829e0a46c3ecc9ebfb073eff7e1b11bf435164fd7db1db2c24a7601b335a39ee1386f48b94c7503f56bacd46da39faeb8a5ee9b20cdbd170e8f84fd287"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "hMlaZH8f"
|
||||
version = "6BcSRBtk"
|
||||
version = "Si1gmTTc"
|
||||
|
@ -1,18 +1,18 @@
|
||||
name = "Sound Physics Remastered"
|
||||
filename = "sound-physics-remastered-forge-1.20.1-1.4.5.jar"
|
||||
filename = "sound-physics-remastered-forge-1.20.1-1.4.13.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/AGRkYn5p/sound-physics-remastered-forge-1.20.1-1.4.5.jar"
|
||||
url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/fqgMU03D/sound-physics-remastered-forge-1.20.1-1.4.13.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c4008e53e87992bfe08fef277426c12e495ed77eadca17149b1a798a026a0372a1ac8e478200794c588452bdead8ea4b8903ad13acb4fcd26043b65bc0d02e43"
|
||||
hash = "3840428a7b9e065e380b5fc59a134e7c9aa3b46c0c491724534274eb709a1927be5ab6473a8a38f60bdb16e128174a1bae432e81e86a622b7d2b75e4aa961998"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qyVF9oeo"
|
||||
version = "AGRkYn5p"
|
||||
version = "fqgMU03D"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
description = "Sound Physics Remastered provides realistic sound attenuation, reverberation, and absorption through blocks."
|
||||
default = true
|
||||
default = true
|
||||
|
@ -1,13 +0,0 @@
|
||||
name = "Structure Gel API"
|
||||
filename = "structure_gel-1.20.1-2.16.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/T8TGycIQ/versions/xavY0MZc/structure_gel-1.20.1-2.16.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "643f7ae81418e2a473824f35dc06df357a16e17ae1dd0f4c6dd00958aebacc83fb15386240d4767b6ad41d6b89735778bb564080ce6174a0a374f9ac63f9ced8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "T8TGycIQ"
|
||||
version = "xavY0MZc"
|
@ -1,13 +1,13 @@
|
||||
name = "Supplementaries"
|
||||
filename = "supplementaries-1.20-3.1.10.jar"
|
||||
filename = "supplementaries-1.20-3.1.29.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/HcdcLvdS/supplementaries-1.20-3.1.10.jar"
|
||||
url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/6ZGv77UX/supplementaries-1.20-3.1.29.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ae597c5d9f8203b612ef97433dfe207929984523f5c041d86f9e6a199d66c9044a71c8809646c64e4b5faa37bf34fbcb7f07b335f52443244475f3f549ca25ef"
|
||||
hash = "0032a279fb4521c2496fab376e646c509414975708e72ee520707a1684ba67f3ab4c55e5719aed2f0e50617371d8840cfbc99437a16d85cca0aa0b7029d7fcf7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fFEIiSDQ"
|
||||
version = "HcdcLvdS"
|
||||
version = "6ZGv77UX"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "[TaCZ] Timeless and Classics Zero"
|
||||
filename = "tacz-1.20.1-1.0.3-all.jar"
|
||||
filename = "tacz-1.20.1-1.1.4-hotfix-all.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/SzzJttH8/versions/Qd1RlJ8k/tacz-1.20.1-1.0.3-all.jar"
|
||||
url = "https://cdn.modrinth.com/data/SzzJttH8/versions/VIAwq0sR/tacz-1.20.1-1.1.4-hotfix-all.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5f0df1913985072174bc6c319e63f078cbf99c766a47e6b0111529a0637f3fc98fa21e3ab1ecaf115dce9d23f406bb36b9e48d576c71dbc39ebf641491482156"
|
||||
hash = "3682fec3219190abce32f8113c0b6c2d12127abb86f76f025d6eeef3affd46c7a52771d1a071e0f6ca4fd5d59cc9888a912c6a91a7f646f2686fdcee0f435849"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "SzzJttH8"
|
||||
version = "Qd1RlJ8k"
|
||||
version = "VIAwq0sR"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Tom's Simple Storage Mod"
|
||||
filename = "toms_storage-1.20-1.6.8.jar"
|
||||
filename = "toms_storage-1.20-1.7.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/XZNI4Cpy/versions/KLq8PemV/toms_storage-1.20-1.6.8.jar"
|
||||
url = "https://cdn.modrinth.com/data/XZNI4Cpy/versions/XELeoPjZ/toms_storage-1.20-1.7.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4136218c3dba7d1b3494b3f5bd210ae90f981399943db54b6ac515eb7a2422721585026d32b1d25395ec74d2ca9892ba8d203a53865252430df3e5c10767ed7a"
|
||||
hash = "ac5a057a9fdafa851fca05be77ba68548082119e0b7ac19f2197e418da703bf60f341e65ec76ddc73003682b89159850f6b9dff65147df3c0c9b8e6f58460ce0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "XZNI4Cpy"
|
||||
version = "KLq8PemV"
|
||||
version = "XELeoPjZ"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Touhou Little Maid"
|
||||
filename = "touhoulittlemaid-1.20.1-release-1.1.13.jar"
|
||||
filename = "touhoulittlemaid-1.20.1-release-1.2.2-hotfix.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/R0bDWFAW/versions/xGnD0Rlf/touhoulittlemaid-1.20.1-release-1.1.13.jar"
|
||||
url = "https://cdn.modrinth.com/data/R0bDWFAW/versions/gvmtu9hE/touhoulittlemaid-1.20.1-release-1.2.2-hotfix.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bc5228b9532de5be593dbeee1867498897d8c9860feecc4d7f70e5799eeb5233a1fd13d9276c51e1bea3519bf47780ab980d2de6b533bbf94c6c5408a94c673d"
|
||||
hash = "8f28b91b54a3485cc4c0bfdf423f7e5ff1233f59d57a08d23790037932bee7893d0f4e75e1e844c3d95f50e49d0dbed3ca1b6595d41e75313a0275c75c86baae"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "R0bDWFAW"
|
||||
version = "xGnD0Rlf"
|
||||
version = "gvmtu9hE"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Trials Chambers [1.20.1 Backport]"
|
||||
filename = "Trials-2.3.2.jar"
|
||||
filename = "Trials-2.3.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/s5Igmyc6/versions/BscGtoKc/Trials-2.3.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/s5Igmyc6/versions/ydomBxLa/Trials-2.3.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0e0c192a702a85cb501b4c3654c25a66fb9d0f4d246fb4fc2188deed988ed332284b900a587c9b2669a2f7b14fdfb4c425c34dbcfd7e337bc53b546e9933f081"
|
||||
hash = "5b87cebab24793cedadea822e603acc6452a586b62da627c686edfa74e340bf2bd64fac61664c4438cd1d1343999ce4469ebf5b6743348ff2540e3663702b0fa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "s5Igmyc6"
|
||||
version = "BscGtoKc"
|
||||
version = "ydomBxLa"
|
||||
|
13
mods/true-ending.pw.toml
Normal file
13
mods/true-ending.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "True Ending: Ender Dragon Overhaul"
|
||||
filename = "tru.e-ending-v1.1.0c.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MCnBYP0b/versions/TO1g4SDa/tru.e-ending-v1.1.0c.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4b4bc616a823fca5e91dd149464f2a92b18797cd4f1517bab73b45a77e2337d480c858a1297ee1bb2e44725725e817e59f904e33df62b32d0b7a2b3fffe92ebd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MCnBYP0b"
|
||||
version = "TO1g4SDa"
|
@ -1,13 +0,0 @@
|
||||
name = "Valkyrien Skies"
|
||||
filename = "valkyrienskies-120-2.3.0-beta.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/V5ujR2yw/versions/JmkvaGb4/valkyrienskies-120-2.3.0-beta.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f8b0169c1258614cfdcfd2165b642aee997184f0b65ba44002959fb0136043d2557ca0a5df7bff6677b6af67b5f423e8faf43311f06f8c984f655c4fbbaceeed"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "V5ujR2yw"
|
||||
version = "JmkvaGb4"
|
@ -1,13 +1,13 @@
|
||||
name = "Waystones"
|
||||
filename = "waystones-forge-1.20-14.1.6.jar"
|
||||
filename = "waystones-forge-1.20.1-14.1.11.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/5LARDzDl/waystones-forge-1.20-14.1.6.jar"
|
||||
url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/WKyfSzs9/waystones-forge-1.20.1-14.1.11.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bc1779174b758ea26abd6858626595f3a5362605bc9cbf5d101f626bff9bff5e92f89ef05266cd5ebebe1ab0ef5f0d9af18e385e280237c116a02010c298e2c7"
|
||||
hash = "aa67546933253a1e72159fa45e7ccbe84fac548080aee303c4f11199754d878164ee74a113302e2bd2be3503b69262ed49419bfbfc88685833b2bb071689dd0e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LOpKHB2A"
|
||||
version = "5LARDzDl"
|
||||
version = "WKyfSzs9"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Xaero's Minimap"
|
||||
filename = "Xaeros_Minimap_24.6.1_Forge_1.20.jar"
|
||||
filename = "Xaeros_Minimap_25.2.0_Forge_1.20.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/C3YstOIl/Xaeros_Minimap_24.6.1_Forge_1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/1bokaNcj/versions/uhCZlwOM/Xaeros_Minimap_25.2.0_Forge_1.20.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4b81641027bd90d115adad0de4a171cf2b73cf7068a1ecf7b622875d87a22fdf37c8936e3cd8f091a42cdb17dbe678183c45d3b6cf59842514bf0b33a8d55165"
|
||||
hash = "ca1c0506a84122888f284702ecd3dbf2de32f9a46886bb2bb93884bb238aae5ee856dc77ed7aac3c84918a33fceae2715ff2bbd50eda88e171d15f97fbdab8be"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1bokaNcj"
|
||||
version = "C3YstOIl"
|
||||
version = "uhCZlwOM"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Xaero's World Map"
|
||||
filename = "XaerosWorldMap_1.39.0_Forge_1.20.jar"
|
||||
filename = "XaerosWorldMap_1.39.4_Forge_1.20.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/zGpACLsy/XaerosWorldMap_1.39.0_Forge_1.20.jar"
|
||||
url = "https://cdn.modrinth.com/data/NcUtCpym/versions/SMViC4Yw/XaerosWorldMap_1.39.4_Forge_1.20.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "009065642ee160718285a2bde5a4f9b297303f9837f48169f9c74707cf30bdf57e1d614d2507becc497efbad15ad6ecafd1d9c804ab3b66a0688b43946622dd6"
|
||||
hash = "2b1060839325fd90ced491d7e58306d0473c616fcf7ca9714b70719bac03e0a2d37fd1b9ceca1ff37167b88527ee935e7b715a07486e430a26b26f953e3bb721"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NcUtCpym"
|
||||
version = "zGpACLsy"
|
||||
version = "SMViC4Yw"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Yes Steve Model"
|
||||
filename = "yesstevemodel-forge-1.20-2.2.2.jar"
|
||||
filename = "yesstevemodel-forge-1.20-2.4.1-release.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/86xjpqqS/versions/xPJXJg4B/yesstevemodel-forge-1.20-2.2.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/86xjpqqS/versions/v3OUEvon/yesstevemodel-forge-1.20-2.4.1-release.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "823ebc47a08bbc3d01a3ed9a7481371ba085a603fab6f334988c109a49e4fadab96944340b340145966d0357292290812b80fffafae66c2ff5d9ddd5f27ac9fc"
|
||||
hash = "92de3bff0d504ebdc5d99adb0eb28e554adf16db3c61c1c395c99edb346256b49c2c360039dc6ea54b70ce337c6abeb1dde3f042ef527d5c32606a83f2423ae5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "86xjpqqS"
|
||||
version = "xPJXJg4B"
|
||||
version = "v3OUEvon"
|
||||
|
@ -1,13 +1,13 @@
|
||||
name = "Zeta"
|
||||
filename = "Zeta-1.0-24.jar"
|
||||
filename = "Zeta-1.0-30.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MVARlG2f/versions/MRyLCiek/Zeta-1.0-24.jar"
|
||||
url = "https://cdn.modrinth.com/data/MVARlG2f/versions/boj4QtcB/Zeta-1.0-30.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "929032eb6dbef3fea23b47e04495cdfad7a219409bf2adbbde2ac12b8607fd49140f79a6d18c640fd44fb0f4ebf23cc2f00bafe02fc4064555eec9e529d1982f"
|
||||
hash = "c74dc0e007de81a5a4cbcaca0b4699e3a5cbc2fd62f92f5ce66841dbf4b0a9145c6ab79f7c131f72d1406949543fc429f3dc208b0eb0f8f84c12929d3b8d0adf"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MVARlG2f"
|
||||
version = "MRyLCiek"
|
||||
version = "boj4QtcB"
|
||||
|
@ -1,12 +1,12 @@
|
||||
name = "Vocal Warfare"
|
||||
author = "Hexugory"
|
||||
version = "2.4.4"
|
||||
version = "2.5.0"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "d22ab2380b2120de185fd1069a95aa048d591a01e3707b4d4df7062001949d5e"
|
||||
hash = "150d950f830e0dbd2e45c0b8f8d28bc420e87ca5197466ae97aeeb83e1def255"
|
||||
|
||||
[versions]
|
||||
forge = "47.3.0"
|
||||
|
BIN
static/DistantHorizons-forge-2.3.0-b-dev-1.20.1.jar
(Stored with Git LFS)
BIN
static/DistantHorizons-forge-2.3.0-b-dev-1.20.1.jar
(Stored with Git LFS)
Binary file not shown.
@ -4,4 +4,4 @@ filename = "ba.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/ba.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "4c42a6a1ee79cf03d9bf98fa6232e6ef137331d6f85ab5892cd3dfb304c4b4ad"
|
||||
hash = "0b616d090252ad72505e134fd6b8cd5f395a7fc9d715e8d27d9d6fcf67af3049"
|
@ -4,4 +4,4 @@ filename = "ChocolateMan v1.1.8b.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/ChocolateMan%20v1.1.8b.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "2e91905be3349583bfad29060ffd478a298032b16f2f6d19d353da5c36a1889f"
|
||||
hash = "98fc232d25a6cc538beffe68fd78e5daf9989241e90c34b4d63728965d54efd5"
|
@ -4,4 +4,4 @@ filename = "Create Armorer-1.0.8.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/Create%20Armorer-1.0.8.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "5bd7e828e08544bfd85cb90dd5725e6fb9c4ee401f4aedea5920d83b28da8e25"
|
||||
hash = "5104911c5db0285ba99ebcaa75041b2805364893eae05a12b0cee2f5dcdfe54e"
|
@ -4,4 +4,4 @@ filename = "【深岩银河】drg_gun_pack.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/%E3%80%90%E6%B7%B1%E5%B2%A9%E9%93%B6%E6%B2%B3%E3%80%91drg_gun_pack.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "3ee36f4a5594c91cc0359639c43a20f6589590886717e6310e66ef205fa375ae"
|
||||
hash = "9e3bb597ee1c647d1f5b6d60168cd4336fed062adbf9654b47bd33ffba6d794a"
|
@ -4,4 +4,4 @@ filename = "gensoushooter.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/gensoushooter.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "fa1706552e0b2e864ac6e281f615e44b733767e050350fca745517722e416070"
|
||||
hash = "9018c9bca4bcb9bb59cce6797d2567f67d9646a024630edee7e317f69cc895d9"
|
@ -4,4 +4,4 @@ filename = "Gucci Attachments-v0.1.1.r-0607-152243.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/Gucci%20Attachments-v0.1.1.r-0607-152243.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "060a1096b6ef7ff93c8882af1683340cd8bf2e1490f3cfeb307e4d6a34b8a3ec"
|
||||
hash = "4c72c44bc1b881f43e9ade659a8d2eb3d2a9f2432d70d7030dcbb664b934ddd0"
|
@ -1,7 +1,7 @@
|
||||
name = "gunpowder-revolution"
|
||||
name = "gunpowder-revoluton"
|
||||
filename = "GunpowderRevolution_gunpack.zip"
|
||||
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/GunpowderRevolution_gunpack.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "a22bbb7bfcc690131e2157ec2f4bf0a1ca973a86e92ae04a0d7d5fe9349be11a"
|
||||
hash = "e22475699284cd5a6a12dc9ddbe38fbb741f7d158be0b5c5b63d736ce0d2add3"
|
@ -4,4 +4,4 @@ filename = "HellDiver2 Gunpack-v1.0.0.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/HellDiver2%20Gunpack-v1.0.0.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "f4892d5ce55ae7311d3e41861ebf6f25d60bdbbb546114d4839f72b2db2e121b"
|
||||
hash = "dde12415173c4885849abda101726f4409d970e5091094b20fde079f54b994db"
|
@ -4,4 +4,4 @@ filename = "HLMPack1.1.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/HLMPack1.1.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "14d3d63d8f1575476cb65de2339617029218ab76e557419ba73af15e6a226933"
|
||||
hash = "1a8c3d6a8aba912750c8044f2aba4ccd27219debaa4dad51f2af6cbf334f4896"
|
@ -4,4 +4,4 @@ filename = "Immersive Armorer-v1.0.3.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/Immersive%20Armorer-v1.0.3.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "3aabefd229941f31f3a9e6f7b8b16b6716e65747a86037899b266489ec7525a3"
|
||||
hash = "b2cb445143aeb5da350d7725e47171f1a9f8a58ec980c2a094db1e4e79cc9653"
|
@ -4,4 +4,4 @@ filename = "LesRaisins.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/LesRaisins.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "2424e3ca720ef15e818dd85b27b424f0e2f0be6b4487f0447eb11194276250b4"
|
||||
hash = "a0c11edd970b3d33a1746d7fd0ba8cef9aee0a968a25ba3fc51620fcf3755351"
|
@ -4,4 +4,4 @@ filename = "Overwatch_Standard_Issue v0.3.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/Overwatch_Standard_Issue%20v0.3.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "c6d01a93724e27f575cd9a858acfb5b4fd893a67c5f004b999827a489ddc8b00"
|
||||
hash = "65d62c51f2f03d3af8efc626bf77d655c7b7bda7b268e2d34fd6199ea215acfe"
|
@ -4,4 +4,4 @@ filename = "[TACZ]ClassicRCCRP v1.0.7 release hotfix2.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/%5BTACZ%5DClassicRCCRP%20v1.0.7%20release%20hotfix2.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "321b088a2d23e2571a2cf352cac6224ac57406a9d2b18bd2e8cfdcbc33f917e2"
|
||||
hash = "9188ffafb09a1788761ff472fa6bfbadcea62e921b2098d6c4c3aa5851f572df"
|
@ -4,4 +4,4 @@ filename = "SuffuseGunSmokePack1.0.4-hotfix2.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/SuffuseGunSmokePack1.0.4-hotfix2.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "480332a6b7c171b70c15dbb2100074c8435790ef551a2ef137951cbe5a73986b"
|
||||
hash = "6769657ca41f5d8066be9ee3c42084418d47a0c318c69344046a03a356cb7f88"
|
@ -4,4 +4,4 @@ filename = "tacz_default_gun.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/tacz_default_gun.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "89c9711d73c6baea4a4c6dac707480775ab502438a574b798636806b29bc1f34"
|
||||
hash = "4b479b36ec5ea3b9de350f10256c31eca10220d1ce2cddaa6c28c2fc77730dae"
|
6
tacz/tacz-pre.toml
Normal file
6
tacz/tacz-pre.toml
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
[gunpack]
|
||||
#When enabled, the mod will not try to overwrite the default pack under .minecraft/tacz
|
||||
#Since 1.0.4, the overwriting will only run when you start client or a dedicated server
|
||||
DefaultPackDebug = false
|
||||
|
@ -4,4 +4,4 @@ filename = "TTI_Gunpack-v0.1.1-0607-154832.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/TTI_Gunpack-v0.1.1-0607-154832.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "3da41f23f34571a947af7417dd94b7459c9540dbeb40561a83c47e67976cece1"
|
||||
hash = "d1f9c5a6fcfb56a8e4eeb21ef8d07e36f602039776da12745adfdf6a01de123e"
|
@ -1,7 +1,7 @@
|
||||
name = "warhammer40k"
|
||||
name = "wargammer40k"
|
||||
filename = "warhammer_40k_gun_pack_v0.1.0.zip"
|
||||
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/warhammer_40k_gun_pack_v0.1.0.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "ee3d41ea4c192d523b6dc8ff0a3e9c86ebd35bb07f14113d134e335b73d054fa"
|
||||
hash = "3ffbcc0dfa952707e426f9d1a92d07e3061ba632931a32a434feca3d56aba4ab"
|
@ -4,4 +4,4 @@ filename = "[eof]helldiver_gun_pack.zip"
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfareGuns/media/branch/main/%5Beof%5Dhelldiver_gun_pack.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "422fa82b0a66e630f99a8f25fb3ade7102886e951090c326b538453b4193a2de"
|
||||
hash = "cf9c64cd966b65b4c52ce0cf97e57940f3e2cf02a528cba8caa0db024263c21f"
|
Loading…
Reference in New Issue
Block a user