From da8f6c4932dff64e82d8f70acf6bdeaa3905f6e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Fri, 14 Jun 2024 22:10:16 +0200 Subject: [PATCH] feat(1.20.1): add few mods --- packwiz/1.20.1/config/create-client.toml | 146 ------------------ packwiz/1.20.1/config/create-common.toml | 9 -- packwiz/1.20.1/index.toml | 30 ++++ packwiz/1.20.1/mods/chefs-delight.pw.toml | 13 ++ .../mods/critters-and-companions.pw.toml | 13 ++ packwiz/1.20.1/mods/fish-of-thieves.pw.toml | 13 ++ packwiz/1.20.1/mods/naturalist.pw.toml | 13 ++ packwiz/1.20.1/mods/realistic-bees.pw.toml | 13 ++ packwiz/1.20.1/mods/servercore.pw.toml | 13 ++ packwiz/1.20.1/pack.toml | 4 +- 10 files changed, 110 insertions(+), 157 deletions(-) delete mode 100755 packwiz/1.20.1/config/create-client.toml delete mode 100755 packwiz/1.20.1/config/create-common.toml create mode 100644 packwiz/1.20.1/mods/chefs-delight.pw.toml create mode 100644 packwiz/1.20.1/mods/critters-and-companions.pw.toml create mode 100644 packwiz/1.20.1/mods/fish-of-thieves.pw.toml create mode 100644 packwiz/1.20.1/mods/naturalist.pw.toml create mode 100644 packwiz/1.20.1/mods/realistic-bees.pw.toml create mode 100644 packwiz/1.20.1/mods/servercore.pw.toml diff --git a/packwiz/1.20.1/config/create-client.toml b/packwiz/1.20.1/config/create-client.toml deleted file mode 100755 index d6e4278..0000000 --- a/packwiz/1.20.1/config/create-client.toml +++ /dev/null @@ -1,146 +0,0 @@ - -#. -#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder! -[client] - #. - #Show item descriptions on Shift and controls on Ctrl. - enableTooltips = true - #. - #Display a tooltip when looking at overstressed components. - enableOverstressedTooltip = true - #. - #Log a stack-trace when rendering issues happen within a moving contraption. - explainRenderErrors = false - #. - #Higher density means more spawned particles. - #Range: 0.0 ~ 1.0 - fanParticleDensity = 0.5 - #. - #[in Blocks] - #Maximum Distance to the player at which items in Blocks' filter slots will be displayed - #Range: 1.0 ~ 3.4028234663852886E38 - filterItemRenderDistance = 10.0 - #. - #Show kinetic debug information on blocks while the F3-Menu is open. - enableRainbowDebug = false - #. - #The maximum amount of blocks for which to try and calculate dynamic contraption lighting. Decrease if large contraption cause too much lag - #Range: > 0 - maximumContraptionLightVolume = 16384 - #. - #Choose the menu row that the Create config button appears on in the main menu - #Set to 0 to disable the button altogether - #Range: 0 ~ 4 - mainMenuConfigButtonRow = 2 - #. - #Offset the Create config button in the main menu by this many pixels on the X axis - #The sign (-/+) of this value determines what side of the row the button appears on (left/right) - #Range: > -2147483648 - mainMenuConfigButtonOffsetX = -4 - #. - #Choose the menu row that the Create config button appears on in the in-game menu - #Set to 0 to disable the button altogether - #Range: 0 ~ 5 - ingameMenuConfigButtonRow = 3 - #. - #Offset the Create config button in the in-game menu by this many pixels on the X axis - #The sign (-/+) of this value determines what side of the row the button appears on (left/right) - #Range: > -2147483648 - ingameMenuConfigButtonOffsetX = -4 - #. - #Setting this to true will prevent Create from sending you a warning when playing with Fabulous graphics enabled - ignoreFabulousWarning = false - - #. - #Configure your vision range when submerged in Create's custom fluids - [client.fluidFogSettings] - #. - #The vision range through honey will be multiplied by this factor - #Range: 0.125 ~ 256.0 - honey = 1.0 - #. - #The vision range though chocolate will be multiplied by this factor - #Range: 0.125 ~ 256.0 - chocolate = 1.0 - - #. - #Settings for the Goggle Overlay - [client.goggleOverlay] - #. - #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay - #Range: > -2147483648 - overlayOffsetX = 20 - #. - #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay - #Range: > -2147483648 - overlayOffsetY = 0 - #. - #Enable this to use your custom colors for the Goggle- and Hover- Overlay - customColorsOverlay = false - #. - #The custom background color to use for the Goggle- and Hover- Overlays, if enabled - #[in Hex: #AaRrGgBb] - #[@cui:IntDisplay:#] - #Range: > -2147483648 - customBackgroundOverlay = -267386864 - #. - #The custom top color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled - #[in Hex: #AaRrGgBb] - #[@cui:IntDisplay:#] - #Range: > -2147483648 - customBorderTopOverlay = 1347420415 - #. - #The custom bot color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled - #[in Hex: #AaRrGgBb] - #[@cui:IntDisplay:#] - #Range: > -2147483648 - customBorderBotOverlay = 1344798847 - - #. - #Settings for the Placement Assist - [client.placementAssist] - #. - #What indicator should be used when showing where the assisted placement ends up relative to your crosshair - #Choose 'NONE' to disable the Indicator altogether - #Allowed Values: TEXTURE, TRIANGLE, NONE - indicatorType = "TEXTURE" - #. - #Change the size of the Indicator by this multiplier - #Range: 0.0 ~ 3.4028234663852886E38 - indicatorScale = 1.0 - - #. - #Ponder settings - [client.ponder] - #. - #Slow down a ponder scene whenever there is text on screen. - comfyReading = false - #. - #Show additional info in the ponder view and reload scene scripts more frequently. - editingMode = false - - #. - #Sound settings - [client.sound] - #. - #Make cogs rumble and machines clatter. - enableAmbientSounds = true - #. - #Maximum volume modifier of Ambient noise - #Range: 0.0 ~ 1.0 - ambientVolumeCap = 0.10000000149011612 - - #. - #Railway related settings - [client.trains] - #. - #How far away the Camera should zoom when seated on a train - #Range: 0.0 ~ 3.4028234663852886E38 - mountedZoomMultiplier = 3.0 - #. - #Display nodes and edges of a Railway Network while f3 debug mode is active - showTrackGraphOnF3 = false - #. - #Additionally display materials of a Rail Network while f3 debug mode is active - showExtendedTrackGraphOnF3 = false - diff --git a/packwiz/1.20.1/config/create-common.toml b/packwiz/1.20.1/config/create-common.toml deleted file mode 100755 index ab1174e..0000000 --- a/packwiz/1.20.1/config/create-common.toml +++ /dev/null @@ -1,9 +0,0 @@ - -#. -#Modify Create's impact on your terrain -[worldgen] - #. - #. - #Prevents all worldgen added by Create from taking effect - disableWorldGen = false - diff --git a/packwiz/1.20.1/index.toml b/packwiz/1.20.1/index.toml index d08ff9d..c5468ba 100644 --- a/packwiz/1.20.1/index.toml +++ b/packwiz/1.20.1/index.toml @@ -210,6 +210,11 @@ file = "mods/chat-impressive-animation.pw.toml" hash = "297057efca9837847ca51ec7681c3c7b2780f9498444815ef63e88b636322c92" metafile = true +[[files]] +file = "mods/chefs-delight.pw.toml" +hash = "5a793d8130c84c538c51a3e6a907c0ca0b5d791aba54904962567d361148724b" +metafile = true + [[files]] file = "mods/cherished-worlds.pw.toml" hash = "e831528e2efb10f189ff2601bf5b7ee3e1ac138554a661878458bd2931377358" @@ -265,6 +270,11 @@ file = "mods/create.pw.toml" hash = "c464b21ac8baf5ed1d22a0c4bacfcf24977e04dc938add65a2a93bcaf704c22e" metafile = true +[[files]] +file = "mods/critters-and-companions.pw.toml" +hash = "59386dc34fb313a0d549ba3671118a2e19c912bcf2a876d1db06da0f52d923ac" +metafile = true + [[files]] file = "mods/curios.pw.toml" hash = "69dd03aa24b8172ed8644a73dd477521afd7ca6841b77320f0d13534968aad3a" @@ -410,6 +420,11 @@ file = "mods/first-person-model.pw.toml" hash = "7433e02661d3636e1845edf5a44d271712ed73b1035c32ecfe047452a6c39d79" metafile = true +[[files]] +file = "mods/fish-of-thieves.pw.toml" +hash = "c14b3005b4e71f9170e3ab36b66d0659911fbbaec1a64537aba1c3f2f5214b63" +metafile = true + [[files]] file = "mods/fishermens-trap.pw.toml" hash = "a3f4a9b4114e22375676b41711d57bb1762b5d3802e3d57aba124e7507e127ea" @@ -590,6 +605,11 @@ file = "mods/mutil.pw.toml" hash = "c730f5a36bad3b8f4ffd4fdb9d1c87e5c84af61c0c5f53df5ee3df2ba068dfa1" metafile = true +[[files]] +file = "mods/naturalist.pw.toml" +hash = "b5667d8296390025430b548d3f6d0d2c727cf2659f7f57f8c2b4e5d3444774f3" +metafile = true + [[files]] file = "mods/nerb.pw.toml" hash = "0619ad8e332cfb2e068e565ba9adad3bf12286c80afd93f6c90224c89d8375e1" @@ -660,6 +680,11 @@ file = "mods/quark.pw.toml" hash = "85ecd63591604cd9e9dc2e33b9fefb07c8bceed4cc39b19c13caff6233818397" metafile = true +[[files]] +file = "mods/realistic-bees.pw.toml" +hash = "93e79408df50cc9345dcdbcb36846679367428d802be8b5aa585a644fb808baf" +metafile = true + [[files]] file = "mods/rechiseled-ae2.pw.toml" hash = "c8edb578967777368c655d66a10b1cf7552dad4b443b50ac90c70807bfb81448" @@ -705,6 +730,11 @@ file = "mods/serene-seasons.pw.toml" hash = "49e021e36597c5897050cb5fb75ca22a36283fbb410a3320035a0ffaf5a657af" metafile = true +[[files]] +file = "mods/servercore.pw.toml" +hash = "19fa7bbbebc37d8db487a63d79e31ad23c70a70b2c18253301cafe36f506d512" +metafile = true + [[files]] file = "mods/sleep-tight.pw.toml" hash = "c0689a7db2b40e32ae47989db538d09c95daca82b7f271281a65b4bb3fe91584" diff --git a/packwiz/1.20.1/mods/chefs-delight.pw.toml b/packwiz/1.20.1/mods/chefs-delight.pw.toml new file mode 100644 index 0000000..419794b --- /dev/null +++ b/packwiz/1.20.1/mods/chefs-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Chef's Delight" +filename = "chefs-delight-1.0.3-forge-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pvcsfne4/versions/5tGfF2Ok/chefs-delight-1.0.3-forge-1.20.1.jar" +hash-format = "sha1" +hash = "1e2241210818697a6729cdac97d526c17de896af" + +[update] +[update.modrinth] +mod-id = "pvcsfne4" +version = "5tGfF2Ok" diff --git a/packwiz/1.20.1/mods/critters-and-companions.pw.toml b/packwiz/1.20.1/mods/critters-and-companions.pw.toml new file mode 100644 index 0000000..81170e2 --- /dev/null +++ b/packwiz/1.20.1/mods/critters-and-companions.pw.toml @@ -0,0 +1,13 @@ +name = "Critters and Companions" +filename = "crittersandcompanions-1.20.1-2.1.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Yd4wb5wZ/versions/PmF7dGGM/crittersandcompanions-1.20.1-2.1.6.jar" +hash-format = "sha1" +hash = "618d5ca644bf4b0f9e276661286e11552943700a" + +[update] +[update.modrinth] +mod-id = "Yd4wb5wZ" +version = "PmF7dGGM" diff --git a/packwiz/1.20.1/mods/fish-of-thieves.pw.toml b/packwiz/1.20.1/mods/fish-of-thieves.pw.toml new file mode 100644 index 0000000..2446549 --- /dev/null +++ b/packwiz/1.20.1/mods/fish-of-thieves.pw.toml @@ -0,0 +1,13 @@ +name = "Fish of Thieves" +filename = "fish_of_thieves-mc1.20.1-v3.0.5-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BzOTnuqM/versions/cTmbFZC1/fish_of_thieves-mc1.20.1-v3.0.5-forge.jar" +hash-format = "sha1" +hash = "9822289a1071d20fd2171c538961d15b93dde0e0" + +[update] +[update.modrinth] +mod-id = "BzOTnuqM" +version = "cTmbFZC1" diff --git a/packwiz/1.20.1/mods/naturalist.pw.toml b/packwiz/1.20.1/mods/naturalist.pw.toml new file mode 100644 index 0000000..c90b71b --- /dev/null +++ b/packwiz/1.20.1/mods/naturalist.pw.toml @@ -0,0 +1,13 @@ +name = "Naturalist" +filename = "naturalist-forge-4.0.3-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/F8BQNPWX/versions/fapHaClR/naturalist-forge-4.0.3-1.20.1.jar" +hash-format = "sha1" +hash = "233106b2b15b2bbb27df6c78cc8369c0f89d4df7" + +[update] +[update.modrinth] +mod-id = "F8BQNPWX" +version = "fapHaClR" diff --git a/packwiz/1.20.1/mods/realistic-bees.pw.toml b/packwiz/1.20.1/mods/realistic-bees.pw.toml new file mode 100644 index 0000000..c4a55b8 --- /dev/null +++ b/packwiz/1.20.1/mods/realistic-bees.pw.toml @@ -0,0 +1,13 @@ +name = "Realistic Bees" +filename = "realisticbees-1.20.1-3.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tG6HkcWx/versions/2fNIXorR/realisticbees-1.20.1-3.8.jar" +hash-format = "sha1" +hash = "4ce18246e3dffad0fdbf1ab42589d8dd3adcd01e" + +[update] +[update.modrinth] +mod-id = "tG6HkcWx" +version = "2fNIXorR" diff --git a/packwiz/1.20.1/mods/servercore.pw.toml b/packwiz/1.20.1/mods/servercore.pw.toml new file mode 100644 index 0000000..70f0e1d --- /dev/null +++ b/packwiz/1.20.1/mods/servercore.pw.toml @@ -0,0 +1,13 @@ +name = "ServerCore" +filename = "servercore-forge-1.5.1+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/7ZoHTOVf/servercore-forge-1.5.1%2B1.20.1.jar" +hash-format = "sha1" +hash = "6e06ebf6d144a44f14e8dcbd933b399561b40c87" + +[update] +[update.modrinth] +mod-id = "4WWQxlQP" +version = "7ZoHTOVf" diff --git a/packwiz/1.20.1/pack.toml b/packwiz/1.20.1/pack.toml index 170513b..c541bf3 100644 --- a/packwiz/1.20.1/pack.toml +++ b/packwiz/1.20.1/pack.toml @@ -1,4 +1,4 @@ -name = "aetheria" +name = "Aetheria" author = "xhyrom" version = "1.0.0" pack-format = "packwiz:1.1.0" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4d2a01c574634ff827af16231893bc1d6d46e74664b3f52a80294db7c365fae6" +hash = "4f29a27c69f1aa18c65fb523684abe940087fdb4b443c9c042972c854337a38f" [versions] forge = "47.3.1"