Compare commits

...

5 Commits

68 changed files with 732 additions and 247 deletions

View File

@ -1,3 +1,128 @@
# 1.1.4
## Config
- The recipe for the pump card from RFTools is more expensive now.
- Those of you that have it already will be able to continue to get OP power generation.
- The expense is higher, but probably not as much as it should be for how powerful it is. This will be addressed in future packs.
## Mods
### Additions
- Oculus
- Rubidium
- I'm not sure what these do on their own, but you need them to install shaders. They're both optional.
### Updates
- Botany Pots 9.0.33 -> 9.0.35
- Canary 0.2.7 -> 0.2.8
- Crafting Tweaks 15.1.7 -> 15.1.8
- Dynamic Trees 1.1.0-BETA3 -> 1.1.0-BETA5
- Dynamic Trees + 1.1.0 -> 1.1.1
- Exchangers 3.3.2 -> 3.4
- Falling Leaves (Forge) 1.3.1 -> 2.0.0-alpha 20221129-2000
- FancyMenu (Forge) 2.14.7 -> 2.14.9
- FastWorkbench 7.1.3 -> 7.1.4
- FTB Chunks (Forge) 1902.3.22-build 271 -> 1902.4.1-build 290
- FTB Essentials (Forge) 1902.1.10-build 47 -> 1902.3.3-build 100
- FTB Library (Forge) 1902.3.19-build 214 -> 1902.4.1-build 236
- Fusion 1.0.3 -> 1.0.5
- JourneyMap Integrations 0.13-40 -> 0.13-44
- KubeJS 1902.6.0-build 142 -> 1902.6.1-build 337
- KubeJS Create 1902.2.4-build 9 -> 1902.2.4-build 23
- Lootr (Forge) 0.4.24.62 -> 0.4.24.64
- Macaw's Bridges 2.1.0 -> 2.1.1
- Macaw's Doors 1.0.9 -> 1.1.0
- Macaw's Furniture 3.0.2 -> 3.1.0
- Macaw's Roofs 2.2.4 -> 2.2.4b
- Mekanism 10.3.8.477 -> 10.3.9.13
- Mekanism Additions 10.3.8.477 -> 10.3.9.13
- Mekanism Generators 10.3.8.477 -> 10.3.9.13
- Mekanism Tools 10.3.8.477 -> 10.3.9.13
- Mod Name Tooltip 1.19.0 -> 1.20.0
- Placebo 7.3.0 -> 7.3.1
- PneumatiCraft: Repressurized 4.3.5-25 -> 4.3.6-27
- Re-chiseled 1.1.1 -> 1.1.2
- Sophisticated Core 0.5.78.363 -> 0.5.83.394
- Super Factory Manager 4.4.1 -> 4.12.0
- SuperMartijn642's Core Lib 1.1.10 -> 1.1.12
- Torchmaster 19.2.90 -> 19.2.93
# 1.1.3
## Config
- DynamicTrees will now die _very_ rarely. This is based on depleted soil.
- DynamicTrees leaves should behave like vanilla leaves again, meaning you can walk on them.
## Mods
### Additions
- Cubic Sun and Moon
- Makes the sun/moon into a cube. Resource pack.
- Cull Leaves
- Adds culling to leaves, providing a performance boost.
- Exchangers
- Adds an item that lets you change one block into another without needing to break it.
- Flopper
- Adds a fluid hopper for automatically pulling liquid from a block.
- Mandala's GUI Dark Mode
- A resource pack that adds a dark mode GUI. Probably don't use both dark modes at the same time.
- Motschen's Better Leaves
- Bushier leaves that take advantage of the leaf culling. Resource pack.
### Updates
- AttributeFix 17.2.6 -> 17.2.7
- CC: Tweaked 1.101.2 -> 1.101.3
- Cloth Config API 8.2.88 -> 8.3.103
- Collective 6.62 -> 6.65
- Connected Glass 1.1.6 -> 1.1.7
- JourneyMap Integration 0.13-33 -> 0.13-40
- Pipez 1.1.2 -> 1.1.3
- Placebo 7.2.0 -> 7.3.0
- Polymorph 0.46.3 -> 0.46.4
- Re-chiseled 1.1.0a -> 1.1.1
- Sophisticated Backpacks 3.18.53.868 -> 3.18.55.889
- Sophisticated Core 0.5.77.346 -> 0.5.78.363
- SuperMartijn642's Config Lib 1.1.6b -> 1.1.7
- Tesseract 1.0.34 -> 1.0.35
# 1.1.2
## Config Changes
- Removed Zombie Awareness tweaks to creepers, skeletons, and witches.
- Disabled the Creeper "breaching" mechanic.
- I returned the adjusted spawn rates to normal, but this really was the most egregious part.
- Johns should spawn slightly less.
- Tiny Coal and Tiny Charcoal can now be crafted into coal and charcoal respectively.
## Mods
### Additions
- BetterF3
- Entity Culling
- Culls enemies that you can't see due to walls, instead of just ones behind you.
- Make Bubbles Pop
- Not Enough Crashes
- Allows you to continue playing without having to relaunch Minecraft when you crash.
- It also should give us a better crash report, making troubleshooting easier.
### Removals
- Oak's Nature
- The jars added by this are causing some issues.
- The parts I liked about this mod _might_ not be compatible with DynamicTrees anyway.
# 1.1.1 - Day 0 Patch
On launch we encountered a bug with the Falling Tree mod and Dynamic Trees together.
# 1.1.0
This will be the initial release for the production server. I will avoid adding new "content" from this point on, but config changes and QoL is still on the table.

View File

@ -0,0 +1,21 @@
[general]
#Probability of creepers spawning powered.
#Range: 0.0 ~ 1.0
powered_prob = 0.3
#Maximum distance a creeper can see and follow you. (32 = vanilla)
#Range: 0 ~ 2048
follow_range = 32
#Maximum distance a creeper can decide to explode.
#Range: 0 ~ 2048
breach_range = 18
#Creeper ability to breach trough walls or not
can_break_walls = false
#Creeper ability to leap at targets
can_leap = true
#Creeper explosions cause fire
fire_explosions = true
#Maximum Y layer where creepers can spawn with the breaching ability.(Sea level = 62)
maxLayer = 280
#Minimum Y layer where creepers can spawn with the breaching ability.(Sea level = 62)
minLayer = -64

View File

@ -256,7 +256,7 @@ customization {
enable_scrolling = true
shadow = true
scale = 1.0
source = ScrumptiousCraft Um 1.1.0%n%Pack assembled by Raz%n%{"placeholder":"playeruuid"}
source = ScrumptiousCraft Um 1.1.4%n%Pack assembled by Raz%n%{"placeholder":"playeruuid"}
text_border = 0
case_mode = normal
source_mode = direct

View File

@ -0,0 +1,15 @@
{
"john_hugging_spawn": true,
"john_sprinting_spawn": true,
"john_weeping_spawn": true,
"baby_john_feral_spawn": true,
"baby_john_packs_spawn": true,
"baby_john_pack_size": 8,
"the_hunted_spawn": true,
"traditional_mega_john_spawn": false,
"mega_john_screech_radius_in_chunks": 32,
"john_spawn_chance": 80,
"baby_john_spawn_chance": 90,
"mega_john_and_hunted_spawn_chance": 70,
"full_moon_effects": true
}

View File

@ -0,0 +1,4 @@
#General mod settings
[general]
#Mobs enhanced by zombie awareness
enhancedMobs = ["minecraft:zombie", "minecraft:husk", "minecraft:stray", "minecraft:zombie_villager"]

View File

@ -0,0 +1,106 @@
#Seed Settings
[seeds]
#The rate at which seeds drop from leaves.
#Range: 0.0 ~ 64.0
leavesSeedDropRate = 1.0
#The rate at which seeds voluntarily drop from branches
#Range: 0.0 ~ 1.0
voluntarySeedDropRate = 0.01
#The rate at which seeds voluntarily plant themselves in their ideal biomes
#Range: 0.0 ~ 1.0
seedPlantRate = 0.1666666716337204
#Ticks before a seed in the world attempts to plant itself or despawn. 1200 = 1 minute
#Range: 0 ~ 6000
timeToLive = 1200
#If enabled then seeds will only voluntarily plant themselves in forest-like biomes.
seedOnlyForest = true
#The minimum forestness that non-forest-like biomes can have. 0 = is not at all a forest, 1 = may as well be a forest. Can be fractional.
#Range: 0.0 ~ 1.0
seedMinForestness = 0.0
#Tree Settings
[trees]
#Factor that multiplies the rate at which trees grow. Use at own risk
#Range: 0.0 ~ 16.0
growthMultiplier = 0.5
#Factor that multiplies the wood returned from harvesting a tree. You cheat.
#Range: 0.0 ~ 128.0
harvestMultiplier = 1.0
#Maximum harvesting hardness that can be calculated. Regardless of tree thickness.
#Range: 1.0 ~ 200.0
maxTreeHardness = 20.0
#Do X growth cycles at once while ignoring (X-1)/X attempts. Higher numbers can improve client side performance but too high can make trees grow wierd.
#Range: 1 ~ 8
growthFolding = 2
#If enabled then sticks will be dropped for partial logs
dropSticks = true
#Scales the growth for the environment. 0.5f is nominal. 0.0 trees only grow in their native biome. 1.0 trees grow anywhere like they are in their native biome
#Range: 0.0 ~ 1.0
scaleBiomeGrowthRate = 0.5
#The chance of a tree on depleted soil to die. 1/256(~0.004) averages to about 1 death every 16 minecraft days
#Range: 0.0 ~ 1.0
diseaseChance = 0.004
#The maximum radius of a branch that is allowed to postRot away. 8 = Full block size. 24 = Full 3x3 thick size. Set to 0 to prevent rotting
#Range: 0 ~ 24
maxBranchRotRadius = 7
#How much harder it is to destroy a rooty block compared to its non-rooty state
#Range: 0.0 ~ 128.0
rootyBlockHardnessMultiplier = 40.0
#Options for how oak trees generate in swamps. ROOTED: Swamp oak trees will generate on shallow water with mangrove-like roots. SUNK: Swamp oak trees will generate on shallow water one block under the surface. DISABLED: Swamp oaks will not generate on water.
#Allowed Values: ROOTED, SUNK, DISABLED
swampOaksInWater = "ROOTED"
#The amount of growth pulses to send when bone meal is applied to a tree. Warning: setting values higher than 64 is not recommended other than for testing purposes.
#Range: 1 ~ 512
boneMealGrowthPulses = 1
#Interaction Settings
[interaction]
#If enabled all leaves will be passable
isLeavesPassable = false
#If enabled player movement on leaves will not be enhanced
vanillaLeavesCollision = true
#If enabled then thinner branches can be climbed
enableBranchClimbling = true
#If enabled players receive reduced fall damage on leaves at the expense of the block(s) destruction
canopyCrash = true
#Damage dealt to the axe item when cutting a tree down. VANILLA: Standard 1 Damage. THICKNESS: By Branch/Trunk Thickness. VOLUME: By Tree Volume.
#Allowed Values: VANILLA, THICKNESS, VOLUME
axeDamageMode = "THICKNESS"
#If enabled then trees will fall over when harvested
enableFallingTrees = true
#If enabled then trees will harm living entities when falling
enableFallingTreeDamage = true
#Multiplier for damage incurred by a falling tree
#Range: 0.0 ~ 100.0
fallingTreeDamageMultiplier = 1.0
#If enabled the Dirt Bucket will place a dirt block on right-click
dirtBucketPlacesDirt = true
#If enabled then improperly broken trees(not by an entity) will still drop wood.
sloppyBreakDrops = false
#The minimum radius a branch must have before its able to be stripped. 8 = Full block size. Set to 0 to disable stripping trees
#Range: 0 ~ 24
minRadiusForStrip = 6
#If enabled, stripping a branch will decrease its radius by one
enableStripRadiusReduction = true
#Sets the default for whether or not fruit growing from dynamic trees can be bone-mealed. Note that this is a default; it can be overridden by the individual fruit.
canBoneMealFruit = false
#Sets the default for whether or not pods growing from dynamic trees can be bone-mealed. Note that this is a default; it can be overridden by the individual pod.
canBoneMealPods = true
#If enabled, dynamic sapling blocks will drop their seed when broken.
dynamicSaplingDrops = true
#World Generation Settings
[world]
#Randomly generate podzol under select trees like spruce.
podzolGen = true
#World Generation produces Dynamic Trees instead of Vanilla trees.
worldGen = true
#Blacklist of dimension registry names for disabling Dynamic Tree worldgen
dimensionsBlacklist = []
#Debug Settings
[debug]
#Enable to mark tree spawn locations with concrete circles.
debug = false

View File

@ -24,6 +24,10 @@ hash = "e048897ad0aa8aedeff3073b0246082b4b502e29115555ab773402e97efc8c28"
file = "config/create-common.toml"
hash = "eb2df488d597220695de0fad95b60033245b58ce5eaa832f04334642470fab35"
[[files]]
file = "config/creeperaiupdated-common.toml"
hash = "e1c984b48dc0206855f1dca981200b2c2d2919410c61c17acf0bc0e3508432d5"
[[files]]
file = "config/enhancedvisuals-client.json"
hash = "ad170bba4bca8888f6484cda3153e1a9cdc9c5be81f2ca98c902962d1d606f96"
@ -42,7 +46,7 @@ hash = "4d1b1fb5cb5441c0579e67c0159a14a0ec0c393db1e378ec81efdb946e964c0a"
[[files]]
file = "config/fancymenu/customization/um-mainmenu.txt"
hash = "07abb4f6d78e8fc1c07c224cb20da5a34499ab62aa5020be9833e9ccf6b3f6c0"
hash = "160169003f06ccf8fddd026b7ea47b1f6b26cf6b203ea1e6916db8d4ba849b96"
[[files]]
file = "config/fancymenu/customization/um-multiplayer-menu.txt"
@ -56,6 +60,10 @@ hash = "4e970e910fa0c82e856e5318780d38d9d7ea5dd578dbb7237412017d8b02dd80"
file = "config/ftbbackups2.json"
hash = "1a3f52aff8fe11c035d5309049a3aa985c49039463ba1b62368407a30a250a90"
[[files]]
file = "config/john_reborn_spawning.json"
hash = "5d73817308a7cc2e6b3ab26ad76be949c7d130da6b2c806a66c8a90b2282319b"
[[files]]
file = "config/mmode.json"
hash = "d98a950b91ff51ef3ac2b3c73a7ea48eb30ec56dd42668a1891f8dffbc690ab5"
@ -76,6 +84,14 @@ hash = "95f16b64340c8980823a39b711bbb4a810f26c68f8f58f5c005da796dcacf236"
file = "config/toastcontrol-common.toml"
hash = "f576a50dc985b50ebae7fa8ec8b4834aaf68410fa5c953700f42c3d6def1e9c8"
[[files]]
file = "config/zombieawareness/MobLists.toml"
hash = "1bb95c896ad2b6972b87e4f25438c6170c0fee9a4596a42191f7623bd2b32dfb"
[[files]]
file = "defaultconfigs/dynamictrees-server.toml"
hash = "e287b19d5b8f239128274a3a09fa103e9618642e6ec2db6544d27d6f6cd493ff"
[[files]]
file = "defaultconfigs/fastleafdecay-server.toml"
hash = "fdd72ecae7321f7420b4b333e49964904e3059b1b95924f2643040b635427555"
@ -102,7 +118,7 @@ hash = "14a77b647bc3b65ba673b4430efea6930e83e30eee1525fc82e2722be9dc57db"
[[files]]
file = "kubejs/server_scripts/balance.js"
hash = "471dfa5a617b7f8fdb700ed0be09de63c2aec9c542dd2f8065a03c3a28957ad6"
hash = "bc05b2e21bf6dc91abf13d771a088d4e111e426ad5676b5f1fa44c76a819121b"
[[files]]
file = "kubejs/server_scripts/banned.js"
@ -183,7 +199,7 @@ metafile = true
[[files]]
file = "mods/attributefix.pw.toml"
hash = "ae8887615e5e14d52bd739ce195044faea6308d748dc7bc996f005630a11f39d"
hash = "a5823eed363dcbf221b6d0e919b111f0a5676338967a2a599c7cb948ca24223d"
metafile = true
[[files]]
@ -221,6 +237,11 @@ file = "mods/better-compatibility-checker.pw.toml"
hash = "d6e632815eec579cf9763057f706a5a4eae2dd9237601e63b4c32bc57ac90338"
metafile = true
[[files]]
file = "mods/betterf3.pw.toml"
hash = "542a647e3896384f3cd04c4ea2006bb927ab355cd85f8205af45f32f9e2aa13c"
metafile = true
[[files]]
file = "mods/bluemap.pw.toml"
hash = "d16a8e25f8ca3aecbbe8e4b50de352b9a447a3b0e246a0a4bfff74301cf97fbf"
@ -238,7 +259,7 @@ metafile = true
[[files]]
file = "mods/botany-pots.pw.toml"
hash = "16b6c476d7659dcc968312ce26af197f4c19f3b8d3fe5bed33bfb835de33b947"
hash = "c5fcca79b276b474355f95f6f3103a20c20a8ce2bba34bedc89764bb5e4c856a"
metafile = true
[[files]]
@ -248,7 +269,7 @@ metafile = true
[[files]]
file = "mods/canary.pw.toml"
hash = "8b9ca62e9e45a92769faee6517dac6ea1f5bda96a50c35fc492fb76ef480897c"
hash = "d08052537a462b55988c05615626eb7ad3b59262a7f62fd4e08e774b8d45ebe7"
metafile = true
[[files]]
@ -258,7 +279,7 @@ metafile = true
[[files]]
file = "mods/cc-tweaked.pw.toml"
hash = "9a0923ead8905649bc1260301508dc349ec7dd134fd8278a67e144d1f3ed68df"
hash = "d9a854dc615bafee94247c2ad9e9d794f291c37cd03b61b9323222ad4a4a96e5"
metafile = true
[[files]]
@ -268,7 +289,7 @@ metafile = true
[[files]]
file = "mods/cloth-config.pw.toml"
hash = "775ba9db8af593510ab38e497e4bed1aa5dcd7cae8cdd1d6a2dbe693c28de8fa"
hash = "5b8a438c04feeceefcebb4fd25b8f3db41930a0f6d5aa252b61a78382954da89"
metafile = true
[[files]]
@ -288,7 +309,7 @@ metafile = true
[[files]]
file = "mods/collective.pw.toml"
hash = "1584c24561d1b84c8a0be57cdb1c36d4330014ffa43873d030d0ea191ec89c54"
hash = "bd4c1da41f5e44004db0920732d151566f06631bf5c0579092e15d0ddc688a52"
metafile = true
[[files]]
@ -308,7 +329,7 @@ metafile = true
[[files]]
file = "mods/connected-glass.pw.toml"
hash = "9a70ec2e748289f8087236ea6306b1e569c9d5d4cfd63ec2417a65a2cc30239b"
hash = "889195af13fba03b39b2fb0cd57000483a92d89a832484687456d1efdb7e3f08"
metafile = true
[[files]]
@ -348,7 +369,7 @@ metafile = true
[[files]]
file = "mods/crafting-tweaks.pw.toml"
hash = "d241b1f25745db20ef4a9cc73af390b2a30f31d6b2ecff689a9d4e2b11a8d1a1"
hash = "6b5602f598e31ed3bfad6aca3c2c2ea8b84f486f56e4f24cb0f4812562afa911"
metafile = true
[[files]]
@ -358,7 +379,7 @@ metafile = true
[[files]]
file = "mods/create.pw.toml"
hash = "cdede627056f2cc9d5fe7cb7236e6168ba07c210d331b33bc1d28fab86fc78fc"
hash = "35767596eb07544ec242cb138050ab9b9a0ac663ac03908ffcc084ee71c1626a"
metafile = true
[[files]]
@ -386,11 +407,21 @@ file = "mods/cucumber.pw.toml"
hash = "7de4d45649ea25e84a3c2b7f978f2d2610925cb2b40695523fea54a8b5c9bc13"
metafile = true
[[files]]
file = "mods/cull-leaves.pw.toml"
hash = "0c793add13628f1ebaea6843fe54c77e4e2a5c1e1ca88efe67612b4dcbf318a5"
metafile = true
[[files]]
file = "mods/curios.pw.toml"
hash = "e6100fffd00b339e62efc3a6eaad54ca697b197813dff048d6dce2613676ef92"
metafile = true
[[files]]
file = "mods/cyclops-core.pw.toml"
hash = "eef17c3bd75fc8389b257e43086b2919206cd91ef87a693c2f3e444dfbaa8901"
metafile = true
[[files]]
file = "mods/dark-utilities.pw.toml"
hash = "c64bdff1093c4040970ed3ceefc1c33f866e962d0aac38d2da499b6e59025f62"
@ -408,12 +439,12 @@ metafile = true
[[files]]
file = "mods/dynamictrees.pw.toml"
hash = "22813dab8c6a29dc96c0998b5464ad741b1f2d8dae336751e017859c531d0fd7"
hash = "bceb92d8af2937c281c60a359181a74c61f48e19ddf20d94e7be9f54238fec98"
metafile = true
[[files]]
file = "mods/dynamictreesplus.pw.toml"
hash = "69f49d10bbd9ef14ee183e0c5ba3a84ba594a495ca890842feaca7af451c3e45"
hash = "8576bd97a5f05a20ea6b57d49739a2a7485ec53d91c5cf6b826e3d4d885e43df"
metafile = true
[[files]]
@ -448,7 +479,12 @@ metafile = true
[[files]]
file = "mods/entityculling.pw.toml"
hash = "2df773e7b7659f53640f79e1e2b2e1de0df20277dc61de90a1d12881116cdc49"
hash = "ea0d8c35669646b8d739a20b97a28c48744dcdea889ccc3c39ccd1431bf5cc6c"
metafile = true
[[files]]
file = "mods/exchangers.pw.toml"
hash = "59c769082e73728ead0953f897968a93de8aab68e8a697197b1026f5b474098e"
metafile = true
[[files]]
@ -463,17 +499,12 @@ metafile = true
[[files]]
file = "mods/falling-leaves-forge.pw.toml"
hash = "53105dea5f7bf34ba486b9c9a45eb7e6e11c0339a2e58d6fae05f37fe6c9a45d"
metafile = true
[[files]]
file = "mods/falling-tree.pw.toml"
hash = "e6f923a462483ca6233b7860d88952594417afa578196d690b7112339f469a6c"
hash = "860fbe14f20d3a7d73e0219317afaab6964e4635c14698db3c7f70cb230a6e6f"
metafile = true
[[files]]
file = "mods/fancymenu-forge.pw.toml"
hash = "2cebf85aec8b5fdd96ecdb0620c4b74d8cc9d2b862d9e1b0300c8ccf07383730"
hash = "da5a514b0ea726f2f58480c2f8d322cb7596e9e0595da2dfac9183ae48c2def5"
metafile = true
[[files]]
@ -488,7 +519,7 @@ metafile = true
[[files]]
file = "mods/fastworkbench.pw.toml"
hash = "05ba0e63b05f5b98111cfbe0b16411688b6ff7ffd675e2fd0ec5249709cc5b97"
hash = "fb43a2bb5fc3c56a05fc8ae902610e5f7ab46f62e58d50b1ec34390ce5698335"
metafile = true
[[files]]
@ -496,6 +527,11 @@ file = "mods/findme.pw.toml"
hash = "903937f8f4532be3ca2a749df02e72bc8a5b8602da7341d588539c5bdc8b2482"
metafile = true
[[files]]
file = "mods/flopper.pw.toml"
hash = "a6f7bde10bc2cc8dec6388bd8fb6832a3f0302d36106499084a796f0a4c55334"
metafile = true
[[files]]
file = "mods/flywheel.pw.toml"
hash = "3f554b9633d477e4d2b6920d16ffb964fdc5ffef50953216a1d89132c96cba0a"
@ -518,17 +554,17 @@ metafile = true
[[files]]
file = "mods/ftb-chunks-forge.pw.toml"
hash = "41930c5f6ac5c7309a08cab37bec4538b4e9f0a87c400e69ed8ee9807e0f1078"
hash = "d1a1c490a15692317bc5c82229ff94bb7a3572ec5397611ce2a8207929dbfdea"
metafile = true
[[files]]
file = "mods/ftb-essentials-forge.pw.toml"
hash = "5b60c5cbc6b6a210856c49c73acf35076edaf484bc2387a7a9dea6d786c60de3"
hash = "d1e30233f7d48f5247536fec39b18dd87ae5507abc57e85f591143da4b618d7c"
metafile = true
[[files]]
file = "mods/ftb-library-forge.pw.toml"
hash = "f7c6841b8490e85dc08ce0a11da0638a00d2468993402ddf222c875fabd20fe6"
hash = "879813604dd833f793d6d362c6b8a13ce35bf41da13d921b1e4e6c67813ceace"
metafile = true
[[files]]
@ -543,12 +579,12 @@ metafile = true
[[files]]
file = "mods/fusion-connected-textures.pw.toml"
hash = "ea63c3493a047fb668d7d204a6d8c7dea8df58081da14774dba90ae55ed6741d"
hash = "bf168e3d77a194cd21afcd67a302bd3b98f9b2a95b592a77b888f345dd7527f6"
metafile = true
[[files]]
file = "mods/geckolib.pw.toml"
hash = "ab7bb11199e592a43542ec0ca68c0536b91b5045e070a77525ae1593ca722b90"
hash = "cf303e609b0beaf097122eecfa869d21be642e22465021f4f5aa0fa38c72b119"
metafile = true
[[files]]
@ -556,6 +592,11 @@ file = "mods/gravestone-mod.pw.toml"
hash = "a09762f8f867b06b55b564bf8bc570a308c8610890b8680f91a44217c751a0e6"
metafile = true
[[files]]
file = "mods/gunpowderlib.pw.toml"
hash = "c3fe231215973e1e60b69b2d3d3782a5380806158dfcf9d04409d284c8c91ad1"
metafile = true
[[files]]
file = "mods/in-control.pw.toml"
hash = "4166f109b5e11b34d6602e0913bbee457ded9bb10b85faeecec13f7a4843fd58"
@ -613,7 +654,7 @@ metafile = true
[[files]]
file = "mods/journeymap-integration.pw.toml"
hash = "f8c78f9eef3ce31cc182a1d0d12c93c2e5258ca83e28fea0ec2a2fba999f9a9c"
hash = "f533be36d77cad07432b95db7b65d01f057c64424fbc31a9d66243313eef7f18"
metafile = true
[[files]]
@ -648,12 +689,12 @@ metafile = true
[[files]]
file = "mods/kubejs-create.pw.toml"
hash = "b031093f843c1f7d382d41750bccb584f7b2022bb294eb5b3f84c0b6f60c0418"
hash = "2fec2ab0bc06ecb9cb99aeba6bfeef5b10662307962e08f2afa4fe301077c9ba"
metafile = true
[[files]]
file = "mods/kubejs.pw.toml"
hash = "fc1d144633d760ad8d000ebf2c9463243c02491aaf9bedc5e8900403bb9afca8"
hash = "510a8173f1e4ccb7fe3b907a3ea188816067cf91b26b7e0aa24a8bef1d532830"
metafile = true
[[files]]
@ -693,7 +734,7 @@ metafile = true
[[files]]
file = "mods/lootr.pw.toml"
hash = "f7452c4665f0e8c93438deaae53632f4d7dd155f3222456fa4aa195ed2e73756"
hash = "b5292abed469471b736d2b9f47b21d861e9b6cbf332a225e781bb47aca40d3a3"
metafile = true
[[files]]
@ -703,12 +744,12 @@ metafile = true
[[files]]
file = "mods/macaws-bridges.pw.toml"
hash = "91e8881d0effbcded0fe38087242f7ebedd15272a067b0d3cebc7b24d85e3e59"
hash = "8958d700cb45ca9dab94fe314702e0c548a31b2d5e83711433923a3018ac71a8"
metafile = true
[[files]]
file = "mods/macaws-doors.pw.toml"
hash = "89bf482b8a586bd748e9b3c0c12bcacaa08cc698482ab77de75ac63d95008036"
hash = "d1ea5998024c1c066c93e0f747936c8e0f94aa513813fff7664324d478061e67"
metafile = true
[[files]]
@ -718,7 +759,7 @@ metafile = true
[[files]]
file = "mods/macaws-furniture.pw.toml"
hash = "d0674dbe5d5d5661f8746475cb28439e580e61f9fc0ea7f42c6c5a58c77d655f"
hash = "0c0819e3f1ca43c84af57322e215cd56c8b94a1b620dd021000e0af5775e8af5"
metafile = true
[[files]]
@ -733,7 +774,7 @@ metafile = true
[[files]]
file = "mods/macaws-roofs.pw.toml"
hash = "907402d6346b305f919727fcb4c49a971025af93b7f119768e3c056da7a24f35"
hash = "acc1eb12bb2aab774f0bf90a895a447acddbb7d6c93398b14206ecc394463f41"
metafile = true
[[files]]
@ -751,6 +792,11 @@ file = "mods/maintenancemode.pw.toml"
hash = "fae365c74bba40dbe29da359cf6ddfb063079daa89c27ce4ec0bdf3fd286998b"
metafile = true
[[files]]
file = "mods/make_bubbles_pop.pw.toml"
hash = "dc2e9747a0c0d917efc8b1029eb391915ddc92d3ddb6a908b9c6cd895fc727cf"
metafile = true
[[files]]
file = "mods/mcjtylib.pw.toml"
hash = "5da4f927ed15f0cb187a5fc90af5ba7772e257521cc9537d095bc2287a44de09"
@ -763,22 +809,22 @@ metafile = true
[[files]]
file = "mods/mekanism-additions.pw.toml"
hash = "716092a7fedb190493bb8b10e5009511f3e8e3e000835aead242f83606b587c0"
hash = "4a3bba5ee25abee71e11f41208f0ae7f09d48dbd43099b52ef1750532d0247fe"
metafile = true
[[files]]
file = "mods/mekanism-generators.pw.toml"
hash = "0b8ad37ee1bbf8eb65e7f32cfd52b589db3b47e738204c41728ec56f99afcf74"
hash = "0a6a0129d354bbf733d4adb7efd39c6646f790827d76ae3a2e25cc855bdecd4d"
metafile = true
[[files]]
file = "mods/mekanism-tools.pw.toml"
hash = "a41f41807831a1a4b1885b0be9a351841c9071cf2a90f2f2eb2e40a1330842a3"
hash = "5ceee998d53af5f7bc5b20b48a695d4e2f19fa60af701376f3e34f6a271c62d9"
metafile = true
[[files]]
file = "mods/mekanism.pw.toml"
hash = "f6cc47777418eada79b50d6cdd57bd6dc35017f8e46defd5e888a2d6215be0e1"
hash = "36b3da73d8ce3dfaa5c9a5dae7db10df3ee25f0d32cff6e1cde5407c5e6f271f"
metafile = true
[[files]]
@ -793,7 +839,7 @@ metafile = true
[[files]]
file = "mods/mod-name-tooltip.pw.toml"
hash = "b14e718951c8003a40ce2bc4918109a1526302adc235553efa9208d67e09e07a"
hash = "0f37846b5bc38059aad5800e48e22a7d24b915ef553e3241af2b63e9ba864237"
metafile = true
[[files]]
@ -846,11 +892,6 @@ file = "mods/not-enough-animations.pw.toml"
hash = "8b0ea61890bb19ca5d5d38a77fb8da7b8e9eaaf06293323b23c7feb7082c076a"
metafile = true
[[files]]
file = "mods/oaks-nature.pw.toml"
hash = "fdb55c5a9d392a48a01f73ec594210a10a2ef39744a0b3b292ca31b3bd27e0fe"
metafile = true
[[files]]
file = "mods/ob-aquamirae.pw.toml"
hash = "9ea1de2b9464ba4142ade3df02cad432c085e26b2d8242875c9d970c43b9be07"
@ -866,6 +907,11 @@ file = "mods/observable.pw.toml"
hash = "ec384d750a204dd91e3c7f5923fc6bd3ad070966878796314a20adfdd00a036a"
metafile = true
[[files]]
file = "mods/oculus.pw.toml"
hash = "012ee384ebb8a1c4798f7a30de161941c621c758c0a17ab440e0baad14f80e03"
metafile = true
[[files]]
file = "mods/openblocks-elevator.pw.toml"
hash = "13e10e5493f19da1737436c19899a26845c9c965f1b00ba30ee48863f44ae324"
@ -908,12 +954,12 @@ metafile = true
[[files]]
file = "mods/pipez.pw.toml"
hash = "2bed208b8d1204d4fc2a56d4a1f8e39a058cb5c1c71dbb1252baa4b5a4dfc767"
hash = "403cc027e5544af23af67df5d206408adf049a66a2e479bb89da64e6a4452c92"
metafile = true
[[files]]
file = "mods/placebo.pw.toml"
hash = "9656604f85b22fe3c05f27a507ca7ec6f17b5745faea6382f865b2774c0bb909"
hash = "9b409beaca7ae5b0d4637f0974ed442882b100de7c3a827f74ac95f370724c0a"
metafile = true
[[files]]
@ -928,7 +974,7 @@ metafile = true
[[files]]
file = "mods/pneumaticcraft-repressurized.pw.toml"
hash = "a9fa88c30a625b07cd38435bf14c0233dddf59e24dd049a9a696a587eab162e9"
hash = "a0e8039afe8943b036549753965bcb868c213222906a4a87af8123a8bb3ff8c2"
metafile = true
[[files]]
@ -938,7 +984,7 @@ metafile = true
[[files]]
file = "mods/polymorph.pw.toml"
hash = "81fc77ad299e312f43f331ced50b17ef4db92b80992cc8131d0fd958e36c661c"
hash = "b004022582a154f5d55c1b7660a4075f37962783dc20af8f046afe3bbc839171"
metafile = true
[[files]]
@ -968,7 +1014,7 @@ metafile = true
[[files]]
file = "mods/rechiseled.pw.toml"
hash = "1a1a7194cd86bdb367c667dcd65b99772c0a3a2520107a8f0e9bc9b0e2a72d72"
hash = "2adfafeb9bd3f0c69f51e911ade2a51e6c539080de592df62e504234983b361e"
metafile = true
[[files]]
@ -1051,6 +1097,11 @@ file = "mods/rs-requestify.pw.toml"
hash = "d915c31f85d2d02bb621831a8a733b36ef0e7379303ce8fda6ca1d6baabdd8cb"
metafile = true
[[files]]
file = "mods/rubidium.pw.toml"
hash = "83418fa68541df9bc4257677aa3a68e4298a2246a911870686f4096e01015d50"
metafile = true
[[files]]
file = "mods/runelic.pw.toml"
hash = "9f392f9749a83036acb8b59b0023f385f495b327ee576a291137aade517982e7"
@ -1123,12 +1174,12 @@ metafile = true
[[files]]
file = "mods/sophisticated-backpacks.pw.toml"
hash = "452ab15c598a5c9a58751f53f223feea2b775f25adad30a1836d9a1b4c51edd8"
hash = "1000f9959cc5c55b1842228be2717c145fa63925bd9a35213942a5f3857ff91a"
metafile = true
[[files]]
file = "mods/sophisticated-core.pw.toml"
hash = "b9f1b6e9a34482cd84a4b359849ecdfdacb7de2c2a030ee1060e92ab476bd1a8"
hash = "b1661fd8e4bc9a49aa8412a549a2bf36f43803eef3fdac4dbab629ab211ba088"
metafile = true
[[files]]
@ -1158,17 +1209,17 @@ metafile = true
[[files]]
file = "mods/super-factory-manager.pw.toml"
hash = "81a43cc0f532209f9eed61a91e62bd4960bc0e67ddde3f4421d0bc710d6a15ed"
hash = "b9057aeadb5667619dd950719d16aeb39fb2e2641bad88b6f6a9c4203f13ed1b"
metafile = true
[[files]]
file = "mods/supermartijn642s-config-lib.pw.toml"
hash = "4c9539a6d5f8e98809bc518b9ee8231b6c515c58a1f74d9b88b71a6fff26ba03"
hash = "61459805ead435a8cedf9f599978dce88354a4d3b37e41044f80343e2e9edd9e"
metafile = true
[[files]]
file = "mods/supermartijn642s-core-lib.pw.toml"
hash = "18b7b42c8caabe5348f607c1f4cee8ca3938c27e15f818cc310585157a170ee5"
hash = "1d76dd57142055b40f6cb86f4386f11efd9fbe732ab155985fc488a84b1a88ac"
metafile = true
[[files]]
@ -1183,7 +1234,7 @@ metafile = true
[[files]]
file = "mods/tesseract.pw.toml"
hash = "fc1ecb1250e8e7ba720c19f5faf698f27e498610e154b7979ee44be4b116e4f5"
hash = "25ff63f99987deabb3cd87f92037e914f227cf32d02163c3c749e6e842289ec4"
metafile = true
[[files]]
@ -1248,7 +1299,7 @@ metafile = true
[[files]]
file = "mods/torchmaster.pw.toml"
hash = "5541e79ad0de4d09097fdc19b54a342076afa72582a434d58809e1a639a847d4"
hash = "2d6ae9336d21ea6a268a442acc932ebf2915ca0bbeb62c75facb8494815858b9"
metafile = true
[[files]]
@ -1301,6 +1352,21 @@ file = "mods/zombie-awareness.pw.toml"
hash = "d3b835c39de7ef5be71391333e8dec0d72ea44e1c5d24b7bea911769c5adf46c"
metafile = true
[[files]]
file = "resourcepacks/better-leaves.pw.toml"
hash = "f32dba5c925680e4e7abd2ac564ebeeff22c18cfaa430ed8632a6418d72d8fa2"
metafile = true
[[files]]
file = "resourcepacks/cubic-sun-moon.pw.toml"
hash = "7d8e477e84602d82891c6eedac6783f47708346a8977c75d114e214c672cee58"
metafile = true
[[files]]
file = "resourcepacks/mandalas-gui-dark-mode.pw.toml"
hash = "de28256ad521de32cb7ce29e32c6fe4f17e37c927cb83b73e6de2f3d30224e44"
metafile = true
[[files]]
file = "scrumptious-assets/literally-nothing.png"
hash = "dfa42d8dae677507759811c5593fe37a84ae80cf5890ebb61d2494a73111a911"
@ -1321,6 +1387,14 @@ hash = "7904a142578b1036941e19a168f270cc501e8f0c8921127b9d40b36c2a1ec11f"
file = "scrumptious-assets/sc-text.png"
hash = "cd569c7ddd7a1aedd01af4a83962020593b3d36ac8bfd449a3abc38e35f33473"
[[files]]
file = "scrumptious-assets/screenshots/multimc_mc_account.PNG"
hash = "d4257e05c44df011bb9fe08e4c486a2fb8def3ce230e9de5447de7760bc0990e"
[[files]]
file = "scrumptious-assets/screenshots/optional_mods.PNG"
hash = "90e319b1845e66566a3e8a035638cb3a65ed93e4d31b55f0c67cae9165279a01"
[[files]]
file = "scrumptious-assets/um-text-brazil-outline.png"
hash = "7f42f0fb239943044325a638c9dabdeb6b8d7196a0d8ae6c6714e33c8b7d0e4f"

View File

@ -5,10 +5,19 @@
ServerEvents.recipes((event) => {
// Removing recipes that are being rebalanced
event.remove({ id: "rftoolsbuilder:shape_card_quarry" });
event.remove({ id: "rftoolsbuilder:shape_card_pump" });
event.remove({ id: "mekanism:digital_miner" });
event.remove({ id: "tesseract:tesseract" });
// RFTools Builder Quarry Card
event.shaped("rftoolsbuilder:shape_card_pump", ["EPR", "ICI", "RME"], {
E: "minecraft:ender_eye",
P: "quarryplus:pump_plus",
R: "thermal:rf_coil",
I: "redstone_arsenal:flux_plating",
C: "rftoolsbuilder:shape_card_def",
M: "mekanism:electric_pump",
});
event.shaped("rftoolsbuilder:shape_card_quarry", ["DPD", "ICI", "DSD"], {
D: "redstone_arsenal:flux_dust",
P: "redstone_arsenal:flux_pickaxe",
@ -17,16 +26,6 @@ ServerEvents.recipes((event) => {
S: "redstone_arsenal:flux_shovel",
});
// Mekanism Digital Miner
// event.shaped("mekanism:digital_miner", ["ACA", "SRS", "ETE"], {
// A: "mekanism:alloy_atomic",
// C: "mekanism:elite_control_circuit",
// S: "mekanism:logistical_sorter",
// R: "thermal:diamond_gear",
// E: "minecraft:ender_pearl",
// T: "mekanism:steel_casing",
// });
// QuarryPlus
event.shaped("quarryplus:marker", ["L", "T"], {
L: "minecraft:lapis_lazuli",
@ -100,4 +99,12 @@ ServerEvents.recipes((event) => {
R: "thermal:rf_coil",
E: "thermal:energy_cell_frame",
});
// TinyCoal
event.shaped("minecraft:coal", ["CCC", "C C", "CCC"], {
C: "tinycoal:tinycoal",
});
event.shaped("minecraft:charcoal", ["CCC", "C C", "CCC"], {
C: "tinycoal:tinycharcoal",
});
});

View File

@ -1,13 +1,13 @@
name = "AttributeFix"
filename = "AttributeFix-Forge-1.19.2-17.2.6.jar"
filename = "AttributeFix-Forge-1.19.2-17.2.7.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b8521ee0107ead81e97d2889f0a26ae57f9029e2"
hash = "a70b6fc0aea412f33036f4a992449af6e49fd065"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4436598
file-id = 4635476
project-id = 280510

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

@ -0,0 +1,13 @@
name = "BetterF3"
filename = "BetterF3-4.0.0-Forge-1.19.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/MTPw9hV7/BetterF3-4.0.0-Forge-1.19.2.jar"
hash-format = "sha1"
hash = "aff211dba2f52ad45c9b80d7f6719241e64795dc"
[update]
[update.modrinth]
mod-id = "8shC1gFX"
version = "MTPw9hV7"

View File

@ -1,13 +1,13 @@
name = "Botany Pots"
filename = "BotanyPots-Forge-1.19.2-9.0.33.jar"
filename = "BotanyPots-Forge-1.19.2-9.0.35.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "e847040a99e69835dcca87b3a43e6224a212388c"
hash = "a772b1ffada8e33cd5fa1f03dcd0203146b306a4"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4514735
file-id = 4640301
project-id = 353928

View File

@ -1,13 +1,13 @@
name = "Canary"
filename = "canary-mc1.19.2-0.2.7.jar"
filename = "canary-mc1.19.2-0.2.8.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "4042eedfed80b07e806b528a097ce0c09ae5ad59"
hash = "7a622bfe488007cc5a856d9fafdbc80683b4c999"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4588498
file-id = 4668133
project-id = 665658

View File

@ -1,13 +1,13 @@
name = "CC: Tweaked"
filename = "cc-tweaked-1.19.2-1.101.2.jar"
filename = "cc-tweaked-1.19.2-1.101.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "979e334fb83681bbf8e815f4003e1b35ec962ebd"
hash = "e47b323a6965d2f5fbdc97f9b2fe56a406886ccf"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4395619
file-id = 4630524
project-id = 282001

View File

@ -1,13 +1,13 @@
name = "Cloth Config API"
filename = "cloth-config-8.2.88-forge.jar"
filename = "cloth-config-8.3.103-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/Fw7B2c97/cloth-config-8.2.88-forge.jar"
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/EUyHCmUW/cloth-config-8.3.103-forge.jar"
hash-format = "sha1"
hash = "fbd645755abc0dbe5eb1adeb5e649835294a769f"
hash = "f328e96b7cbe94fa73e1421a72959296e7698c5d"
[update]
[update.modrinth]
mod-id = "9s6osm5g"
version = "Fw7B2c97"
version = "EUyHCmUW"

View File

@ -1,13 +1,13 @@
name = "Collective"
filename = "collective-1.19.2-6.62.jar"
filename = "collective-1.19.2-6.65.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c51364169852fbbbfde2a97530c1de44621940a2"
hash = "c082347e764697d7972b81a3fade8bf43aa69553"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4601903
file-id = 4639340
project-id = 342584

View File

@ -1,13 +1,13 @@
name = "Connected Glass"
filename = "connectedglass-1.1.6-forge-mc1.19.jar"
filename = "connectedglass-1.1.7-forge-mc1.19.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "af57e1996cd798437d5f76747fa28fd13f323fb1"
hash = "3c97a3012aa9044d81b28780abd4b3364c1ea7ff"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4293791
file-id = 4628996
project-id = 383129

View File

@ -1,13 +1,13 @@
name = "Crafting Tweaks"
filename = "craftingtweaks-forge-1.19.2-15.1.7.jar"
filename = "craftingtweaks-forge-1.19.2-15.1.8.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "d05032c09ac78072254267089ab0e36861d33fb6"
hash = "90e0d59232934a50449d92c28b16ec34d45efd39"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4513858
file-id = 4669914
project-id = 233071

View File

@ -6,8 +6,3 @@ side = "both"
url = "https://cdn.modrinth.com/data/LNytGWDc/versions/6ZQIjBQo/create-1.19.2-0.5.1.b.jar"
hash-format = "sha1"
hash = "15d57ccb0fb0c2e10673bc685df449db71f9696e"
[update]
[update.modrinth]
mod-id = "LNytGWDc"
version = "6ZQIjBQo"

13
mods/cull-leaves.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Cull Leaves"
filename = "cullleaves-forge-3.0.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/GNxdLCoP/versions/cx8ZZ7y9/cullleaves-forge-3.0.1.jar"
hash-format = "sha1"
hash = "4fcad32828c1769c16692c5bbf9644e207c55d53"
[update]
[update.modrinth]
mod-id = "GNxdLCoP"
version = "cx8ZZ7y9"

13
mods/cyclops-core.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Cyclops Core"
filename = "CyclopsCore-1.19.2-1.18.6.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Z9DM0LJ4/versions/a5qnWkzL/CyclopsCore-1.19.2-1.18.6.jar"
hash-format = "sha1"
hash = "36fed530e4179c389280b3e708bdb58943876b90"
[update]
[update.modrinth]
mod-id = "Z9DM0LJ4"
version = "a5qnWkzL"

View File

@ -1,13 +1,13 @@
name = "Dynamic Trees"
filename = "DynamicTrees-1.19.2-1.1.0-BETA3.jar"
filename = "DynamicTrees-1.19.2-1.1.0-BETA5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/vdjF5PL5/versions/x9Cf6AuG/DynamicTrees-1.19.2-1.1.0-BETA3.jar"
url = "https://cdn.modrinth.com/data/vdjF5PL5/versions/uo0GeAkB/DynamicTrees-1.19.2-1.1.0-BETA5.jar"
hash-format = "sha1"
hash = "690213b91b090302a0bc19c2ab1d8c99c858f893"
hash = "712efbffa27ce8033c5e3694acd997a99fbd9194"
[update]
[update.modrinth]
mod-id = "vdjF5PL5"
version = "x9Cf6AuG"
version = "uo0GeAkB"

View File

@ -1,13 +1,13 @@
name = "Dynamic Trees +"
filename = "DynamicTreesPlus-1.19.2-1.1.0.jar"
filename = "DynamicTreesPlus-1.19.2-1.1.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qaO9Dqpu/versions/RroeCDhD/DynamicTreesPlus-1.19.2-1.1.0.jar"
url = "https://cdn.modrinth.com/data/qaO9Dqpu/versions/hPh4l67t/DynamicTreesPlus-1.19.2-1.1.1.jar"
hash-format = "sha1"
hash = "8aa9e2c998d174408c61a64fdcbdd33e644fdf61"
hash = "a6c90b53224b9b42478b358ea41d89df739478b9"
[update]
[update.modrinth]
mod-id = "qaO9Dqpu"
version = "RroeCDhD"
version = "hPh4l67t"

View File

@ -1,13 +1,13 @@
name = "Entity Culling Fabric/Forge"
name = "Entity Culling"
filename = "entityculling-forge-1.6.1-mc1.19.2.jar"
side = "both"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/WR6z6MYC/entityculling-forge-1.6.1-mc1.19.2.jar"
hash-format = "sha1"
hash = "2b2545ea2e203b25d9b33be1e5b8aea38eaa90f2"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4404949
project-id = 448233
[update.modrinth]
mod-id = "NNAgCjsB"
version = "WR6z6MYC"

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

@ -0,0 +1,13 @@
name = "Exchangers"
filename = "Exchangers-1.19.2-3.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "23b4de2a7a844be5d08dd3367c59b9f3cf9af986"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4649188
project-id = 270183

View File

@ -1,13 +1,13 @@
name = "Falling Leaves (Forge)"
filename = "Fallingleaves-1.19.1-1.3.1.jar"
filename = "Fallingleaves-1.19.1-2.0.0-alpha+20221129-2000.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "a01e5f63d4def0940418c4cf0d4d8d0f78000102"
hash = "80155f30fb788efb3c8b534a52767a022befe9f7"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3965374
file-id = 4124035
project-id = 463155

View File

@ -1,13 +0,0 @@
name = "FallingTree (Forge&Fabric)"
filename = "FallingTree-1.19.2-3.10.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "52d1a2d2eba71bb0257af18c5013b8fef9cf3961"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3968312
project-id = 349559

View File

@ -1,13 +1,13 @@
name = "FancyMenu [Forge]"
filename = "fancymenu_forge_2.14.7_MC_1.19-1.19.2.jar"
filename = "fancymenu_forge_2.14.9_MC_1.19-1.19.2.jar"
side = "client"
[download]
hash-format = "sha1"
hash = "137924633e1268e668159cf3b053084ccd43a61a"
hash = "39e6836f769fd38f02f099aa7d2e4ad4e76f31a6"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4503132
file-id = 4655947
project-id = 367706

View File

@ -1,13 +1,13 @@
name = "FastWorkbench"
filename = "FastWorkbench-1.19.2-7.1.3.jar"
filename = "FastWorkbench-1.19.2-7.1.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "570b92e7eb9fda47d93bcf1003f5d63c287ba014"
hash = "92b819982fffa6a2c36ed2a76f5e68e164d7c7eb"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4579504
file-id = 4643471
project-id = 288885

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

@ -0,0 +1,13 @@
name = "Flopper"
filename = "Flopper-1.19.2-1.1.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/aTMAqQMY/versions/1.19.2-1.1.4/Flopper-1.19.2-1.1.4.jar"
hash-format = "sha1"
hash = "e334fac31ebce50fff3c2f448b4d52680b9ecb1f"
[update]
[update.modrinth]
mod-id = "aTMAqQMY"
version = "iT0UAMva"

View File

@ -1,13 +1,13 @@
name = "FTB Chunks (Forge)"
filename = "ftb-chunks-forge-1902.3.22-build.271.jar"
filename = "ftb-chunks-forge-1902.4.1-build.290.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "ce72b7b56b5ec3edc2599a5e94219be09722b89a"
hash = "5e6d3996ad992de502090c962c622fa98241a3de"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4584683
file-id = 4663738
project-id = 314906

View File

@ -1,13 +1,13 @@
name = "FTB Essentials (Forge)"
filename = "ftb-essentials-1902.1.10-build.47.jar"
name = "FTB Essentials (Forge & Fabric)"
filename = "ftb-essentials-forge-1902.3.3-build.100.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "72f71b65dc64b3cbc6b4f38af0589439f65b9a5f"
hash = "3a119ea69d6e3a19eca7201f71b3d0a9e7762072"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3963646
file-id = 4610352
project-id = 410811

View File

@ -1,13 +1,13 @@
name = "FTB Library (Forge)"
filename = "ftb-library-forge-1902.3.19-build.214.jar"
filename = "ftb-library-forge-1902.4.1-build.236.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "924c3b331726e51244ee2d0b304704bef21ef1b0"
hash = "d9d39041049f74b3ed70e17cf8af1c9b252d9d91"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4541987
file-id = 4661834
project-id = 404465

View File

@ -1,13 +1,13 @@
name = "Fusion (Connected Textures)"
filename = "fusion-1.0.3-forge-mc1.19.2.jar"
filename = "fusion-1.0.5-forge-mc1.19.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/p19vrgc2/versions/cZHeUMwR/fusion-1.0.3-forge-mc1.19.2.jar"
url = "https://cdn.modrinth.com/data/p19vrgc2/versions/zT9ETGiV/fusion-1.0.5-forge-mc1.19.2.jar"
hash-format = "sha1"
hash = "60f9e70e62fcfa95707ff2a14ff46f4ae1813001"
hash = "593f9718051eb2ed5858dfb9449ee200479dc535"
[update]
[update.modrinth]
mod-id = "p19vrgc2"
version = "cZHeUMwR"
version = "zT9ETGiV"

View File

@ -1,13 +1,13 @@
name = "GeckoLib"
name = "Geckolib"
filename = "geckolib-forge-1.19-3.1.40.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/lxzmD9V4/geckolib-forge-1.19-3.1.40.jar"
hash-format = "sha1"
hash = "92a447e19afe1a23a33219f5428b2198a58094f4"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4407241
project-id = 388172
[update.modrinth]
mod-id = "8BmcQJ2H"
version = "lxzmD9V4"

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

@ -0,0 +1,13 @@
name = "GunpowderLib"
filename = "GunpowderLib-1.19.2-2.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "67e8e3d1782ae059b785b1f7f7cf9c7ec312d235"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4523832
project-id = 356646

View File

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

View File

@ -1,13 +1,13 @@
name = "KubeJS Create"
filename = "kubejs-create-forge-1902.2.4-build.9.jar"
filename = "kubejs-create-forge-1902.2.4-build.23.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "f9f46882b91dae67a15c231acd2e2b9885cfc6f9"
hash = "af878904b2dfb548c71440a1dca20cee4112ca9a"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4586386
file-id = 4658511
project-id = 429371

View File

@ -1,13 +1,13 @@
name = "KubeJS"
filename = "kubejs-forge-1902.6.0-build.142.jar"
filename = "kubejs-forge-1902.6.1-build.337.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "7286bedd803023852de2ba31cbc85cf16ac0f872"
hash = "dc62169259b4d45df6352ee2286f7e49d1ccfc5f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4377175
file-id = 4664254
project-id = 238086

View File

@ -1,13 +1,13 @@
name = "Lootr (Forge)"
filename = "lootr-1.19-0.4.24.62.jar"
filename = "lootr-1.19-0.4.24.64.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "43c7584798bbdad57847cdc9bcaa42655e9fd5f2"
hash = "7a996448b1a67bc565979d3227d111847a92fd48"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4596364
file-id = 4666932
project-id = 361276

View File

@ -1,13 +1,13 @@
name = "Macaw's Bridges"
filename = "mcw-bridges-2.1.0-mc1.19.2forge.jar"
filename = "mcw-bridges-2.1.1-mc1.19.2forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "107a31a93322fbe20cd9c1a0950dfb62ce2c4bdf"
hash = "aabf179f73542acca4208d864d3536d1beea7060"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4599799
file-id = 4671055
project-id = 351725

View File

@ -1,13 +1,13 @@
name = "Macaw's Doors"
filename = "mcw-doors-1.0.9forge-mc1.19.2.jar"
filename = "mcw-doors-1.1.0forge-mc1.19.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "cadab32e74a3716ea5b79c15509aac81cfa7224a"
hash = "131bf4020a1a52544fb69a94fc7b920a119cccac"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4446154
file-id = 4649906
project-id = 378646

View File

@ -1,13 +1,13 @@
name = "Macaw's Furniture"
filename = "mcw-furniture-3.0.2-mc1.19.2.jar"
filename = "mcw-furniture-3.1.0-mc1.19.2forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "4e63771ab9ee8672c3563c8882171e359e691126"
hash = "a87114514c2ea20e03d7480a0b8582c47beb9d72"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4018184
file-id = 4419012
project-id = 359540

View File

@ -1,13 +1,13 @@
name = "Macaw's Roofs"
filename = "mcw-roofs-2.2.4-mc1.19.2forge.jar"
filename = "mcw-roofs-2.2.4b-mc1.19.2forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "28f80a9a4664bb5978ef4a65888c81ef2f4eb5e9"
hash = "c90098158910d23c7aa36a58d78d4888825c853d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4590028
file-id = 4671061
project-id = 352039

View File

@ -0,0 +1,13 @@
name = "Make Bubbles Pop"
filename = "make_bubbles_pop-0.1.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/gPCdW0Wr/versions/WpwJHkgu/make_bubbles_pop-0.1.0.jar"
hash-format = "sha1"
hash = "15724b15eb73c699d2519db434770232478d3521"
[update]
[update.modrinth]
mod-id = "gPCdW0Wr"
version = "WpwJHkgu"

View File

@ -1,13 +1,13 @@
name = "Mekanism Additions"
filename = "MekanismAdditions-1.19.2-10.3.8.477.jar"
filename = "MekanismAdditions-1.19.2-10.3.9.13.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8c1163f1a6d7dc1fdedcaf75a5d95ef9bf78234e"
hash = "dc30f0a613cc2d324224b427631df5fe1ab52a23"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4385641
file-id = 4644797
project-id = 345425

View File

@ -1,13 +1,13 @@
name = "Mekanism Generators"
filename = "MekanismGenerators-1.19.2-10.3.8.477.jar"
filename = "MekanismGenerators-1.19.2-10.3.9.13.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "0a8beb929a458c8381553e1c6c8f7dca3048d154"
hash = "3bd3a34459a6c029a340b8295c2d723b9fcca6e5"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4385639
file-id = 4644798
project-id = 268566

View File

@ -1,13 +1,13 @@
name = "Mekanism Tools"
filename = "MekanismTools-1.19.2-10.3.8.477.jar"
filename = "MekanismTools-1.19.2-10.3.9.13.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c857c1ce6adce3502fa2ec5b752d7701bc9b6387"
hash = "a57f7119d552879427c3708c7770e73fc43d2ffa"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4385640
file-id = 4644799
project-id = 268567

View File

@ -1,13 +1,13 @@
name = "Mekanism"
filename = "Mekanism-1.19.2-10.3.8.477.jar"
filename = "Mekanism-1.19.2-10.3.9.13.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "dcc63f6cbf25abd295e688acf835930e87e9e6aa"
hash = "c31f3a3df415e74cedc00a880b623cdf59a2c6b9"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4385637
file-id = 4644795
project-id = 268560

View File

@ -1,13 +1,13 @@
name = "Mod Name Tooltip"
filename = "modnametooltip-1.19-1.19.0.jar"
filename = "modnametooltip-1.20.1-1.20.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8d1420df63d0773f6e5abbbb2439af7591f84e34"
hash = "e7c4ac3baeb11e7292da5c79378b7055b7b103bb"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3898427
file-id = 4652448
project-id = 238747

View File

@ -1,13 +0,0 @@
name = "Oaks Nature"
filename = "Oaks Nature v0.2.1 (1.19.2).jar"
side = "both"
[download]
hash-format = "sha1"
hash = "319d06a9f6ec82f0c2396c18a327d3048632ebf3"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4124613
project-id = 663065

17
mods/oculus.pw.toml Normal file
View File

@ -0,0 +1,17 @@
name = "Oculus"
filename = "oculus-mc1.19.2-1.6.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/GchcoXML/versions/Af4brqYV/oculus-mc1.19.2-1.6.4.jar"
hash-format = "sha1"
hash = "27e99e924d5fd845b73d6c969c7c65ad3122019c"
[update]
[update.modrinth]
mod-id = "GchcoXML"
version = "Af4brqYV"
[option]
optional = true
description = "GPU optimization and mod compatibility when paired with Rubidium. Required for shaders."

View File

@ -1,13 +1,13 @@
name = "Pipez"
filename = "pipez-1.19.2-1.1.2.jar"
filename = "pipez-1.19.2-1.1.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "bbc86ff6415261559e33cd8c4545ce0e8706ce23"
hash = "9ff06022eee3c0b4dea50f708e3e91fb7194f209"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4625951
file-id = 4629652
project-id = 443900

View File

@ -1,13 +1,13 @@
name = "Placebo"
filename = "Placebo-1.19.2-7.2.0.jar"
filename = "Placebo-1.19.2-7.3.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "9184fdb71845b8ae3719810aa679ed6ba716f191"
hash = "5b034b35676d55e2b31c2fff492806e7b01ee91c"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4546960
file-id = 4645998
project-id = 283644

View File

@ -1,13 +1,13 @@
name = "PneumaticCraft: Repressurized"
filename = "pneumaticcraft-repressurized-1.19.2-4.3.5-25.jar"
filename = "pneumaticcraft-repressurized-1.19.2-4.3.6-27.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "f1df885ce44fffddd01e99be82e56fb3b401da75"
hash = "88cd69c4cdd79e2f8c115a0a0a27962995e5a308"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4606890
file-id = 4650181
project-id = 281849

View File

@ -1,13 +1,13 @@
name = "Polymorph (Fabric/Forge/Quilt)"
filename = "polymorph-forge-0.46.3+1.19.2.jar"
filename = "polymorph-forge-0.46.4+1.19.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "e9c35add859bb9af5c875c87ae2397650120635b"
hash = "1af413b2432d785d2910b4817a7ded456f74744b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4618423
file-id = 4629009
project-id = 388800

View File

@ -1,13 +1,13 @@
name = "Re-chiseled"
filename = "rechiseled-1.1.0a-forge-mc1.19.2.jar"
name = "Rechiseled"
filename = "rechiseled-1.1.2-forge-mc1.19.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "9db53fbffae82b6a258649f720746524f27a32cf"
hash = "54f498b50830187b1e386fbf1e32930fb2bcb01c"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4598520
file-id = 4660086
project-id = 558998

17
mods/rubidium.pw.toml Normal file
View File

@ -0,0 +1,17 @@
name = "Rubidium"
filename = "rubidium-0.6.2b.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/4ZqxOvjD/versions/6YKudvQ5/rubidium-0.6.2b.jar"
hash-format = "sha1"
hash = "d076157305e5933aefa4a8d1e7c5b4a1b6759d12"
[update]
[update.modrinth]
mod-id = "4ZqxOvjD"
version = "6YKudvQ5"
[option]
optional = true
description = "Provides some graphical optimizations that might make the game run faster. Required for shaders."

View File

@ -1,13 +1,13 @@
name = "Sophisticated Backpacks"
filename = "sophisticatedbackpacks-1.19.2-3.18.53.868.jar"
filename = "sophisticatedbackpacks-1.19.2-3.18.55.889.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8fb177da44d4841ec96db99965ee48021c115c65"
hash = "13538175c9b928371dad6ba138aa600c7d39685c"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4618524
file-id = 4637293
project-id = 422301

View File

@ -1,13 +1,13 @@
name = "Sophisticated Core"
filename = "sophisticatedcore-1.19.2-0.5.77.346.jar"
filename = "sophisticatedcore-1.19.2-0.5.83.394.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "687a78fa64205e97742c709d5da1d10812ca688a"
hash = "be7289242d91cd4bb9c89430555d01e389b4598c"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4620054
file-id = 4668694
project-id = 618298

View File

@ -1,13 +1,13 @@
name = "Super Factory Manager ( SFM )"
filename = "SuperFactoryManager-1.19.2-4.4.1.jar"
filename = "SuperFactoryManager-1.19.2-4.12.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "56b0a2b40bc5c7255bdac83d59fd22544ade2724"
hash = "da3ebbe1e32c7a7f57f2a965fc92e974066ce571"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3953665
file-id = 4659327
project-id = 306935

View File

@ -1,13 +1,13 @@
name = "SuperMartijn642's Config Lib"
filename = "supermartijn642configlib-1.1.6b-forge-mc1.19.jar"
filename = "supermartijn642configlib-1.1.7-forge-mc1.19.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/LN9BxssP/versions/1.1.6b-forge-mc1.19/supermartijn642configlib-1.1.6b-forge-mc1.19.jar"
url = "https://cdn.modrinth.com/data/LN9BxssP/versions/6Dhrrj9a/supermartijn642configlib-1.1.7-forge-mc1.19.jar"
hash-format = "sha1"
hash = "15ddddd5facc0967345c0510092379d78eac071b"
hash = "4b24c38f7f7a09ff874dd58edaf1c5246f28c59a"
[update]
[update.modrinth]
mod-id = "LN9BxssP"
version = "9pwSswPr"
version = "6Dhrrj9a"

View File

@ -1,13 +1,13 @@
name = "SuperMartijn642's Core Lib"
filename = "supermartijn642corelib-1.1.10-forge-mc1.19.2.jar"
filename = "supermartijn642corelib-1.1.12-forge-mc1.19.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/rOUBggPv/versions/z6UtG178/supermartijn642corelib-1.1.10-forge-mc1.19.2.jar"
url = "https://cdn.modrinth.com/data/rOUBggPv/versions/XUrANNgw/supermartijn642corelib-1.1.12-forge-mc1.19.2.jar"
hash-format = "sha1"
hash = "08fcd3116f8ab0c4393d22cf5030ae5dbc828159"
hash = "714aabea3c8f2ac9d4fcd78337284713ce39896a"
[update]
[update.modrinth]
mod-id = "rOUBggPv"
version = "z6UtG178"
version = "XUrANNgw"

View File

@ -1,13 +1,13 @@
name = "Tesseract"
filename = "tesseract-1.0.34-forge-mc1.19.jar"
filename = "tesseract-1.0.35-forge-mc1.19.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/OUhp5O2m/versions/dImbxVsl/tesseract-1.0.34-forge-mc1.19.jar"
url = "https://cdn.modrinth.com/data/OUhp5O2m/versions/ZxGoSDwd/tesseract-1.0.35-forge-mc1.19.jar"
hash-format = "sha1"
hash = "1e87256964950f3be932b734c11c645b8e0947fb"
hash = "dc00d31f3cf76efcb99ac4012813cc32171629db"
[update]
[update.modrinth]
mod-id = "OUhp5O2m"
version = "dImbxVsl"
version = "ZxGoSDwd"

View File

@ -1,13 +1,13 @@
name = "Torchmaster"
filename = "torchmaster-19.2.90.jar"
filename = "torchmaster-19.2.93.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c6275f9d8ef59ee6b2e6f1a1f3fa345a985820d2"
hash = "678890ce4af28f05004a2097b83a96b401331bd8"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4569235
file-id = 4669791
project-id = 254268

View File

@ -1,12 +1,12 @@
name = "ScrumptiousCraft Um"
author = "razage"
version = "1.1.0"
version = "1.1.4"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "3472f9e9020f30da01f760065a65af455730afd9292936958a1f65d927cc81e2"
hash = "634b13d4aca1e737c06c2c65f6ba6038c4c699edaf30bcea3311e7de7c6b5c27"
[versions]
forge = "43.2.8"

View File

@ -0,0 +1,13 @@
name = "Motschen's Better Leaves"
filename = "Better-Leaves-7.1-1.19+.zip"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uvpymuxq/versions/PZcMlF3o/Better-Leaves-7.1-1.19%2B.zip"
hash-format = "sha1"
hash = "c8868fe6534cada3c667af02593504dae339a0b9"
[update]
[update.modrinth]
mod-id = "uvpymuxq"
version = "PZcMlF3o"

View File

@ -0,0 +1,13 @@
name = "Cubic Sun & Moon"
filename = "cubic-sun-moon-v1-6-1.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/g4bSYbrU/versions/qfjv2fkq/cubic-sun-moon-v1-6-1.zip"
hash-format = "sha1"
hash = "88774da943772873b824fb8fbeb827375367a4a6"
[update]
[update.modrinth]
mod-id = "g4bSYbrU"
version = "qfjv2fkq"

View File

@ -0,0 +1,13 @@
name = "Mandala's GUI - Dark mode"
filename = "MandalasGUI_Legacy+Modded_Dakmode_v3.8.8.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/h6zxsNVF/versions/Xm76BNdx/MandalasGUI_Legacy%2BModded_Dakmode_v3.8.8.zip"
hash-format = "sha1"
hash = "39476ac05dfa87af81fa5aa48fd4dbf6ce474b49"
[update]
[update.modrinth]
mod-id = "h6zxsNVF"
version = "Xm76BNdx"