diff --git a/config/parcool-client.toml b/config/parcool-client.toml new file mode 100644 index 0000000..031e4b5 --- /dev/null +++ b/config/parcool-client.toml @@ -0,0 +1,259 @@ + +["Possibility_of_Actions(Some_do_not_have_to_work)"] + can_BreakfallReady = true + can_CatLeap = true + can_ChargeJump = true + can_ClimbPoles = true + can_ClimbUp = true + can_ClingToCliff = true + can_HideInBlock = true + can_Crawl = true + can_Dive = true + can_Dodge = true + can_FastRun = true + can_FastSwim = true + can_Flipping = true + can_HangDown = true + can_HorizontalWallRun = true + can_JumpFromBar = true + can_QuickTurn = true + can_RideZipline = true + can_Roll = true + can_SkyDive = true + can_Slide = true + can_Tap = true + can_Vault = true + can_VerticalWallRun = true + can_WallJump = true + can_WallSlide = true + +[Stamina_HUD_Configuration] + #Allowed Values: Normal, Light, Hide + stamina_hud_type = "Light" + #horizontal alignment + #Allowed Values: Left, Right + align_h_s_hud = "Right" + #vertical alignment + #Allowed Values: Top, Bottom + align_v_s_hud = "Bottom" + hide_hud_if_stamina_infinite = true + #Stamina HUD shows action charge rate, cool time or etc + show_action_status_bar = true + #horizontal offset of normal HUD + #Range: 0 ~ 100 + offset_h_stamina_hud = 3 + #vertical offset of normal HUD + #Range: 0 ~ 100 + offset_v_stamina_hud = 3 + #horizontal offset of light HUD + #Range: -100 ~ 100 + offset_h_light_hud = 0 + #vertical offset of light HUD + #Range: -100 ~ 100 + offset_v_light_hud = 0 + +[Animations] + #Enable custom animations + enable_animation = true + #Enable custom animation of falling + enable_falling_animation = false + #Enable lean animation while FastRun + enable_lean_animation_fast_run = true + #Enable first-person-view animations + enable_fpv_animation = false + #Enable rotation of camera by Dodge + enable_camera_rotation_dodge = false + #Enable rotation of camera by Backward Wall-Jump + enable_camera_rotation_back_wall_jump = true + #Enable rotation of camera by Roll + enable_camera_rotation_roll = true + #Enable rotation of camera by Flipping + enable_camera_rotation_flipping = true + #Enable animation of camera by Vault + enable_camera_animation_vault = false + #Enable animation of camera by Horizontal-WallRun + enable_camera_animation_h-wall-run = true + #Enable animation of camera by Hang-Down + enable_camera_animation_hang-down = true + + [Animations.Animators] + enable_BackwardWallJumpAnimator = true + enable_CatLeapAnimator = true + enable_ChargeJumpAnimator = true + enable_ClimbUpAnimator = true + enable_ClingToCliffAnimator = true + enable_CrawlAnimator = true + enable_DiveAnimationHostAnimator = true + enable_DiveIntoWaterAnimator = true + enable_DodgeAnimator = true + enable_FastRunningAnimator = true + enable_FastSwimAnimator = true + enable_FlippingAnimator = true + enable_HideInBlockAnimator = true + enable_HorizontalWallRunAnimator = true + enable_JumpChargingAnimator = false + enable_JumpFromBarAnimator = true + enable_HangAnimator = true + enable_KongVaultAnimator = true + enable_RideZiplineAnimator = true + enable_RollAnimator = true + enable_SlidingAnimator = true + enable_SpeedVaultAnimator = true + enable_TapAnimator = true + enable_VerticalWallRunAnimator = true + enable_WallJumpAnimator = true + enable_WallSlideAnimator = true + +[Control] + #Control of Fast Run + #Allowed Values: PressKey, Toggle, Auto + fast-run_control = "PressKey" + #Control of Crawl + #Allowed Values: PressKey, Toggle + crawl_control = "PressKey" + #Control of Flipping + #Allowed Values: PressRightAndLeft, TapMovementAndJump, PressFlippingKey + flip_control = "PressFlippingKey" + #Control of Horizontal Wall Run + #Allowed Values: PressKey, Auto + h-wall-run_control = "PressKey" + #Control of Wall Jump + #Allowed Values: PressKey, ReleaseKey + wall-jump_control = "PressKey" + #Control of Cling To Cliff + #Allowed Values: PressKey, Toggle + cling-to-cliff_control = "PressKey" + #Enable double-tapping ctrl for Dodge + enable_double_tapping_for_dodge = true + #Enable cooldown of wall jump + enable_wall_jump_cooldown = true + #Enable Crawl in air + enable_crawl_in_air = true + #Enable Vault in air + enable_vault_in_air = true + #Enable getting off steps while doing dodge + can_get_off_steps_while_dodge = false + #Enable Roll when creative mode (experimental) + enable_roll_creative = false + #Make Vault need Vault Key Pressed + vault_needs_key_pressed = false + #Make HideInBlock need player sneaking + hideinblock_needs_sneaking = true + #enable players to do actions needing Fast-Running by sprint + substitute_sprint = false + #acceptable walll angle of wall jump : `0` means you exactly opposite to wall, `180` allow you to wall jump for all angle + #Range: 0 ~ 180 + acceptable_angle_wall_jump = 110 + #How long duration of dodge is deal as successive dodge + #Range: > 0 + successive_dodge_cool_time = 30 + #Cool time of Dodge action + #Range: > 11 + dodge_cool_time = 11 + #Max number of times of successive Dodge action + #Range: > 1 + successive_dodge_count = 3 + +[Modifier] + #How long you can do Horizontal Wall Run + #Range: 15 ~ 100 + wall-run_continuable_tick = 25 + #How long you can do Slide + #Range: 10 ~ 60 + sliding_continuable_tick = 15 + #FastRun speed modifier + #Range: 0.001 ~ 10.0 + fast-run_modifier = 2.0 + #FastSwim speed modifier + #Range: 0.001 ~ 10.0 + fast-swim_modifier = 2.0 + #Dodge speed modifier + #Range: 0.5 ~ 3.0 + dodge-speed_modifier = 1.0 + +[Other_Configuration] + #Vault Animation(Dynamic is to select animation dynamically) + #Allowed Values: SpeedVault, KongVault, Dynamic + vault_animation_mode = "Dynamic" + #Color theme of Setting GUI + #Allowed Values: Red, Green, Blue, Yellow, Black + gui_color_theme = "Blue" + #Enable just timing effect of Breakfall + enable_just_time_effect_breakfall = true + #Enable sounds triggered by Action + enable_sounds = true + #Enable particles triggered by Action + enable_particles = true + #Enable particles triggered by just-time breakfall + enable_particles_jt_breakfall = true + #Enable block like rendering of zipline + enable_3d_render_zipline = true + #Notify if auto resynchronization of Limitation is executed + notify_limitation_auto_resync = true + #Whether ParCool is active + parcool_activation = true + +[Stamina] + #Allowed Values: Default, Hunger, Feathers, Paraglider, EpicFight + used_stamina = "Default" + #Caution : Max stamina and stamina recovery config is removed because they became attributes. + #Infinite Stamina (this needs a permission from server, even if it is on single player's game. normally permitted) + #Please check 'parcool-server.toml' in 'serverconfig' directory + infinite_stamina = false + #Infinite Stamina while player is creative mode + infinite_stamina_if_creative_mode = true + + [Stamina.Consumption] + #Range: 0 ~ 10000 + stamina_consumption_of_BreakfallReady = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_CatLeap = 200 + #Range: 0 ~ 10000 + stamina_consumption_of_ChargeJump = 100 + #Range: 0 ~ 10000 + stamina_consumption_of_ClimbPoles = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_ClimbUp = 150 + #Range: 0 ~ 10000 + stamina_consumption_of_ClingToCliff = 2 + #Range: 0 ~ 10000 + stamina_consumption_of_HideInBlock = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_Crawl = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_Dive = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_Dodge = 80 + #Range: 0 ~ 10000 + stamina_consumption_of_FastRun = 2 + #Range: 0 ~ 10000 + stamina_consumption_of_FastSwim = 3 + #Range: 0 ~ 10000 + stamina_consumption_of_Flipping = 80 + #Range: 0 ~ 10000 + stamina_consumption_of_HangDown = 3 + #Range: 0 ~ 10000 + stamina_consumption_of_HorizontalWallRun = 2 + #Range: 0 ~ 10000 + stamina_consumption_of_JumpFromBar = 100 + #Range: 0 ~ 10000 + stamina_consumption_of_QuickTurn = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_RideZipline = 2 + #Range: 0 ~ 10000 + stamina_consumption_of_Roll = 100 + #Range: 0 ~ 10000 + stamina_consumption_of_SkyDive = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_Slide = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_Tap = 100 + #Range: 0 ~ 10000 + stamina_consumption_of_Vault = 50 + #Range: 0 ~ 10000 + stamina_consumption_of_VerticalWallRun = 150 + #Range: 0 ~ 10000 + stamina_consumption_of_WallJump = 120 + #Range: 0 ~ 10000 + stamina_consumption_of_WallSlide = 8 + diff --git a/config/resourcepackoverrides.json b/config/resourcepackoverrides.json new file mode 100644 index 0000000..b7fa5d5 --- /dev/null +++ b/config/resourcepackoverrides.json @@ -0,0 +1,96 @@ +{ + "schema_version": "2", + "default_overrides": { + "force_compatible": true + }, + "default_packs": [ + "file/Pixelated_v1.3.4_EnhancedVisuals(nox_cgt).zip", + "file/LowOnFire_1.20.1.zip" + ], + "pack_overrides": { + + "vanilla": { + "title": "\"Vanilla Assets\"", + "description": "\"Resource pack from Minecraft\"" + }, + + "file/FreshAnimations_v1.9.2.zip": { + "title" : "\"Fresh Animations\"", + "description":"\"Make your game like the trailers! Dynamic animated entities to freshen your Minecraft experience.\"", + "required": true, + "force_compatible": true + }, + + "file/FA+All_Extensions-v1.4.zip": { + "title" : "\"Fresh Animations - Extensions\"", + "description":"\"Extra customisation for Fresh Animations.\"", + "required": true, + "force_compatible": true + }, + + "file/-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip": { + "title" : "\"Fresh Moves\"", + "description":"\"This is EMF Player Animation resource pack. Gives fancy animations to the player entity. Compatible with animations from other mods. Like Quark's emotes, Parcool...\"", + "required": true, + "force_compatible": true + }, + + "file/crops-3d(2).zip": { + "title" : "\"3D crops Revamped\"", + "description":"\"Makes minecraft crops 3D\"", + "required": true, + "force_compatible": true + }, + + "file/Better+Lanterns+v1.2(mc-1.20.1).zip": { + "title" : "\"Better Lanterns\"", + "description":"\"Makes Lanterns and Chains 3D\"", + "required": true, + "force_compatible": true + + }, + + "file/Pixelated_v1.3.4_EnhancedVisuals(nox_cgt).zip": { + "title" : "\"EnhancedVisual Pixelated\"", + "description":"\"Makes Enhanced Visuals effects pixelated\"", + "force_compatible": true + }, + + "file/LowOnFire_1.20.1.zip": { + "title" : "\"Low On Fire\"", + "description":"\"Low fire on your screen!\"", + "force_compatible": true + }, + + + + + "1": [ + "file/\u00A79RAY's \u00A7f3D \u00A76Rails\u00A78\u00A7o\u00A7k.zip", + "file/\u00A79RAY's \u00A7f3D \u00A76Ladders\u00A78\u00A7o\u00A7k.zip" + ], + + "$$1": { + "required": true, + "force_compatible": true + }, + + "2": [ + "create_central_kitchen:create_styled", + "builtin/towntalk", + "builtin/loveandwar_vender_art", + "builtin/add_pack_finders_test", + "mod_resources", + "fabric", + "Moonlight Mods Dynamic Assets" + ], + + "$$2": { + "hidden": true, + "required": true, + "force_compatible": true + } + + + } +} diff --git a/index.toml b/index.toml index e86cee8..9ea5833 100644 --- a/index.toml +++ b/index.toml @@ -8,6 +8,14 @@ hash = "e904d2eb01a078a8c5b76506d66e42d8728902782724989c31a003c7644d2f08" file = "config/lithium.properties" hash = "78873c622d50f3fe51e23ea1b88eb8fa8a204575b69c5c79bdbe6d8517475724" +[[files]] +file = "config/parcool-client.toml" +hash = "9ea40b2679d8fd1a1c7a85c20e396ee2a50b41d354b79da9f67e67e8b5d5b051" + +[[files]] +file = "config/resourcepackoverrides.json" +hash = "d10fb1892f8f9d1d9683ce13a80e4842ecfb3b9b772e02b3f7afa71c09c0bc06" + [[files]] file = "kubejs/data/amplified-nether.pw.toml" hash = "0bea19a26b492795f76201e9a51ab8beddf32826493b107ee8ef16fd2739d117" @@ -73,6 +81,11 @@ file = "mods/alternate-current.pw.toml" hash = "64a9d35d95525940611e536b2d16ee73dec0c213832195b2f7f8f925e077d774" metafile = true +[[files]] +file = "mods/ambientsounds.pw.toml" +hash = "c8687ecfd74d5bbb4cd3685736009ccd667d4d5370bbb2af20a458bcacf268c0" +metafile = true + [[files]] file = "mods/amendments.pw.toml" hash = "4fe7367f9c2966e59db30ae8c1043225302923b1b932c06fba8423e74d754ef9" @@ -163,6 +176,11 @@ file = "mods/betterf3.pw.toml" hash = "3368f9c1c6208d801b4a1f0590aec21afce0d941501349c187b574da3b160c03" metafile = true +[[files]] +file = "mods/biomes-o-plenty.pw.toml" +hash = "be710b0c92ac946d39f47043d5da9e96f56b73dd7ed2c9346431368c9b82aa38" +metafile = true + [[files]] file = "mods/biomesize.pw.toml" hash = "9c2ac5983de8e2e80a556e34efd410dc87180326f46bb921202170671b941d62" @@ -175,12 +193,12 @@ metafile = true [[files]] file = "mods/bluemap.pw.toml" -hash = "a825bce2890f42c1acfb1965f2309b6e3f12e73364f632e577ef2ca1e390db2c" +hash = "eb5dc88b3860990c3a952610ae99e1edd3085b310b331ae34a7b8c4dfe066302" metafile = true [[files]] file = "mods/bluemapfrontiers.pw.toml" -hash = "b9d734441e8a0825e926f0228c460d9a9073bfeb57858716a8713a5bd0ad7eb4" +hash = "2431950761fa6b963d280e602f0d0b623f0953c858fa6a2df5d91f936397aa8c" metafile = true [[files]] @@ -213,6 +231,11 @@ file = "mods/caelus.pw.toml" hash = "5155ae1ca2c606df2001422a48cd167d2449160d5fe12a302753dee69af7fe92" metafile = true +[[files]] +file = "mods/calcmod.pw.toml" +hash = "8fe7caa6b276c9e707f8b23a52501be29b98592e0239f914179a3b964f56571a" +metafile = true + [[files]] file = "mods/carry-on.pw.toml" hash = "ded75a2dd4ee0ea57454d080652099f759ff222a17c6f7daa86df944daf5ad04" @@ -503,6 +526,11 @@ file = "mods/disenchantingforge.pw.toml" hash = "7f5d118219135a4a700e5b2527a2015b9c8382e97f88e51699db75411e626e56" metafile = true +[[files]] +file = "mods/dismount-entity.pw.toml" +hash = "c8ea4b20eeab877e2fd374c36df5eb01f028629567b9e25ab8d25922490172d9" +metafile = true + [[files]] file = "mods/distanthorizons.pw.toml" hash = "2d6c3cbd6a46159d43e6cc9d90b6c6d3156bc15e720e2ab8af76f23a2daccb2c" @@ -613,6 +641,11 @@ file = "mods/enhanced-celestials.pw.toml" hash = "885221a000410ecbababafdbc18cc530c911ed86346dee14706df70dcc728030" metafile = true +[[files]] +file = "mods/enhancedvisuals.pw.toml" +hash = "67cb05bef9f9999c423b1b3281a5397f036d6a43a3b15613629bfcb2898c5c16" +metafile = true + [[files]] file = "mods/ensorcellation.pw.toml" hash = "9780912a21d843e262d6f137ae4e7f95ae21e059e82c8a449b5930c767b06dc4" @@ -850,7 +883,12 @@ metafile = true [[files]] file = "mods/highlight.pw.toml" -hash = "dadff41c576095209ea071de0f217a2e34a333e05b42aa83c10d248e319e3640" +hash = "ee8e026f46f06f68fa61abfd0e50b195c3348c8ecbbcac8eeb8fc7a05c1219ba" +metafile = true + +[[files]] +file = "mods/hourglass.pw.toml" +hash = "f7111a197c3e4748c1c35283b10605503025c8c57f1410da5d5442c63c7ba410" metafile = true [[files]] @@ -1178,6 +1216,11 @@ file = "mods/nekos-enchanted-books.pw.toml" hash = "cb6ea4ac1856c75ed32284dadce944d9b2f7b409bcaa22da1f3fb7647a80333a" metafile = true +[[files]] +file = "mods/neruina.pw.toml" +hash = "de02dd5b14cbde882dcc4574a68fb7e2b7774cceacd902410491c2e63af0bf89" +metafile = true + [[files]] file = "mods/netherportalfix.pw.toml" hash = "da8adfd1a2ab5e050fc182940c9bf972cbcafdbb12e22fe8274ccf47c71e9899" @@ -1188,11 +1231,21 @@ file = "mods/no-chat-reports.pw.toml" hash = "b57f83a78903e7e2d3ac3ad588a36a7b17663a4ee8f7800c179c9cfbf40931d3" metafile = true +[[files]] +file = "mods/noisium.pw.toml" +hash = "967412dd78791d3c8ed00470ac9dd9473d0d03fdf78d04a9a004ea79bfcbde70" +metafile = true + [[files]] file = "mods/not-enough-animations.pw.toml" hash = "6fdd8498513768f5ba38ce1ff2c9ad6a8e9a8e183b3ee8c1b1c6aed8b6df1229" metafile = true +[[files]] +file = "mods/notenoughcrashes.pw.toml" +hash = "c5e06d475ce3ebc68d5a531c0b4bcf2d6368862fe9d6ab554f1d380865ff7789" +metafile = true + [[files]] file = "mods/oceans-delight.pw.toml" hash = "57f6793fdca748db18eb33a34344f68804e881af07c5e032073d8b33ee683a54" @@ -1365,7 +1418,7 @@ metafile = true [[files]] file = "mods/resource-pack-overrides.pw.toml" -hash = "8d4e53d685f68ceb22f77257a05435961d0723b4190be2ad6f03189770ea8ffe" +hash = "5614c4af04d39763d7779a77b457947ac9cde2e8e22823720ccb505c792b2dc1" metafile = true [[files]] @@ -1418,6 +1471,11 @@ file = "mods/selene.pw.toml" hash = "6c8fe855482559b5b1f79dedacec091eb7e35c48399e5bf11132e4941334da54" metafile = true +[[files]] +file = "mods/servercore.pw.toml" +hash = "5f67406870237320fd17a3a464d8a6108672f9e80bc0212848b9d50a84b91796" +metafile = true + [[files]] file = "mods/shetiphiancore.pw.toml" hash = "3636928a6068d4a3884fdfcfcd3a37f823fd1e9f4edccd2ee0be16a1cbf8872a" @@ -1463,6 +1521,11 @@ file = "mods/simply-light.pw.toml" hash = "762eced5d260cdbc94f0acc033efd8fe70fdfe5a28bd8d180e0b052de509893f" metafile = true +[[files]] +file = "mods/skeleton-horse-spawn.pw.toml" +hash = "a5282d80aebb13f3d5512c737b9547a0d093671703b9e93b2d42c2ad50804140" +metafile = true + [[files]] file = "mods/slice-and-dice.pw.toml" hash = "ebc991519db80f7009e67023483354bb562ee939eeac754cf4cb290e29d01761" @@ -1478,6 +1541,11 @@ file = "mods/smooth-chunk-save.pw.toml" hash = "e3bbce143fa556b491edd7be8a841d8d347873f7ac1a8e38fa2dc82fbba25ad4" metafile = true +[[files]] +file = "mods/snow-under-trees.pw.toml" +hash = "7208d9c2aa81d8d456d048afd691d77c1d29f6d96623b0a538f6aa5d2a58130d" +metafile = true + [[files]] file = "mods/sodium-embeddium-options-mod-compat.pw.toml" hash = "2e5b22d50e0f18e526dce3a17dc672d8e4e5bf26b1169746d3e431684f93022b" @@ -1523,6 +1591,16 @@ file = "mods/sound-physics-remastered.pw.toml" hash = "13b8bfed308eb056714ca7db09115d47833828b1a5ecdb5e0a37572db4965d10" metafile = true +[[files]] +file = "mods/spark.pw.toml" +hash = "19f87c2c4c618ceeaa2b2876edc0546b65c6caaf0b8ee0faa4d76c6a8813c32a" +metafile = true + +[[files]] +file = "mods/sparsestructures.pw.toml" +hash = "8abb5d92b79ec9531b91a51ecd2d199c294553de3982820a37625f816e9430d8" +metafile = true + [[files]] file = "mods/spawn-animations-mod.pw.toml" hash = "cab95e41b48b39100f39b116363e5c69e45ac3cf471bea80f13f5fef2ac543a7" @@ -1723,11 +1801,6 @@ file = "mods/watermedia.pw.toml" hash = "7109c28cd8cd4e32634ad3c6d167bc7c717b17e2598a078cbab7fa73f7f8caa5" metafile = true -[[files]] -file = "mods/wavey-capes.pw.toml" -hash = "15abef79143d21db24ffc7cdc5cccabfdff88d7b71cc86a468e63d14da6cdd31" -metafile = true - [[files]] file = "mods/what-are-they-up-to.pw.toml" hash = "57d69a930e8272c52bed5f54d2d645e6e3e7eab14435901a5c70dbb4af4005a4" @@ -1743,11 +1816,71 @@ file = "mods/yeetus-experimentus.pw.toml" hash = "e808b52742984a2aa14d16deb58b03a07e9bb0ed00327dd5e6046a15c2955175" metafile = true +[[files]] +file = "mods/yungs-api.pw.toml" +hash = "e59b1afad3abcd2656cb958ee423fa36f6f6a5ec4acd7e2df47865fb9582da66" +metafile = true + +[[files]] +file = "mods/yungs-better-desert-temples.pw.toml" +hash = "c2e3390b5330508e73c0e0d42067dcbdb1137e73ce7ec4324288fd3b7ed2d50d" +metafile = true + +[[files]] +file = "mods/yungs-better-dungeons.pw.toml" +hash = "647dc25daba3bac1f6e93e3abedaa80d00c83812595e0cf42df5ae966058e84f" +metafile = true + +[[files]] +file = "mods/yungs-better-end-island.pw.toml" +hash = "7e9f9d03e9777945478efb8eedc7e3b23d8986c6f3275cba4e3d6ffb65adb13e" +metafile = true + +[[files]] +file = "mods/yungs-better-jungle-temples.pw.toml" +hash = "2b4c452b8e077743406460087ecba4a8e7b93d581308c4879dda8a35ed6e86c4" +metafile = true + +[[files]] +file = "mods/yungs-better-mineshafts.pw.toml" +hash = "4353ffe53f1dcf34093430446f30629d5f23ae10839dd766ea4438806d915a78" +metafile = true + +[[files]] +file = "mods/yungs-better-nether-fortresses.pw.toml" +hash = "4143741c21217772c5f568cef36ec16861f9895d193f5eff3c674a6032fac4f1" +metafile = true + +[[files]] +file = "mods/yungs-better-ocean-monuments.pw.toml" +hash = "9ad77d663f0a287c2a902d71ccf7221f4ab49a29946743432e4ccb7506e86c21" +metafile = true + +[[files]] +file = "mods/yungs-better-strongholds.pw.toml" +hash = "584b719bb17c63ca4bb1432f45af46a17e1bce6307565f13b9c0298bb80f6945" +metafile = true + +[[files]] +file = "mods/yungs-better-witch-huts.pw.toml" +hash = "7deb34098e5722d3b024231e937c66984e5874f653f0cfc95482f22bbc18f4d4" +metafile = true + +[[files]] +file = "mods/yungs-bridges.pw.toml" +hash = "d92d38a261d5c8449b33c114ba3391567c5aca8853301928746de2386348b50b" +metafile = true + [[files]] file = "mods/zeta.pw.toml" hash = "f4317b7e3936074a1eb5530d5883e4da7105b18edd8f89b0e5064b354ec7bff8" metafile = true +[[files]] +file = "mods/zombie-horse-spawn.pw.toml" +hash = "14fd76ab4194290801666a5f1f9147d14e41ef7df07423a33970aa120054397a" +metafile = true + [[files]] file = "resourcepacks/3d-crops.pw.toml" hash = "5b71e347b4890f18e2d56ce27cb00ebdebecf16de8bf3f932e6ff2d54b233a53" @@ -1758,6 +1891,11 @@ file = "resourcepacks/better-lanterns.pw.toml" hash = "5af3785186ce92fb810d6e7861256b3f703ad3a4fc3c1e7e4d494d425ea75221" metafile = true +[[files]] +file = "resourcepacks/enhancedvisual-pixelated.pw.toml" +hash = "97fc6f322c735434313528746c38e5d5db85ea49ac379cfd06af32d42cc348b3" +metafile = true + [[files]] file = "resourcepacks/fresh-animations-extensions.pw.toml" hash = "21bf0205d09a3cf7a43cffdb4b2cb2e05e60bac4fd74f527b447487460410af5" diff --git a/mods/ambientsounds.pw.toml b/mods/ambientsounds.pw.toml new file mode 100644 index 0000000..43cb718 --- /dev/null +++ b/mods/ambientsounds.pw.toml @@ -0,0 +1,18 @@ +name = "AmbientSounds" +filename = "AmbientSounds_FORGE_v6.1.10_mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fM515JnW/versions/xGUL054M/AmbientSounds_FORGE_v6.1.10_mc1.20.1.jar" +hash-format = "sha1" +hash = "e7ef689927dc79299548b4350783e40aa038c7f7" + +[option] +optional = true +default = true +description = "Adds a rich ambience to the minecraft world." + +[update] +[update.modrinth] +mod-id = "fM515JnW" +version = "xGUL054M" diff --git a/mods/biomes-o-plenty.pw.toml b/mods/biomes-o-plenty.pw.toml new file mode 100644 index 0000000..11e1823 --- /dev/null +++ b/mods/biomes-o-plenty.pw.toml @@ -0,0 +1,13 @@ +name = "Biomes O' Plenty" +filename = "BiomesOPlenty-forge-1.20.1-19.0.0.96.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HXF82T3G/versions/jxUqRzSD/BiomesOPlenty-forge-1.20.1-19.0.0.96.jar" +hash-format = "sha1" +hash = "f6ffd20b9825c4a69d93af7caed701a60bf804b5" + +[update] +[update.modrinth] +mod-id = "HXF82T3G" +version = "jxUqRzSD" diff --git a/mods/bluemap.pw.toml b/mods/bluemap.pw.toml index 8a17b07..619f0cb 100644 --- a/mods/bluemap.pw.toml +++ b/mods/bluemap.pw.toml @@ -7,6 +7,11 @@ url = "https://cdn.modrinth.com/data/swbUV1cr/versions/aHbq9KFB/BlueMap-5.3-forg hash-format = "sha1" hash = "63697b589da28c335016a1e7755ccb9309cbc09e" +[option] +optional = true +default = false +description = "A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer." + [update] [update.modrinth] mod-id = "swbUV1cr" diff --git a/mods/bluemapfrontiers.pw.toml b/mods/bluemapfrontiers.pw.toml index 00d59bc..cb6b182 100644 --- a/mods/bluemapfrontiers.pw.toml +++ b/mods/bluemapfrontiers.pw.toml @@ -7,6 +7,11 @@ url = "https://cdn.modrinth.com/data/OGGG6gVy/versions/e6SxXn7W/bluemapfrontiers hash-format = "sha1" hash = "bbf4673266291fb0379fe85aad8145bf82e03cd1" +[option] +optional = true +default = false +description = "MapFrontiers integration for BlueMap" + [update] [update.modrinth] mod-id = "OGGG6gVy" diff --git a/mods/calcmod.pw.toml b/mods/calcmod.pw.toml new file mode 100644 index 0000000..19bb35f --- /dev/null +++ b/mods/calcmod.pw.toml @@ -0,0 +1,13 @@ +name = "CalcMod" +filename = "calcmod-forge-1.20.1-1.3.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/XoHTb2Ap/versions/9YJSPPRw/calcmod-forge-1.20.1-1.3.0.jar" +hash-format = "sha1" +hash = "2a8a3d7678573fed1bf3296f42e9cadd36e6178d" + +[update] +[update.modrinth] +mod-id = "XoHTb2Ap" +version = "9YJSPPRw" diff --git a/mods/dismount-entity.pw.toml b/mods/dismount-entity.pw.toml new file mode 100644 index 0000000..c8ff450 --- /dev/null +++ b/mods/dismount-entity.pw.toml @@ -0,0 +1,13 @@ +name = "Dismount Entity" +filename = "dismountentity-1.20.1-3.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/H7N61Wcl/versions/8dvHq4gs/dismountentity-1.20.1-3.6.jar" +hash-format = "sha1" +hash = "8c61481080f7665c124f6051a0544b19b0dfd793" + +[update] +[update.modrinth] +mod-id = "H7N61Wcl" +version = "8dvHq4gs" diff --git a/mods/enhancedvisuals.pw.toml b/mods/enhancedvisuals.pw.toml new file mode 100644 index 0000000..33d04df --- /dev/null +++ b/mods/enhancedvisuals.pw.toml @@ -0,0 +1,13 @@ +name = "EnhancedVisuals" +filename = "EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KjL0jE2w/versions/m3cjYtkA/EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar" +hash-format = "sha1" +hash = "780caf39421ccfc495d14cb287856ced97c32985" + +[update] +[update.modrinth] +mod-id = "KjL0jE2w" +version = "m3cjYtkA" diff --git a/mods/highlight.pw.toml b/mods/highlight.pw.toml index f30e6d3..e7ee9db 100644 --- a/mods/highlight.pw.toml +++ b/mods/highlight.pw.toml @@ -7,11 +7,6 @@ url = "https://cdn.modrinth.com/data/Vz96hXMh/versions/CJKpdSjT/highlight-forge- hash-format = "sha1" hash = "f0cbbdf1b0510cfbc38453d4fd411b8a915e3457" -[option] -optional = true -default = true -description = "Highlight changes the visualization of specific blocks in the game to have more aligned selections to their models." - [update] [update.modrinth] mod-id = "Vz96hXMh" diff --git a/mods/hourglass.pw.toml b/mods/hourglass.pw.toml new file mode 100644 index 0000000..35bec0d --- /dev/null +++ b/mods/hourglass.pw.toml @@ -0,0 +1,13 @@ +name = "Hourglass" +filename = "hourglass-1.20-1.2.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1ZqmoFFP/versions/G7VDa3zX/hourglass-1.20-1.2.1.1.jar" +hash-format = "sha1" +hash = "d7e6bf68eab1471e27573372a2bcf07d3744987d" + +[update] +[update.modrinth] +mod-id = "1ZqmoFFP" +version = "G7VDa3zX" diff --git a/mods/neruina.pw.toml b/mods/neruina.pw.toml new file mode 100644 index 0000000..4949332 --- /dev/null +++ b/mods/neruina.pw.toml @@ -0,0 +1,13 @@ +name = "Neruina - Ticking Entity Fixer" +filename = "Neruina-2.1.1-forge+1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/1s5x833P/versions/3dEDxcSK/Neruina-2.1.1-forge%2B1.20.1.jar" +hash-format = "sha1" +hash = "eb1b12d781ea619b5483a3d9330e2e0c9f28b243" + +[update] +[update.modrinth] +mod-id = "1s5x833P" +version = "3dEDxcSK" diff --git a/mods/noisium.pw.toml b/mods/noisium.pw.toml new file mode 100644 index 0000000..6046a72 --- /dev/null +++ b/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-merged-2.0.1+mc1.20.x.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/AfjBJbK1/noisium-merged-2.0.1%2Bmc1.20.x.jar" +hash-format = "sha1" +hash = "1f51eb9613a49ee421d839ccb7c9f004b534dcaf" + +[update] +[update.modrinth] +mod-id = "KuNKN7d2" +version = "AfjBJbK1" diff --git a/mods/notenoughcrashes.pw.toml b/mods/notenoughcrashes.pw.toml new file mode 100644 index 0000000..8296875 --- /dev/null +++ b/mods/notenoughcrashes.pw.toml @@ -0,0 +1,13 @@ +name = "Not Enough Crashes" +filename = "notenoughcrashes-4.4.7+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/yM94ont6/versions/W6W0bVtN/notenoughcrashes-4.4.7%2B1.20.1-forge.jar" +hash-format = "sha1" +hash = "0cd0d0f49762dcaf3716e72c5e159ed9645ce468" + +[update] +[update.modrinth] +mod-id = "yM94ont6" +version = "W6W0bVtN" diff --git a/mods/resource-pack-overrides.pw.toml b/mods/resource-pack-overrides.pw.toml index eacbc8e..e7e300f 100644 --- a/mods/resource-pack-overrides.pw.toml +++ b/mods/resource-pack-overrides.pw.toml @@ -1,13 +1,13 @@ -name = "Resource Pack Overrides [Forge & Fabric]" +name = "Resource Pack Overrides" filename = "ResourcePackOverrides-v8.0.3-1.20.1-Forge.jar" side = "client" [download] +url = "https://cdn.modrinth.com/data/YsFycamt/versions/fw5ouviG/ResourcePackOverrides-v8.0.3-1.20.1-Forge.jar" hash-format = "sha1" hash = "fa3d92461bceb63439d33ab634e894d4b342599c" -mode = "metadata:curseforge" [update] -[update.curseforge] -file-id = 5101541 -project-id = 832644 +[update.modrinth] +mod-id = "YsFycamt" +version = "fw5ouviG" diff --git a/mods/servercore.pw.toml b/mods/servercore.pw.toml new file mode 100644 index 0000000..207d13c --- /dev/null +++ b/mods/servercore.pw.toml @@ -0,0 +1,13 @@ +name = "ServerCore" +filename = "servercore-forge-1.5.2+1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/rx1c7m6q/servercore-forge-1.5.2%2B1.20.1.jar" +hash-format = "sha1" +hash = "75c6418edc76da55ec89f417e8c43c9d1873fceb" + +[update] +[update.modrinth] +mod-id = "4WWQxlQP" +version = "rx1c7m6q" diff --git a/mods/skeleton-horse-spawn.pw.toml b/mods/skeleton-horse-spawn.pw.toml new file mode 100644 index 0000000..fd4a7db --- /dev/null +++ b/mods/skeleton-horse-spawn.pw.toml @@ -0,0 +1,13 @@ +name = "Skeleton Horse Spawn" +filename = "skeletonhorsespawn-1.20.1-4.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/ZcqNoW8j/versions/Yn0bTDEt/skeletonhorsespawn-1.20.1-4.1.jar" +hash-format = "sha1" +hash = "e1848018bb09a6111cbdd4dce507ae3dce4e4234" + +[update] +[update.modrinth] +mod-id = "ZcqNoW8j" +version = "Yn0bTDEt" diff --git a/mods/snow-under-trees.pw.toml b/mods/snow-under-trees.pw.toml new file mode 100644 index 0000000..1d5a0ed --- /dev/null +++ b/mods/snow-under-trees.pw.toml @@ -0,0 +1,13 @@ +name = "Snow Under Trees" +filename = "snowundertrees-1.20.1-1.4.10.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Q3vyMuj2/versions/uXuRfZCa/snowundertrees-1.20.1-1.4.10.jar" +hash-format = "sha1" +hash = "976686c2510929da9e2288dd22a1031e246f63ec" + +[update] +[update.modrinth] +mod-id = "Q3vyMuj2" +version = "uXuRfZCa" diff --git a/mods/spark.pw.toml b/mods/spark.pw.toml new file mode 100644 index 0000000..4b84d66 --- /dev/null +++ b/mods/spark.pw.toml @@ -0,0 +1,18 @@ +name = "spark" +filename = "spark-1.10.53-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/l6YH9Als/versions/4FXHDE9F/spark-1.10.53-forge.jar" +hash-format = "sha1" +hash = "231fb325368c0660954f47bfb03493f5246fa4d1" + +[option] +optional = true +default = false +description = "spark is a performance profiler for Minecraft clients, servers and proxies." + +[update] +[update.modrinth] +mod-id = "l6YH9Als" +version = "4FXHDE9F" diff --git a/mods/sparsestructures.pw.toml b/mods/sparsestructures.pw.toml new file mode 100644 index 0000000..371ffa6 --- /dev/null +++ b/mods/sparsestructures.pw.toml @@ -0,0 +1,13 @@ +name = "Sparse Structures" +filename = "sparsestructures-forge-1.20.1-3.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/qwvI41y9/versions/oqEnX6AN/sparsestructures-forge-1.20.1-3.0.jar" +hash-format = "sha1" +hash = "3a14160106a66c54ce47c5e26d8a20c70b44d4c1" + +[update] +[update.modrinth] +mod-id = "qwvI41y9" +version = "oqEnX6AN" diff --git a/mods/wavey-capes.pw.toml b/mods/wavey-capes.pw.toml deleted file mode 100644 index c8285a7..0000000 --- a/mods/wavey-capes.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Wavey Capes" -filename = "waveycapes-forge-1.5.2-mc1.20.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/kYuIpRLv/versions/BuuXNYhL/waveycapes-forge-1.5.2-mc1.20.1.jar" -hash-format = "sha1" -hash = "a680cfcee4218d9a29b122b6c0384ce071f5d580" - -[option] -optional = true -default = true -description = "The cape shouldn't be a static slab" - -[update] -[update.modrinth] -mod-id = "kYuIpRLv" -version = "BuuXNYhL" diff --git a/mods/yungs-api.pw.toml b/mods/yungs-api.pw.toml new file mode 100644 index 0000000..534becb --- /dev/null +++ b/mods/yungs-api.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's API" +filename = "YungsApi-1.20-Forge-4.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/PJOYAmAs/YungsApi-1.20-Forge-4.0.6.jar" +hash-format = "sha1" +hash = "af584b690f5646c6032002b58abc4591beed3833" + +[update] +[update.modrinth] +mod-id = "Ua7DFN59" +version = "PJOYAmAs" diff --git a/mods/yungs-better-desert-temples.pw.toml b/mods/yungs-better-desert-temples.pw.toml new file mode 100644 index 0000000..8fda983 --- /dev/null +++ b/mods/yungs-better-desert-temples.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Desert Temples" +filename = "YungsBetterDesertTemples-1.20-Forge-3.0.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/lRK2ZA9U/YungsBetterDesertTemples-1.20-Forge-3.0.3.jar" +hash-format = "sha1" +hash = "31b386b2dbaa4933e0a10ccdfb25f56da16931a6" + +[update] +[update.modrinth] +mod-id = "XNlO7sBv" +version = "lRK2ZA9U" diff --git a/mods/yungs-better-dungeons.pw.toml b/mods/yungs-better-dungeons.pw.toml new file mode 100644 index 0000000..b223dc1 --- /dev/null +++ b/mods/yungs-better-dungeons.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Dungeons" +filename = "YungsBetterDungeons-1.20-Forge-4.0.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/kPiQ6v4q/YungsBetterDungeons-1.20-Forge-4.0.4.jar" +hash-format = "sha1" +hash = "67a9e1c2ff126ab54cea8e0709d178915243039e" + +[update] +[update.modrinth] +mod-id = "o1C1Dkj5" +version = "kPiQ6v4q" diff --git a/mods/yungs-better-end-island.pw.toml b/mods/yungs-better-end-island.pw.toml new file mode 100644 index 0000000..a7c15d1 --- /dev/null +++ b/mods/yungs-better-end-island.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better End Island" +filename = "YungsBetterEndIsland-1.20-Forge-2.0.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/2BwBOmBQ/versions/Izqhg3Va/YungsBetterEndIsland-1.20-Forge-2.0.6.jar" +hash-format = "sha1" +hash = "4e7bf109981593061b8100bc8bf23e1c9bbcbb76" + +[update] +[update.modrinth] +mod-id = "2BwBOmBQ" +version = "Izqhg3Va" diff --git a/mods/yungs-better-jungle-temples.pw.toml b/mods/yungs-better-jungle-temples.pw.toml new file mode 100644 index 0000000..c692f26 --- /dev/null +++ b/mods/yungs-better-jungle-temples.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Jungle Temples" +filename = "YungsBetterJungleTemples-1.20-Forge-2.0.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/z9Ve58Ih/versions/CXQc6EnZ/YungsBetterJungleTemples-1.20-Forge-2.0.5.jar" +hash-format = "sha1" +hash = "0b3c8556983895fea980247bb4d437ca535e7259" + +[update] +[update.modrinth] +mod-id = "z9Ve58Ih" +version = "CXQc6EnZ" diff --git a/mods/yungs-better-mineshafts.pw.toml b/mods/yungs-better-mineshafts.pw.toml new file mode 100644 index 0000000..38ff902 --- /dev/null +++ b/mods/yungs-better-mineshafts.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Mineshafts" +filename = "YungsBetterMineshafts-1.20-Forge-4.0.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/kVO57zxB/YungsBetterMineshafts-1.20-Forge-4.0.4.jar" +hash-format = "sha1" +hash = "e2cbc574807a994bb9610184eb4bbfe29a6c0774" + +[update] +[update.modrinth] +mod-id = "HjmxVlSr" +version = "kVO57zxB" diff --git a/mods/yungs-better-nether-fortresses.pw.toml b/mods/yungs-better-nether-fortresses.pw.toml new file mode 100644 index 0000000..c50d02f --- /dev/null +++ b/mods/yungs-better-nether-fortresses.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Nether Fortresses" +filename = "YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/2nUEz0zq/YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar" +hash-format = "sha1" +hash = "889cd16a93764d1d6af2e2dda5bbc286a2683e7a" + +[update] +[update.modrinth] +mod-id = "Z2mXHnxP" +version = "2nUEz0zq" diff --git a/mods/yungs-better-ocean-monuments.pw.toml b/mods/yungs-better-ocean-monuments.pw.toml new file mode 100644 index 0000000..a9616d1 --- /dev/null +++ b/mods/yungs-better-ocean-monuments.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Ocean Monuments" +filename = "YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/SN4iZ7wf/YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar" +hash-format = "sha1" +hash = "d8e74ed19903752a97ed0e1d2b1a8bf378bc252f" + +[update] +[update.modrinth] +mod-id = "3dT9sgt4" +version = "SN4iZ7wf" diff --git a/mods/yungs-better-strongholds.pw.toml b/mods/yungs-better-strongholds.pw.toml new file mode 100644 index 0000000..33ed8f4 --- /dev/null +++ b/mods/yungs-better-strongholds.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Strongholds" +filename = "YungsBetterStrongholds-1.20-Forge-4.0.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/kidLKymU/versions/rwiShgsc/YungsBetterStrongholds-1.20-Forge-4.0.3.jar" +hash-format = "sha1" +hash = "3730238c56edca4bb5b2238e1314aec572ced385" + +[update] +[update.modrinth] +mod-id = "kidLKymU" +version = "rwiShgsc" diff --git a/mods/yungs-better-witch-huts.pw.toml b/mods/yungs-better-witch-huts.pw.toml new file mode 100644 index 0000000..8549511 --- /dev/null +++ b/mods/yungs-better-witch-huts.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Witch Huts" +filename = "YungsBetterWitchHuts-1.20-Forge-3.0.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/t5FRdP87/versions/mwlYB7rq/YungsBetterWitchHuts-1.20-Forge-3.0.3.jar" +hash-format = "sha1" +hash = "71fee574f920c6b05004f100ba07e9b8d5844169" + +[update] +[update.modrinth] +mod-id = "t5FRdP87" +version = "mwlYB7rq" diff --git a/mods/yungs-bridges.pw.toml b/mods/yungs-bridges.pw.toml new file mode 100644 index 0000000..6c30b5a --- /dev/null +++ b/mods/yungs-bridges.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Bridges" +filename = "YungsBridges-1.20-Forge-4.0.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Ht4BfYp6/versions/KgO1gfM2/YungsBridges-1.20-Forge-4.0.3.jar" +hash-format = "sha1" +hash = "88467fe87b95e6cf7a432822033cf74dd8586254" + +[update] +[update.modrinth] +mod-id = "Ht4BfYp6" +version = "KgO1gfM2" diff --git a/mods/zombie-horse-spawn.pw.toml b/mods/zombie-horse-spawn.pw.toml new file mode 100644 index 0000000..9a91025 --- /dev/null +++ b/mods/zombie-horse-spawn.pw.toml @@ -0,0 +1,13 @@ +name = "Zombie Horse Spawn" +filename = "zombiehorsespawn-1.20.1-5.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/owDBGfRd/versions/dKV5HYJi/zombiehorsespawn-1.20.1-5.2.jar" +hash-format = "sha1" +hash = "fefc3dc5501be8d2439f0da37788b7b5a74d3344" + +[update] +[update.modrinth] +mod-id = "owDBGfRd" +version = "dKV5HYJi" diff --git a/pack.toml b/pack.toml index d71771c..4e8075b 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "3d95eefccb0609e3a4af3a7ded211c30497ec42d3a473b38ac50a0c6a07dbbc7" +hash = "d0a38e4180a5bd7c033cf1f96c47a3fedc82e2dde7f824f2337cfd301c2dffa7" [versions] forge = "47.4.1" diff --git a/resourcepacks/enhancedvisual-pixelated.pw.toml b/resourcepacks/enhancedvisual-pixelated.pw.toml new file mode 100644 index 0000000..e891df0 --- /dev/null +++ b/resourcepacks/enhancedvisual-pixelated.pw.toml @@ -0,0 +1,13 @@ +name = "EnhancedVisual Pixelated" +filename = "Pixelated_v1.3.4_EnhancedVisuals(nox_cgt).zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "b9c2af377c216f90af7ce4ee370937b53fea3d74" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6275492 +project-id = 758265