this repo has no description

Compare changes

Choose any two refs to compare.

+1 -1
config/bcc-common.toml
··· 7 #The name of the modpack 8 modpackName = "Construct" 9 #The version of the modpack 10 - modpackVersion = "2.0.0" 11 #Use the metadata.json to determine the modpack version 12 #ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING 13 useMetadata = false
··· 7 #The name of the modpack 8 modpackName = "Construct" 9 #The version of the modpack 10 + modpackVersion = "2.0.1" 11 #Use the metadata.json to determine the modpack version 12 #ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING 13 useMetadata = false
+20 -3
config/delightful-common.toml
··· 2 # Let's Configure Delightful 3 [Knives] 4 black_opal_knife = false 5 - bone_knife = true 6 brass_knife = true 7 bronze_knife = false 8 constantan_knife = false ··· 11 enderite_knife = false 12 invar_knife = false 13 lapis_lazuli_knife = false 14 - large_amethyst_knife = true 15 lead_knife = false 16 - netherite_opal_knife = true 17 nickel_knife = false 18 obsidian_infused_enderite_knife = false 19 osmium_knife = false ··· 22 silver_knife = false 23 steel_knife = false 24 tin_knife = false 25 26 [Cabinets] 27 basalt_cabinet = true ··· 63 nut_milk = true 64 #Allow cooking honey from honey and clovers 65 clover_honey = true 66 67 [Generation] 68 #Chance of generating clusters. Smaller value = more frequent.
··· 2 # Let's Configure Delightful 3 [Knives] 4 black_opal_knife = false 5 + bone_knife = false 6 brass_knife = true 7 bronze_knife = false 8 constantan_knife = false ··· 11 enderite_knife = false 12 invar_knife = false 13 lapis_lazuli_knife = false 14 + large_amethyst_knife = false 15 lead_knife = false 16 + netherite_opal_knife = false 17 nickel_knife = false 18 obsidian_infused_enderite_knife = false 19 osmium_knife = false ··· 22 silver_knife = false 23 steel_knife = false 24 tin_knife = false 25 + amethyst_knife = false 26 + deorum_knife = false 27 + draco_arcanus_knife = false 28 + emerald_knife = false 29 + fiery_knife = false 30 + ironwood_knife = false 31 + knightmetal_knife = false 32 + living_knife = false 33 + reinforced_deorum_knife = false 34 + steeleaf_knife = false 35 36 [Cabinets] 37 basalt_cabinet = true ··· 73 nut_milk = true 74 #Allow cooking honey from honey and clovers 75 clover_honey = true 76 + acorn = true 77 + acorn_sack = true 78 + cooked_goat = true 79 + cooked_venison_chops = true 80 + raw_goat = true 81 + salmonberry_pips = true 82 + venison_chops = true 83 84 [Generation] 85 #Chance of generating clusters. Smaller value = more frequent.
+3 -3
config/everycomp-registry.toml
··· 87 flowering_nightshade = true 88 firecracker = true 89 90 - [leaves_type.culturaldelights] 91 - avocado = true 92 - 93 [leaves_type.tconstruct] 94 earth_slime = true 95 sky_slime = true ··· 102 pink_blossom = true 103 yellow_blossom = true 104 red_blossom = true 105 106 [wood_type] 107
··· 87 flowering_nightshade = true 88 firecracker = true 89 90 [leaves_type.tconstruct] 91 earth_slime = true 92 sky_slime = true ··· 99 pink_blossom = true 100 yellow_blossom = true 101 red_blossom = true 102 + 103 + [leaves_type.culturaldelights] 104 + avocado = true 105 106 [wood_type] 107
+32 -1
config/farmersdelight-common.toml
··· 16 #A list of dye colors that, when used as the background of a Canvas Sign, should default to white text when placed. 17 #Dyes: ["white", "orange", "magenta", "light_blue", "yellow", "lime", "pink", "gray", "light_gray", "cyan", "purple", "blue", "brown", "green", "red", "black"] 18 canvasSignDarkBackgroundList = ["gray", "purple", "blue", "brown", "green", "red", "black"] 19 20 #Vanilla item overrides 21 [overrides] ··· 23 vanillaSoupExtraEffects = true 24 #Should Rabbit Stew grant users the jumping prowess of a rabbit when eaten? 25 rabbitStewJumpBoost = true 26 - #Should most vanilla tools register a dispenser behavior when facing a Cutting Board? 27 dispenserUsesToolsOnCuttingBoard = true 28 29 #Stack size overrides ··· 98 #Range: > 0 99 chance = 20 100
··· 16 #A list of dye colors that, when used as the background of a Canvas Sign, should default to white text when placed. 17 #Dyes: ["white", "orange", "magenta", "light_blue", "yellow", "lime", "pink", "gray", "light_gray", "cyan", "purple", "blue", "brown", "green", "red", "black"] 18 canvasSignDarkBackgroundList = ["gray", "purple", "blue", "brown", "green", "red", "black"] 19 + #Should players be able to reel back rope, bottom to top, when sneak-using with an empty hand on them? 20 + enableRopeReeling = true 21 22 #Vanilla item overrides 23 [overrides] ··· 25 vanillaSoupExtraEffects = true 26 #Should Rabbit Stew grant users the jumping prowess of a rabbit when eaten? 27 rabbitStewJumpBoost = true 28 + #Should the Dispenser be able to operate a Cutting Board in front of it? 29 dispenserUsesToolsOnCuttingBoard = true 30 31 #Stack size overrides ··· 100 #Range: > 0 101 chance = 20 102 103 + #Brown Mushroom Colony generation 104 + [world.brown_mushroom_colonies] 105 + #Generate brown mushroom colonies on mushroom fields 106 + genBrownMushroomColony = true 107 + #Chance of generating clusters. Smaller value = more frequent. 108 + #Range: > 0 109 + chance = 15 110 + 111 + #Red Mushroom Colony generation 112 + [world.red_mushroom_colonies] 113 + #Generate red mushroom colonies on mushroom fields 114 + genRedMushroomColony = true 115 + #Chance of generating clusters. Smaller value = more frequent. 116 + #Range: > 0 117 + chance = 15 118 + 119 + #Farming 120 + [farming] 121 + #Which rope should Tomato Vines leave behind when mined by hand? 122 + defaultTomatoVineRope = "farmersdelight:rope" 123 + #Should tomato vines be able to climb any rope tagged as farmersdelight:ropes? 124 + #Beware: this will convert these blocks into the block specified in defaultTomatoVineRope. 125 + enableTomatoVineClimbingTaggedRopes = true 126 + 127 + #Recipe book 128 + [recipe_book] 129 + #Should the Cooking Pot have a Recipe Book available on its interface? 130 + enableRecipeBookCookingPot = true 131 +
+13
config/jaopca/materials/deorum.toml
···
··· 1 + 2 + [general] 3 + #The alternative names of this material. 4 + alternativeNames = [] 5 + #The byproducts of this material. 6 + extras = [] 7 + #The module blacklist of this material. 8 + moduleBlacklist = [] 9 + #Should items of this material have the enchanted glow. 10 + hasEffect = false 11 + #The model type of the material. 12 + modelType = "metallic" 13 +
+1 -1
config/serverconfigupdater-common.toml
··· 2 ["Version Configuration"] 3 # Define a version here. On world load the mod will look up the serverconfig version and reset all files that specified up to the newest version. 4 # Example: ["1=minecraft","2=forge"] will reset minecraft and forge config on first load, but will only reset forge if the world has been loaded before with only version 1 defined 5 - versions = ["1=cofh_core,comforts,corpse,create,curios,doubleslabs,ensorcellation,etched,fastleafdecay,forge,jei,mantle,pickupnotifier,skinnedlanterns", "5=solcarrot", "6=carryon,framedblocks"] 6 7 ["File Deleter"] 8 # This is intended for deleting files for pack updates. This is a last resort! Replace with empty files instead when possible. The file will be deleted every launch if it exists! Specify the path to the file. Comma Separated List. Example: scripts/badscript.zs
··· 2 ["Version Configuration"] 3 # Define a version here. On world load the mod will look up the serverconfig version and reset all files that specified up to the newest version. 4 # Example: ["1=minecraft","2=forge"] will reset minecraft and forge config on first load, but will only reset forge if the world has been loaded before with only version 1 defined 5 + versions = ["1=cofh_core,comforts,corpse,curios,doubleslabs,ensorcellation,etched,fastleafdecay,forge,jei,mantle,pickupnotifier,skinnedlanterns", "6=carryon,framedblocks", "7=solcarrot,create"] 6 7 ["File Deleter"] 8 # This is intended for deleting files for pack updates. This is a last resort! Replace with empty files instead when possible. The file will be deleted every launch if it exists! Specify the path to the file. Comma Separated List. Example: scripts/badscript.zs
+13
config/smoothboot.json
···
··· 1 + { 2 + "threadCount": { 3 + "bootstrap": 1, 4 + "main": 31 5 + }, 6 + "threadPriority": { 7 + "game": 5, 8 + "bootstrap": 1, 9 + "main": 1, 10 + "io": 1, 11 + "integratedServer": 5 12 + } 13 + }
+21
config/supplementaries-client.toml
··· 216 #Display visual particles when a playing a flute 217 note_particles = true 218
··· 216 #Display visual particles when a playing a flute 217 note_particles = true 218 219 + [items.quiver] 220 + #Z offset for quiver render when wearing armor. Useful for when you have custom armor bigger than vanilla to void clipping. Leave at -1 for automatic offset 221 + #Range: -1.0 ~ 1.0 222 + armor_render_offset = -1.0 223 + #How quivers should render onto players 224 + #Allowed Values: HIDDEN, BACK, HIP, THIGH 225 + render_mode = "HIP" 226 + #How skeleton with quivers should render it 227 + #Allowed Values: HIDDEN, BACK, HIP, THIGH 228 + skeleton_render_mode = "THIGH" 229 + #Adds an overlay to quivers in gui displaying currently selected arrow 230 + overlay = true 231 + #Allows using your mouse to select an arrow in the quiver GUI 232 + mouse_movement_in_gui = true 233 + #Quiver GUI X offset from default position 234 + #Range: -1000 ~ 1000 235 + gui_x_offset = 0 236 + #Quiver GUI Y offset from default position 237 + #Range: -1000 ~ 1000 238 + gui_y_offset = 0 239 +
+10
config/supplementaries-common.toml
··· 443 #Allow enderman to intercept any slingshot projectile 444 unrestricted_enderman_intercept = true 445 446 #General settings 447 [general] 448 #Turn this on to disable any interaction on blocks placed by other players. This affects item shelves, signs, flower pots, and boards. Useful for protected servers. Note that it will affect only blocks placed after this is turned on and such blocks will keep being protected after this option is disabled
··· 443 #Allow enderman to intercept any slingshot projectile 444 unrestricted_enderman_intercept = true 445 446 + [items.quiver] 447 + #Allows using a quiver without being slowed down 448 + use_without_slow = true 449 + #Arrow stacks that can fit inside a quiver. Requires reboot 450 + #Range: 1 ~ 9 451 + slots = 6 452 + #Increase this number to alter the probability for a Skeleton with quiver to spawn. Note that this also depends on local difficulty so you wont ever see them on easy and very rarely on normal. Similar logic to equipment 453 + #Range: 0.0 ~ 1.0 454 + quiver_skeleton_chance = 0.2 455 + 456 #General settings 457 [general] 458 #Turn this on to disable any interaction on blocks placed by other players. This affects item shelves, signs, flower pots, and boards. Useful for protected servers. Note that it will affect only blocks placed after this is turned on and such blocks will keep being protected after this option is disabled
+2
config/supplementaries-registry.toml
··· 85 lapis_bricks = true 86 relayer = true 87 crystal_display = true 88 89 [items] 90 flute = true ··· 100 rope_arrow = false 101 bomb = true 102 pancake = true 103
··· 85 lapis_bricks = true 86 relayer = true 87 crystal_display = true 88 + candle_holder = true 89 90 [items] 91 flute = true ··· 101 rope_arrow = false 102 bomb = true 103 pancake = true 104 + quiver = true 105
+8 -4
defaultconfigs/create-server.toml
··· 19 #Allow the Mechanical Saw to process entire stacks at a time. 20 bulkCutting = false 21 # 22 - #Allow allows any shapeless crafting recipes to be processed by a Mechanical Mixer + Basin. 23 allowShapelessInMixer = true 24 # 25 #Allow any single-ingredient 2x2 or 3x3 crafting recipes to be processed by a Mechanical Press + Basin. ··· 27 # 28 #Allow any standard crafting recipes to be processed by Mechanical Crafters. 29 allowRegularCraftingInCrafter = true 30 - # 31 - #Allow Firework Rockets with more than 9 ingredients to be crafted using Mechanical Crafters. 32 - allowBiggerFireworksInCrafter = false 33 # 34 #Allow any stonecutting recipes to be processed by a Mechanical Saw. 35 allowStonecuttingOnSaw = true ··· 52 # 53 #Allow the standard in-world Shadow Steel recipe. 54 enableShadowSteelRecipe = true 55 56 # 57 #Parameters and abilities of Create's kinetic mechanisms
··· 19 #Allow the Mechanical Saw to process entire stacks at a time. 20 bulkCutting = false 21 # 22 + #Allow any shapeless crafting recipes to be processed by a Mechanical Mixer + Basin. 23 allowShapelessInMixer = true 24 # 25 #Allow any single-ingredient 2x2 or 3x3 crafting recipes to be processed by a Mechanical Press + Basin. ··· 27 # 28 #Allow any standard crafting recipes to be processed by Mechanical Crafters. 29 allowRegularCraftingInCrafter = true 30 # 31 #Allow any stonecutting recipes to be processed by a Mechanical Saw. 32 allowStonecuttingOnSaw = true ··· 49 # 50 #Allow the standard in-world Shadow Steel recipe. 51 enableShadowSteelRecipe = true 52 + # 53 + #Allow supported potions to be brewed by a Mechanical Mixer + Basin. 54 + allowBrewingInMixer = true 55 + # 56 + #The Maximum amount of ingredients that can be used to craft Firework Rockets using Mechanical Crafters. 57 + #Range: > 1 58 + maxFireworkIngredientsInCrafter = 9 59 60 # 61 #Parameters and abilities of Create's kinetic mechanisms
+1 -1
defaultconfigs/solcarrot-server.toml
··· 2 [milestones] 3 #Number of hearts you gain for reaching a new milestone. 4 #Range: 0 ~ 1000 5 - heartsPerMilestone = 2 6 #A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. Naturally, adding more milestones lets you earn more hearts. 7 milestones = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100] 8 #Number of hearts you start out with.
··· 2 [milestones] 3 #Number of hearts you gain for reaching a new milestone. 4 #Range: 0 ~ 1000 5 + heartsPerMilestone = 1 6 #A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. Naturally, adding more milestones lets you earn more hearts. 7 milestones = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100] 8 #Number of hearts you start out with.
+36 -23
index.toml
··· 374 375 [[files]] 376 file = "config/bcc-common.toml" 377 - hash = "ac89c1d117f4ec29c9a99c835572b9c6406f6b99f21271ba6bd1aa3811970e16" 378 379 [[files]] 380 file = "config/betteradvancements-client.toml" ··· 722 723 [[files]] 724 file = "config/delightful-common.toml" 725 - hash = "ace3fdfa2f149cb86600779c678e7ba5adc5585b383571e85d3995961fcddb18" 726 727 [[files]] 728 file = "config/delogger2.json" ··· 766 767 [[files]] 768 file = "config/everycomp-registry.toml" 769 - hash = "8cfeb3eb795e73f0c464505dc4e5be58306b45e2c95e4a452711095c6417536d" 770 771 [[files]] 772 file = "config/excavated_variants.json" ··· 926 927 [[files]] 928 file = "config/farmersdelight-common.toml" 929 - hash = "cd6a1aa12b8084fbb593c7a00c330ef05e5597e15d8c29e0a0a8228068da6bab" 930 931 [[files]] 932 file = "config/farmersrespite-common.toml" ··· 1089 hash = "841fbd8227cf63f66088e44bd2892226ad03d089168a48bd1798061ae2665ed3" 1090 1091 [[files]] 1092 file = "config/jaopca/materials/diamond.toml" 1093 hash = "76b6a596d97eacbe69feed11d19361c6a76832221c385e927082d266cd172058" 1094 ··· 1366 1367 [[files]] 1368 file = "config/serverconfigupdater-common.toml" 1369 - hash = "21fe200096c881ba8877adf9a6b2529a936d91128407ccf87c29fd31f0a53b89" 1370 1371 [[files]] 1372 file = "config/skinnedlanterns.toml" 1373 hash = "bfc728d2a529c76cd53b37a7a00d9628f3692aef67d04cb84e4d5e0dcf2587a5" 1374 1375 [[files]] 1376 file = "config/smoothchunk-common.toml" 1377 hash = "0b5e7f9386e0f8d1933d9ac9b67154b7574afb3bcc459624484d001204a0d623" 1378 ··· 1410 1411 [[files]] 1412 file = "config/supplementaries-client.toml" 1413 - hash = "f4a24cab411d3adf8027826ce6d657bc8da7e95d109e37839f2d4764708e9b2c" 1414 1415 [[files]] 1416 file = "config/supplementaries-common.toml" 1417 - hash = "0a26a61d6205b3b195c260635d0f41b4793100101e5c81ccf2fd7644f7f8a12c" 1418 1419 [[files]] 1420 file = "config/supplementaries-registry.toml" 1421 - hash = "655a2611b88f14bfa0400a36c3bbeb59db31ab676b7d564edb4e1ca45bec0f0d" 1422 1423 [[files]] 1424 file = "config/tconstruct-client.toml" ··· 1474 1475 [[files]] 1476 file = "defaultconfigs/create-server.toml" 1477 - hash = "8429e710f134d920c3127b3757c90f89ca2a713a6602d7fd5b2d6ebbb1f8e835" 1478 1479 [[files]] 1480 file = "defaultconfigs/curios-server.toml" ··· 1522 1523 [[files]] 1524 file = "defaultconfigs/solcarrot-server.toml" 1525 - hash = "74a6660acbda83e8a31c5fac615606ba8c08cba3e284e225061c07c4d2b1e318" 1526 1527 [[files]] 1528 file = "global_packs/required_data/Construct Tweaks/data/alexsmobs/advancements/alexsmobs/grizzly_bear.json" ··· 1839 1840 [[files]] 1841 file = "mods/create-cafe.pw.toml" 1842 - hash = "6b977439f94c4af708bd5e7d114b1583d21ae0924207ddb7421d79153efc2497" 1843 metafile = true 1844 1845 [[files]] ··· 1854 1855 [[files]] 1856 file = "mods/create.pw.toml" 1857 - hash = "7b705f57107935d189436c3ed561c986a6ec84a2d80ff94542a46836ab80ea83" 1858 metafile = true 1859 1860 [[files]] 1861 file = "mods/cultural-delights.pw.toml" 1862 - hash = "9fdd3396cab483f12248bc508a1bea5fabd2e0d65d54e57cde0e55b89eafdd44" 1863 metafile = true 1864 1865 [[files]] ··· 1879 1880 [[files]] 1881 file = "mods/delightful.pw.toml" 1882 - hash = "9f1518d5ef5c9ca1ef3cfff34fa3fdb3135a0473efaf52e89e98e8ff49e63c4f" 1883 metafile = true 1884 1885 [[files]] ··· 1949 1950 [[files]] 1951 file = "mods/farmers-delight.pw.toml" 1952 - hash = "3226b84f654ab5db4e3b261d511c40719bf23481ddff853bfb6e33af11a5ab51" 1953 metafile = true 1954 1955 [[files]] ··· 2219 2220 [[files]] 2221 file = "mods/polymorph.pw.toml" 2222 - hash = "ed0fcdae68f0f046f6b25c7e8da92b37b5a29aeab8d399e0f2514a3186b1d641" 2223 metafile = true 2224 2225 [[files]] ··· 2275 [[files]] 2276 file = "mods/skinned-lanterns.pw.toml" 2277 hash = "cd74b7a9228e69bc1e515f72013268f8630411bddb43fdb4a5cb0f2806136d7a" 2278 metafile = true 2279 2280 [[files]] ··· 2284 2285 [[files]] 2286 file = "mods/sophisticated-backpacks.pw.toml" 2287 - hash = "dc446f4396f890259b9e7e13343a2556dc1b444f07f7bac0aede5287f2b2a67a" 2288 metafile = true 2289 2290 [[files]] 2291 file = "mods/sophisticated-core.pw.toml" 2292 - hash = "53a781daf9e319b650de8a33aedec8877addc36aa989eceeef9a00a70dee4233" 2293 metafile = true 2294 2295 [[files]] 2296 file = "mods/sophisticated-storage.pw.toml" 2297 - hash = "638e4534f22a18fc3fea6cd5f24da9b88f059c2636e6c7e80c3063bef5b7935d" 2298 metafile = true 2299 2300 [[files]] ··· 2329 2330 [[files]] 2331 file = "mods/supplementaries.pw.toml" 2332 - hash = "8f9058b0180cce1e40523e95a4558abe9147a1f928e8fba05704deeb29637f78" 2333 metafile = true 2334 2335 [[files]] ··· 2339 2340 [[files]] 2341 file = "mods/terralith.pw.toml" 2342 - hash = "62c4c00ecc9ca4ca806808ed111578bfa358a44646c61afa31db31055bceed87" 2343 metafile = true 2344 2345 [[files]] 2346 file = "mods/tinkers-construct.pw.toml" 2347 - hash = "4275242bc6cd5ff6a7b23463f3921fc3bced4b9fc2e5f4a634ec5be96d0e21e2" 2348 metafile = true 2349 2350 [[files]] ··· 2414 2415 [[files]] 2416 file = "resourcepacks/repurposed-structures-better-dungeons-datapack.pw.toml" 2417 - hash = "4ef4f30ad9a2d64e85f128ed3402901af6b8268333e8ccdda4b014e1574ea9f0" 2418 metafile = true 2419 2420 [[files]]
··· 374 375 [[files]] 376 file = "config/bcc-common.toml" 377 + hash = "c54d3dbf8b15a406a3a9ef4bb3ee73c94e12ff0dcff1b1174ac2d04c849e2b37" 378 379 [[files]] 380 file = "config/betteradvancements-client.toml" ··· 722 723 [[files]] 724 file = "config/delightful-common.toml" 725 + hash = "0675d6c09fe4f12bd57431fac4edf72d6591fcf27acfdea909bbf7c352de72e1" 726 727 [[files]] 728 file = "config/delogger2.json" ··· 766 767 [[files]] 768 file = "config/everycomp-registry.toml" 769 + hash = "e5a9ae4f50c01b19d853da1060f29c2a61562ef3844075bade337b23d0314baa" 770 771 [[files]] 772 file = "config/excavated_variants.json" ··· 926 927 [[files]] 928 file = "config/farmersdelight-common.toml" 929 + hash = "818d9762fce1485ccf57e590a8902042e58d7d8960e29906120404565189d8f1" 930 931 [[files]] 932 file = "config/farmersrespite-common.toml" ··· 1089 hash = "841fbd8227cf63f66088e44bd2892226ad03d089168a48bd1798061ae2665ed3" 1090 1091 [[files]] 1092 + file = "config/jaopca/materials/deorum.toml" 1093 + hash = "841fbd8227cf63f66088e44bd2892226ad03d089168a48bd1798061ae2665ed3" 1094 + 1095 + [[files]] 1096 file = "config/jaopca/materials/diamond.toml" 1097 hash = "76b6a596d97eacbe69feed11d19361c6a76832221c385e927082d266cd172058" 1098 ··· 1370 1371 [[files]] 1372 file = "config/serverconfigupdater-common.toml" 1373 + hash = "23aa1240da81b928b2d162cc49b703ae78b9d7997d5f141c1bf400e34bcf25f9" 1374 1375 [[files]] 1376 file = "config/skinnedlanterns.toml" 1377 hash = "bfc728d2a529c76cd53b37a7a00d9628f3692aef67d04cb84e4d5e0dcf2587a5" 1378 1379 [[files]] 1380 + file = "config/smoothboot.json" 1381 + hash = "af3ec0963c7d5a04427f6fd3ea9c8e239d2cb61be6f6a1a9aaa394e312333b2f" 1382 + 1383 + [[files]] 1384 file = "config/smoothchunk-common.toml" 1385 hash = "0b5e7f9386e0f8d1933d9ac9b67154b7574afb3bcc459624484d001204a0d623" 1386 ··· 1418 1419 [[files]] 1420 file = "config/supplementaries-client.toml" 1421 + hash = "562c34f618ac2c96abc1b0248f5d51764473eb98672638fbb4f952c9159d55c7" 1422 1423 [[files]] 1424 file = "config/supplementaries-common.toml" 1425 + hash = "908a684a505ee600f14f3dda36e1fc39c1ca0487cca709fd4980fce4378236f6" 1426 1427 [[files]] 1428 file = "config/supplementaries-registry.toml" 1429 + hash = "17984ba320ade63449481e92971308b14c7649474304a620c4a485578c179b5d" 1430 1431 [[files]] 1432 file = "config/tconstruct-client.toml" ··· 1482 1483 [[files]] 1484 file = "defaultconfigs/create-server.toml" 1485 + hash = "c0ff1a0e760dbbb1a9fac0f76aa0972e896a562d4be223b45260f1dc0ff2e226" 1486 1487 [[files]] 1488 file = "defaultconfigs/curios-server.toml" ··· 1530 1531 [[files]] 1532 file = "defaultconfigs/solcarrot-server.toml" 1533 + hash = "6263f324051c425342523d57f50d9404ebae67f69537462faabd9408c514af03" 1534 1535 [[files]] 1536 file = "global_packs/required_data/Construct Tweaks/data/alexsmobs/advancements/alexsmobs/grizzly_bear.json" ··· 1847 1848 [[files]] 1849 file = "mods/create-cafe.pw.toml" 1850 + hash = "405183e12e147b78833f069cfc5400d390544842a3711cc75252a15d832ba04c" 1851 metafile = true 1852 1853 [[files]] ··· 1862 1863 [[files]] 1864 file = "mods/create.pw.toml" 1865 + hash = "49d95a50bd61162db6c7882fc0a2fdac118ead6e7bc592c243d1db29b560db17" 1866 metafile = true 1867 1868 [[files]] 1869 file = "mods/cultural-delights.pw.toml" 1870 + hash = "6536c35eff4429b8a8d2702c00f1113e677b29d857a59bd267a8fe511eade784" 1871 metafile = true 1872 1873 [[files]] ··· 1887 1888 [[files]] 1889 file = "mods/delightful.pw.toml" 1890 + hash = "1e6bb9364d3690a5db8e5ad21585296a27beb67ae090b61346f868b60447970f" 1891 metafile = true 1892 1893 [[files]] ··· 1957 1958 [[files]] 1959 file = "mods/farmers-delight.pw.toml" 1960 + hash = "546cf7bd63e02041e8d159ecc5326fde952aaeaf0d8517b5eb5f552a84fcf12a" 1961 metafile = true 1962 1963 [[files]] ··· 2227 2228 [[files]] 2229 file = "mods/polymorph.pw.toml" 2230 + hash = "015b1cf6262abdb5d44e2a54d8de6b0a2ef79b8df470365ef72d54f095bd05f9" 2231 metafile = true 2232 2233 [[files]] ··· 2283 [[files]] 2284 file = "mods/skinned-lanterns.pw.toml" 2285 hash = "cd74b7a9228e69bc1e515f72013268f8630411bddb43fdb4a5cb0f2806136d7a" 2286 + metafile = true 2287 + 2288 + [[files]] 2289 + file = "mods/smooth-boot-reloaded.pw.toml" 2290 + hash = "a324d3d1904f018fd24bb1d03c3b00fa7adb0c920c2f798ab7fa49cb0a6cbaad" 2291 metafile = true 2292 2293 [[files]] ··· 2297 2298 [[files]] 2299 file = "mods/sophisticated-backpacks.pw.toml" 2300 + hash = "97b3e820817836018d3274ab22907491957b2253b6224d3200f8dd27871413dc" 2301 metafile = true 2302 2303 [[files]] 2304 file = "mods/sophisticated-core.pw.toml" 2305 + hash = "4ddcc494fda400bc5c521b95427249c959fde0f7c17c68c05b8f239caa436806" 2306 metafile = true 2307 2308 [[files]] 2309 file = "mods/sophisticated-storage.pw.toml" 2310 + hash = "6fa4cb7f8d56346079b8b54f317202b67e727a0fa4bad97c367b93b51af495e6" 2311 metafile = true 2312 2313 [[files]] ··· 2342 2343 [[files]] 2344 file = "mods/supplementaries.pw.toml" 2345 + hash = "091ab4e96943717607ef7e4355f8c9127e2c014cbfa34894e73ce9a52136410d" 2346 metafile = true 2347 2348 [[files]] ··· 2352 2353 [[files]] 2354 file = "mods/terralith.pw.toml" 2355 + hash = "a45e1e6951999e0eddeb5cada1d251531e359844b7420ddef655adb9b245a3cd" 2356 metafile = true 2357 2358 [[files]] 2359 file = "mods/tinkers-construct.pw.toml" 2360 + hash = "5cef47ebec6f02511be3efd5d6b65ff3bf7ba9593958d13a6784e45621b4ba1f" 2361 metafile = true 2362 2363 [[files]] ··· 2427 2428 [[files]] 2429 file = "resourcepacks/repurposed-structures-better-dungeons-datapack.pw.toml" 2430 + hash = "4b8b58f3057383f791d964452eff4b3d53ce964edd2eb3ad4bb63b5a0c96eefb" 2431 metafile = true 2432 2433 [[files]]
+3 -3
mods/create-cafe.pw.toml
··· 1 name = "Create Cafe" 2 - filename = "createcafe-1.9.5-1.18.2.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "dc5fa9e77a6751b81476b9869dc611b68cca4bb3" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3962931 13 project-id = 542235
··· 1 name = "Create Cafe" 2 + filename = "createcafe-1.9.6-1.18.2.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "4b37aa0719122752c57357f3aab67479f6fd9bf8" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 3995985 13 project-id = 542235
+3 -3
mods/create.pw.toml
··· 1 name = "Create" 2 - filename = "create-1.18.2-0.5.0.d.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "752272ed4a12ea2ecf4a11cca91344727bc47e57" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3934676 13 project-id = 328085
··· 1 name = "Create" 2 + filename = "create-1.18.2-0.5.0.e.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "102bd0f5ae1a10b531fb6169709b4ea7ebca6844" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 4007544 13 project-id = 328085
+3 -3
mods/cultural-delights.pw.toml
··· 1 name = "Cultural Delights" 2 - filename = "culturaldelights-1.18.2-0.13.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "3e374449ca8b8454ff3a4f12facdc2e74674c151" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3946517 13 project-id = 574622
··· 1 name = "Cultural Delights" 2 + filename = "culturaldelights-1.18.2-0.14.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "b00898b0b446b37c8b6900e066707f2adafbdd92" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 4000179 13 project-id = 574622
+3 -3
mods/delightful.pw.toml
··· 1 name = "Delightful" 2 - filename = "Delightful-1.18.2-2.0.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "bcb44465472aa1a4b07e68cc4cddb17f947c43bf" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3950104 13 project-id = 637529
··· 1 name = "Delightful" 2 + filename = "Delightful-1.18.2-2.6.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "0b5fa27ac2b75e8c9a0911c4c1b0984e5160b28a" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 3999344 13 project-id = 637529
+3 -3
mods/farmers-delight.pw.toml
··· 1 name = "Farmer's Delight" 2 - filename = "FarmersDelight-1.18.2-1.1.2.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "353ecdbdb0de5ff2829aadeca608f872fd6c101c" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3834150 13 project-id = 398521
··· 1 name = "Farmer's Delight" 2 + filename = "FarmersDelight-1.18.2-1.2.0.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "33870bb97e204cf410e50de596d49cb1b13935dc" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 3999153 13 project-id = 398521
+3 -3
mods/polymorph.pw.toml
··· 1 name = "Polymorph (Forge)" 2 - filename = "polymorph-forge-1.18.2-0.44.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "064028a8c750ace31d61a2f443e775570598d9e4" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3793106 13 project-id = 388800
··· 1 name = "Polymorph (Forge)" 2 + filename = "polymorph-forge-1.18.2-0.45.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "ad175bccea56345c8c9da3037a5c832c1c1d972a" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 3995029 13 project-id = 388800
+13
mods/smooth-boot-reloaded.pw.toml
···
··· 1 + name = "Smooth Boot (Reloaded)" 2 + filename = "smoothboot-mc1.18.2-1.0.1.jar" 3 + side = "both" 4 + 5 + [download] 6 + hash-format = "sha1" 7 + hash = "31ad696edbd9eb90e46241cacd6c81230b013d79" 8 + mode = "metadata:curseforge" 9 + 10 + [update] 11 + [update.curseforge] 12 + file-id = 3894617 13 + project-id = 633412
+3 -3
mods/sophisticated-backpacks.pw.toml
··· 1 name = "Sophisticated Backpacks" 2 - filename = "sophisticatedbackpacks-1.18.2-3.18.24.704.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "31f9ec1bbd39d28168974f0f0edcdf27c091b3f3" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3960033 13 project-id = 422301
··· 1 name = "Sophisticated Backpacks" 2 + filename = "sophisticatedbackpacks-1.18.2-3.18.29.718.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "a2fa05f51e37810e52fc2e472e1c71f2ce6fe203" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 4006088 13 project-id = 422301
+3 -3
mods/sophisticated-core.pw.toml
··· 1 name = "Sophisticated Core" 2 - filename = "sophisticatedcore-1.18.2-0.5.9.115.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "5e11c1a1044119b64f0494de1715b99a46c566fc" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3960016 13 project-id = 618298
··· 1 name = "Sophisticated Core" 2 + filename = "sophisticatedcore-1.18.2-0.5.12.129.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "602e055fb86947f4e5f852d7680c88e3936ae35e" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 4006086 13 project-id = 618298
+3 -3
mods/sophisticated-storage.pw.toml
··· 1 name = "Sophisticated Storage" 2 - filename = "sophisticatedstorage-1.18.2-0.5.11.137.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "f4f3da93b4484625ce14f6b3a33ef16ba14d95b9" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3960036 13 project-id = 619320
··· 1 name = "Sophisticated Storage" 2 + filename = "sophisticatedstorage-1.18.2-0.5.17.152.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "dbfe20eb9669dce9005e1450639f6e88018d732d" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 4006092 13 project-id = 619320
+3 -3
mods/supplementaries.pw.toml
··· 1 name = "Supplementaries" 2 - filename = "supplementaries-1.18.2-1.5.1.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "d89d39664e28e1c0fc368c4ca6265ac9c2391dbd" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3972685 13 project-id = 412082
··· 1 name = "Supplementaries" 2 + filename = "supplementaries-1.18.2-1.5.7.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "9ad6383b1d08ed0971669f4336edc695c97e5d27" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 4007157 13 project-id = 412082
+3 -3
mods/terralith.pw.toml
··· 1 name = "Terralith" 2 - filename = "Terralith_v2.2.1a.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "6fc7c336beb04b72adae9323e7e7814ed3a02c09" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3696607 13 project-id = 513688
··· 1 name = "Terralith" 2 + filename = "Terralith_v2.2.2.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "c0d3577f5e00496a946614e1834d63243cfee94f" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 4001337 13 project-id = 513688
+3 -3
mods/tinkers-construct.pw.toml
··· 1 name = "Tinkers Construct" 2 - filename = "TConstruct-1.18.2-3.5.1.31.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "a78661bfdb32450ac28e567aa0607717d7ea2e22" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3829979 13 project-id = 74072
··· 1 name = "Tinkers Construct" 2 + filename = "TConstruct-1.18.2-3.5.2.40.jar" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "9e3c9549fc176f29f78ef22eb82d7ad508860ee0" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 3998764 13 project-id = 74072
+2 -2
pack.toml
··· 1 name = "Construct" 2 author = "Falxie_" 3 - version = "2.0.0" 4 pack-format = "packwiz:1.1.0" 5 6 [index] 7 file = "index.toml" 8 hash-format = "sha256" 9 - hash = "72883c8b9a81c305884da4107ba8a51913f40a49f161d492e180d401a65ffb0f" 10 11 [versions] 12 forge = "40.1.80"
··· 1 name = "Construct" 2 author = "Falxie_" 3 + version = "2.0.1" 4 pack-format = "packwiz:1.1.0" 5 6 [index] 7 file = "index.toml" 8 hash-format = "sha256" 9 + hash = "668f874593c3c86341720e618076ad126a9d4bc5edfe136bc67ad397ba722fcd" 10 11 [versions] 12 forge = "40.1.80"
+3 -3
resourcepacks/repurposed-structures-better-dungeons-datapack.pw.toml
··· 1 name = "Repurposed Structures - Better Dungeons Compat Datapack" 2 - filename = "Repurposed_Structures-Better_Dungeons_v2.zip" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 - hash = "4b114a55225f1334cbf12605c7fc200f84a2c0de" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 - file-id = 3661516 13 project-id = 554329
··· 1 name = "Repurposed Structures - Better Dungeons Compat Datapack" 2 + filename = "Repurposed_Structures-Better_Dungeons_v3.zip" 3 side = "both" 4 5 [download] 6 hash-format = "sha1" 7 + hash = "83478ec6c74c878b52be7cbd6682c5f62acb0fd5" 8 mode = "metadata:curseforge" 9 10 [update] 11 [update.curseforge] 12 + file-id = 3996614 13 project-id = 554329