alpha-test #3
							
								
								
									
										11
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@@ -6,6 +6,7 @@ This will be the initial release for the production server. I will avoid adding
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
-   Modified the starter kit to include the new shop block instead of the old one.
 | 
					-   Modified the starter kit to include the new shop block instead of the old one.
 | 
				
			||||||
-   Added our updated config for FTBChunks.
 | 
					-   Added our updated config for FTBChunks.
 | 
				
			||||||
 | 
					-   Made Create ores (besides zinc) slightly less common.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Mods
 | 
					## Mods
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -24,15 +25,23 @@ This will be the initial release for the production server. I will avoid adding
 | 
				
			|||||||
    -   Allows OPs to pre-generate chunks.
 | 
					    -   Allows OPs to pre-generate chunks.
 | 
				
			||||||
-   Light Overlay
 | 
					-   Light Overlay
 | 
				
			||||||
    -   Lets you see light levels by pressing F7. Red = Monsters will spawn anytime, Yellow = Monsters will spawn at night.
 | 
					    -   Lets you see light levels by pressing F7. Red = Monsters will spawn anytime, Yellow = Monsters will spawn at night.
 | 
				
			||||||
 | 
					-   Mindful Darkness
 | 
				
			||||||
 | 
					    -   Adds a dark mode for Minecraft GUIs. Optional.
 | 
				
			||||||
 | 
					-   Simple Hats
 | 
				
			||||||
 | 
					    -   Adds hats.
 | 
				
			||||||
-   Tom's Trading Network
 | 
					-   Tom's Trading Network
 | 
				
			||||||
    -   A better trading mod for a server economy.
 | 
					    -   A better trading mod for a server economy.
 | 
				
			||||||
-   Wavey Capes
 | 
					-   Wavey Capes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Updates
 | 
					### Updates
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					-   Connectivity 3.5 -> 3.8
 | 
				
			||||||
-   Create Crafts and Additions 1.19.2-20230411a -> 1.19.2-20230426a
 | 
					-   Create Crafts and Additions 1.19.2-20230411a -> 1.19.2-20230426a
 | 
				
			||||||
-   FastWorkbench 7.1.1 -> 7.1.2
 | 
					-   FastWorkbench 7.1.1 -> 7.1.2
 | 
				
			||||||
-   SeasonHUD 1.4.12 -> 1.4.13
 | 
					-   In Control! 7.1.3 -> 7.1.4
 | 
				
			||||||
 | 
					-   KleeSlabs 12.2.0 -> 12.3.0
 | 
				
			||||||
 | 
					-   PneumaticCraft: Repressurized 4.3.3-22 -> 4.3.4-24
 | 
				
			||||||
 | 
					-   SeasonHUD 1.4.12 -> 1.4.14
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 1.0.19
 | 
					# 1.0.19
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										65
									
								
								config/create-common.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										65
									
								
								config/create-common.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,65 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					[worldgen]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						#.
 | 
				
			||||||
 | 
						#Modify Create's impact on your terrain
 | 
				
			||||||
 | 
						[worldgen.v2]
 | 
				
			||||||
 | 
							#.
 | 
				
			||||||
 | 
							#.
 | 
				
			||||||
 | 
							#Prevents all worldgen added by Create from taking effect
 | 
				
			||||||
 | 
							disableWorldGen = false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							[worldgen.v2.striated_ores_nether]
 | 
				
			||||||
 | 
								#.
 | 
				
			||||||
 | 
								#Range: > 0
 | 
				
			||||||
 | 
								clusterSize = 32
 | 
				
			||||||
 | 
								#.
 | 
				
			||||||
 | 
								#Amount of clusters generated per Chunk.
 | 
				
			||||||
 | 
								#  >1 to spawn multiple.
 | 
				
			||||||
 | 
								#  <1 to make it a chance.
 | 
				
			||||||
 | 
								#  0 to disable.
 | 
				
			||||||
 | 
								#Range: 0.0 ~ 512.0
 | 
				
			||||||
 | 
								frequency = 0.0533333358168602
 | 
				
			||||||
 | 
								#.
 | 
				
			||||||
 | 
								#Range: > -2147483648
 | 
				
			||||||
 | 
								minHeight = 40
 | 
				
			||||||
 | 
								#.
 | 
				
			||||||
 | 
								#Range: > -2147483648
 | 
				
			||||||
 | 
								maxHeight = 90
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							[worldgen.v2.striated_ores_overworld]
 | 
				
			||||||
 | 
								#.
 | 
				
			||||||
 | 
								#Range: > 0
 | 
				
			||||||
 | 
								clusterSize = 32
 | 
				
			||||||
 | 
								#.
 | 
				
			||||||
 | 
								#Amount of clusters generated per Chunk.
 | 
				
			||||||
 | 
								#  >1 to spawn multiple.
 | 
				
			||||||
 | 
								#  <1 to make it a chance.
 | 
				
			||||||
 | 
								#  0 to disable.
 | 
				
			||||||
 | 
								#Range: 0.0 ~ 512.0
 | 
				
			||||||
 | 
								frequency = 0.0533333358168602
 | 
				
			||||||
 | 
								#.
 | 
				
			||||||
 | 
								#Range: > -2147483648
 | 
				
			||||||
 | 
								minHeight = -30
 | 
				
			||||||
 | 
								#.
 | 
				
			||||||
 | 
								#Range: > -2147483648
 | 
				
			||||||
 | 
								maxHeight = 70
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							[worldgen.v2.zinc_ore]
 | 
				
			||||||
 | 
								#.
 | 
				
			||||||
 | 
								#Range: > 0
 | 
				
			||||||
 | 
								clusterSize = 12
 | 
				
			||||||
 | 
								#.
 | 
				
			||||||
 | 
								#Amount of clusters generated per Chunk.
 | 
				
			||||||
 | 
								#  >1 to spawn multiple.
 | 
				
			||||||
 | 
								#  <1 to make it a chance.
 | 
				
			||||||
 | 
								#  0 to disable.
 | 
				
			||||||
 | 
								#Range: 0.0 ~ 512.0
 | 
				
			||||||
 | 
								frequency = 8.0
 | 
				
			||||||
 | 
								#.
 | 
				
			||||||
 | 
								#Range: > -2147483648
 | 
				
			||||||
 | 
								minHeight = -63
 | 
				
			||||||
 | 
								#.
 | 
				
			||||||
 | 
								#Range: > -2147483648
 | 
				
			||||||
 | 
								maxHeight = 70
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										35
									
								
								index.toml
									
									
									
									
									
								
							
							
						
						
									
										35
									
								
								index.toml
									
									
									
									
									
								
							@@ -20,6 +20,10 @@ hash = "418f8824835fa1e3490b26fcf43cb16d8bfb653a17a2a61b0854a7c18a0f5546"
 | 
				
			|||||||
file = "config/canary.properties"
 | 
					file = "config/canary.properties"
 | 
				
			||||||
hash = "e048897ad0aa8aedeff3073b0246082b4b502e29115555ab773402e97efc8c28"
 | 
					hash = "e048897ad0aa8aedeff3073b0246082b4b502e29115555ab773402e97efc8c28"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[files]]
 | 
				
			||||||
 | 
					file = "config/create-common.toml"
 | 
				
			||||||
 | 
					hash = "eb2df488d597220695de0fad95b60033245b58ce5eaa832f04334642470fab35"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "config/enhancedvisuals-client.json"
 | 
					file = "config/enhancedvisuals-client.json"
 | 
				
			||||||
hash = "ad170bba4bca8888f6484cda3153e1a9cdc9c5be81f2ca98c902962d1d606f96"
 | 
					hash = "ad170bba4bca8888f6484cda3153e1a9cdc9c5be81f2ca98c902962d1d606f96"
 | 
				
			||||||
@@ -224,6 +228,11 @@ file = "mods/canary.pw.toml"
 | 
				
			|||||||
hash = "58f75414da63386b16498d447ebd9c0074e72df9e8a667f075577e1813e5d31e"
 | 
					hash = "58f75414da63386b16498d447ebd9c0074e72df9e8a667f075577e1813e5d31e"
 | 
				
			||||||
metafile = true
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[files]]
 | 
				
			||||||
 | 
					file = "mods/catalogue.pw.toml"
 | 
				
			||||||
 | 
					hash = "b3c16f0a62d3cd60e7db213c748920aa03a8dfd9d731a2723f0dcd59515b562b"
 | 
				
			||||||
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "mods/cc-tweaked.pw.toml"
 | 
					file = "mods/cc-tweaked.pw.toml"
 | 
				
			||||||
hash = "9a0923ead8905649bc1260301508dc349ec7dd134fd8278a67e144d1f3ed68df"
 | 
					hash = "9a0923ead8905649bc1260301508dc349ec7dd134fd8278a67e144d1f3ed68df"
 | 
				
			||||||
@@ -286,7 +295,7 @@ metafile = true
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "mods/connectivity.pw.toml"
 | 
					file = "mods/connectivity.pw.toml"
 | 
				
			||||||
hash = "8900e9342e97cfd19abe1516be3743658eeb16a86bd54a92843bb27d24a862ec"
 | 
					hash = "afee38ad5bef25d94504d3a80d7dde1d204f0cb9afef89f52c483ff938f0d365"
 | 
				
			||||||
metafile = true
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
@@ -356,7 +365,7 @@ metafile = true
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "mods/curios.pw.toml"
 | 
					file = "mods/curios.pw.toml"
 | 
				
			||||||
hash = "350ab620f74b8385cc5f172bb445296a51e005d707e3a726e870b28132529e53"
 | 
					hash = "31717a8dc67287e4521bda88a4be4a0e2b67cf0b65feeb116a772d3f908e7505"
 | 
				
			||||||
metafile = true
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
@@ -511,7 +520,7 @@ metafile = true
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "mods/in-control.pw.toml"
 | 
					file = "mods/in-control.pw.toml"
 | 
				
			||||||
hash = "c85b24ce70bdbb918b254c8807c90ec68ea18bcc6e2fc961e09b73af6d076125"
 | 
					hash = "7711c3687d9df38e0a3826d2a4ba89f9a97db964ad60157f10609b0d51df502b"
 | 
				
			||||||
metafile = true
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
@@ -581,7 +590,7 @@ metafile = true
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "mods/kleeslabs.pw.toml"
 | 
					file = "mods/kleeslabs.pw.toml"
 | 
				
			||||||
hash = "78a4fb37d653cbe548d840c7d394447b441506e46e388c7f221efc531aef7d59"
 | 
					hash = "c6e2a0c7fb38e49759444332fa4540e64a67f3aa84f527b44a2d38ded9e5f67f"
 | 
				
			||||||
metafile = true
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
@@ -729,6 +738,11 @@ file = "mods/mekanism.pw.toml"
 | 
				
			|||||||
hash = "f6cc47777418eada79b50d6cdd57bd6dc35017f8e46defd5e888a2d6215be0e1"
 | 
					hash = "f6cc47777418eada79b50d6cdd57bd6dc35017f8e46defd5e888a2d6215be0e1"
 | 
				
			||||||
metafile = true
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[files]]
 | 
				
			||||||
 | 
					file = "mods/mindful-darkness.pw.toml"
 | 
				
			||||||
 | 
					hash = "bd4a483f4060ba58d3d32ece696a259674a051e06ca14cc5f70db57b2729f854"
 | 
				
			||||||
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "mods/mmmmmmmmmmmm.pw.toml"
 | 
					file = "mods/mmmmmmmmmmmm.pw.toml"
 | 
				
			||||||
hash = "89032b1a50d49407a905ae0af9f65e5248357a7c19cf454a9a0f8ed6478ac365"
 | 
					hash = "89032b1a50d49407a905ae0af9f65e5248357a7c19cf454a9a0f8ed6478ac365"
 | 
				
			||||||
@@ -861,7 +875,7 @@ metafile = true
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "mods/pneumaticcraft-repressurized.pw.toml"
 | 
					file = "mods/pneumaticcraft-repressurized.pw.toml"
 | 
				
			||||||
hash = "a66fac954e5d7e79ef35491d994d558118de5ea353cd46a770a46d06227f7a4c"
 | 
					hash = "e2eb35bbb6073950ccb1e0fcf841b446e6697fec47bd4a794f928f95c07b9170"
 | 
				
			||||||
metafile = true
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
@@ -881,7 +895,7 @@ metafile = true
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "mods/puzzles-lib.pw.toml"
 | 
					file = "mods/puzzles-lib.pw.toml"
 | 
				
			||||||
hash = "ce27595ca61b2954c4e5d1f4ee73cc056656ab5873077ca4c3bc7ce18781f659"
 | 
					hash = "a1304b946d3beb3f9c5b9fc98531e2d1f486340e9fdcbd89a76892115a74e1d2"
 | 
				
			||||||
metafile = true
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
@@ -996,7 +1010,7 @@ metafile = true
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "mods/seasonhud.pw.toml"
 | 
					file = "mods/seasonhud.pw.toml"
 | 
				
			||||||
hash = "bcc59d1c1d57809477f469063f808fda2b24587b3619e5a4863b5337bdcb97f8"
 | 
					hash = "e175c62939f7433f9bf8ccb120473dcfe60291734ac088504630fe1b8d68d51f"
 | 
				
			||||||
metafile = true
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
@@ -1024,6 +1038,11 @@ file = "mods/shetiphiancore.pw.toml"
 | 
				
			|||||||
hash = "e9c24e17fc72c175a7bb24a930769037f9f3e82f4e79ad34fe67ca7770419674"
 | 
					hash = "e9c24e17fc72c175a7bb24a930769037f9f3e82f4e79ad34fe67ca7770419674"
 | 
				
			||||||
metafile = true
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[files]]
 | 
				
			||||||
 | 
					file = "mods/simple-hats.pw.toml"
 | 
				
			||||||
 | 
					hash = "63ba468b89e29320c9f8b5267d03faf54eb591f7b0434c592cb9009ab2299d2b"
 | 
				
			||||||
 | 
					metafile = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "mods/smooth-boot-reloaded.pw.toml"
 | 
					file = "mods/smooth-boot-reloaded.pw.toml"
 | 
				
			||||||
hash = "49a62dc782f18f414f4dd5fd08a10a31c8698a87404ed12b7a847b6ac474c2e4"
 | 
					hash = "49a62dc782f18f414f4dd5fd08a10a31c8698a87404ed12b7a847b6ac474c2e4"
 | 
				
			||||||
@@ -1213,7 +1232,7 @@ hash = "96af150bb8fd127df42ba97651242dc3afb013c5fe23613d6644bc6dbbe9b48c"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "scrumptious-assets/quotelist.txt"
 | 
					file = "scrumptious-assets/quotelist.txt"
 | 
				
			||||||
hash = "1d2af8cd338b690d2f3733fbe7a2044fcadc962b72bd4ab692a6fb9162356e71"
 | 
					hash = "7904a142578b1036941e19a168f270cc501e8f0c8921127b9d40b36c2a1ec11f"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[files]]
 | 
					[[files]]
 | 
				
			||||||
file = "scrumptious-assets/sc-text.png"
 | 
					file = "scrumptious-assets/sc-text.png"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										13
									
								
								mods/catalogue.pw.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								mods/catalogue.pw.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					name = "Catalogue"
 | 
				
			||||||
 | 
					filename = "catalogue-1.7.0-1.19.2.jar"
 | 
				
			||||||
 | 
					side = "both"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[download]
 | 
				
			||||||
 | 
					hash-format = "sha1"
 | 
				
			||||||
 | 
					hash = "e6f401e3a5dc3943a6780a31438cd223a3511eda"
 | 
				
			||||||
 | 
					mode = "metadata:curseforge"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[update]
 | 
				
			||||||
 | 
					[update.curseforge]
 | 
				
			||||||
 | 
					file-id = 4171024
 | 
				
			||||||
 | 
					project-id = 459701
 | 
				
			||||||
@@ -1,13 +1,13 @@
 | 
				
			|||||||
name = "Connectivity[Forge/Fabric]"
 | 
					name = "Connectivity[Forge/Fabric]"
 | 
				
			||||||
filename = "connectivity-1.19.2-3.5.jar"
 | 
					filename = "connectivity-1.19.2-3.8.jar"
 | 
				
			||||||
side = "both"
 | 
					side = "both"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[download]
 | 
					[download]
 | 
				
			||||||
hash-format = "sha1"
 | 
					hash-format = "sha1"
 | 
				
			||||||
hash = "d126fb0e1c21bb27c10b5929d4881f3653b31c0f"
 | 
					hash = "51773e20ab1f4f7f900ba5ae436a9a4bdfb48490"
 | 
				
			||||||
mode = "metadata:curseforge"
 | 
					mode = "metadata:curseforge"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[update]
 | 
					[update]
 | 
				
			||||||
[update.curseforge]
 | 
					[update.curseforge]
 | 
				
			||||||
file-id = 4508264
 | 
					file-id = 4510473
 | 
				
			||||||
project-id = 470193
 | 
					project-id = 470193
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,13 +1,13 @@
 | 
				
			|||||||
name = "Curios API (Forge)"
 | 
					name = "Curios API"
 | 
				
			||||||
filename = "curios-forge-1.19.2-5.1.4.0.jar"
 | 
					filename = "curios-forge-1.19.2-5.1.4.0.jar"
 | 
				
			||||||
side = "both"
 | 
					side = "both"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[download]
 | 
					[download]
 | 
				
			||||||
 | 
					url = "https://cdn.modrinth.com/data/vvuO3ImH/versions/cpywqo8V/curios-forge-1.19.2-5.1.4.0.jar"
 | 
				
			||||||
hash-format = "sha1"
 | 
					hash-format = "sha1"
 | 
				
			||||||
hash = "5d7da29583f8b67741a7a70581716d4c5085d82c"
 | 
					hash = "3570c98fcd37a7f4f087b979cf1ab4f618b7724c"
 | 
				
			||||||
mode = "metadata:curseforge"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
[update]
 | 
					[update]
 | 
				
			||||||
[update.curseforge]
 | 
					[update.modrinth]
 | 
				
			||||||
file-id = 4493912
 | 
					mod-id = "vvuO3ImH"
 | 
				
			||||||
project-id = 309927
 | 
					version = "cpywqo8V"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,13 +1,13 @@
 | 
				
			|||||||
name = "In Control!"
 | 
					name = "In Control!"
 | 
				
			||||||
filename = "incontrol-1.19-7.1.3.jar"
 | 
					filename = "incontrol-1.19-7.1.4.jar"
 | 
				
			||||||
side = "both"
 | 
					side = "both"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[download]
 | 
					[download]
 | 
				
			||||||
hash-format = "sha1"
 | 
					hash-format = "sha1"
 | 
				
			||||||
hash = "0f738472835f53481a46ac1eac71eca53e08c991"
 | 
					hash = "e8a6f28f7ca86e28f2d23eef207e1c95be45c196"
 | 
				
			||||||
mode = "metadata:curseforge"
 | 
					mode = "metadata:curseforge"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[update]
 | 
					[update]
 | 
				
			||||||
[update.curseforge]
 | 
					[update.curseforge]
 | 
				
			||||||
file-id = 4385228
 | 
					file-id = 4510178
 | 
				
			||||||
project-id = 257356
 | 
					project-id = 257356
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,13 +1,13 @@
 | 
				
			|||||||
name = "KleeSlabs"
 | 
					name = "KleeSlabs"
 | 
				
			||||||
filename = "kleeslabs-forge-1.19.2-12.2.0.jar"
 | 
					filename = "kleeslabs-forge-1.19.2-12.3.0.jar"
 | 
				
			||||||
side = "both"
 | 
					side = "both"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[download]
 | 
					[download]
 | 
				
			||||||
hash-format = "sha1"
 | 
					hash-format = "sha1"
 | 
				
			||||||
hash = "892482a62839e811102a506f0cdc3a3b55dbf437"
 | 
					hash = "6b01513bbfd46c5505b6e00318df30d7bb2cee72"
 | 
				
			||||||
mode = "metadata:curseforge"
 | 
					mode = "metadata:curseforge"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[update]
 | 
					[update]
 | 
				
			||||||
[update.curseforge]
 | 
					[update.curseforge]
 | 
				
			||||||
file-id = 4440432
 | 
					file-id = 4510538
 | 
				
			||||||
project-id = 241895
 | 
					project-id = 241895
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										17
									
								
								mods/mindful-darkness.pw.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								mods/mindful-darkness.pw.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
				
			|||||||
 | 
					name = "Mindful Darkness"
 | 
				
			||||||
 | 
					filename = "MindfulDarkness-v4.0.5-1.19.2-Forge.jar"
 | 
				
			||||||
 | 
					side = "client"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[download]
 | 
				
			||||||
 | 
					url = "https://cdn.modrinth.com/data/pzCY6C3e/versions/n5bazwHY/MindfulDarkness-v4.0.5-1.19.2-Forge.jar"
 | 
				
			||||||
 | 
					hash-format = "sha1"
 | 
				
			||||||
 | 
					hash = "c1f6734c3ddfea7747a69b42b8f7c634ce4240c9"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[option]
 | 
				
			||||||
 | 
					optional = true
 | 
				
			||||||
 | 
					description = "Enables 'Dark Mode' on all Minecraft GUIs. Configurable for how 'dark' you want it."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[update]
 | 
				
			||||||
 | 
					[update.modrinth]
 | 
				
			||||||
 | 
					mod-id = "pzCY6C3e"
 | 
				
			||||||
 | 
					version = "n5bazwHY"
 | 
				
			||||||
@@ -1,13 +1,13 @@
 | 
				
			|||||||
name = "PneumaticCraft: Repressurized"
 | 
					name = "PneumaticCraft: Repressurized"
 | 
				
			||||||
filename = "pneumaticcraft-repressurized-1.19.2-4.3.3-22.jar"
 | 
					filename = "pneumaticcraft-repressurized-1.19.2-4.3.4-24.jar"
 | 
				
			||||||
side = "both"
 | 
					side = "both"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[download]
 | 
					[download]
 | 
				
			||||||
hash-format = "sha1"
 | 
					hash-format = "sha1"
 | 
				
			||||||
hash = "9469597a73c0278034aced403ebdbbd21ffa33f0"
 | 
					hash = "b4b737bb36c5ddb4d3d53894994818c91df6b0ed"
 | 
				
			||||||
mode = "metadata:curseforge"
 | 
					mode = "metadata:curseforge"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[update]
 | 
					[update]
 | 
				
			||||||
[update.curseforge]
 | 
					[update.curseforge]
 | 
				
			||||||
file-id = 4412625
 | 
					file-id = 4510812
 | 
				
			||||||
project-id = 281849
 | 
					project-id = 281849
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,13 +1,13 @@
 | 
				
			|||||||
name = "Puzzles Lib [Forge & Fabric]"
 | 
					name = "Puzzles Lib"
 | 
				
			||||||
filename = "PuzzlesLib-v4.4.0-1.19.2-Forge.jar"
 | 
					filename = "PuzzlesLib-v4.4.0-1.19.2-Forge.jar"
 | 
				
			||||||
side = "both"
 | 
					side = "both"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[download]
 | 
					[download]
 | 
				
			||||||
 | 
					url = "https://cdn.modrinth.com/data/QAGBst4M/versions/NjsLQCQh/PuzzlesLib-v4.4.0-1.19.2-Forge.jar"
 | 
				
			||||||
hash-format = "sha1"
 | 
					hash-format = "sha1"
 | 
				
			||||||
hash = "d7f584edb68672d838fa68caf315e5cbb19d590d"
 | 
					hash = "d7f584edb68672d838fa68caf315e5cbb19d590d"
 | 
				
			||||||
mode = "metadata:curseforge"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
[update]
 | 
					[update]
 | 
				
			||||||
[update.curseforge]
 | 
					[update.modrinth]
 | 
				
			||||||
file-id = 4499052
 | 
					mod-id = "QAGBst4M"
 | 
				
			||||||
project-id = 495476
 | 
					version = "NjsLQCQh"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,13 +1,13 @@
 | 
				
			|||||||
name = "SeasonHUD"
 | 
					name = "SeasonHUD"
 | 
				
			||||||
filename = "seasonhud-1.19.2-1.4.13.jar"
 | 
					filename = "seasonhud-1.19.2-1.4.14.jar"
 | 
				
			||||||
side = "client"
 | 
					side = "client"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[download]
 | 
					[download]
 | 
				
			||||||
hash-format = "sha1"
 | 
					hash-format = "sha1"
 | 
				
			||||||
hash = "3b56d3d87fb706d0a55a8fa6e9bf4c571896af41"
 | 
					hash = "26ed42f761d61cb4f8a7953013c517299be27b29"
 | 
				
			||||||
mode = "metadata:curseforge"
 | 
					mode = "metadata:curseforge"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[update]
 | 
					[update]
 | 
				
			||||||
[update.curseforge]
 | 
					[update.curseforge]
 | 
				
			||||||
file-id = 4508782
 | 
					file-id = 4510207
 | 
				
			||||||
project-id = 690971
 | 
					project-id = 690971
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										13
									
								
								mods/simple-hats.pw.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								mods/simple-hats.pw.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					name = "Simple Hats"
 | 
				
			||||||
 | 
					filename = "simplehats-forge-1.19.2-0.1.6.jar"
 | 
				
			||||||
 | 
					side = "both"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[download]
 | 
				
			||||||
 | 
					url = "https://cdn.modrinth.com/data/iSkQCp6b/versions/IDMdIuBs/simplehats-forge-1.19.2-0.1.6.jar"
 | 
				
			||||||
 | 
					hash-format = "sha1"
 | 
				
			||||||
 | 
					hash = "628caf41c47ba9866c407da810a8a02cb77c3e23"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[update]
 | 
				
			||||||
 | 
					[update.modrinth]
 | 
				
			||||||
 | 
					mod-id = "iSkQCp6b"
 | 
				
			||||||
 | 
					version = "IDMdIuBs"
 | 
				
			||||||
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
 | 
				
			|||||||
[index]
 | 
					[index]
 | 
				
			||||||
file = "index.toml"
 | 
					file = "index.toml"
 | 
				
			||||||
hash-format = "sha256"
 | 
					hash-format = "sha256"
 | 
				
			||||||
hash = "85b23e2e391a7851ea1d46e91f244aec0da901000bf7e0a33ff9b2edd7960ec5"
 | 
					hash = "37cd7232f388c5b4241604be3a3d119910b8d3a85a413d705a533e79bb65aecc"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[versions]
 | 
					[versions]
 | 
				
			||||||
forge = "43.2.8"
 | 
					forge = "43.2.8"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -63,7 +63,7 @@ I'm sorry, are you fucking that dragon or is that dragon raping you?
 | 
				
			|||||||
Why is the T-Rex raping the fucking dragon?
 | 
					Why is the T-Rex raping the fucking dragon?
 | 
				
			||||||
Stop complaining about it being cold out if you're a fucking nudist
 | 
					Stop complaining about it being cold out if you're a fucking nudist
 | 
				
			||||||
Its real life somewhere
 | 
					Its real life somewhere
 | 
				
			||||||
We don't have any new, fresh, or exiting buttplug quotes anymore
 | 
					We don't have any new, fresh, or exciting buttplug quotes anymore
 | 
				
			||||||
I have a very special pussy
 | 
					I have a very special pussy
 | 
				
			||||||
Yo, is that gum?
 | 
					Yo, is that gum?
 | 
				
			||||||
I guess I'll go then. Wait, this is my server!
 | 
					I guess I'll go then. Wait, this is my server!
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user