Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flooded underground is flooded even above sea level #117

Open
The0x539 opened this issue Mar 8, 2021 · 1 comment
Open

Flooded underground is flooded even above sea level #117

The0x539 opened this issue Mar 8, 2021 · 1 comment

Comments

@The0x539
Copy link

The0x539 commented Mar 8, 2021

image

MC 1.16.5, Forge 36.0.46, Better Caves 1.1.1

Only config change was enabling Override Surface Detection:

["Better Caves"]
	# List of dimensions that will have Better Caves. Ignored if Global Whitelisting is enabled.
	# List must be comma-separated values enclosed in square brackets.
	# Entries must have the mod namespace included.
	# For example: "[minecraft:overworld, minecraft:the_nether, rats:ratlantis]"
	# Default: "[minecraft:overworld]"
	"Whitelisted Dimensions" = "[minecraft:overworld]"
	# Automatically enables Better Caves in every possible dimension.
	#     If this is enabled, the Whitelisted Dimension IDs option is ignored.
	# Default: false
	"Enable Global Whitelist" = false

	###########################################################################################################
	## Configure how bedrock generates.
	###########################################################################################################
	["Better Caves"."Bedrock Generation"]
		# Replaces the usual bedrock generation pattern with flat layers.
		#     Activates in all whitelisted dimensions.
		# Default: true
		"Flatten Bedrock" = true
		# The width of the bedrock layer. Only works if Flatten Bedrock is true.
		#Range: 0 ~ 256
		"Bedrock Layer Width" = 1

	###########################################################################################################
	## Configure settings related to caves, caverns, ravines and more.
	###########################################################################################################
	["Better Caves"."Underground Generation"]

		###########################################################################################################
		## Miscellaneous settings used in cave and cavern generation.
		###########################################################################################################
		["Better Caves"."Underground Generation".Miscellaneous]
			# Set to true to enable flooded underground in ocean biomes.
			# Default: true
			"Enable Flooded Underground" = true
			# Ignores surface detection for closing off caves and caverns, forcing them to spawn
			#     up until their max height. Useful for Nether-like dimensions with no real "surface".
			# Default: false
			"Override Surface Detection" = true
			# Lava (or water in water regions) spawns at and below this y-coordinate.
			# Default: 10
			#Range: 0 ~ 255
			"Liquid Altitude" = 10
			# Replace naturally generated floating gravel on the ocean floor with andesite.
			#     Can prevent lag due to cascading gravel falling into caverns under the ocean.
			# Default: true
			"Prevent Cascading Gravel" = true
			# The block used for lava generation at and below the Liquid Altitude.
			#     Defaults to regular lava if an invalid block is given.
			# Default: minecraft:lava
			"Lava Block" = "minecraft:lava"
			# The block used for water generation in water caves/caverns at and below the Liquid Altitude.
			#     Defaults to regular water if an invalid block is given.
			# Default: minecraft:water
			"Water Block" = "minecraft:water"

		###########################################################################################################
		## Settings used in the generation of water regions.
		###########################################################################################################
		["Better Caves"."Underground Generation"."Water Regions"]
			# Custom value for water region size. Smaller value = larger regions. This value is very sensitive to change.
			#     ONLY WORKS IF Water Region Size IS Custom.
			#     Provided values:
			#         Small: 0.008
			#         Medium: 0.004
			#         Large: 0.0028
			#         ExtraLarge: 0.001
			# Default: 0.004
			#Range: 0.0 ~ 0.05
			"Water Region Size Custom Value" = 0.004
			# Percent chance of a region having water instead of lava at low altitudes.
			# Default: 40%
			#Range: 0.0 ~ 100.0
			"Water Region Spawn Chance" = 40.0
			# Determines how large water regions are.
			# Default: Medium (recommended).
			"Water Region Size" = "Medium"

		###########################################################################################################
		## Settings used in the generation of caves.
		###########################################################################################################
		["Better Caves"."Underground Generation".Caves]
			# Percent chance of caves spawning in a given region.
			# Default: caves spawn in 100% of regions.
			#Range: 0.0 ~ 100.0
			"Cave Spawn Chance" = 100.0
			# Determines how large cave regions are.
			#     Controls the average size of a cave system.
			# Accepted values: Small, Medium, Large, ExtraLarge, Custom
			# Default: Small (recommended).
			"Cave Region Size" = "Small"
			# Custom value for cave region size. Smaller value = larger regions. This value is very sensitive to change.
			#     ONLY WORKS IF Cave Region Size IS Custom.
			#     Provided values:
			#         Small: 0.008
			#         Medium: 0.005
			#         Large: 0.0032
			#         ExtraLarge: 0.001
			# Default: 0.008
			#Range: 0.0 ~ 0.05000000074505806
			"Cave Region Size Custom Value" = 0.00800000037997961

			###########################################################################################################
			## Settings used in the generation of vanilla-like caves near the surface.
			###########################################################################################################
			["Better Caves"."Underground Generation".Caves."Surface Caves"]
				# The minimum y-coordinate at which surface caves can generate.
				# Default: 40
				#Range: 0 ~ 255
				"Surface Cave Minimum Altitude" = 40
				# Set to true to enable vanilla-like caves which provide nice, natural-looking openings at the surface.
				# Default: true
				"Enable Surface Caves" = true
				# The maximum y-coordinate at which surface caves can generate.
				# Default: 128
				#Range: 0 ~ 255
				"Surface Cave Maximum Altitude" = 128
				# The density of surface caves. Higher = more caves, closer together. 
				# Default: 17
				#Range: 0 ~ 100
				"Surface Cave Density" = 17

			###########################################################################################################
			## Settings used in the generation of type 1 caves, which are more worm-like.
			###########################################################################################################
			["Better Caves"."Underground Generation".Caves."Type 1 Caves"]
				# The maximum y-coordinate at which type 1 caves can generate.
				# Default: 80
				#Range: 0 ~ 255
				"Type 1 Cave Maximum Altitude" = 80
				# Stretches caves horizontally. Lower value = wider caves.
				# Default: 1.6 (recommended)
				#Range: 0.0 ~ 100.0
				"Compression - Horizontal" = 1.6
				# The minimum y-coordinate at which type 1 caves can generate.
				# Default: 1
				#Range: 0 ~ 255
				"Type 1 Cave Minimum Altitude" = 1
				# The depth from a given point on the surface at which type 1 caves start to close off.
				#     Will use the Max Cave Altitude instead of surface height if it is lower.
				#     Will use the Max Cave Altitude no matter what if Override Surface Detection is enabled.
				# Default: 15 (recommended)
				#Range: 0 ~ 255
				"Type 1 Cave Surface Cutoff Depth" = 15
				# Stretches caves vertically. Lower value = taller caves with steeper drops.
				# Default: 5.0 (recommended)
				#Range: 0.0 ~ 100.0
				"Compression - Vertical" = 5.0
				# Determines how frequently Type 1 Caves spawn. 0 = will not spawn at all.
				# Default: 10
				#Range: 0 ~ 10
				"Type 1 Cave Priority" = 10

			###########################################################################################################
			## Settings used in the generation of type 2 caves, which tend to be more open and spacious.
			###########################################################################################################
			["Better Caves"."Underground Generation".Caves."Type 2 Caves"]
				# The minimum y-coordinate at which type 2 caves can generate.
				# Default: 1
				#Range: 0 ~ 255
				"Type 2 Cave Minimum Altitude" = 1
				# The maximum y-coordinate at which type 2 caves can generate.
				# Default: 80
				#Range: 0 ~ 255
				"Type 2 Cave Maximum Altitude" = 80
				# Stretches caves horizontally. Lower value = wider caves.
				# Default: 0.9 (recommended)
				#Range: 0.0 ~ 100.0
				"Compression - Horizontal" = 0.9
				# The depth from a given point on the surface at which type 2 caves start to close off.
				#     Will use the Max Cave Altitude instead of surface height if it is lower.
				#     Will use the Max Cave Altitude no matter what if Override Surface Detection is enabled.
				# Default: 15 (recommended)
				#Range: 0 ~ 255
				"Type 2 Cave Surface Cutoff Depth" = 15
				# Stretches caves vertically. Lower value = taller caves with steeper drops.
				# Default: 2.2 (recommended)
				#Range: 0.0 ~ 100.0
				"Compression - Vertical" = 2.2
				# Determines how frequently Type 2 Caves spawn. 0 = will not spawn at all.
				# Default: 5
				#Range: 0 ~ 10
				"Type 2 Cave Priority" = 5

			###########################################################################################################
			## Settings controlling vanilla Minecraft cave generation.
			###########################################################################################################
			["Better Caves"."Underground Generation".Caves."Vanilla Caves"]
				# The maximum y-coordinate at which vanilla caves can generate.
				# Default: 128
				#Range: 0 ~ 255
				"Vanilla Cave Maximum Altitude" = 128
				# The density of vanilla caves. Higher = more caves, closer together. 
				# Default: 14 (value used in vanilla)
				#Range: 0 ~ 100
				"Vanilla Cave Density" = 14
				# Determines how frequently vanilla caves spawn. 0 = will not spawn at all.
				# Default: 0
				#Range: 0 ~ 10
				"Vanilla Cave Priority" = 0
				# The minimum y-coordinate at which vanilla caves can generate.
				# Default: 8
				#Range: 0 ~ 255
				"Vanilla Cave Minimum Altitude" = 8

		###########################################################################################################
		## Settings used in the generation of caverns. Caverns are spacious caves at low altitudes.
		###########################################################################################################
		["Better Caves"."Underground Generation".Caverns]
			# Custom value for cavern region size. Only works if Cavern Region Size is set to Custom.      Smaller value = larger regions. This value is very sensitive to change.
			#     Provided values:
			#         Small: 0.01
			#         Medium: 0.007
			#         Large: 0.005
			#         ExtraLarge: 0.001
			# Default: 0.01
			#Range: 0.0 ~ 0.05
			"Cavern Region Size Custom Value" = 0.01
			# Percent chance of caverns spawning in a given region.
			# Default: caverns spawn in 25% of regions.
			#Range: 0.0 ~ 100.0
			"Cavern Spawn Chance" = 25.0
			# Determines how large cavern regions are. This controls the average size of caverns.
			# Accepted values: Small, Medium, Large, ExtraLarge, Custom
			# Default: Small (recommended).
			"Cavern Region Size" = "Small"

			###########################################################################################################
			## Settings used in the generation of Floored Caverns found at low altitudes.
			## These have much more ground to walk on than Liquid Caverns.
			###########################################################################################################
			["Better Caves"."Underground Generation".Caverns."Floored Caverns"]
				# Stretches caverns horizontally. Lower value = more open caverns with larger features.
				# Default: 0.7
				#Range: 0.0 ~ 100.0
				"Compression - Horizontal" = 0.7
				# Determines how frequently Floored Caverns spawn. 0 = will not spawn at all.
				# Default: 10
				#Range: 0 ~ 10
				"Floored Cavern Priority" = 10
				# Stretches caverns vertically. Lower value = more open caverns with larger features.
				# Default: 1.3
				#Range: 0.0 ~ 100.0
				"Compression - Vertical" = 1.3
				# The minimum y-coordinate at which Floored Caverns can generate.
				# Default: 1
				#Range: 0 ~ 255
				"Floored Cavern Minimum Altitude" = 1
				# The maximum y-coordinate at which Floored Caverns can generate.
				#     Caverns will attempt to close off anyway if this value is greater than the surface's altitude.
				# Default: 35
				#Range: 0 ~ 255
				"Floored Cavern Maximum Altitude" = 35

			###########################################################################################################
			## Settings used in the generation of Liquid Caverns found at low altitudes.
			## These are caverns where the floor is predominantly water or lava.
			###########################################################################################################
			["Better Caves"."Underground Generation".Caverns."Liquid Caverns"]
				# Stretches caverns horizontally. Lower value = more open caverns with larger features.
				# Default: 0.7
				#Range: 0.0 ~ 100.0
				"Compression - Horizontal" = 0.7
				# Determines how frequently Liquid Caverns spawn. 0 = will not spawn at all.
				# Default: 10
				#Range: 0 ~ 10
				"Liquid Cavern Priority" = 10
				# Stretches caverns vertically. Lower value = more open caverns with larger features.
				# Default: 1.3
				#Range: 0.0 ~ 100.0
				"Compression - Vertical" = 1.3
				# The minimum y-coordinate at which Liquid Caverns can generate.
				# Default: 1
				#Range: 0 ~ 255
				"Liquid Cavern Minimum Altitude" = 1
				# The maximum y-coordinate at which Liquid Caverns can generate.
				#     Caverns will attempt to close off anyway if this value is greater than the surface's altitude.
				# Default: 35
				#Range: 0 ~ 255
				"Liquid Cavern Maximum Altitude" = 35

		###########################################################################################################
		## Settings used for ravine generation.
		###########################################################################################################
		["Better Caves"."Underground Generation".Ravines]
			# Set to true to enable flooded ravines in ocean biomes.
			# Default: true
			"Enable Flooded Ravines" = true
			# Set to true to enable ravine generation.
			# Default: true
			"Enable Ravines" = true

	###########################################################################################################
	## Don't mess with these settings for normal gameplay.
	###########################################################################################################
	["Better Caves"."DEBUG Settings"]
		# The visualizer creates worlds where there are no blocks except those indicating where caves
		#     and caverns would be carved out in a regular world. This is useful for visualizing the kinds of
		#     caves and caverns your current config options will create.
		#     Type 1 Cave: Wooden Planks
		#     Type 2 Cave: Cobblestone
		#     Lava Cavern: Redstone Block
		#     Floored Cavern: Gold Block
		#     Surface Cave: Emerald Block
		#     Vanilla Cave: Bricks
		# Default: false
		"Enable DEBUG Visualizer" = false
@gglobensky
Copy link

I get the same problem. It worked for a while but then I created a new world and it happens.

["Better Caves"]
# List of dimensions that will have Better Caves. Ignored if Global Whitelisting is enabled.
# List must be comma-separated values enclosed in square brackets.
# Entries must have the mod namespace included.
# For example: "[minecraft:overworld, minecraft:the_nether, rats:ratlantis]"
# Default: "[minecraft:overworld]"
"Whitelisted Dimensions" = "[minecraft:overworld]"
# Automatically enables Better Caves in every possible dimension.
# If this is enabled, the Whitelisted Dimension IDs option is ignored.
# Default: false
"Enable Global Whitelist" = false

###########################################################################################################
## Configure settings related to caves, caverns, ravines and more.
###########################################################################################################
["Better Caves"."Underground Generation"]

	###########################################################################################################
	## Settings used in the generation of caves.
	###########################################################################################################
	["Better Caves"."Underground Generation".Caves]
		# Percent chance of caves spawning in a given region.
		# Default: caves spawn in 100% of regions.
		#Range: 0.0 ~ 100.0
		"Cave Spawn Chance" = 100.0
		# Determines how large cave regions are.
		#     Controls the average size of a cave system.
		# Accepted values: Small, Medium, Large, ExtraLarge, Custom
		# Default: Small (recommended).
		"Cave Region Size" = "Small"
		# Custom value for cave region size. Smaller value = larger regions. This value is very sensitive to change.
		#     ONLY WORKS IF Cave Region Size IS Custom.
		#     Provided values:
		#         Small: 0.008
		#         Medium: 0.005
		#         Large: 0.0032
		#         ExtraLarge: 0.001
		# Default: 0.008
		#Range: 0.0 ~ 0.05000000074505806
		"Cave Region Size Custom Value" = 0.00800000037997961

		###########################################################################################################
		## Settings used in the generation of type 1 caves, which are more worm-like.
		###########################################################################################################
		["Better Caves"."Underground Generation".Caves."Type 1 Caves"]
			# The minimum y-coordinate at which type 1 caves can generate.
			# Default: 1
			#Range: 0 ~ 255
			"Type 1 Cave Minimum Altitude" = 1
			# The maximum y-coordinate at which type 1 caves can generate.
			# Default: 80
			#Range: 0 ~ 255
			"Type 1 Cave Maximum Altitude" = 96
			# The depth from a given point on the surface at which type 1 caves start to close off.
			#     Will use the Max Cave Altitude instead of surface height if it is lower.
			#     Will use the Max Cave Altitude no matter what if Override Surface Detection is enabled.
			# Default: 15 (recommended)
			#Range: 0 ~ 255
			"Type 1 Cave Surface Cutoff Depth" = 15
			# Stretches caves vertically. Lower value = taller caves with steeper drops.
			# Default: 5.0 (recommended)
			#Range: 0.0 ~ 100.0
			"Compression - Vertical" = 6.0
			# Stretches caves horizontally. Lower value = wider caves.
			# Default: 1.6 (recommended)
			#Range: 0.0 ~ 100.0
			"Compression - Horizontal" = 1.8
			# Determines how frequently Type 1 Caves spawn. 0 = will not spawn at all.
			# Default: 10
			#Range: 0 ~ 10
			"Type 1 Cave Priority" = 10

		###########################################################################################################
		## Settings used in the generation of type 2 caves, which tend to be more open and spacious.
		###########################################################################################################
		["Better Caves"."Underground Generation".Caves."Type 2 Caves"]
			# The minimum y-coordinate at which type 2 caves can generate.
			# Default: 1
			#Range: 0 ~ 255
			"Type 2 Cave Minimum Altitude" = 1
			# The maximum y-coordinate at which type 2 caves can generate.
			# Default: 80
			#Range: 0 ~ 255
			"Type 2 Cave Maximum Altitude" = 96
			# The depth from a given point on the surface at which type 2 caves start to close off.
			#     Will use the Max Cave Altitude instead of surface height if it is lower.
			#     Will use the Max Cave Altitude no matter what if Override Surface Detection is enabled.
			# Default: 15 (recommended)
			#Range: 0 ~ 255
			"Type 2 Cave Surface Cutoff Depth" = 15
			# Stretches caves vertically. Lower value = taller caves with steeper drops.
			# Default: 2.2 (recommended)
			#Range: 0.0 ~ 100.0
			"Compression - Vertical" = 2.8
			# Stretches caves horizontally. Lower value = wider caves.
			# Default: 0.9 (recommended)
			#Range: 0.0 ~ 100.0
			"Compression - Horizontal" = 1.2
			# Determines how frequently Type 2 Caves spawn. 0 = will not spawn at all.
			# Default: 5
			#Range: 0 ~ 10
			"Type 2 Cave Priority" = 5

		###########################################################################################################
		## Settings used in the generation of vanilla-like caves near the surface.
		###########################################################################################################
		["Better Caves"."Underground Generation".Caves."Surface Caves"]
			# Set to true to enable vanilla-like caves which provide nice, natural-looking openings at the surface.
			# Default: true
			"Enable Surface Caves" = true
			# The minimum y-coordinate at which surface caves can generate.
			# Default: 40
			#Range: 0 ~ 255
			"Surface Cave Minimum Altitude" = 40
			# The maximum y-coordinate at which surface caves can generate.
			# Default: 128
			#Range: 0 ~ 255
			"Surface Cave Maximum Altitude" = 196
			# The density of surface caves. Higher = more caves, closer together. 
			# Default: 17
			#Range: 0 ~ 100
			"Surface Cave Density" = 10

		###########################################################################################################
		## Settings controlling vanilla Minecraft cave generation.
		###########################################################################################################
		["Better Caves"."Underground Generation".Caves."Vanilla Caves"]
			# The minimum y-coordinate at which vanilla caves can generate.
			# Default: 8
			#Range: 0 ~ 255
			"Vanilla Cave Minimum Altitude" = 8
			# The maximum y-coordinate at which vanilla caves can generate.
			# Default: 128
			#Range: 0 ~ 255
			"Vanilla Cave Maximum Altitude" = 128
			# The density of vanilla caves. Higher = more caves, closer together. 
			# Default: 14 (value used in vanilla)
			#Range: 0 ~ 100
			"Vanilla Cave Density" = 14
			# Determines how frequently vanilla caves spawn. 0 = will not spawn at all.
			# Default: 0
			#Range: 0 ~ 10
			"Vanilla Cave Priority" = 0

	###########################################################################################################
	## Settings used in the generation of caverns. Caverns are spacious caves at low altitudes.
	###########################################################################################################
	["Better Caves"."Underground Generation".Caverns]
		# Percent chance of caverns spawning in a given region.
		# Default: caverns spawn in 25% of regions.
		#Range: 0.0 ~ 100.0
		"Cavern Spawn Chance" = 25.0
		# Determines how large cavern regions are. This controls the average size of caverns.
		# Accepted values: Small, Medium, Large, ExtraLarge, Custom
		# Default: Small (recommended).
		"Cavern Region Size" = "Medium"
		# Custom value for cavern region size. Only works if Cavern Region Size is set to Custom.      Smaller value = larger regions. This value is very sensitive to change.
		#     Provided values:
		#         Small: 0.01
		#         Medium: 0.007
		#         Large: 0.005
		#         ExtraLarge: 0.001
		# Default: 0.01
		#Range: 0.0 ~ 0.05
		"Cavern Region Size Custom Value" = 0.01

		###########################################################################################################
		## Settings used in the generation of Liquid Caverns found at low altitudes.
		## These are caverns where the floor is predominantly water or lava.
		###########################################################################################################
		["Better Caves"."Underground Generation".Caverns."Liquid Caverns"]
			# The minimum y-coordinate at which Liquid Caverns can generate.
			# Default: 1
			#Range: 0 ~ 255
			"Liquid Cavern Minimum Altitude" = 1
			# The maximum y-coordinate at which Liquid Caverns can generate.
			#     Caverns will attempt to close off anyway if this value is greater than the surface's altitude.
			# Default: 35
			#Range: 0 ~ 255
			"Liquid Cavern Maximum Altitude" = 48
			# Stretches caverns vertically. Lower value = more open caverns with larger features.
			# Default: 1.3
			#Range: 0.0 ~ 100.0
			"Compression - Vertical" = 1.8
			# Stretches caverns horizontally. Lower value = more open caverns with larger features.
			# Default: 0.7
			#Range: 0.0 ~ 100.0
			"Compression - Horizontal" = 2.4
			# Determines how frequently Liquid Caverns spawn. 0 = will not spawn at all.
			# Default: 10
			#Range: 0 ~ 10
			"Liquid Cavern Priority" = 10

		###########################################################################################################
		## Settings used in the generation of Floored Caverns found at low altitudes.
		## These have much more ground to walk on than Liquid Caverns.
		###########################################################################################################
		["Better Caves"."Underground Generation".Caverns."Floored Caverns"]
			# The minimum y-coordinate at which Floored Caverns can generate.
			# Default: 1
			#Range: 0 ~ 255
			"Floored Cavern Minimum Altitude" = 1
			# The maximum y-coordinate at which Floored Caverns can generate.
			#     Caverns will attempt to close off anyway if this value is greater than the surface's altitude.
			# Default: 35
			#Range: 0 ~ 255
			"Floored Cavern Maximum Altitude" = 35
			# Stretches caverns vertically. Lower value = more open caverns with larger features.
			# Default: 1.3
			#Range: 0.0 ~ 100.0
			"Compression - Vertical" = 1.3
			# Stretches caverns horizontally. Lower value = more open caverns with larger features.
			# Default: 0.7
			#Range: 0.0 ~ 100.0
			"Compression - Horizontal" = 0.7
			# Determines how frequently Floored Caverns spawn. 0 = will not spawn at all.
			# Default: 10
			#Range: 0 ~ 10
			"Floored Cavern Priority" = 10

	###########################################################################################################
	## Settings used in the generation of water regions.
	###########################################################################################################
	["Better Caves"."Underground Generation"."Water Regions"]
		# Percent chance of a region having water instead of lava at low altitudes.
		# Default: 40%
		#Range: 0.0 ~ 100.0
		"Water Region Spawn Chance" = 75.0
		# Determines how large water regions are.
		# Default: Medium (recommended).
		"Water Region Size" = "Medium"
		# Custom value for water region size. Smaller value = larger regions. This value is very sensitive to change.
		#     ONLY WORKS IF Water Region Size IS Custom.
		#     Provided values:
		#         Small: 0.008
		#         Medium: 0.004
		#         Large: 0.0028
		#         ExtraLarge: 0.001
		# Default: 0.004
		#Range: 0.0 ~ 0.05
		"Water Region Size Custom Value" = 0.004

	###########################################################################################################
	## Settings used for ravine generation.
	###########################################################################################################
	["Better Caves"."Underground Generation".Ravines]
		# Set to true to enable ravine generation.
		# Default: true
		"Enable Ravines" = true
		# Set to true to enable flooded ravines in ocean biomes.
		# Default: true
		"Enable Flooded Ravines" = true

	###########################################################################################################
	## Miscellaneous settings used in cave and cavern generation.
	###########################################################################################################
	["Better Caves"."Underground Generation".Miscellaneous]
		# Lava (or water in water regions) spawns at and below this y-coordinate.
		# Default: 10
		#Range: 0 ~ 255
		"Liquid Altitude" = 10
		# The block used for lava generation at and below the Liquid Altitude.
		#     Defaults to regular lava if an invalid block is given.
		# Default: minecraft:lava
		"Lava Block" = "minecraft:lava"
		# The block used for water generation in water caves/caverns at and below the Liquid Altitude.
		#     Defaults to regular water if an invalid block is given.
		# Default: minecraft:water
		"Water Block" = "minecraft:water"
		# Replace naturally generated floating gravel on the ocean floor with andesite.
		#     Can prevent lag due to cascading gravel falling into caverns under the ocean.
		# Default: true
		"Prevent Cascading Gravel" = true
		# Ignores surface detection for closing off caves and caverns, forcing them to spawn
		#     up until their max height. Useful for Nether-like dimensions with no real "surface".
		# Default: false
		"Override Surface Detection" = true
		# Set to true to enable flooded underground in ocean biomes.
		# Default: true
		"Enable Flooded Underground" = true

###########################################################################################################
## Configure how bedrock generates.
###########################################################################################################
["Better Caves"."Bedrock Generation"]
	# Replaces the usual bedrock generation pattern with flat layers.
	#     Activates in all whitelisted dimensions.
	# Default: true
	"Flatten Bedrock" = true
	# The width of the bedrock layer. Only works if Flatten Bedrock is true.
	#Range: 0 ~ 256
	"Bedrock Layer Width" = 1

###########################################################################################################
## Don't mess with these settings for normal gameplay.
###########################################################################################################
["Better Caves"."DEBUG Settings"]
	# The visualizer creates worlds where there are no blocks except those indicating where caves
	#     and caverns would be carved out in a regular world. This is useful for visualizing the kinds of
	#     caves and caverns your current config options will create.
	#     Type 1 Cave: Wooden Planks
	#     Type 2 Cave: Cobblestone
	#     Lava Cavern: Redstone Block
	#     Floored Cavern: Gold Block
	#     Surface Cave: Emerald Block
	#     Vanilla Cave: Bricks
	# Default: false
	"Enable DEBUG Visualizer" = false

FML: 36.2
Forge: net.minecraftforge:36.2.20
FML Language Providers:
[email protected]
minecraft@1
Mod List:
habitat-1.0.1.jar |Habitat |habitat |1.0.1 |DONE |Manifest: NOSIGNATURE
BetterDungeons-1.16.4-1.2.jar |YUNG's Better Dungeons |betterdungeons |1.16.4-1.2 |DONE |Manifest: NOSIGNATURE
Camels-1.16.4-1.0.0.jar |Camels Mod |camels |1.0.0 |DONE |Manifest: NOSIGNATURE
supermartijn642configlib-1.0.5a-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.5a |DONE |Manifest: NOSIGNATURE
bigbrain-1.2.4.jar |Big Brain |bigbrain |1.2.4 |DONE |Manifest: NOSIGNATURE
areas_1.16.4-1.1.jar |Areas |areas |1.1 |DONE |Manifest: NOSIGNATURE
DeathCounter-1.16.3-1.2.1.jar |Death Counter |deathcounter |1.2.1 |DONE |Manifest: NOSIGNATURE
ceiling_carpets-mc1.16.1_v0.0.1.jar |Ceiling Carpets |ceiling_carpets |0.0.1 |DONE |Manifest: NOSIGNATURE
Uppers-0.3.2.jar |Uppers |uppers |0.3.2 |DONE |Manifest: NOSIGNATURE
rad-1.16-4.1.0.jar |Reload Audio Driver |rad |4.1.0 |DONE |Manifest: NOSIGNATURE
placeableblazerods_1.16.4-1.0.jar |Placeable Blaze Rods |placeableblazerods |1.0 |DONE |Manifest: NOSIGNATURE
mcw-windows-2.0.0-mc1.16.5.jar |Macaw's Windows |mcwwindows |2.0.0 |DONE |Manifest: NOSIGNATURE
windowlogging-mc1.16.5_v0.0.5 (1).jar |Windowlogging |windowlogging |0.0.4 |DONE |Manifest: NOSIGNATURE
strawgolem-1.16-1.9.jar |Straw Golem |strawgolem |1.16-1.9 |DONE |Manifest: NOSIGNATURE
modicum-1.16.5-0.3.3.jar |Modicum |modicum |0.3.3 |DONE |Manifest: NOSIGNATURE
pitg-1.16.5-2.0.1.jar |Pane In The Glass |pitg |1.16.5-2.0.1 |DONE |Manifest: NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.1.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.1 |DONE |Manifest: NOSIGNATURE
LotTweaks-mc1.16.5-version-2.0.4.jar |LotTweaks |lottweaks |2.0.4 |DONE |Manifest: NOSIGNATURE
ForgeEndertech-1.16.5-7.2.1.0-build.0180.jar |Forge Endertech |forgeendertech |7.2.1.0 |DONE |Manifest: NOSIGNATURE
advancementframes-1.16.5-1.0.5.jar |Advancement Frames |advancementframes |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE
farmersdelightintegrations-1.16.5-1.1.jar |Farmer's Delight Compats |farmersdelightintegrations |1.16.5-1.1 |DONE |Manifest: NOSIGNATURE
YungsApi-1.16.4-Forge-12.jar |YUNG's API |yungsapi |1.16.4-Forge-12 |DONE |Manifest: NOSIGNATURE
guardvillagers-1.16.5.1.2.4.jar |Guard Villagers |guardvillagers |1.2.4 |DONE |Manifest: NOSIGNATURE
randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |DONE |Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
Morpheus-1.16.4-4.2.68.jar |Morpheus |morpheus |4.2.68 |DONE |Manifest: NOSIGNATURE
Omni-1.16.5-1.2.2.jar |Omni |omni |version |DONE |Manifest: NOSIGNATURE
WaterStrainer-1.16.3-10.0.0.jar |Water Strainer |waterstrainer |1.16.3-10.0.0 |DONE |Manifest: NOSIGNATURE
carpetstairsmod-1.16.4_v1.4.7.jar |Carpet Stairs Mod |carpetstairsmod |1.4.7 |DONE |Manifest: NOSIGNATURE
gunswithoutroses-1.16.4-1.0.6.jar |Guns Without Roses |gunswithoutroses |1.0.5 |DONE |Manifest: NOSIGNATURE
Paraglider-1.16.5-1.3.2.2.jar |Paraglider |paraglider |1.3.2.2 |DONE |Manifest: NOSIGNATURE
RevampedWolf-1.16.4-0.7.0.jar |RevampedWolf |revampedwolf |1.16.4-0.7.0 |DONE |Manifest: NOSIGNATURE
supplementaries-1.16.5-0.17.8.jar |Supplementaries |supplementaries |1.16.5-0.17.2 |DONE |Manifest: NOSIGNATURE
betterendforge-1.16.5-2.3.jar |BetterEnd Forge |betterendforge |1.16.5-2.3 |DONE |Manifest: NOSIGNATURE
structure_gel-1.16.5-1.7.7.jar |Structure Gel API |structure_gel |1.7.7 |DONE |Manifest: NOSIGNATURE
TinySkeletons-v1.0.1-1.16.5-Forge.jar |Tiny Skeletons |tinyskeletons |1.0.1 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
castle_in_the_sky-1.16.5-0.2.6.jar |Castle in the sky |castle_in_the_sky |1.16.5 |DONE |Manifest: NOSIGNATURE
repurposed_structures-1.16.5-2.6.5-forge.jar |Repurposed Structures |repurposed_structures |1.16.5-2.6.5-forge |DONE |Manifest: NOSIGNATURE
solpotato-1.16.X-1.1.0.jar |Spice of Life: Potato Edition |solpotato |1.16.X-1.1.0 |DONE |Manifest: NOSIGNATURE
fastfurnaceminusreplacement-1.1-1.16.3.jar |Fast Furnace Minus Replacement|fastfurnaceminusreplacement |1.1-1.16.3 |DONE |Manifest: NOSIGNATURE
ToolStats-1.16.5-6.0.1.jar |ToolStats |toolstats |6.0.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
mcw-trapdoors-1.0.2-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.2 |DONE |Manifest: NOSIGNATURE
extcaves-2.4.jar |Extended Caves |extcaves |2.4 |DONE |Manifest: NOSIGNATURE
fairylights-4.0.4-1.16.4.jar |Fairy Lights |fairylights |4.0.4 |DONE |Manifest: NOSIGNATURE
SpawnerFix-1.16.2-1.0.0.2.jar |Spawner Fix |sf |1.0.0.2 |DONE |Manifest: NOSIGNATURE
Divine_Missions-1.16.5-1.0.0.jar |Divine Missions |divine_missions |NONE |DONE |Manifest: NOSIGNATURE
JustARaftMod-1.16.3-1.1.3.jar |Just A Raft Mod |justaraftmod |1.1.3 |DONE |Manifest: NOSIGNATURE
curios-forge-1.16.5-4.0.5.1.jar |Curios API |curios |1.16.5-4.0.5.1 |DONE |Manifest: NOSIGNATURE
extlights-3.3.jar |Extended Lights |extlights |3.3 |DONE |Manifest: NOSIGNATURE
YungsExtras-Forge-1.16.4-1.0.jar |YUNG's Extras |yungsextras |Forge-1.16.4-1.0 |DONE |Manifest: NOSIGNATURE
sapience-1.16.4-1.1.1.jar |Sapience |sapience |1.1.1 |DONE |Manifest: NOSIGNATURE
Ottercraft-1.16.5-1.0.9.jar |Ottercraft |ottercraft |1.16.5-1.0.7 |DONE |Manifest: NOSIGNATURE
Chimes-1.0.0-1.16.5.jar |Chimes |chimes |1.0.0 |DONE |Manifest: NOSIGNATURE
cloth-config-4.11.19-forge.jar |Cloth Config v4 API |cloth-config |4.11.19 |DONE |Manifest: NOSIGNATURE
the_bumblezone-1.16.5-2.4.1.jar |The Bumblezone |the_bumblezone |1.16.5-2.4.1 |DONE |Manifest: NOSIGNATURE
fastbenchminusreplacement-1.4.jar |FastWorkbench Minus Replacemen|fastbenchminusreplacement |1.4 |DONE |Manifest: NOSIGNATURE
BetterBurning-1.16.4-5.0.2.jar |BetterBurning |betterburning |5.0.2 |DONE |Manifest: ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |Manifest: NOSIGNATURE
Babel-1.0.5.jar |Babel |babel |1.0.5 |DONE |Manifest: NOSIGNATURE
PrettyBeaches_1.16.3-5.2.0.jar |Pretty Beaches |prettybeaches |5.2.0 |DONE |Manifest: NOSIGNATURE
BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.57.jar |GeckoLib |geckolib3 |3.0.57 |DONE |Manifest: NOSIGNATURE
SaveMyStronghold-1.16.4-1.0.jar |Save My Stronghold! |savemystronghold |1.16.4-1.0 |DONE |Manifest: NOSIGNATURE
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |Manifest: NOSIGNATURE
Kiwi-1.16.3-3.4.1.jar |Kiwi |kiwi |3.4.1 |DONE |Manifest: NOSIGNATURE
mowziesmobs-1.5.16.jar |Mowzie's Mobs |mowziesmobs |1.5.16 |DONE |Manifest: NOSIGNATURE
torchslabmod-1.16.4_v1.6.18.jar |Torch Slab Mod |torchslabmod |1.6.18 |DONE |Manifest: NOSIGNATURE
shieldmechanics-1.6-1.16.5.jar |Example Mod |shieldmechanics |1.6-1.16.5 |DONE |Manifest: NOSIGNATURE
connectiblechains-1.0.jar |Connectible Chains |connectiblechains |1.0 |DONE |Manifest: NOSIGNATURE
Mine_and_Slash_BETA-1.16.5-4.0.12.jar |Mine and Slash |mmorpg |NONE |DONE |Manifest: NOSIGNATURE
jei-1.16.5-7.6.4.87.jar |Just Enough Items |jei |7.6.4.87 |DONE |Manifest: NOSIGNATURE
jei-professions-1.0.0-1.16.4.jar |JEI Professions |jeiprofessions |1.0.0 |DONE |Manifest: NOSIGNATURE
VisualWorkbench-v1.1.0-1.16.5.jar |Visual Workbench |visualworkbench |1.1.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
AttributeFix-1.16.4-9.0.5.jar |AttributeFix |attributefix |9.0.5 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
sheepconsistencyforge-1.0.jar |Sheep Consistency Forge |sheepconsistencyforge |1.0 |DONE |Manifest: NOSIGNATURE
differentiate-1.16.5-0.3.3.jar |Differentiate |differentiate |0.3.3 |DONE |Manifest: NOSIGNATURE
flamboyant-1.16.5-1.3.2.jar |Flamboyant Recrafted |flamboyant |1.3.2 |DONE |Manifest: NOSIGNATURE
MapAtlases-1.16.5-1.2.jar |Map Atlases |mapatlases |1.16.5-1.2 |DONE |Manifest: NOSIGNATURE
PassableFoliage-1.16.5-2.4.0.jar |Passable Foliage |passablefoliage |2.4.0 |DONE |Manifest: NOSIGNATURE
BasaltBlocks-1.16.3-1.0.0.jar |Basalt Blocks |basaltblocks |1.0.0 |DONE |Manifest: NOSIGNATURE
1.16.5-additionalbars-2.0.3.jar |Additional Bars |additionalbars |2.0.3 |DONE |Manifest: NOSIGNATURE
untamedwilds-1.16.5-1.5.2.jar |Untamed Wilds |untamedwilds |1.5.2 |DONE |Manifest: NOSIGNATURE
smarterfarmers-1.16.5-1.2.1.jar |Smarter Farmers |smarterfarmers |1.16.5-1.2 |DONE |Manifest: NOSIGNATURE
SereneSeasons-1.16.4-4.0.0.87-universal.jar |Serene Seasons |sereneseasons |1.16.4-4.0.0.87 |DONE |Manifest: NOSIGNATURE
stoneholm-1.1.2.jar |Stoneholm |stoneholm |1.1.1 |DONE |Manifest: NOSIGNATURE
ColtCosmeticArmorMod-1.0+-+1.16.4.jar |Colt's Cosmetic Armour Mod |ccam |1.16.4-0.0.1 |DONE |Manifest: NOSIGNATURE
curioofundying-forge-1.16.4-5.1.0.0.jar |Curio of Undying |curioofundying |1.16.4-5.1.0.0 |DONE |Manifest: NOSIGNATURE
snowundertrees-1.16.4-v1.1.3.jar |Snow Under Trees |snowundertrees |v1.1.3 |DONE |Manifest: NOSIGNATURE
StepUp-1.16.4-0.2.0.jar |StepUp |stepup |1.16.4-0.2.0 |DONE |Manifest: NOSIGNATURE
starlight-1.2.jar |Starlight |starlight |1.0.0-RC2 |DONE |Manifest: NOSIGNATURE
table_top_craft-1.16-1.1.0.jar |Table Top Craft |table_top_craft |1.16-1.1.0 |DONE |Manifest: NOSIGNATURE
MCDJ-1.16.4-2.1.1.jar |MCDJ |mcdj |2.1 |DONE |Manifest: NOSIGNATURE
Cavalry-1.16.3-1.0.0.0.jar |Cavalry |cavalry |1.16.3-1.0.0.0 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.20-universal.jar |Forge |forge |36.2.20 |DONE |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
Bibliotheca-1.16.5-1.5.2.jar |Bibliotheca |bibliotheca |1.5.2 |DONE |Manifest: NOSIGNATURE
OffHandCombat-1.16.3-3.2.0.3.jar |Off Hand Combat |offhandcombat |1.16.3-3.2.0.3 |DONE |Manifest: c9:84:cd:eb:27:ac:0d:ad:8c:55:6f:d6:5f:19:f2:c8:63:2a:b0:bd:3b:d0:b6:df:fd:9f:de:9f:9d:e8:7c:68
chalk-1.16.5-1.2.1.jar |Chalk |chalk |1.2.1 |DONE |Manifest: NOSIGNATURE
SBM-Punt-Animal-1.16.5-1.0.0.jar |SBM-Punt-Animal |sbmpuntanimal |1.0.0 |DONE |Manifest: NOSIGNATURE
ImmersiveFX+1.0.1+1.16.5.jar |§3ImmersiveFX |dsurround |4.0.5.0 |DONE |Manifest: NOSIGNATURE
AxesAreWeapons-1.5.1-forge-1.16.5.jar |Axes Are Weapons |axesareweapons |1.5.1 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.20-server.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
cofh_core-1.16.4-1.2.1.jar |CoFH Core |cofh_core |1.2.1 |DONE |Manifest: NOSIGNATURE
logprot-1.16-1.5.jar |Logprot |logprot |1.4 |DONE |Manifest: NOSIGNATURE
Capsule-1.16.5-5.0.75.jar |Capsule |capsule |1.16.5-5.0.75 |DONE |Manifest: NOSIGNATURE
SBM-Jukebox-1.16.1-1.0.2.jar |[SBM] Jukebox |jukebox |1.16.1-1.0.2 |DONE |Manifest: NOSIGNATURE
ClassicalArt-1.16.4-1.0.0.jar |Classical Art |classicalart |1.0.0 |DONE |Manifest: NOSIGNATURE
scarecrowsterritory-1.0.4-mc1.16.5.jar |Scarecrow's Territory |scarecrowsterritory |1.0.4 |DONE |Manifest: NOSIGNATURE
AdLods-1.16.5-4.1.9.0-build.0180.jar |Large Ore Deposits |adlods |4.1.9.0 |DONE |Manifest: NOSIGNATURE
gates-1.7.1.jar |Gates |gates |1.7.1 |DONE |Manifest: NOSIGNATURE
storage_overhaul-1.16.3-1.0.4.jar |Storage Overhaul |storage_overhaul |1.16.3-1.0.4 |DONE |Manifest: NOSIGNATURE
iron-fences_1.16.5_2.0.0.jar |Iron fences |ironfences |1.0.0 |DONE |Manifest: NOSIGNATURE
astikorcarts-1.16.4-1.1.0.jar |AstikorCarts |astikorcarts |1.1.0 |DONE |Manifest: NOSIGNATURE
jeiintegration_1.16.4-6.1.1.11.jar |JEI Integration |jeiintegration |6.1.1.11 |DONE |Manifest: NOSIGNATURE
flywheel-1.16-0.2.5.jar |Flywheel |flywheel |1.16-0.2.5 |DONE |Manifest: NOSIGNATURE
gravestone-1.16.5-1.0.7.jar |Gravestone Mod |gravestone |1.16.5-1.0.7 |DONE |Manifest: NOSIGNATURE
ftb-backups-2.1.1.6.jar |FTB Backups |ftbbackups |2.1.1.6 |DONE |Manifest: NOSIGNATURE
notenoughbreeding-1.16.4-1.0.0.jar |Not Enough Breeding |notenoughbreeding |1.16.4-1.0.0 |DONE |Manifest: NOSIGNATURE
cyclepaintings_1.16.4-1.4.jar |Cycle Paintings |cyclepaintings |1.4 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.16.4-0.22.jar |Polymorph |polymorph |1.16.4-0.22 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
Regrowth-1.16.4-1.16.5-1.36.0.24a.jar |Regrowth Mod |regrowth |1.16.5-1.36.0.24a |DONE |Manifest: NOSIGNATURE
floormats-1.16.4-v1.1.1.jar |Floor Mats |floormats |1.16.4-v1.1.1 |DONE |Manifest: NOSIGNATURE
Library_of_Exile-1.16.5-1.2.0.jar |Library Of Exile |library_of_exile |NONE |DONE |Manifest: NOSIGNATURE
cobbler-1.6.1.jar |Shulkers Faithful Factories |cobbler |1.6.1 |DONE |Manifest: NOSIGNATURE
PuzzlesLib-v1.0.15-1.16.5-Forge.jar |Puzzles Lib |puzzleslib |1.0.15 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
byg-1.3.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE
Aquaculture-1.16.5-2.1.21.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.21 |DONE |Manifest: NOSIGNATURE
TacticalFishing-1.16-v1.0.jar |Tactical Fishing |tactical_fishing |1.0 |DONE |Manifest: NOSIGNATURE
orcinusscaves-1.3.jar |Orcinus's Cavern |cavern |{1.2.0} |DONE |Manifest: NOSIGNATURE
farmerstea-1.16.5-1.2.jar |Farmer's Tea |farmerstea |1.16.5-1.2 |DONE |Manifest: NOSIGNATURE
doorknockerforge-1.1-hotfix1.jar |Door Knocker (Forge) |doorknockerforge |1.1-hotfix1 |DONE |Manifest: NOSIGNATURE
CosmeticArmorReworked-1.16.5-v1b.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v1b |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
MagicMirror-1.16.4-0.0.8.458.jar |Magic Mirror |magic_mirror |1.16.4-0.0.8.458 |DONE |Manifest: NOSIGNATURE
parrying-2.0.1.jar |Parrying |parrying |2.0.1 |DONE |Manifest: NOSIGNATURE
DefaultOptions_1.16.3-12.2.0.jar |Default Options |defaultoptions |12.2.0 |DONE |Manifest: NOSIGNATURE
grapplemod-1.16.5-v12.jar |Grappling Hook Mod |grapplemod |1.16.5-v12 |DONE |Manifest: NOSIGNATURE
TreeChop-1.16.4-0.14.0.jar |HT's TreeChop |treechop |0.14.0 |DONE |Manifest: NOSIGNATURE
Wyrmroost-1.16.3-1.2.11.jar |Wyrmroost |wyrmroost |1.16.3-1.2.11 |DONE |Manifest: NOSIGNATURE
tinyredstone-1.16.5-1.6.3.jar |Tiny Redstone |tinyredstone |1.16.5-1.6.3b |DONE |Manifest: NOSIGNATURE
SBM-BoneTorch-1.16.4-0.0.1.jar |[SBM] BoneTorch |bonetorch |0.0.1 |DONE |Manifest: NOSIGNATURE
HydrogenReforged-1.0.jar |Hydrogen Reforged |hydrogen |1.0 |DONE |Manifest: NOSIGNATURE
AdditionalBanners-1.16.4-5.0.3.jar |AdditionalBanners |additionalbanners |5.0.3 |DONE |Manifest: ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
SuggestionProviderFix-1.16.5-1.0.0.jar |Suggestion Provider Fix |suggestionproviderfix |1.16.5-1.0.0 |DONE |Manifest: NOSIGNATURE
glazedsymmetry-1.0.jar |Glazed Symmetry |glazedsymmetry |1.0 |DONE |Manifest: NOSIGNATURE
macawsbridgesbyg-1.16.5-1.1.jar |Macaw's Bridges - Oh The Biome|macawsbridgesbyg |1.16.5-1.1 |DONE |Manifest: NOSIGNATURE
Compote-1.0.2.jar |Compote |compote |1.0.2 |DONE |Manifest: NOSIGNATURE
KleeSlabs_1.16.3-9.2.0.jar |KleeSlabs |kleeslabs |9.2.0 |DONE |Manifest: NOSIGNATURE
gildedarmor-1.16.3-1.0.3.jar |Gilded Armor |gildedarmor |1.0.3 |DONE |Manifest: NOSIGNATURE
BowInfinityFix-1.16.x-rv9.1.jar |Bow Infinity Fix |bowinfinityfix |rv9.1 |DONE |Manifest: NOSIGNATURE
TerraForged-1.16.5-0.2.16-BETA-2.jar |TerraForged |terraforged |0.2.16-BETA-2 |DONE |Manifest: 7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
Controlling-7.0.0.15.jar |Controlling |controlling |7.0.0.15 |DONE |Manifest: NOSIGNATURE
Placebo-1.16.4-4.4.2.jar |Placebo |placebo |4.4.2 |DONE |Manifest: NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |DONE |Manifest: NOSIGNATURE
MC+Style+Paintings+1.16.5.jar |minecraft style paintings |minecraft_style_paintings |1.0.0 |DONE |Manifest: NOSIGNATURE
culinaryconstruct-forge-1.16.4-4.0.0.2.jar |Culinary Construct |culinaryconstruct |1.16.4-4.0.0.2 |DONE |Manifest: NOSIGNATURE
ImprovedBackpacks-1.6.1.0.jar |Improved Backpacks |improvedbackpacks |1.6.1.0 |DONE |Manifest: NOSIGNATURE
cartographer-0.0.1-1.16.4-35.1.35.jar |Cartographer |cartographer |0.0.1-1.16.4-35.1.35|DONE |Manifest: NOSIGNATURE
Bookshelf-1.16.4-9.3.18.jar |Bookshelf |bookshelf |9.3.18 |DONE |Manifest: ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
HerdMentality-1.16.4-5.0.2.jar |HerdMentality |herdmentality |5.0.2 |DONE |Manifest: ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
LimitMobSpawn-16.9.jar |Limit Mob Spawn |limit-mob-spawn |16.9 |DONE |Manifest: 1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76
Waddles-1.16.5-0.8.12.jar |Waddles |waddles |1.16.5-0.8.12 |DONE |Manifest: NOSIGNATURE
mcw-doors-1.0.2-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.2 |DONE |Manifest: NOSIGNATURE
Zetter-0.11.1-1.16.3-rc.jar |Zetter |zetter |0.11.1-1.16.3-rc |DONE |Manifest: NOSIGNATURE
keepmysoiltilled_1.16.5-1.0.jar |Keep My Soil Tilled |keepmysoiltilled |1.0 |DONE |Manifest: NOSIGNATURE
ITank-1.16.5-1.3.2.jar |ITank |itank |1.3.2 |DONE |Manifest: NOSIGNATURE
horsestandstill-1.16.3-1.0.1.jar |Stupid Horse Stand Still |horsestandstill |1.16.3-1.0.1 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
MmmMmmMmmMmm-1.16.5-1.2.0.jar |MmmMmmMmmMmm |dummmmmmy |1.2.0 |DONE |Manifest: NOSIGNATURE
stalkercreepers-1.16.3.2.jar |Finder Compass |stalkercreepers |1.16.3.2 |DONE |Manifest: NOSIGNATURE
Buddycards-1.16.5-2.2.5.jar |Buddycards |buddycards |1.16.5-2.2.5 |DONE |Manifest: NOSIGNATURE
ExperienceBugFix-1.36.0.2.jar |Experience Bug Fix |experiencebugfix |1.36.0.2 |DONE |Manifest: NOSIGNATURE
chipped-1.16.5-1.2.0.1-forge.jar |Chipped |chipped |1.16.5-1.2.0.1-forge|DONE |Manifest: NOSIGNATURE
oretweaker-1.1.0.jar |OreTweaker |oretweaker |1.1.0 |DONE |Manifest: NOSIGNATURE
createplus-1.16.4_v0.3.2.1.jar |Create Plus |createplus |1.16.4_v0.3.2.1 |DONE |Manifest: NOSIGNATURE
chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |Manifest: NOSIGNATURE
mcw-bridges-2.0.0-mc1.16.5.jar |Macaw's Bridges |mcwbridges |2.0.0 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.16.5-0.5.1.jar |Farmer's Delight |farmersdelight |1.16.5-0.5.1 |DONE |Manifest: NOSIGNATURE
fd_cookbook-1.3.jar |Farmers Delight Cookbook |fd_cookbook |1.3 |DONE |Manifest: NOSIGNATURE
Curious+Armor+Stands-1.16.3-2.0.2.jar |Curious Armor Stands |curious_armor_stands |1.16.3-2.0.2 |DONE |Manifest: NOSIGNATURE
crashutilities-3.8.1.jar |Crash Utilities |crashutilities |3.8.1 |DONE |Manifest: NOSIGNATURE
Ping-1.16.4-1.6.8.jar |Ping |ping |1.16.4-1.6.8 |DONE |Manifest: NOSIGNATURE
AdPoles-1.16.5-5.0.6.0-build.0177.jar |To the Bat Poles! |adpoles |5.0.6.0 |DONE |Manifest: NOSIGNATURE
valhelsia_structures-16.0.5.jar |Valhelsia Structures |valhelsia_structures |16.0.5 |DONE |Manifest: NOSIGNATURE
mcw-fences-1.0.0-mc1.16.5.jar |Macaw's Fences and Walls |mcwfences |1.0.0 |DONE |Manifest: NOSIGNATURE
mobtastic-1.16.5-1.0.0BETA3.jar |Mobtastic |mobtastic |1.16.5-1.0.0BETA3 |DONE |Manifest: NOSIGNATURE
rare-ice-0.2.2.jar |Rare Ice |rare-ice |version |DONE |Manifest: NOSIGNATURE
ElenaiDodge2-1.16.X-1.0.8b.jar |Elenai Dodge 2 |elenaidodge2 |1.0.8b |DONE |Manifest: NOSIGNATURE
shulker_enchantments-1.1.1.jar |Shulker Enchantments |shulker_enchantments |1.1.1 |DONE |Manifest: NOSIGNATURE
jousting-1.16.5-v1.0.2.jar |Jousting |jousting |1.16.5-v1.0.2 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.4-53.1.jar |Patchouli |patchouli |1.16.4-53.1 |DONE |Manifest: NOSIGNATURE
ars_nouveau-1.16.5-1.24.14.jar |Ars Nouveau |ars_nouveau |1.24.14 |DONE |Manifest: NOSIGNATURE
collective-1.16.5-3.8.jar |Collective |collective |3.8 |DONE |Manifest: NOSIGNATURE
camera-1.16.5-1.0.6.jar |Camera Mod |camera |1.16.5-1.0.6 |DONE |Manifest: NOSIGNATURE
horse_colors-1.16.4-1.5.2.jar |Realistic Horse Genetics |horse_colors |1.16.4-1.5.2 |DONE |Manifest: NOSIGNATURE
vanilla_degus-1.16.5-v1.2.0.jar |Vanilla Degus |vanilla_degus |1.2.0 |DONE |Manifest: NOSIGNATURE
BetterThirdPerson-Forge-1.16.4-1.2.0.jar |Better Third Person |betterthirdperson |1.2.0 |DONE |Manifest: NOSIGNATURE
World_of_Exile-1.16.5-1.4.2.jar |Dungeons of Exile |world_of_exile |NONE |DONE |Manifest: NOSIGNATURE
skiing-1.16.5-1.3.0.jar |Skiing Mod |skiing |1.16.5-1.3.0 |DONE |Manifest: 04:56:02:ea:42:d8:d7:8e:6b:75:10:21:73:49:e5:65:ed:4d:ea:36:f0:8d:bd:d5:b7:cd:9b:c2:00:75:28:be
BetterStrongholds-1.16.4-1.2.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.2.1 |DONE |Manifest: NOSIGNATURE
starterkit_1.16.5-2.4.jar |Starter Kit |starterkit |2.4 |DONE |Manifest: NOSIGNATURE
SpartanWeaponry-1.16.4-2.1.0-beta-4.jar |Spartan Weaponry |spartanweaponry |2.1.0 beta 4 |DONE |Manifest: NOSIGNATURE
architectury-1.22.32-forge.jar |Architectury |architectury |1.22.32 |DONE |Manifest: NOSIGNATURE
ftb-gui-library-1605.2.1.40-forge.jar |FTB GUI Library |ftbguilibrary |1605.2.1.40 |DONE |Manifest: NOSIGNATURE
wool_trim-2.0.jar |WoolTrim |wool_trim |2.0 |DONE |Manifest: NOSIGNATURE
chunkloaders-1.1.7-mc1.16.5.jar |Chunk Loaders |chunkloaders |1.1.7 |DONE |Manifest: NOSIGNATURE
TrampleStopper-2.4.8+mc-1.16.4.jar |Trample Stopper |tramplestopper |2.4.8+mc-1.16.4 |DONE |Manifest: 23:8f:95:0f:65:ec:2e:38:99:79:f4:bc:47:8a:0b:df:29:ef:2d:82:66:20:09:20:02:dc:4a:15:97:45:f8:43
SBM-WoodenShears-1.16.5-1.1.0.jar |SBM-Wooden Shears |woodenshears |1.0.0 |DONE |Manifest: NOSIGNATURE
smallships-1.16.5-1.7.0.jar |Small Ships Mod |smallships |1.7.0 |DONE |Manifest: NOSIGNATURE
ServerTabInfo-1.16.4-1.3.3.jar |Server Tab Info |servertabinfo |1.3.3 |DONE |Manifest: NOSIGNATURE
voidtotem-1.16.5-1.2.0.jar |Void Totem |voidtotem |1.16.5-1.2.0 |DONE |Manifest: NOSIGNATURE
rhino-forge-1605.1.3-build.54.jar |Rhino |rhino |1605.1.3-build.54 |DONE |Manifest: NOSIGNATURE
kubejs-forge-1605.3.15-build.106.jar |KubeJS |kubejs |1605.3.15-build.106 |DONE |Manifest: NOSIGNATURE
Dice-1.16.5-1.1.1.jar |Dice |dice |1.1.1 |DONE |Manifest: NOSIGNATURE
craftingstation-4.2.jar |Crafting Station |craftingstation |4.2 |DONE |Manifest: NOSIGNATURE
spiders-2.0-1.16.4-1.0.4.jar |Spiders 2.0 |spiderstpo |1.0.4 |DONE |Manifest: NOSIGNATURE
Druidcraft-1.16.5-0.4.52.jar |Druidcraft |druidcraft |0.4.52 |DONE |Manifest: NOSIGNATURE
abnormals_core-1.16.5-3.1.1.jar |Abnormals Core |abnormals_core |3.1.1 |DONE |Manifest: NOSIGNATURE
Bayou-Blues-1.16.5-1.0.5.jar |Bayou Blues |bayou_blues |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE
upgrade_aquatic-1.16.5-3.1.0.jar |Upgrade Aquatic |upgrade_aquatic |3.1.0 |DONE |Manifest: NOSIGNATURE
endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |DONE |Manifest: NOSIGNATURE
campfire_overhaul-1.16.5-1.0.5.1.jar |Campfire Overhaul |campfire_overhaul |1.0.5 |DONE |Manifest: NOSIGNATURE
personality-1.16.5-1.0.2.jar |Personality |personality |1.0.2 |DONE |Manifest: NOSIGNATURE
savageandravage-1.16.5-3.1.0.jar |Savage & Ravage |savageandravage |3.1.0 |DONE |Manifest: NOSIGNATURE
buzzier_bees-1.16.5-3.0.1.jar |Buzzier Bees |buzzier_bees |3.0.1 |DONE |Manifest: NOSIGNATURE
Enhanced-Mushrooms-1.16.5-3.0.8.jar |Enhanced Mushrooms |enhanced_mushrooms |1.16.5-3.0.8 |DONE |Manifest: NOSIGNATURE
justmobheads_1.16.4-3.7.jar |Just Mob Heads |justmobheads |3.7 |DONE |Manifest: NOSIGNATURE
Brazier-2.2.0.jar |Brazier |brazier |2.2.0 |DONE |Manifest: NOSIGNATURE
extraboats-1.16.4-2.0.0.jar |Extra Boats |extraboats |2.0.0 |DONE |Manifest: NOSIGNATURE
ensorcellation-1.16.4-1.2.0.jar |Ensorcellation |ensorcellation |1.2.0 |DONE |Manifest: NOSIGNATURE
create-mc1.16.5_v0.3.2g.jar |Create |create |v0.3.2g |DONE |Manifest: NOSIGNATURE
kubejs-create-1605.1.2-build.7.jar |KubeJS Create |kubejs_create |1605.1.2-build.7 |DONE |Manifest: NOSIGNATURE
goldenhopper-1.1.1-1.16.3.jar |Golden Hopper |goldenhopper |1.1.1 |DONE |Manifest: NOSIGNATURE
BetterPortals-1.16.4-0.3.8.jar |YUNG's Better Portals |betterportals |1.16.4-0.3.8 |DONE |Manifest: NOSIGNATURE
WeaponThrow-1.16.X-3.7.jar |Weapon Throw |weaponthrow |1.16.X-3.7 |DONE |Manifest: NOSIGNATURE
mcw-paintings-1.0.1-mc1.16.5.jar |Macaw's Paintings |mcwpaintings |1.0.1 |DONE |Manifest: NOSIGNATURE
FastSuite-1.16.4-1.1.1.jar |FastSuite |fastsuite |1.1.1 |DONE |Manifest: NOSIGNATURE
Clumps-6.0.0.13.jar |Clumps |clumps |6.0.0.13 |DONE |Manifest: NOSIGNATURE
RoadRunner-mc1.16.5-1.4.0.jar |Meep Meep! (Road Runner) |roadrunner |1.4.0 |DONE |Manifest: NOSIGNATURE
comforts-forge-1.16.4-4.0.0.3.jar |Comforts |comforts |1.16.4-4.0.0.2 |DONE |Manifest: NOSIGNATURE
tumbleweed-1.16-0.4.9.jar |Tumbleweed |tumbleweed |1.16-0.4.9 |DONE |Manifest: NOSIGNATURE
OuterEnd-0.2.11.jar |The Outer End |outer_end |0.2.9 |DONE |Manifest: NOSIGNATURE
decorative_blocks-1.16.4-1.7.0.jar |Decorative Blocks |decorative_blocks |1.7.0 |DONE |Manifest: NOSIGNATURE
decorative_blocks_abnormals-1.16.4-1.1.jar |Decorative Blocks Abnormals |decorative_blocks_abnormals |1.1 |DONE |Manifest: NOSIGNATURE
DungeonCrawl-1.16.5-2.3.2.jar |Dungeon Crawl |dungeoncrawl |2.3.2 |DONE |Manifest: NOSIGNATURE
Darwin'sPigSkin.jar |Darwin's Pig Skin |pig_skin |1.0.0 |DONE |Manifest: NOSIGNATURE
bedspreads-forge-1.16.4-5.1.0.1.jar |Bedspreads |bedspreads |1.16.4-5.1.0.1 |DONE |Manifest: NOSIGNATURE
blockswap-1.1.1.jar |Block Swap |blockswap |1.1.1 |DONE |Manifest: NOSIGNATURE
walljump-forge-1.16.4-1.3.7.jar |Wall-Jump! |walljump |1.16.4-1.3.7 |DONE |Manifest: NOSIGNATURE
traverse-1.16.4-0.4.3.8.jar |Traverse: Reforged |traverse |1.16.4-0.4.3.8 |DONE |Manifest: NOSIGNATURE
AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |DONE |Manifest: NOSIGNATURE
untitledduckmod-0.1.2-forge.jar |Untitled Duck Mod |untitledduckmod |0.1.2 |DONE |Manifest: NOSIGNATURE
xercamusic-1.16.5-1.4.jar |Xerca's Music Maker Mod |xercamusic |1.16.5-1.4 |DONE |Manifest: NOSIGNATURE
terraform-1.0.2.jar |Terraform Api Reforged |terraform |1.0.1 |DONE |Manifest: NOSIGNATURE
selene-1.16.5-1.8.1.jar |Selene |selene |1.16.5-1.8.1 |DONE |Manifest: NOSIGNATURE
horsecombatcontrols-1.16.5-1.0.4.jar |Horse Combat Controls |horsecombatcontrols |1.16.5-1.0.4 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.7.jar |EnchantmentDescriptions |enchdesc |7.0.7 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |Manifest: NOSIGNATURE
ToolBelt-1.16.3-1.15.2.jar |Tool Belt |toolbelt |1.15.2 |DONE |Manifest: NOSIGNATURE
Colored+Water-1.16.5-1.1.0.jar |Colored Water |colored_water |1.16.5-1.1.0 |DONE |Manifest: NOSIGNATURE
CreativeCore_v2.0.10_mc1.16.4.jar |CreativeCore |creativecore |2.0.0 |DONE |Manifest: NOSIGNATURE
bedsdontexplode-1.0.jar |Beds Don't Explode |bedsdontexplode |1.0 |DONE |Manifest: NOSIGNATURE
llamasteeds-forge-2021.03.09.jar |Llama Steeds |llamasteeds |2021.03.09 |DONE |Manifest: NOSIGNATURE
atmospheric-1.16.5-3.1.0.jar |Atmospheric |atmospheric |3.1.0 |DONE |Manifest: NOSIGNATURE
justplayerheads_1.16.4-1.4.jar |Just Player Heads |justplayerheads |1.4 |DONE |Manifest: NOSIGNATURE
SpartanShields-1.16.4-2.1.0-beta-1.jar |Spartan Shields |spartanshields |2.1.0 beta 1 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-321.jar |Quark |quark |r2.4-321 |DONE |Manifest: NOSIGNATURE
charm-forge-1.16.5-2.3.2.jar |Charm |charm |2.3.2 |DONE |Manifest: NOSIGNATURE
kryptonreforged-mc1.16.5_v1.0.0.jar |Krypton Reforged |kryptonreforged |mc1.16.5_v1.0.0 |DONE |Manifest: NOSIGNATURE
abnormals_delight-1.16.5-1.1.0.jar |Abnormals Delight |abnormals_delight |1.1.0 |DONE |Manifest: NOSIGNATURE
StorageDrawers-1.16.3-8.2.1.jar |Storage Drawers |storagedrawers |8.2.1 |DONE |Manifest: NOSIGNATURE
DiagonalFences-v1.0.5-1.16.5.jar |Diagonal Fences |diagonalfences |1.0.5 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
twoplayersonehorse-1.16.4-2.0.0.jar |2 players 1 horse |twoplayersonehorse |1.16.4-2.0.0 |DONE |Manifest: NOSIGNATURE
simplytea-1.16.5-2.4.0.jar |Simply Tea |simplytea |2.4.0 |DONE |Manifest: NOSIGNATURE
minechess-1.0.1.jar |MineChess |minechess |1.0.1 |DONE |Manifest: NOSIGNATURE
ferritecore-2.1.0-forge.jar |Ferrite Core |ferritecore |2.1.0 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
autoplant-1.16.5-1.0.0.jar |autoplant |autoplant |1.16.5-1.0.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
PlayingCards-1.16.4-1.0.1.jar |Playing Cards |playingcards |1.0.1 |DONE |Manifest: NOSIGNATURE
overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |Manifest: NOSIGNATURE
chiselsandbits-1.0.43.jar |Chisels & bits |chiselsandbits |1.0.43 |DONE |Manifest: NOSIGNATURE
FabricBiomeApiReforged-1.0.5.jar |Fabric BiomeApi Reforged |fabric-biome-api |1.0.5 |DONE |Manifest: NOSIGNATURE
Cinderscapes-Reforged-1.0.3.jar |Cinderscapes Reforged |cinderscapes |1.0.3 |DONE |Manifest: NOSIGNATURE
drinkbeer-1.16.5-2.3.2.jar |Drink Beer |drinkbeer |2.3.2 |DONE |Manifest: NOSIGNATURE
IBEEditor-1.16.5-1.2.7.jar |IBE Editor |ibeeditor |1.2.7 |DONE |Manifest: NOSIGNATURE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants