Added some mods and began looking at configs
This commit is contained in:
parent
7f35eee5f7
commit
de7e16c264
27
CHANGELOG.md
27
CHANGELOG.md
@ -1,3 +1,26 @@
|
|||||||
|
# 1.0.9
|
||||||
|
|
||||||
|
## Mods
|
||||||
|
|
||||||
|
## Removals
|
||||||
|
|
||||||
|
- Advanced Chimneys
|
||||||
|
- Pollution of the Realms
|
||||||
|
- I removed these because pollution will probably just make this pack worse. We will explore using these in a more purpose-built modpack in the future.
|
||||||
|
|
||||||
|
## Additions
|
||||||
|
|
||||||
|
- Create Crafts and Additions
|
||||||
|
- Adds some compatibility for Create to use RF/FE power
|
||||||
|
- Project Arsenal
|
||||||
|
- Adds a bunch of guns and gun parts.
|
||||||
|
- Redstone Arsenal
|
||||||
|
- Adds some RF-powered armor and tools.
|
||||||
|
- Refined Storage: Requestify
|
||||||
|
- Adds a block that keeps a specified number of items in-stock in your Refined Storage network.
|
||||||
|
- Visual Workbench
|
||||||
|
- Crafting tables should keep their inventories and visually show the items on top.
|
||||||
|
|
||||||
# 1.0.8
|
# 1.0.8
|
||||||
|
|
||||||
Apparently the target dummy mod needs a special library to function correctly. It would be nice if mod developers properly labeled dependencies (or even _mentioned_ them on their Curseforge page) so that packwiz could detect that.
|
Apparently the target dummy mod needs a special library to function correctly. It would be nice if mod developers properly labeled dependencies (or even _mentioned_ them on their Curseforge page) so that packwiz could detect that.
|
||||||
@ -21,8 +44,8 @@ Apparently the target dummy mod needs a special library to function correctly. I
|
|||||||
|
|
||||||
## Config Changes
|
## Config Changes
|
||||||
|
|
||||||
- Added the Food Book to the Starter Kit
|
- Added the Food Book to the Starter Kit.
|
||||||
- Adjusted Fast Leaf Decay to take 2x longer
|
- Adjusted Fast Leaf Decay to take 2x longer.
|
||||||
|
|
||||||
## Mods
|
## Mods
|
||||||
|
|
||||||
|
356
config/enhancedvisuals-client.json
Normal file
356
config/enhancedvisuals-client.json
Normal file
@ -0,0 +1,356 @@
|
|||||||
|
{
|
||||||
|
"general": {
|
||||||
|
"doEffectsInCreative": false,
|
||||||
|
"waterSubstractFactor": 10,
|
||||||
|
"enableDamageDebug": false
|
||||||
|
},
|
||||||
|
"handlers": {
|
||||||
|
"explosion": {
|
||||||
|
"enabled": true,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"dust": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.2,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dustDuration": {
|
||||||
|
"min": 500,
|
||||||
|
"max": 1000
|
||||||
|
},
|
||||||
|
"dustAmount": {
|
||||||
|
"min": 0,
|
||||||
|
"minValue": 0,
|
||||||
|
"max": 20,
|
||||||
|
"maxValue": 30
|
||||||
|
},
|
||||||
|
"maxExplosionVolume": 0.5,
|
||||||
|
"explosionSoundTime": {
|
||||||
|
"min": 0,
|
||||||
|
"minValue": 50,
|
||||||
|
"max": 20,
|
||||||
|
"maxValue": 200
|
||||||
|
},
|
||||||
|
"blur": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0
|
||||||
|
},
|
||||||
|
"maxBlur": {
|
||||||
|
"min": 0,
|
||||||
|
"minValue": 50,
|
||||||
|
"max": 10,
|
||||||
|
"maxValue": 100
|
||||||
|
},
|
||||||
|
"explosionBlurTime": {
|
||||||
|
"min": 0,
|
||||||
|
"minValue": 10,
|
||||||
|
"max": 20,
|
||||||
|
"maxValue": 20
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"potion": {
|
||||||
|
"enabled": true,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"duration": {
|
||||||
|
"min": 30,
|
||||||
|
"max": 60
|
||||||
|
},
|
||||||
|
"potion": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sand": {
|
||||||
|
"enabled": true,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"duration": {
|
||||||
|
"min": 100,
|
||||||
|
"max": 100
|
||||||
|
},
|
||||||
|
"sprintModifier": 1.5,
|
||||||
|
"sand": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.1,
|
||||||
|
"max": 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"splash": {
|
||||||
|
"enabled": true,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"duration": {
|
||||||
|
"min": 10,
|
||||||
|
"max": 10
|
||||||
|
},
|
||||||
|
"intensity": {
|
||||||
|
"min": 5,
|
||||||
|
"max": 10
|
||||||
|
},
|
||||||
|
"blur": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"damage": {
|
||||||
|
"enabled": true,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"damaged": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0
|
||||||
|
},
|
||||||
|
"hitEffectIntensity": 0.0,
|
||||||
|
"hitDuration": {
|
||||||
|
"min": 1,
|
||||||
|
"max": 10
|
||||||
|
},
|
||||||
|
"splatter": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.2,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"impact": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.2,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"slash": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.2,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pierce": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.2,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bloodDuration": {
|
||||||
|
"min": 500,
|
||||||
|
"max": 1500
|
||||||
|
},
|
||||||
|
"fire": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.2,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"fireSplashes": 1,
|
||||||
|
"fireDuration": {
|
||||||
|
"min": 100,
|
||||||
|
"max": 1000
|
||||||
|
},
|
||||||
|
"drownSplashes": 4,
|
||||||
|
"drownDuration": {
|
||||||
|
"min": 10,
|
||||||
|
"max": 15
|
||||||
|
},
|
||||||
|
"waterDrown": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.2,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"red": 0,
|
||||||
|
"green": 0,
|
||||||
|
"blue": 255,
|
||||||
|
"alpha": 255
|
||||||
|
},
|
||||||
|
"lightningSplashes": 10,
|
||||||
|
"lightningDuration": {
|
||||||
|
"min": 10,
|
||||||
|
"max": 15
|
||||||
|
},
|
||||||
|
"lightning": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.2,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"red": 120,
|
||||||
|
"green": 120,
|
||||||
|
"blue": 255,
|
||||||
|
"alpha": 255
|
||||||
|
},
|
||||||
|
"freezeSplashes": 4,
|
||||||
|
"freezeDuration": {
|
||||||
|
"min": 10,
|
||||||
|
"max": 15
|
||||||
|
},
|
||||||
|
"freeze": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.2,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"red": 200,
|
||||||
|
"green": 255,
|
||||||
|
"blue": 255,
|
||||||
|
"alpha": 255
|
||||||
|
},
|
||||||
|
"flyIntoWallSplashes": 4,
|
||||||
|
"flyIntoWallDuration": {
|
||||||
|
"min": 10,
|
||||||
|
"max": 15
|
||||||
|
},
|
||||||
|
"flyIntoWall": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.2,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"red": 255,
|
||||||
|
"green": 255,
|
||||||
|
"blue": 255,
|
||||||
|
"alpha": 255
|
||||||
|
},
|
||||||
|
"heatSplashes": 4,
|
||||||
|
"heatDuration": {
|
||||||
|
"min": 10,
|
||||||
|
"max": 15
|
||||||
|
},
|
||||||
|
"heat": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.2,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"red": 255,
|
||||||
|
"green": 255,
|
||||||
|
"blue": 255,
|
||||||
|
"alpha": 255
|
||||||
|
},
|
||||||
|
"effectSplashes": 4,
|
||||||
|
"effectDuration": {
|
||||||
|
"min": 10,
|
||||||
|
"max": 15
|
||||||
|
},
|
||||||
|
"parasites": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 0.2,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"red": 0,
|
||||||
|
"green": 126,
|
||||||
|
"blue": 0,
|
||||||
|
"alpha": 255
|
||||||
|
},
|
||||||
|
"wither": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0,
|
||||||
|
"scale": {
|
||||||
|
"min": 1.5,
|
||||||
|
"max": 2.5
|
||||||
|
},
|
||||||
|
"red": 0,
|
||||||
|
"green": 0,
|
||||||
|
"blue": 0,
|
||||||
|
"alpha": 255
|
||||||
|
},
|
||||||
|
"tunnelDuration": {
|
||||||
|
"min": 10,
|
||||||
|
"max": 15
|
||||||
|
},
|
||||||
|
"tunnel": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0
|
||||||
|
},
|
||||||
|
"healthScaler": {
|
||||||
|
"min": 0,
|
||||||
|
"minValue": 3,
|
||||||
|
"max": 12,
|
||||||
|
"maxValue": 1.5
|
||||||
|
},
|
||||||
|
"damageScale": 1.0,
|
||||||
|
"damageBlackList": []
|
||||||
|
},
|
||||||
|
"slender": {
|
||||||
|
"enabled": true,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"defaultIntensity": 0,
|
||||||
|
"maxIntensity": 0.3,
|
||||||
|
"distanceFactor": 0.25,
|
||||||
|
"slender": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 50
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"saturation": {
|
||||||
|
"enabled": true,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"fadeFactor": 0.0005,
|
||||||
|
"saturation": {
|
||||||
|
"min": 2,
|
||||||
|
"minValue": 0,
|
||||||
|
"max": 8,
|
||||||
|
"maxValue": 1
|
||||||
|
},
|
||||||
|
"desaturate": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"heartbeat": {
|
||||||
|
"enabled": true,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"useHealthPercentage": false,
|
||||||
|
"maxHealth": 6,
|
||||||
|
"maxHealthPercentage": 0.3,
|
||||||
|
"heartbeatIntensity": 50.0,
|
||||||
|
"heartbeatDuration": 5,
|
||||||
|
"minHeartbeatLength": 15,
|
||||||
|
"heartbeatTimeFactor": 100.0,
|
||||||
|
"heartbeatVolume": 1.0,
|
||||||
|
"lowhealth": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"animationSpeed": 0
|
||||||
|
},
|
||||||
|
"blur": {
|
||||||
|
"disabled": false,
|
||||||
|
"opacity": 1.0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
43
index.toml
43
index.toml
@ -12,6 +12,10 @@ hash = "8603b247cecb151a056178a85450ccd45f8cdda9103de9a5ea7b02aef74d10fc"
|
|||||||
file = "config/almostunified/unify.json"
|
file = "config/almostunified/unify.json"
|
||||||
hash = "efeedd71425606e55f2c16be71d0d325607045d3e914f886b0b57ed09b65413a"
|
hash = "efeedd71425606e55f2c16be71d0d325607045d3e914f886b0b57ed09b65413a"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/enhancedvisuals-client.json"
|
||||||
|
hash = "f738914c2b6583a68dc00f8b06ad94cb133ef13693689e7ccb0fa733edfa70dc"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/fallingtree.json"
|
file = "config/fallingtree.json"
|
||||||
hash = "1209f06f7aecfa9168b704f175d41733fe4d26f7fd8dcc9d2a0239f8d4122737"
|
hash = "1209f06f7aecfa9168b704f175d41733fe4d26f7fd8dcc9d2a0239f8d4122737"
|
||||||
@ -56,11 +60,6 @@ hash = "5d481198f4fbd86ba8127796ca8c5e617e4b2c76a0ef2552e5e8dbe576ee261f"
|
|||||||
file = "kubejs/server_scripts/currency.js"
|
file = "kubejs/server_scripts/currency.js"
|
||||||
hash = "4987fa36313c4e3e89cb9caec9f459c12a3e22da05840dc51a2ef2baf396e3af"
|
hash = "4987fa36313c4e3e89cb9caec9f459c12a3e22da05840dc51a2ef2baf396e3af"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/advanced-chimneys.pw.toml"
|
|
||||||
hash = "2e533d602e1472a792439d75651be90eeffa7c4fcce96bf7e580a3ce1ff79ca9"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/advanced-hook-launchers.pw.toml"
|
file = "mods/advanced-hook-launchers.pw.toml"
|
||||||
hash = "a7552d367b378c25bcc34a48641d42dd9332790f33bc78aef3881317ae29ff1a"
|
hash = "a7552d367b378c25bcc34a48641d42dd9332790f33bc78aef3881317ae29ff1a"
|
||||||
@ -353,7 +352,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fancymenu-forge.pw.toml"
|
file = "mods/fancymenu-forge.pw.toml"
|
||||||
hash = "0101cb10bc7ffbda05cc09523b64e273cfd3a44dce7fe6dccaf35e3b506f03e6"
|
hash = "5c68e8ef4c0c96b226cd25e48ef3850b3f34aae151ce453eaa12b4d7aaa145f5"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@ -696,11 +695,6 @@ file = "mods/pneumaticcraft-repressurized.pw.toml"
|
|||||||
hash = "a66fac954e5d7e79ef35491d994d558118de5ea353cd46a770a46d06227f7a4c"
|
hash = "a66fac954e5d7e79ef35491d994d558118de5ea353cd46a770a46d06227f7a4c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/pollution-of-the-realms.pw.toml"
|
|
||||||
hash = "e74abf9eda0d91667d77a84daaf0a0997ce6a100ae6c92d9e6724d35c12bb4fe"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/polylib.pw.toml"
|
file = "mods/polylib.pw.toml"
|
||||||
hash = "8563048e3a697e85591b18442d604a3e6f6460d8ca4244361cdc0c54a8e3dd16"
|
hash = "8563048e3a697e85591b18442d604a3e6f6460d8ca4244361cdc0c54a8e3dd16"
|
||||||
@ -711,6 +705,16 @@ file = "mods/polymorph.pw.toml"
|
|||||||
hash = "a0b717e012441e2bef8d9c1b7222dd9b25adf06d55ace1144eabf3ee6f637733"
|
hash = "a0b717e012441e2bef8d9c1b7222dd9b25adf06d55ace1144eabf3ee6f637733"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/project-arsenal.pw.toml"
|
||||||
|
hash = "1c962ba7cf18a2cf000e324007fb34d2d62f5701d09753b08a6f9a658848e45e"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/puzzles-lib.pw.toml"
|
||||||
|
hash = "ce27595ca61b2954c4e5d1f4ee73cc056656ab5873077ca4c3bc7ce18781f659"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/reauth.pw.toml"
|
file = "mods/reauth.pw.toml"
|
||||||
hash = "da46985b92972295e91b1a3365b79fdd526ce3f7000c56e4975fa63112f57837"
|
hash = "da46985b92972295e91b1a3365b79fdd526ce3f7000c56e4975fa63112f57837"
|
||||||
@ -721,6 +725,11 @@ file = "mods/rechiseled.pw.toml"
|
|||||||
hash = "07f8d20235699065bdf4616d380ee4f4f5413dce0f53d99a608c8e89ac4350f6"
|
hash = "07f8d20235699065bdf4616d380ee4f4f5413dce0f53d99a608c8e89ac4350f6"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/redstone-arsenal.pw.toml"
|
||||||
|
hash = "2f0ed354d58d0fe751ae3b25e35201427454a45102352a460b9ae6c832ec238d"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/refined-cooking.pw.toml"
|
file = "mods/refined-cooking.pw.toml"
|
||||||
hash = "20eedaceb6e1def05c4bec4c669212896674ab94b26b6510a6848f273a037e27"
|
hash = "20eedaceb6e1def05c4bec4c669212896674ab94b26b6510a6848f273a037e27"
|
||||||
@ -781,6 +790,11 @@ file = "mods/rotten-creatures.pw.toml"
|
|||||||
hash = "3dd7e9906c670fc3380094f3273d702fdbdad02ffa35ffaf2e8c5bd4ce3de2a3"
|
hash = "3dd7e9906c670fc3380094f3273d702fdbdad02ffa35ffaf2e8c5bd4ce3de2a3"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/rs-requestify.pw.toml"
|
||||||
|
hash = "d915c31f85d2d02bb621831a8a733b36ef0e7379303ce8fda6ca1d6baabdd8cb"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/runelic.pw.toml"
|
file = "mods/runelic.pw.toml"
|
||||||
hash = "9f392f9749a83036acb8b59b0023f385f495b327ee576a291137aade517982e7"
|
hash = "9f392f9749a83036acb8b59b0023f385f495b327ee576a291137aade517982e7"
|
||||||
@ -853,7 +867,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/storage-drawers.pw.toml"
|
file = "mods/storage-drawers.pw.toml"
|
||||||
hash = "11332954f108106789ad818138a9b6ee0dd169a92b8763ae35d2d9ce88815c23"
|
hash = "de8164b6041e2eb78a5fa5d085415def08f03277311818220ed01181736543b2"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@ -951,6 +965,11 @@ file = "mods/tumbleweed.pw.toml"
|
|||||||
hash = "ff85ade1357414d410f16e823227a1c7b35e998590cb4a38da2ca4241a1ad904"
|
hash = "ff85ade1357414d410f16e823227a1c7b35e998590cb4a38da2ca4241a1ad904"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/visual-workbench.pw.toml"
|
||||||
|
hash = "de92543e67785a10dba40d50fc9deebb1990d19965e0b73b9cd63be55260e62d"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/zerocore.pw.toml"
|
file = "mods/zerocore.pw.toml"
|
||||||
hash = "3edcfebe2285c4c5ce8c294047e344d06bbe16b60eb19270fbcef6ca0444b422"
|
hash = "3edcfebe2285c4c5ce8c294047e344d06bbe16b60eb19270fbcef6ca0444b422"
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
name = "Advanced Chimneys"
|
|
||||||
filename = "AdChimneys-1.19.2-9.1.10.0-build.0865.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "6e148cb772dd8d71830e263fdae21b368e945eac"
|
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 4501036
|
|
||||||
project-id = 244830
|
|
@ -1,13 +1,13 @@
|
|||||||
name = "FancyMenu [Forge]"
|
name = "FancyMenu [Forge]"
|
||||||
filename = "fancymenu_forge_2.14.5_MC_1.19-1.19.2.jar"
|
filename = "fancymenu_forge_2.14.6_MC_1.19-1.19.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "acf4daf175906e756d6bd82926beacc3c12be378"
|
hash = "d4939e4ce65e4b99ef189338b76a8f121f8c1def"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 4500054
|
file-id = 4501464
|
||||||
project-id = 367706
|
project-id = 367706
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
name = "Pollution of the Realms"
|
|
||||||
filename = "AdPother-1.19.2-7.0.10.0-build.0865.jar"
|
|
||||||
side = "both"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "ec9ca445c7d692c6dff809cb39f7f5bb7a2e5f01"
|
|
||||||
mode = "metadata:curseforge"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.curseforge]
|
|
||||||
file-id = 4501030
|
|
||||||
project-id = 269973
|
|
13
mods/project-arsenal.pw.toml
Normal file
13
mods/project-arsenal.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Project Arsenal"
|
||||||
|
filename = "projectarsenal-0.3.3-1.19.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "cbbf01c71c78eb0315cf543392ab9da65b8047cd"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4454967
|
||||||
|
project-id = 683122
|
13
mods/puzzles-lib.pw.toml
Normal file
13
mods/puzzles-lib.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Puzzles Lib [Forge & Fabric]"
|
||||||
|
filename = "PuzzlesLib-v4.4.0-1.19.2-Forge.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "d7f584edb68672d838fa68caf315e5cbb19d590d"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4499052
|
||||||
|
project-id = 495476
|
13
mods/redstone-arsenal.pw.toml
Normal file
13
mods/redstone-arsenal.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Redstone Arsenal"
|
||||||
|
filename = "redstone_arsenal-1.19.2-7.2.0.15.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "736f3d115fa152d031239f41bbb621b9150a0885"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4382363
|
||||||
|
project-id = 70631
|
13
mods/rs-requestify.pw.toml
Normal file
13
mods/rs-requestify.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Refined Storage: Requestify"
|
||||||
|
filename = "rsrequestify-2.3.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "113bae01cbc8a1fd9b3647955f8b955eba0382a1"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4014076
|
||||||
|
project-id = 307788
|
@ -1,13 +1,13 @@
|
|||||||
name = "Storage Drawers"
|
name = "Storage Drawers"
|
||||||
filename = "StorageDrawers-1.19-11.1.2.jar"
|
filename = "StorageDrawers-1.19.2-11.1.3.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "afe617926602371af9461c549a8b1378872843d9"
|
hash = "24647ae23efb5da6f2a17ed632e18e2bd8ed6804"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3884263
|
file-id = 4501490
|
||||||
project-id = 223852
|
project-id = 223852
|
||||||
|
13
mods/visual-workbench.pw.toml
Normal file
13
mods/visual-workbench.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Visual Workbench [Forge & Fabric]"
|
||||||
|
filename = "VisualWorkbench-v4.2.4-1.19.2-Forge.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "fcaee8ed15ce4d9597f6b6c3d7ef22443e0e94f6"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4455250
|
||||||
|
project-id = 500273
|
@ -1,12 +1,12 @@
|
|||||||
name = "ScrumptiousCraft Um"
|
name = "ScrumptiousCraft Um"
|
||||||
author = "razage"
|
author = "razage"
|
||||||
version = "1.0.8"
|
version = "1.0.9"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "fb862d1e5218e6ad52ac4e1b9b640b3ee6889ceaf2788dc8427290176af66687"
|
hash = "614c8b03b1798aedc99a35f4cf9e79356d8676332b07161f6afe688161f3c716"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "43.2.8"
|
forge = "43.2.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user