Addressed an issue with low health special effects.

I also added some new content. Enjoy.
This commit is contained in:
Raz 2023-04-22 12:59:02 -05:00
parent de7e16c264
commit 8eb5a73eb0
15 changed files with 544 additions and 366 deletions

View File

@ -1,3 +1,41 @@
# 1.0.10
## Config Changes
- Nerfed the "near death" screen effects. They're still noticable, but they shouldn't be as bad.
- Removed a few of the "silly" guns from Mo' Guns
## Mods
## Additions
- Additional Guns
- Mo' Guns
- Hell yea brother kkona
- Journeymap Integration
- Adds some mod support to Journeymap. Most importantly, you can now claim chunks on Journeymap instead of just the FTB Chunks map.
- Reborn Storage
- Adds a multiblock crafter to the Refined Storage Network.
- Max size is 16x16. More CPUs speed up crafting, more storage lets you keep more patterns.
- RFTools Power
- Adds some power storage and transfer options to the RFTools suite.
- Serene Seasons Fix
- Fixes some issues with season changing that come up with sleeping or setting time via command.
### Updates
- McJtyLib 7.2.4 -> 7.2.5
- RFTools Utility 5.1.6 -> 5.1.7
# 1.0.9
## Mods

View File

@ -1,356 +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
}
"general": {
"doEffectsInCreative": false,
"waterSubstractFactor": 10,
"enableDamageDebug": false
},
"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
"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": 0.7,
"useHealthPercentage": false,
"maxHealth": 6,
"maxHealthPercentage": 0.3,
"heartbeatIntensity": 30.0,
"heartbeatDuration": 5,
"minHeartbeatLength": 15,
"heartbeatTimeFactor": 100.0,
"heartbeatVolume": 0.65,
"lowhealth": {
"disabled": false,
"opacity": 1.0,
"animationSpeed": 0
},
"blur": {
"disabled": false,
"opacity": 0.6
}
}
}
},
"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
}
}
}
}
}

View File

@ -14,7 +14,7 @@ hash = "efeedd71425606e55f2c16be71d0d325607045d3e914f886b0b57ed09b65413a"
[[files]]
file = "config/enhancedvisuals-client.json"
hash = "f738914c2b6583a68dc00f8b06ad94cb133ef13693689e7ccb0fa733edfa70dc"
hash = "ad170bba4bca8888f6484cda3153e1a9cdc9c5be81f2ca98c902962d1d606f96"
[[files]]
file = "config/fallingtree.json"
@ -54,11 +54,20 @@ hash = "00fd68c7cebeb9d6f09da20fed39c0bdd8e608ed6afaee9f6ef048208f50e86e"
[[files]]
file = "kubejs/client_scripts/hide.js"
hash = "5d481198f4fbd86ba8127796ca8c5e617e4b2c76a0ef2552e5e8dbe576ee261f"
hash = "46555dc2fd7e829686eaf0b24b33a09675bc6d0f1d994a19ab9004d8d6cf0b99"
[[files]]
file = "kubejs/server_scripts/banned.js"
hash = "82ed53acb45aa3dcbd18d3d9ab8cd482c4aab995f65eedb2891935f3ef90ac2b"
[[files]]
file = "kubejs/server_scripts/currency.js"
hash = "4987fa36313c4e3e89cb9caec9f459c12a3e22da05840dc51a2ef2baf396e3af"
hash = "fdb06bfee31a9cae4bebc3475a0d84344103d1e68f641e8aa81b51f3a878c480"
[[files]]
file = "mods/additional-guns.pw.toml"
hash = "34166c2da1b033625306c1a4e262a0bd2211479beaabdc657bd8812391e5325c"
metafile = true
[[files]]
file = "mods/advanced-hook-launchers.pw.toml"
@ -460,6 +469,11 @@ file = "mods/jei.pw.toml"
hash = "ec517326311870553f501b1cea0a453b67419a2663a3d3c4eb3422a0eb21f67c"
metafile = true
[[files]]
file = "mods/journeymap-integration.pw.toml"
hash = "f8c78f9eef3ce31cc182a1d0d12c93c2e5258ca83e28fea0ec2a2fba999f9a9c"
metafile = true
[[files]]
file = "mods/journeymap.pw.toml"
hash = "d5e3f7a5eabe0f06a6ef5bbd5ccb3ef787fd4cceb3e018d0735475d48e7b4b34"
@ -572,7 +586,7 @@ metafile = true
[[files]]
file = "mods/mcjtylib.pw.toml"
hash = "df33439e32683aaa3265a1031986d29b375b0036584db5de1b9f543822f35360"
hash = "5da4f927ed15f0cb187a5fc90af5ba7772e257521cc9537d095bc2287a44de09"
metafile = true
[[files]]
@ -610,6 +624,11 @@ file = "mods/mod-name-tooltip.pw.toml"
hash = "b14e718951c8003a40ce2bc4918109a1526302adc235553efa9208d67e09e07a"
metafile = true
[[files]]
file = "mods/moguns.pw.toml"
hash = "e93d44a52d279845b4c14a73873260cfd94d38ea181c1386fbb9e3060ac10e7b"
metafile = true
[[files]]
file = "mods/morph-o-tool.pw.toml"
hash = "2b84eb27c80b13169f0807303c6d6de47ae5fe353f0b2a6983b3b22a1d4eecd7"
@ -720,6 +739,11 @@ file = "mods/reauth.pw.toml"
hash = "da46985b92972295e91b1a3365b79fdd526ce3f7000c56e4975fa63112f57837"
metafile = true
[[files]]
file = "mods/rebornstorage.pw.toml"
hash = "36de4a21d87d8e0a21848a4af5eea79740ab1adfb882060c92ba01fbf1883ffe"
metafile = true
[[files]]
file = "mods/rechiseled.pw.toml"
hash = "07f8d20235699065bdf4616d380ee4f4f5413dce0f53d99a608c8e89ac4350f6"
@ -770,6 +794,11 @@ file = "mods/rftools-dimensions.pw.toml"
hash = "466c654c4368a2e53319c83c33704a0a655bc442c3166455124814312c629c0e"
metafile = true
[[files]]
file = "mods/rftools-power.pw.toml"
hash = "a7671b78f5c5ec7e3af25d049b864702fb6df0977eb22fdfd6159b3b45cd9fd4"
metafile = true
[[files]]
file = "mods/rftools-storage.pw.toml"
hash = "485aa62a98e906a195fc7c5d687f2a44b92f5655de348b5e3b38f4dbaf78cace"
@ -777,7 +806,7 @@ metafile = true
[[files]]
file = "mods/rftools-utility.pw.toml"
hash = "e0dc17b2ca9a8b7b39f3d54648f3446ef1d28fbb9902a776cdb86065b57d4183"
hash = "3200bda28a762c97fe6e40550278355e69ba7b0bc37eecaed3ea26fdfea1ef19"
metafile = true
[[files]]
@ -820,6 +849,11 @@ file = "mods/selene.pw.toml"
hash = "8b90af7acd60fbdf3f19861e794b7dc2d2c749480ccca7409aa0ea6e7752f7df"
metafile = true
[[files]]
file = "mods/serene-seasons-fix.pw.toml"
hash = "8aefa280b59db655a46958e53ab7171d7256b95710c750b55ba9ab48810b94a9"
metafile = true
[[files]]
file = "mods/serene-seasons.pw.toml"
hash = "e2e2e14e86490dad80d8d6d8d16915070ae6669a12292629931205f6a929d4d4"

View File

@ -1,6 +1,6 @@
// priority 0
// Hide the bad coins
// Hiding items from JEI that can't or shouldn't be crafted
JEIEvents.hideItems((event) => {
event.hide("createdeco:brass_coin");
event.hide("createdeco:brass_coinstack");
@ -16,4 +16,13 @@ JEIEvents.hideItems((event) => {
event.hide("createdeco:netherite_coinstack");
event.hide("createdeco:zinc_coin");
event.hide("createdeco:zinc_coinstack");
event.hide("industrialforegoing:infinity_nuke");
event.hide("moguns:blue_heat");
event.hide("moguns:garbage");
event.hide("moguns:glockest_glock");
event.hide("moguns:hellfire");
event.hide("moguns:taki");
event.hide("moguns:trashcan");
});

View File

@ -0,0 +1,17 @@
// priority 1
// NoNo Items
ServerEvents.recipes((event) => {
// It's either OP or silly. Some silliness was kept, but some was removed.
event.remove({ id: "moguns:blue_heat" });
event.remove({ id: "moguns:garbage" });
event.remove({ id: "moguns:glockest_glock" });
event.remove({ id: "moguns:hellfire" });
event.remove({ id: "moguns:taki" });
event.remove({ id: "moguns:trashcan" });
event.remove({ id: "moguns:trumpet" });
// Doesn't seem to work, but we tried.
event.remove({ id: "industrialforegoing:infinity_nuke" });
});

View File

@ -45,6 +45,7 @@ ServerEvents.recipes((event) => {
"thermal:tin_coin",
"thermal:tin_coin",
]);
event.recipes.create.mixing("thermal:bronze_coin", [
"thermal:copper_coin",
"thermal:copper_coin",
@ -57,6 +58,7 @@ ServerEvents.recipes((event) => {
"thermal:copper_coin",
"thermal:copper_coin",
]);
event.recipes.create.mixing("thermal:iron_coin", [
"thermal:bronze_coin",
"thermal:bronze_coin",

View File

@ -0,0 +1,13 @@
name = "Additional Guns"
filename = "additional-guns-0.8.2-1.19.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "204eadeb0340964fa068ae2d71ae5998d2c7ec35"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4357648
project-id = 501214

View File

@ -0,0 +1,13 @@
name = "JourneyMap Integration"
filename = "jmi-forge-1.19.2-0.13-33.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "ae4849cbb25dc9580d98dbc947d27c49e7d27bab"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4443488
project-id = 525447

View File

@ -1,13 +1,13 @@
name = "McJtyLib"
filename = "mcjtylib-1.19-7.2.4.jar"
filename = "mcjtylib-1.19-7.2.5.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "85658c654a2e02276cad53ea1f95661f7ba8c6dd"
hash = "4da0a178efc0fd5ebd86259b241231397fbb688c"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4488279
file-id = 4501791
project-id = 233105

13
mods/moguns.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Mo' Guns"
filename = "MoGuns-1.9.2-1.19.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "617cada0266d79da21d07a35a907fceab4d09cb9"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4311734
project-id = 530863

View File

@ -0,0 +1,13 @@
name = "Reborn Storage"
filename = "rebornstorage-1.19.2-5.0.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b12fff14c43e7ca2f26715db17e113cc4b3dc1af"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4376288
project-id = 256662

View File

@ -0,0 +1,13 @@
name = "RFTools Power"
filename = "rftoolspower-1.19-5.1.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "70a09bcb5813ac9febe43b6e2ebce4d07fd5ab62"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4462358
project-id = 290209

View File

@ -1,13 +1,13 @@
name = "RFTools Utility"
filename = "rftoolsutility-1.19-5.1.6.jar"
filename = "rftoolsutility-1.19-5.1.7.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "e93c4fd2fc75b09e62bf782cfe63ebb1f23096b4"
hash = "a38eda7f8959ec0f31d435a1aa5831cf1cf10b4f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4474183
file-id = 4501795
project-id = 342466

View File

@ -0,0 +1,13 @@
name = "Serene Seasons Fix"
filename = "sereneseasonfix-1.19.2-1.0.7.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "6a53dfe4b70a04b3878f3e7283b406aa7a98ed0e"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4329248
project-id = 650658

View File

@ -1,12 +1,12 @@
name = "ScrumptiousCraft Um"
author = "razage"
version = "1.0.9"
version = "1.0.10"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "614c8b03b1798aedc99a35f4cf9e79356d8676332b07161f6afe688161f3c716"
hash = "4e7a0c9c241fa37914d75c8b2afb3e66fd77a2e6f86288ef2b39553d10048371"
[versions]
forge = "43.2.8"