diff --git a/assets b/assets deleted file mode 120000 index 1e4062f..0000000 --- a/assets +++ /dev/null @@ -1 +0,0 @@ -config/fancymenu/assets \ No newline at end of file diff --git a/config/fancymenu/assets/bg.png b/assets/bg.png similarity index 100% rename from config/fancymenu/assets/bg.png rename to assets/bg.png diff --git a/config/fancymenu/assets/boundless-icon-compressed.webp b/assets/boundless-icon-compressed.webp similarity index 100% rename from config/fancymenu/assets/boundless-icon-compressed.webp rename to assets/boundless-icon-compressed.webp diff --git a/config/fancymenu/assets/boundless-icon-minmal-16.png b/assets/boundless-icon-minmal-16.png similarity index 100% rename from config/fancymenu/assets/boundless-icon-minmal-16.png rename to assets/boundless-icon-minmal-16.png diff --git a/config/fancymenu/assets/boundless-icon-minmal-32.icns b/assets/boundless-icon-minmal-32.icns similarity index 100% rename from config/fancymenu/assets/boundless-icon-minmal-32.icns rename to assets/boundless-icon-minmal-32.icns diff --git a/config/fancymenu/assets/boundless-icon-minmal-32.png b/assets/boundless-icon-minmal-32.png similarity index 100% rename from config/fancymenu/assets/boundless-icon-minmal-32.png rename to assets/boundless-icon-minmal-32.png diff --git a/config/fancymenu/assets/boundless-icon-minmal-bg.png b/assets/boundless-icon-minmal-bg.png similarity index 100% rename from config/fancymenu/assets/boundless-icon-minmal-bg.png rename to assets/boundless-icon-minmal-bg.png diff --git a/config/fancymenu/assets/boundless-icon-minmal-bg.webp b/assets/boundless-icon-minmal-bg.webp similarity index 100% rename from config/fancymenu/assets/boundless-icon-minmal-bg.webp rename to assets/boundless-icon-minmal-bg.webp diff --git a/config/fancymenu/assets/boundless-icon-minmal.png b/assets/boundless-icon-minmal.png similarity index 100% rename from config/fancymenu/assets/boundless-icon-minmal.png rename to assets/boundless-icon-minmal.png diff --git a/config/fancymenu/assets/boundless-icon.png b/assets/boundless-icon.png similarity index 100% rename from config/fancymenu/assets/boundless-icon.png rename to assets/boundless-icon.png diff --git a/config/fancymenu/assets/boundless.png b/assets/boundless.png similarity index 100% rename from config/fancymenu/assets/boundless.png rename to assets/boundless.png diff --git a/config/fancymenu/assets/debug.log b/assets/debug.log similarity index 100% rename from config/fancymenu/assets/debug.log rename to assets/debug.log diff --git a/config/fancymenu/assets/icon.png b/assets/icon.png similarity index 100% rename from config/fancymenu/assets/icon.png rename to assets/icon.png diff --git a/config/CoroUtil/General.toml b/config/CoroUtil/General.toml deleted file mode 100644 index 998c0d3..0000000 --- a/config/CoroUtil/General.toml +++ /dev/null @@ -1,8 +0,0 @@ -#General mod settings -[general] - #logging - useLoggingLog = true - #- - useLoggingDebug = false - #- - useLoggingError = true diff --git a/config/DistantHorizons.toml b/config/DistantHorizons.toml deleted file mode 100644 index 9104f5b..0000000 --- a/config/DistantHorizons.toml +++ /dev/null @@ -1,766 +0,0 @@ -_version = 2 - -[client] - # - # Should Distant Horizon's config button appear in the options screen next to fov slider? - optionsButton = true - - [client.advanced] - - [client.advanced.lodBuilding] - # - # How should block data be compressed when creating LOD data? - # This setting will only affect new or updated LOD data, - # any data already generated when this setting is changed will be - # unaffected until it is modified or re-loaded. - # - # MERGE_SAME_BLOCKS - # Every block/biome change is recorded in the database. - # This is what DH 2.0 and 2.0.1 all used by default and will store a lot of data. - # Expected Compression Ratio: 1.0 - # - # VISUALLY_EQUAL - # Only visible block/biome changes are recorded in the database. - # Hidden blocks (IE ores) are ignored. - # Expected Compression Ratio: 0.7 - worldCompression = "VISUALLY_EQUAL" - # - # A comma separated list of block resource locations that shouldn't be rendered - # if they are in a 0 sky light underground area. - # Note: air is always included in this list. - ignoredRenderCaveBlockCsv = "minecraft:glow_lichen,minecraft:rail,minecraft:water,minecraft:lava,minecraft:bubble_column" - # - # If true LOD generation for pre-existing chunks will attempt to pull the lighting data - # saved in Minecraft's Region files. - # If false DH will pull in chunks without lighting and re-light them. - # - # Setting this to true will result in faster LOD generation - # for already generated worlds, but is broken by most lighting mods. - # - # Set this to false if LODs are black. - pullLightingForPregeneratedChunks = false - # - # What algorithm should be used to compress new LOD data? - # This setting will only affect new or updated LOD data, - # any data already generated when this setting is changed will be - # unaffected until it needs to be re-written to the database. - # - # UNCOMPRESSED - # Should only be used for testing, is worse in every way vs [LZ4]. - # Expected Compression Ratio: 1.0 - # Estimated average DTO read speed: 1.64 milliseconds - # Estimated average DTO write speed: 12.44 milliseconds - # - # LZ4 - # A good option if you're CPU limited and have plenty of hard drive space. - # Expected Compression Ratio: 0.36 - # Estimated average DTO read speed: 1.85 ms - # Estimated average DTO write speed: 9.46 ms - # - # LZMA2 - # Slow but very good compression. - # Expected Compression Ratio: 0.14 - # Estimated average DTO read speed: 11.89 ms - # Estimated average DTO write speed: 192.01 ms - dataCompression = "LZMA2" - # - # A comma separated list of block resource locations that won't be rendered by DH. - # Note: air is always included in this list. - ignoredRenderBlockCsv = "minecraft:barrier,minecraft:structure_void,minecraft:light,minecraft:tripwire" - # - # Determines how long must pass between LOD chunk updates before another. - # update can occur - # - # Increasing this value will reduce CPU load but may may cause - # LODs to become outdated more frequently or for longer. - minTimeBetweenChunkUpdatesInSeconds = 1 - # - # Normally DH will attempt to skip creating LODs for chunks it's already seen - # and that haven't changed. - # - # However sometimes that logic incorrecly prevents LODs from being updated. - # Disabling this check may fix issues where LODs aren't updated after - # blocks have been changed. - disableUnchangedChunkCheck = false - - [client.advanced.autoUpdater] - # - # If DH should use the nightly (provided by Gitlab), or stable (provided by Modrinth) build. - # If [AUTO] is selected DH will update to new stable releases if the current jar is a stable jar - # and will update to new nightly builds if the current jar is a nightly jar (IE the version number ends in '-dev'). - updateBranch = "AUTO" - # - # Automatically check for updates on game launch? - enableAutoUpdater = true - # - # Should Distant Horizons silently, automatically download and install new versions? - enableSilentUpdates = false - - [client.advanced.multiThreading] - # - # How many threads should be used when building LODs? - # - # These threads run when terrain is generated, when - # certain graphics settings are changed, and when moving around the world. - # - # Multi-threading Note: - # If the total thread count in Distant Horizon's config is more threads than your CPU has cores, - # CPU performance may suffer if Distant Horizons has a lot to load or generate. - # This can be an issue when first loading into a world, when flying, and/or when generating new terrain. - numberOfLodBuilderThreads = 4 - # - # Should only be disabled if deadlock occurs and LODs refuse to update. - # This will cause CPU usage to drastically increase for the Lod Builder threads. - # - # Note that if deadlock did occur restarting MC may be necessary to stop the locked threads. - enableLodBuilderThreadLimiting = true - # - # If this value is less than 1.0, it will be treated as a percentage - # of time each thread can run before going idle. - # - # This can be used to reduce CPU usage if the thread count - # is already set to 1 for the given option, or more finely - # tune CPU performance. - runTimeRatioForWorldGenerationThreads = "0.75" - # - # If this value is less than 1.0, it will be treated as a percentage - # of time each thread can run before going idle. - # - # This can be used to reduce CPU usage if the thread count - # is already set to 1 for the given option, or more finely - # tune CPU performance. - runTimeRatioForLodBuilderThreads = "0.5" - # - # If this value is less than 1.0, it will be treated as a percentage - # of time each thread can run before going idle. - # - # This can be used to reduce CPU usage if the thread count - # is already set to 1 for the given option, or more finely - # tune CPU performance. - runTimeRatioForFileHandlerThreads = "1.0" - # - # If this value is less than 1.0, it will be treated as a percentage - # of time each thread can run before going idle. - # - # This can be used to reduce CPU usage if the thread count - # is already set to 1 for the given option, or more finely - # tune CPU performance. - runTimeRatioForUpdatePropagatorThreads = "0.5" - # - # How many threads should be used when reading/writing LOD data to/from disk? - # - # Increasing this number will cause LODs to load in faster, - # but may cause lag when loading a new world or when - # quickly flying through existing LODs. - # - # Multi-threading Note: - # If the total thread count in Distant Horizon's config is more threads than your CPU has cores, - # CPU performance may suffer if Distant Horizons has a lot to load or generate. - # This can be an issue when first loading into a world, when flying, and/or when generating new terrain. - numberOfFileHandlerThreads = 4 - # - # How many threads should be used when applying LOD updates? - # An LOD update is the operation of down-sampling a high detail LOD - # into a lower detail one. - # - # This config can have a much higher number of threads - # assigned and much lower run time ratio vs other thread pools - # because the amount of time any particular thread may run is relatively low. - # - # This is because LOD updating only only partially thread safe, - # so between 40% and 60% of the time a given thread may end up - # waiting on another thread to finish updating the same LOD it also wants - # to work on. - # - # Multi-threading Note: - # If the total thread count in Distant Horizon's config is more threads than your CPU has cores, - # CPU performance may suffer if Distant Horizons has a lot to load or generate. - # This can be an issue when first loading into a world, when flying, and/or when generating new terrain. - numberOfUpdatePropagatorThreads = 4 - # - # How many threads should be used when generating LOD - # chunks outside the normal render distance? - # - # If you experience stuttering when generating distant LODs, - # decrease this number. - # If you want to increase LOD - # generation speed, increase this number. - # - # Multi-threading Note: - # If the total thread count in Distant Horizon's config is more threads than your CPU has cores, - # CPU performance may suffer if Distant Horizons has a lot to load or generate. - # This can be an issue when first loading into a world, when flying, and/or when generating new terrain. - numberOfWorldGenerationThreads = 3 - - [client.advanced.logging] - # - # If enabled, the mod will log information about the renderer OpenGL process. - # This can be useful for debugging. - logRendererGLEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" - # - # If enabled, the mod will log performance about the world generation process. - # This can be useful for debugging. - logWorldGenPerformance = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" - # - # If enabled, the mod will log information about file sub-dimension operations. - # This can be useful for debugging. - logFileSubDimEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" - # - # If enabled, a chat message will be displayed if Java doesn't have enough - # memory allocated to run DH well. - showLowMemoryWarningOnStartup = true - # - # If enabled, a chat message will be displayed when a replay is started - # giving some basic information about how DH will function. - showReplayWarningOnStartup = true - # - # If enabled, the mod will log information about file read/write operations. - # This can be useful for debugging. - logFileReadWriteEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" - # - # If enabled, the mod will log information about network operations. - # This can be useful for debugging. - logNetworkEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" - # - # If enabled, a chat message will be displayed when a potentially problematic - # mod is installed alongside DH. - showModCompatibilityWarningsOnStartup = true - # - # If enabled, the mod will log information about the renderer buffer process. - # This can be useful for debugging. - logRendererBufferEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" - # - # If enabled, the mod will log information about the LOD generation process. - # This can be useful for debugging. - logLodBuilderEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" - # - # If enabled, the mod will log information about the world generation process. - # This can be useful for debugging. - logWorldGenEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" - # - # If enabled, the mod will log information about the world generation process. - # This can be useful for debugging. - logWorldGenLoadEvent = "LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE" - - [client.advanced.debugging] - # - # If enabled this will disable (most) vanilla Minecraft rendering. - # - # NOTE: Do not report any issues when this mode is on! - # This setting is only for fun and debugging. - # Mod compatibility is not guaranteed. - lodOnlyMode = false - # - # Stops vertex colors from being passed. - # Useful for debugging shaders - enableWhiteWorld = false - # - # What renderer is active? - # - # DEFAULT: Default lod renderer - # DEBUG: Debug testing renderer - # DISABLED: Disable rendering - rendererMode = "DISABLED" - # - # If enabled the LODs will render as wireframe. - renderWireframe = false - # - # If true the F8 key can be used to cycle through the different debug modes. - # and the F6 key can be used to enable and disable LOD rendering. - enableDebugKeybindings = false - # - # If true overlapping quads will be rendered as bright red for easy identification. - # If false the quads will be rendered normally. - showOverlappingQuadErrors = false - # - # Should specialized colors/rendering modes be used? - # - # OFF: LODs will be drawn with their normal colors. - # SHOW_DETAIL: LODs' color will be based on their detail level. - # SHOW_BLOCK_MATERIAL: LODs' color will be based on their material. - # SHOW_OVERLAPPING_QUADS: LODs will be drawn with total white, but overlapping quads will be drawn with red. - debugRendering = "OFF" - # - # If true OpenGL Buffer garbage collection will be logged - # this also includes the number of live buffers. - logBufferGarbageCollection = false - - [client.advanced.debugging.debugWireframe] - # - # Render LOD section status? - showRenderSectionStatus = false - # - # Render full data update/lock status? - showFullDataUpdateStatus = false - # - # Render queued world gen tasks? - showWorldGenQueue = false - # - # Render Quad Tree Rendering status? - showQuadTreeRenderStatus = false - # - # If enabled, various wireframes for debugging internal functions will be drawn. - # - # NOTE: There WILL be performance hit! - # Additionally, only stuff that's loaded after you enable this - # will render their debug wireframes. - enableRendering = false - - [client.advanced.debugging.openGl] - # - # Requires a reboot to change. - overrideVanillaGLLogger = false - # - # Can be changed if you experience crashing when loading into a world. - # - # Defines the OpenGL context type Distant Horizon's will create. - # Generally this should be left as [CORE] unless there is an issue with your GPU driver. - # Possible values: [CORE],[COMPAT],[ANY] - glProfileMode = "CORE" - # - # Defines how OpenGL errors are handled. - # May incorrectly catch OpenGL errors thrown by other mods. - # - # IGNORE: Do nothing. - # LOG: write an error to the log. - # LOG_THROW: write to the log and throw an exception. - # Warning: this should only be enabled when debugging the LOD renderer - # as it may break Minecraft's renderer when an exception is thrown. - glErrorHandlingMode = "IGNORE" - # - # Can be changed if you experience crashing when loading into a world. - # - # If true Distant Horizon's OpenGL contexts will be created with legacy OpenGL methods disabled. - # Distant Horizons doesn't use any legacy OpenGL methods so normally this should be disabled. - enableGlForwardCompatibilityMode = true - # - # Can be changed if you experience crashing when loading into a world. - # Note: setting to an invalid version may also cause the game to crash. - # - # Leaving this value at causes DH to try all supported GL versions. - # - # Defines the requested OpenGL context major version Distant Horizons will create. - # Possible values (DH requires 3.2 or higher at minimum): - # 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0 - # 3.3, 3.2 - glContextMajorVersion = 0 - # - # Can be changed if you experience crashing when loading into a world. - # - # If true Distant Horizon's OpenGL contexts will be created with debugging enabled. - # This allows for enhanced debugging but may throw warnings for other mods or active overlay software. - enableGlDebugContext = false - # - # Can be changed if you experience crashing when loading into a world. - # Note: setting to an invalid version may also cause the game to crash. - # - # Defines the requested OpenGL context major version Distant Horizons will create. - # Possible values (DH requires 3.2 or higher at minimum): - # 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0 - # 3.3, 3.2 - glContextMinorVersion = 0 - - [client.advanced.debugging.exampleConfigScreen] - shortTest = "69" - mapTest = "{}" - byteTest = "8" - longTest = "42069" - listTest = ["option 1", "option 2", "option 3"] - boolTest = false - doubleTest = "420.69" - floatTest = "0.42069" - linkableTest = 420 - intTest = 69420 - stringTest = "Test input box" - - [client.advanced.graphics] - - [client.advanced.graphics.ssao] - # - # Determines how many points in space are sampled for the occlusion test. - # Higher numbers will improve quality and reduce banding, but will increase GPU load. - sampleCount = 6 - # - # Determines how dark the Screen Space Ambient Occlusion effect will be. - strength = "0.2" - # - # The radius, measured in pixels, that blurring is calculated for the SSAO. - # Higher numbers will reduce banding at the cost of GPU performance. - blurRadius = 2 - # - # Increasing the value can reduce banding at the cost of reducing the strength of the effect. - bias = "0.02" - # - # Determines how dark the occlusion shadows can be. - # 0 = totally black at the corners - # 1 = no shadow - minLight = "0.25" - # - # Determines the radius Screen Space Ambient Occlusion is applied, measured in blocks. - radius = "4.0" - # - # Enable Screen Space Ambient Occlusion - enabled = true - - [client.advanced.graphics.advancedGraphics] - # - # If true all beacons near the camera won't be drawn to prevent vanilla overdraw. - # If false all beacons will be rendered. - # - # Generally this should be left as false. It's main purpose is for debugging - # beacon updating/rendering. - disableBeaconDistanceCulling = false - # - # What the value should vanilla Minecraft's texture LodBias be? - # If set to 0 the mod wont overwrite vanilla's default (which so happens to also be 0) - lodBias = "0.0" - # - # How should the sides and bottom of grass block LODs render? - # - # AS_GRASS: all sides of dirt LOD's render using the top (green) color. - # FADE_TO_DIRT: sides fade from grass to dirt. - # AS_DIRT: sides render entirely as dirt. - grassSideRendering = "FADE_TO_DIRT" - # - # Determines how far from the camera Distant Horizons will start rendering. - # Measured as a percentage of the vanilla render distance. - # - # Higher values will prevent LODs from rendering behind vanilla blocks at a higher distance, - # but may cause holes to appear in the LODs. - # Holes are most likely to appear when flying through unloaded terrain. - # - # Increasing the vanilla render distance increases the effectiveness of this setting. - overdrawPrevention = "0.4" - # - # How bright LOD colors are. - # - # 0 = black - # 1 = normal - # 2 = near white - brightnessMultiplier = "1.0" - # - # If enabled caves will be culled - # - # NOTE: This feature is under development and - # it is VERY experimental! Please don't report - # any issues related to this feature. - # - # Additional Info: Currently this cull all faces - # with skylight value of 0 in dimensions that - # does not have a ceiling. - enableCaveCulling = true - # - # Identical to the other frustum culling option - # only used when a shader mod is present using the DH API - # and the shadow pass is being rendered. - # - # Disable this if shadows render incorrectly. - disableShadowPassFrustumCulling = false - # - # At what Y value should cave culling start? - # Lower this value if you get walls for areas with 0 light. - caveCullingHeight = 60 - # - # How should LODs be shaded? - # - # AUTO: Uses the same side shading as vanilla Minecraft blocks. - # ENABLED: Simulates Minecraft's block shading for LODs. - # Can be used to force LOD shading when using some shaders. - # DISABLED: All LOD sides will be rendered with the same brightness. - lodShading = "AUTO" - # - # How saturated LOD colors are. - # - # 0 = black and white - # 1 = normal - # 2 = very saturated - saturationMultiplier = "1.0" - # - # This is the earth size ratio when applying the curvature shader effect. - # Note: Enabling this feature may cause rendering bugs. - # - # 0 = flat/disabled - # 1 = 1 to 1 (6,371,000 blocks) - # 100 = 1 to 100 (63,710 blocks) - # 10000 = 1 to 10000 (637.1 blocks) - # - # Note: Due to current limitations, the min value is 50 - # and the max value is 5000. Any values outside this range - # will be set to 0 (disabled). - earthCurveRatio = 0 - # - # If false LODs outside the player's camera - # aren't drawn, increasing GPU performance. - # - # If true all LODs are drawn, even those behind - # the player's camera, decreasing GPU performance. - # - # Disable this if you see LODs disappearing at the corners of your vision. - disableFrustumCulling = false - - [client.advanced.graphics.genericRendering] - # - # If true LOD clouds will be rendered. - enableCloudRendering = true - # - # If true LOD beacon beams will be rendered. - enableBeaconRendering = true - # - # If true non terrain objects will be rendered in DH's terrain. - # This includes beacon beams and clouds. - enableRendering = true - - [client.advanced.graphics.quality] - # - # What is the maximum detail LODs should be drawn at? - # Higher settings will increase memory and GPU usage. - # - # CHUNK: render 1 LOD for each Chunk. - # HALF_CHUNK: render 4 LODs for each Chunk. - # FOUR_BLOCKS: render 16 LODs for each Chunk. - # TWO_BLOCKS: render 64 LODs for each Chunk. - # BLOCK: render 256 LODs for each Chunk (width of one block). - # - # Lowest Quality: CHUNK - # Highest Quality: BLOCK - maxHorizontalResolution = "BLOCK" - # - # The radius of the mod's render distance. (measured in chunks) - lodChunkRenderDistanceRadius = 128 - # - # Should the blocks underneath avoided blocks gain the color of the avoided block? - # - # True: a red flower will tint the grass below it red. - # False: skipped blocks will not change color of surface below them. - tintWithAvoidedBlocks = true - # - # This indicates how quickly LODs decrease in quality the further away they are. - # Higher settings will render higher quality fake chunks farther away, - # but will increase memory and GPU usage. - horizontalQuality = "MEDIUM" - # - # How should LOD transparency be handled. - # - # COMPLETE: LODs will render transparent. - # FAKE: LODs will be opaque, but shaded to match the blocks underneath. - # DISABLED: LODs will be opaque. - transparency = "COMPLETE" - # - # This indicates how well LODs will represent - # overhangs, caves, floating islands, etc. - # Higher options will make the world more accurate, butwill increase memory and GPU usage. - # - # Lowest Quality: HEIGHT_MAP - # Highest Quality: EXTREME - verticalQuality = "MEDIUM" - # - # What blocks shouldn't be rendered as LODs? - # - # NONE: Represent all blocks in the LODs - # NON_COLLIDING: Only represent solid blocks in the LODs (tall grass, torches, etc. won't count for a LOD's height) - blocksToIgnore = "NON_COLLIDING" - - [client.advanced.graphics.fog] - # - # When should fog be drawn? - # - # USE_OPTIFINE_SETTING: Use whatever Fog setting Optifine is using. - # If Optifine isn't installed this defaults to FOG_ENABLED. - # FOG_ENABLED: Never draw fog on the LODs - # FOG_DISABLED: Always draw fast fog on the LODs - # - # Disabling fog will improve GPU performance. - drawMode = "FOG_ENABLED" - # - # What color should fog use? - # - # USE_WORLD_FOG_COLOR: Use the world's fog color. - # USE_SKY_COLOR: Use the sky's color. - colorMode = "USE_WORLD_FOG_COLOR" - # - # Should Minecraft's fog be disabled? - # - # Note: Other mods may conflict with this setting. - disableVanillaFog = true - - [client.advanced.graphics.fog.advancedFog] - # - # What is the maximum fog thickness? - # - # 0.0: No fog. - # 1.0: Fully opaque fog. - farFogMax = "1.0" - # - # At what distance should the far fog start? - # - # 0.0: Fog starts at the player's position. - # 1.0: Fog starts at the closest edge of the vanilla render distance. - # 1.414: Fog starts at the corner of the vanilla render distance. - farFogStart = "0.4" - # - # What is the minimum fog thickness? - # - # 0.0: No fog. - # 1.0: Fully opaque fog. - farFogMin = "0.0" - # - # How should the fog thickness should be calculated? - # - # LINEAR: Linear based on distance (will ignore 'density') - # EXPONENTIAL: 1/(e^(distance*density)) - # EXPONENTIAL_SQUARED: 1/(e^((distance*density)^2) - farFogFalloff = "EXPONENTIAL_SQUARED" - # - # Used in conjunction with the Fog Falloff. - farFogDensity = "2.5" - # - # Where should the far fog end? - # - # 0.0: Fog ends at player's position. - # 1.0: Fog ends at the closest edge of the vanilla render distance. - # 1.414: Fog ends at the corner of the vanilla render distance. - farFogEnd = "1.0" - - [client.advanced.graphics.fog.advancedFog.heightFog] - # - # What is the minimum fog thickness? - # - # 0.0: No fog. - # 1.0: Fully opaque fog. - heightFogMin = "0.0" - # - # Where should the height fog start? - # - # ABOVE_CAMERA: Height fog starts at the camera and goes towards the sky - # BELOW_CAMERA: Height fog starts at the camera and goes towards the void - # ABOVE_AND_BELOW_CAMERA: Height fog starts from the camera to goes towards both the sky and void - # ABOVE_SET_HEIGHT: Height fog starts from a set height and goes towards the sky - # BELOW_SET_HEIGHT: Height fog starts from a set height and goes towards the void - # ABOVE_AND_BELOW_SET_HEIGHT: Height fog starts from a set height and goes towards both the sky and void - heightFogMode = "ABOVE_AND_BELOW_CAMERA" - # - # If the height fog is calculated around a set height, what is that height position? - heightFogBaseHeight = "70.0" - # - # What is the maximum fog thickness? - # - # 0.0: No fog. - # 1.0: Fully opaque fog. - heightFogMax = "1.0" - # - # How should the height fog thickness should be calculated? - # - # LINEAR: Linear based on height (will ignore 'density') - # EXPONENTIAL: 1/(e^(height*density)) - # EXPONENTIAL_SQUARED: 1/(e^((height*density)^2) - heightFogFalloff = "EXPONENTIAL_SQUARED" - # - # What is the height fog's density? - heightFogDensity = "2.5" - # - # How should height effect the fog thickness? - # Note: height fog is combined with the other fog settings. - # - # BASIC: No special height fog effect. Fog is calculated based on camera distance - # IGNORE_HEIGHT: Ignore height completely. Fog is only calculated with horizontal distance - # ADDITION: heightFog + farFog - # MAX: max(heightFog, farFog) - # MULTIPLY: heightFog * farFog - # INVERSE_MULTIPLY: 1 - (1-heightFog) * (1-farFog) - # LIMITED_ADDITION: farFog + max(farFog, heightFog) - # MULTIPLY_ADDITION: farFog + farFog * heightFog - # INVERSE_MULTIPLY_ADDITION: farFog + 1 - (1-heightFog) * (1-farFog) - # AVERAGE: farFog*0.5 + heightFog*0.5 - # - # Note: height fog settings are ignored if 'BASIC' or 'IGNORE_HEIGHT' are selected. - heightFogMixMode = "BASIC" - # - # Should the start of the height fog be offset? - # - # 0.0: Fog start with no offset. - # 1.0: Fog start with offset of the entire world's height. (Includes depth) - heightFogStart = "0.0" - # - # Should the end of the height fog be offset? - # - # 0.0: Fog end with no offset. - # 1.0: Fog end with offset of the entire world's height. (Include depth) - heightFogEnd = "1.0" - - [client.advanced.graphics.noiseTextureSettings] - # - # Defines how far should the noise texture render before it fades away. (in blocks) - # Set to 0 to disable noise from fading away - noiseDropoff = 1024 - # - # How many steps of noise should be applied to LODs? - noiseSteps = 4 - # - # Should a noise texture be applied to LODs? - # - # This is done to simulate textures and make the LODs appear more detailed. - noiseEnabled = true - # - # How intense should the noise should be? - noiseIntensity = "5.0" - - [client.advanced.worldGenerator] - # - # How detailed should LODs be generated outside the vanilla render distance? - # - # PRE_EXISTING_ONLY - # Only create LOD data for already generated chunks. - # - # - # SURFACE - # Generate the world surface, - # this does NOT include trees, - # or structures. - # - # FEATURES - # Generate everything except structures. - # WARNING: This may cause world generator bugs or instability when paired with certain world generator mods. - distantGeneratorMode = "FEATURES" - # - # How long should a world generator thread run for before timing out? - # Note: If you are experiencing timeout errors it is better to lower your CPU usage first - # via the thread config before changing this value. - worldGenerationTimeoutLengthInSeconds = 180 - # - # Should Distant Horizons slowly generate LODs - # outside the vanilla render distance? - # - # Note: when on a server, distant generation isn't supported - # and will always be disabled. - enableDistantGeneration = true - - [client.advanced.multiplayer] - # - # AKA: Multiverse support. - # - # When matching levels (dimensions) of the same type (overworld, nether, etc.) the - # loaded chunks must be at least this percent the same - # in order to be considered the same world. - # - # Note: If you use portals to enter a dimension at two - # different locations the system will think the dimension - # it is two different levels. - # - # 1.0 (100%) the chunks must be identical. - # 0.5 (50%) the chunks must be half the same. - # 0.0 (0%) disables multi-dimension support, - # only one world will be used per dimension. - # - # If multiverse support is needed start with a value of 0.2 - # and tweak the sensitivity from there.Lower values mean the matching is less strict. - # Higher values mean the matching is more strict. - multiverseSimilarityRequiredPercent = "0.0" - # - # How should multiplayer save folders should be named? - # - # NAME_ONLY: Example: "Minecraft Server" - # IP_ONLY: Example: "192.168.1.40" - # NAME_IP: Example: "Minecraft Server IP 192.168.1.40" - # NAME_IP_PORT: Example: "Minecraft Server IP 192.168.1.40:25565"NAME_IP_PORT_MC_VERSION: Example: "Minecraft Server IP 192.168.1.40:25565 GameVersion 1.16.5" - serverFolderNameMode = "NAME_ONLY" - diff --git a/config/Mekanism/additions-client.toml b/config/Mekanism/additions-client.toml deleted file mode 100644 index a5700c3..0000000 --- a/config/Mekanism/additions-client.toml +++ /dev/null @@ -1,2 +0,0 @@ -#If the voice server is enabled and pushToTalk is disabled, the voice key will act as a toggle instead of requiring to be held while talking. -pushToTalk = true diff --git a/config/Mekanism/additions.toml b/config/Mekanism/additions.toml deleted file mode 100644 index e280160..0000000 --- a/config/Mekanism/additions.toml +++ /dev/null @@ -1,142 +0,0 @@ -#Settings for configuring Obsidian TNT -[obsidian_tnt] - #Fuse time in ticks for Obsidian TNT. Vanilla TNT has a fuse of 80 ticks (4 seconds). - #Range: > 0 - delay = 100 - #Radius of the explosion of Obsidian TNT. Vanilla TNT has a radius of 4. - #Range: 0.1 ~ 1000.0 - blastRadius = 12.0 - -#Settings for configuring the Voice Server -[voice_server] - #Enables the voice server for Walkie Talkies. - enabled = false - #TCP port for the Voice server to listen on. - #Range: 1 ~ 65535 - voicePort = 36123 - -#Settings for configuring values relating to baby mobs -[baby_mobs] - #Damage multiplier of arrows shot by baby mobs. - #Range: 0.1 ~ 10.0 - arrowDamageMultiplier = 0.25 - - #Config options regarding the spawning of Baby Bogged. - [baby_mobs.baby_bogged] - #Enable the spawning of Baby Bogged. Think baby zombies. - shouldSpawn = true - #The multiplier for minimum group size of Baby Bogged spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - minSizePercentage = 0.5 - #The multiplier for maximum group size of Baby Bogged spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - maxSizePercentage = 0.5 - #The multiplier for weight of Baby Bogged spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - weightPercentage = 0.05 - #The multiplier for spawn cost per entity of Baby Bogged spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - spawnCostPerEntityPercentage = 1.0 - #The multiplier for max spawn cost of Baby Bogged spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - maxSpawnCostPercentage = 1.0 - - #Config options regarding the spawning of Baby Creeper. - [baby_mobs.baby_creeper] - #Enable the spawning of Baby Creeper. Think baby zombies. - shouldSpawn = true - #The multiplier for minimum group size of Baby Creeper spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - minSizePercentage = 0.5 - #The multiplier for maximum group size of Baby Creeper spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - maxSizePercentage = 0.5 - #The multiplier for weight of Baby Creeper spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - weightPercentage = 0.05 - #The multiplier for spawn cost per entity of Baby Creeper spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - spawnCostPerEntityPercentage = 1.0 - #The multiplier for max spawn cost of Baby Creeper spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - maxSpawnCostPercentage = 1.0 - - #Config options regarding the spawning of Baby Enderman. - [baby_mobs.baby_enderman] - #Enable the spawning of Baby Enderman. Think baby zombies. - shouldSpawn = true - #The multiplier for minimum group size of Baby Enderman spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - minSizePercentage = 0.5 - #The multiplier for maximum group size of Baby Enderman spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - maxSizePercentage = 0.5 - #The multiplier for weight of Baby Enderman spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - weightPercentage = 0.05 - #The multiplier for spawn cost per entity of Baby Enderman spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - spawnCostPerEntityPercentage = 1.0 - #The multiplier for max spawn cost of Baby Enderman spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - maxSpawnCostPercentage = 1.0 - - #Config options regarding the spawning of Baby Skeleton. - [baby_mobs.baby_skeleton] - #Enable the spawning of Baby Skeleton. Think baby zombies. - shouldSpawn = true - #The multiplier for minimum group size of Baby Skeleton spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - minSizePercentage = 0.5 - #The multiplier for maximum group size of Baby Skeleton spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - maxSizePercentage = 0.5 - #The multiplier for weight of Baby Skeleton spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - weightPercentage = 0.05 - #The multiplier for spawn cost per entity of Baby Skeleton spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - spawnCostPerEntityPercentage = 1.0 - #The multiplier for max spawn cost of Baby Skeleton spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - maxSpawnCostPercentage = 1.0 - - #Config options regarding the spawning of Baby Stray. - [baby_mobs.baby_stray] - #Enable the spawning of Baby Stray. Think baby zombies. - shouldSpawn = true - #The multiplier for minimum group size of Baby Stray spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - minSizePercentage = 0.5 - #The multiplier for maximum group size of Baby Stray spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - maxSizePercentage = 0.5 - #The multiplier for weight of Baby Stray spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - weightPercentage = 0.05 - #The multiplier for spawn cost per entity of Baby Stray spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - spawnCostPerEntityPercentage = 1.0 - #The multiplier for max spawn cost of Baby Stray spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - maxSpawnCostPercentage = 1.0 - - #Config options regarding the spawning of Baby Wither Skeleton. - [baby_mobs.baby_wither_skeleton] - #Enable the spawning of Baby Wither Skeleton. Think baby zombies. - shouldSpawn = true - #The multiplier for minimum group size of Baby Wither Skeleton spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - minSizePercentage = 0.5 - #The multiplier for maximum group size of Baby Wither Skeleton spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - maxSizePercentage = 0.5 - #The multiplier for weight of Baby Wither Skeleton spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - weightPercentage = 0.05 - #The multiplier for spawn cost per entity of Baby Wither Skeleton spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - spawnCostPerEntityPercentage = 1.0 - #The multiplier for max spawn cost of Baby Wither Skeleton spawns, compared to the adult mob. - #Range: 0.0 ~ 100.0 - maxSpawnCostPercentage = 1.0 diff --git a/config/Mekanism/client.toml b/config/Mekanism/client.toml deleted file mode 100644 index a00810d..0000000 --- a/config/Mekanism/client.toml +++ /dev/null @@ -1,181 +0,0 @@ -#Settings for configuring Accessibility settings provided by Mekanism. Note: Some settings such as HUD scale, may be located throughout the rest of this config. -[accessibility] - #Tries to force all text rendered as part of radial menus to be white instead of the color of the slice's mode. - whiteRadialText = false - #If true, renders sides for Universal Cables, Mechanical Pipes, Pressurized Tubes, Logistical Transporters, and Thermodynamic Conductors instead of rendering their contents. If transmitters are causing you fps issues, this should hopefully help. - opaqueTransmitters = false - #Allows changing the mode of held items by holding sneak and using the scroll wheel. - allowModeScroll = true - -#Settings for configuring Mekanism's Sounds -[sounds] - #Adjust Mekanism sounds' base volume. < 1 is softer, higher is louder. - #Range: 0.0 ~ 10.0 - baseVolume = 1.0 - #Play sounds for when any player is using a Jetpack, Scuba Mask, Flamethrower, or Gravitational Modulating Unit. This also affects playing the Radiation clicking sound. - enablePlayer = true - #Play sounds for active machines. - enableMachine = true - -#Settings for adjusting how Mekanism render's certain blocks and how many particles Mekanism adds. -[rendering] - #The color of energy when displayed as the durability bar on items. - energyColor = 3997338 - #Range at which Block Entity Renderer's added by Mekanism can render at, for example the contents of multiblocks. Vanilla defaults the rendering range for BERs to 64 for most blocks (for example chests), but uses a range of 256 for blocks like beacons and end gateways. Lowering this will likely increase your performance, at the cost of multiblock contents and wind generators 'popping' in - #Range: 1 ~ 1024 - berRange = 256 - - #Settings for configuring Mekanism's Particles - [rendering.particle] - #When multiblock forms, represent that by red sparkles around the multiblock. If this is disabled a notification message will display on the action bar instead. - multiblockFormation = true - #Show particles when machines active. - machineEffects = true - #How far (in blocks) from the player radiation particles can spawn. - #Range: 2 ~ 64 - radiationParticleRadius = 30 - #How many particles spawn when rendering radiation effects (scaled by radiation level). - #Range: 0 ~ 1000 - radiationParticleCount = 100 - #Show bolts between the player and items when the Magnetic Attraction Unit is pulling items towards a player. - magneticAttraction = true - #Show bolts for various AOE tool behaviors such as tilling, debarking, and vein mining. - toolAOE = true - -#Settings for configuring Mekanism's HUD -[hud] - #Enable a HUD that displays information about equipped Mekanism items, and displays additional information when wearing a MekaSuit Helmet. - enabled = false - #Scale of the text displayed on the HUD. - #Range: 0.25 ~ 1.0 - scale = 0.6 - #Reverses the HUD's text alignment and compass rendering to the right side of the screen, and moves the MekaSuit module rendering to the left side. Warning: This may cause subtitles to overlap parts of the HUD such as the compass. - reverse = false - #Opacity of HUD used by MekaSuit. - #Range: 0.0 ~ 1.0 - opacity = 0.4000000059604645 - #Color (RGB) of HUD used by MekaSuit. - #Range: 0 ~ 16777215 - color = 4257264 - #Color (RGB) of warning HUD elements used by MekaSuit. - #Range: 0 ~ 16777215 - warningColor = 16768335 - #Color (RGB) of danger HUD elements used by MekaSuit. - #Range: 0 ~ 16777215 - dangerColor = 16726076 - #Visual jitter of the MekaSuit HUD, seen when moving the player's head. Higher values increases the amount of jitter. - #Range: 1.0 ~ 100.0 - jitter = 6.0 - #Display a fancy compass when the MekaSuit Helmet is worn. - mekaSuitHelmetCompass = true - -#Settings for configuring Mekanism's QIO -[qio] - #Sorting strategy when viewing items in a QIO Dashboard. - #Allowed Values: NAME, SIZE, MOD, REGISTRY_NAME - sortType = "NAME" - #Sorting direction when viewing items in a QIO Dashboard. - #Allowed Values: ASCENDING, DESCENDING - sortDirection = "ASCENDING" - #Number of slots to view horizontally on a QIO Dashboard. - #Range: 8 ~ 16 - slotsWide = 8 - #Number of slots to view vertically on a QIO Dashboard. - #Range: 2 ~ 48 - slotsTall = 4 - #Determines whether the search bar is automatically focused when a QIO Dashboard is opened. - autoFocusSearchBar = true - #Determines if items in a QIO crafting window should be moved to the player's inventory or the frequency first when replacing the items in the crafting grid using a recipe viewer. - rejectsToInventory = false - -#Stores the last position various windows were in when they were closed, and whether they are pinned. In general these values should not be modified manually. -[window] - - #The last position the Color window was in when it was closed. - [window.color] - #The x component of this window's last position. - x = 2147483647 - #The y component of this window's last position. - y = 2147483647 - - #The last position the Confirmation window was in when it was closed. - [window.confirmation] - #The x component of this window's last position. - x = 2147483647 - #The y component of this window's last position. - y = 2147483647 - - #The last position the Crafting window was in when it was closed, and whether it was pinned. - [window.crafting0] - #The x component of this window's last position. - x = 2147483647 - #The y component of this window's last position. - y = 2147483647 - #Determines whether this window is pinned, and should open automatically when the GUI is reopened. - pinned = false - - #The last position the Crafting window was in when it was closed, and whether it was pinned. - [window.crafting1] - #The x component of this window's last position. - x = 2147483647 - #The y component of this window's last position. - y = 2147483647 - #Determines whether this window is pinned, and should open automatically when the GUI is reopened. - pinned = false - - #The last position the Crafting window was in when it was closed, and whether it was pinned. - [window.crafting2] - #The x component of this window's last position. - x = 2147483647 - #The y component of this window's last position. - y = 2147483647 - #Determines whether this window is pinned, and should open automatically when the GUI is reopened. - pinned = false - - #The last position the Mekasuit Helmet window was in when it was closed. - [window.mekasuit_helmet] - #The x component of this window's last position. - x = 2147483647 - #The y component of this window's last position. - y = 2147483647 - - #The last position the Rename window was in when it was closed. - [window.rename] - #The x component of this window's last position. - x = 2147483647 - #The y component of this window's last position. - y = 2147483647 - - #The last position the Skin Select window was in when it was closed. - [window.skin_select] - #The x component of this window's last position. - x = 2147483647 - #The y component of this window's last position. - y = 2147483647 - - #The last position the Side Config window was in when it was closed, and whether it was pinned. - [window.side_config] - #The x component of this window's last position. - x = 2147483647 - #The y component of this window's last position. - y = 2147483647 - #Determines whether this window is pinned, and should open automatically when the GUI is reopened. - pinned = false - - #The last position the Transporter Config window was in when it was closed, and whether it was pinned. - [window.transporter_config] - #The x component of this window's last position. - x = 2147483647 - #The y component of this window's last position. - y = 2147483647 - #Determines whether this window is pinned, and should open automatically when the GUI is reopened. - pinned = false - - #The last position the Upgrade window was in when it was closed, and whether it was pinned. - [window.upgrade] - #The x component of this window's last position. - x = 2147483647 - #The y component of this window's last position. - y = 2147483647 - #Determines whether this window is pinned, and should open automatically when the GUI is reopened. - pinned = false diff --git a/config/Mekanism/common.toml b/config/Mekanism/common.toml deleted file mode 100644 index c0233b4..0000000 --- a/config/Mekanism/common.toml +++ /dev/null @@ -1,12 +0,0 @@ -#Displayed energy type in Mekanism GUIs (client) and network reader readings (server). -#Allowed Values: JOULES, FORGE_ENERGY -energyType = "FORGE_ENERGY" -#Displayed temperature unit in Mekanism GUIs (client) and network reader readings (server). -#Allowed Values: KELVIN, CELSIUS, RANKINE, FAHRENHEIT, AMBIENT -temperatureUnit = "KELVIN" -#Display the time it will take for radiation to decay when readings are above safe levels. Set this to false on the client side to disable MekaSuit Geiger and Dosimeter Unit timers. Set this to false on the server side to disable handheld Geiger Counter and Dosimeter timers. -enableDecayTimers = true -#Determines whether machine configuration data is copied when using middle click. If this is set to false no data will be copied and the default instance of the stack will be returned. -copyBlockData = true -#Should holiday greetings and easter eggs play for holidays (ex: Christmas and New Years) on the client. Also controls whether Robit's with the default skin should have their skin randomized on the server. -holidays = true diff --git a/config/Mekanism/gear.toml b/config/Mekanism/gear.toml deleted file mode 100644 index 9d154e3..0000000 --- a/config/Mekanism/gear.toml +++ /dev/null @@ -1,287 +0,0 @@ -#Settings for configuring the Atomic Disassembler -[atomic_disassembler] - #Maximum amount (joules) of energy the Atomic Disassembler can contain. - #Range: 0 ~ 9223372036854775807 - maxEnergy = 1000000 - #Amount (joules) of energy the Atomic Disassembler can accept per tick. - #Range: 0 ~ 9223372036854775807 - chargeRate = 5000 - #Base Energy (Joules) usage of the Atomic Disassembler. (Gets multiplied by speed factor) - #Range: 0 ~ 9223372036854775807 - energyUsage = 10 - #Cost in Joules of using the Atomic Disassembler as a weapon. - #Range: 0 ~ 9223372036854775807 - energyUsageWeapon = 2000 - #The bonus attack damage of the Atomic Disassembler when it is out of power. (Value is in number of half hearts) - #Range: 0 ~ 1000 - minDamage = 4 - #The bonus attack damage of the Atomic Disassembler when it has at least energyUsageWeapon power stored. (Value is in number of half hearts) - #Range: 1 ~ 10000 - maxDamage = 20 - #Attack speed of the Atomic Disassembler. - #Range: -4.0 ~ 100.0 - attackSpeed = -2.4 - #Enable the 'Slow' mode for the Atomic Disassembler. - slowMode = true - #Enable the 'Fast' mode for the Atomic Disassembler. - fastMode = true - #Enable the 'Vein Mining' mode for the Atomic Disassembler. This mode is limited to vein mining just ores and logs. - veinMining = false - #The max number of blocks the Atomic Disassembler can mine using the 'Vein Mining' mode. Requires veinMining to be enabled. - #Range: 2 ~ 1000000 - miningCount = 128 - -#Settings for configuring the Electric Bow -[electric_bow] - #Maximum amount (joules) of energy the Electric Bow can contain. - #Range: 0 ~ 9223372036854775807 - maxEnergy = 120000 - #Amount (joules) of energy the Electric Bow can accept per tick. - #Range: 0 ~ 9223372036854775807 - chargeRate = 600 - #Cost in Joules of using the Electric Bow. - #Range: 0 ~ 9223372036854775807 - energyUsage = 120 - #Cost in Joules of using the Electric Bow with flame mode active. - #Range: 0 ~ 9223372036854775807 - energyUsageFlame = 1200 - -#Settings for configuring Energy Tablets -[energy_tablet] - #Maximum amount (joules) of energy the Energy Tablet can contain. - #Range: 0 ~ 9223372036854775807 - maxEnergy = 1000000 - #Amount (joules) of energy the Energy Tablet can accept per tick. - #Range: 0 ~ 9223372036854775807 - chargeRate = 5000 - -#Settings for configuring Gauge Droppers -[gauge_dropper] - #Capacity in mB of gauge droppers. - #Range: > 1 - capacity = 16000 - #Rate in mB/t at which a gauge dropper can be filled or emptied. - #Range: > 1 - transferRate = 250 - -#Settings for configuring the Flamethrower -[flamethrower] - #Flamethrower tank capacity in mB. - #Range: 1 ~ 9223372036854775807 - capacity = 24000 - #Rate in mB/t at which a Flamethrower's tank can accept hydrogen. - #Range: 1 ~ 9223372036854775807 - fillRate = 16 - #Determines whether or not the Flamethrower can destroy item entities the flame hits if it fails to smelt them. - destroyItems = true - -#Settings for configuring Free Runners -[free_runner] - #Maximum amount (joules) of energy Free Runners can contain. - #Range: 0 ~ 9223372036854775807 - maxEnergy = 64000 - #Amount (joules) of energy the Free Runners can accept per tick. - #Range: 0 ~ 9223372036854775807 - chargeRate = 320 - #Energy cost multiplier in Joules for reducing fall damage with free runners. Energy cost is: FallDamage * fallEnergyCost. (1 FallDamage is 1 half heart) - #Range: 0 ~ 9223372036854775807 - fallEnergyCost = 50 - #Percent of damage taken from falling that can be absorbed by Free Runners when they have enough power. - #Range: 0.0 ~ 1.0 - fallDamageReductionRatio = 1.0 - -#Settings for configuring Jetpacks -[jetpack] - #Jetpack tank capacity in mB. - #Range: 1 ~ 9223372036854775807 - capacity = 24000 - #Rate in mB/t at which a Jetpack's tank can accept hydrogen. - #Range: 1 ~ 9223372036854775807 - fillRate = 16 - -#Settings for configuring Network Readers -[network_reader] - #Maximum amount (joules) of energy the Network Reader can contain. - #Range: 0 ~ 9223372036854775807 - maxEnergy = 60000 - #Amount (joules) of energy the Network Reader can accept per tick. - #Range: 0 ~ 9223372036854775807 - chargeRate = 300 - #Energy usage in joules for each network reading. - #Range: 0 ~ 9223372036854775807 - energyUsage = 400 - -#Settings for configuring the Portable Teleporter -[portable_teleporter] - #Maximum amount (joules) of energy the Portable Teleporter can contain. - #Range: 0 ~ 9223372036854775807 - maxEnergy = 1000000 - #Amount (joules) of energy the Portable Teleporter can accept per tick. - #Range: 0 ~ 9223372036854775807 - chargeRate = 5000 - #Delay in ticks before a player is teleported after clicking the Teleport button in the portable teleporter. - #Range: 0 ~ 6000 - delay = 0 - -#Settings for configuring Scuba Tanks -[scuba_tank] - #Scuba Tank capacity in mB. - #Range: 1 ~ 9223372036854775807 - capacity = 24000 - #Rate in mB/t at which a Scuba Tank can accept oxygen. - #Range: 1 ~ 9223372036854775807 - fillRate = 16 - -#Settings for configuring Seismic Readers -[seismic_reader] - #Maximum amount (joules) of energy the Seismic Reader can contain. - #Range: 0 ~ 9223372036854775807 - maxEnergy = 12000 - #Amount (joules) of energy the Seismic Reader can accept per tick. - #Range: 0 ~ 9223372036854775807 - chargeRate = 60 - #Energy usage in joules required to use the Seismic Reader. - #Range: 0 ~ 9223372036854775807 - energyUsage = 250 - -#Settings for configuring Canteens -[canteen] - #Maximum amount in mB of Nutritional Paste storable by the Canteen. - #Range: > 1 - maxStorage = 64000 - #Rate in mB/t at which Nutritional Paste can be transferred into a Canteen. - #Range: > 1 - transferRate = 128 - -#Settings for configuring the Meka-Tool -[mekatool] - #Energy capacity (Joules) of the Meka-Tool without any installed upgrades. Quadratically scaled by upgrades. - #Range: 0 ~ 9223372036854775807 - baseEnergyCapacity = 16000000 - #Amount (joules) of energy the Meka-Tool can accept per tick. Quadratically scaled by upgrades. - #Range: 0 ~ 9223372036854775807 - chargeRate = 100000 - #Base bonus damage applied by the Meka-Tool without using any energy. - #Range: 0 ~ 100000 - baseDamage = 4 - #Attack speed of the Meka-Tool. - #Range: -4.0 ~ 100.0 - attackSpeed = -2.4 - #Efficiency of the Meka-Tool with energy but without any upgrades. - #Range: 0.1 ~ 100.0 - baseEfficiency = 4.0 - #Enable the 'Extended Vein Mining' mode for the Meka-Tool. Allows vein mining everything, instead of being limited to just ores and logs. - extendedMining = true - #Maximum distance a player can teleport with the Meka-Tool. - #Range: 3 ~ 1024 - maxTeleportReach = 100 - - #Settings for configuring the Meka-Tool's Energy Usage - [mekatool.energy_usage] - #Base energy (Joules) usage of the Meka-Tool. (Gets multiplied by speed factor) - #Range: 0 ~ 9223372036854775807 - base = 10 - #Silk touch energy (Joules) usage of the Meka-Tool. (Gets multiplied by speed factor) - #Range: 0 ~ 9223372036854775807 - silk = 100 - #Cost in Joules of using the Meka-Tool to deal 4 units of damage. - #Range: 0 ~ 9223372036854775807 - weapon = 2000 - #Cost in Joules of using the Meka-Tool as a hoe. - #Range: 0 ~ 9223372036854775807 - hoe = 10 - #Cost in Joules of using the Meka-Tool as a shovel for making paths and dowsing campfires. - #Range: 0 ~ 9223372036854775807 - shovel = 10 - #Cost in Joules of using the Meka-Tool as an axe for stripping logs, scraping, or removing wax. - #Range: 0 ~ 9223372036854775807 - axe = 10 - #Cost in Joules of using the Meka-Tool to shear entities. - #Range: 0 ~ 9223372036854775807 - shearEntity = 10 - #Cost in Joules of using the Meka-Tool to carefully shear and trim blocks. - #Range: 0 ~ 9223372036854775807 - shearTrim = 10 - #Cost in Joules of using the Meka-Tool to teleport 10 blocks. - #Range: 0 ~ 9223372036854775807 - teleport = 1000 - -#Settings for configuring the MekaSuit -[mekasuit] - #Energy capacity (Joules) of MekaSuit items without any installed upgrades. Quadratically scaled by upgrades. - #Range: 0 ~ 9223372036854775807 - baseEnergyCapacity = 16000000 - #Amount (joules) of energy the MekaSuit can accept per tick. Quadratically scaled by upgrades. - #Range: 0 ~ 9223372036854775807 - chargeRate = 100000 - #Charge rate of inventory items in Joules/t when charging the player's inventory with the Charge Distribution Unit. - #Range: 0 ~ 9223372036854775807 - inventoryChargeRate = 10000 - #Solar recharging rate in Joules/t of the helmet, per upgrade installed. - #Range: 0 ~ 9223372036854775807 - solarRechargingRate = 500 - #Should the Gravitational Modulation unit give off vibrations that can be detected by Sculk Sensors and Shriekers when in use. - gravitationalVibrations = true - #Maximum amount in mB of Nutritional Paste storable by the nutritional injection unit. - #Range: > 1 - nutritionalMaxStorage = 128000 - #Rate in mB/t at which Nutritional Paste can be transferred into the nutritional injection unit. - #Range: > 1 - nutritionalTransferRate = 256 - #Maximum amount in mB of Hydrogen storable per installed jetpack unit. - #Range: 1 ~ 9223372036854775807 - jetpackMaxStorage = 24000 - #Rate in mB/t at which Hydrogen can be transferred into the jetpack unit. - #Range: 1 ~ 9223372036854775807 - jetpackTransferRate = 256 - - #Settings for configuring the MekaSuit's Energy Usage - [mekasuit.energy_usage] - #Energy usage (Joules) of MekaSuit per unit of damage applied. - #Range: 0 ~ 9223372036854775807 - damage = 100000 - #Energy cost multiplier in Joules for reducing magic damage via the inhalation purification unit. Energy cost is: MagicDamage * magicReduce. (1 MagicDamage is 1 half heart). - #Range: 0 ~ 9223372036854775807 - magicReduce = 1000 - #Energy cost multiplier in Joules for reducing fall damage with MekaSuit Boots. Energy cost is: FallDamage * fall. (1 FallDamage is 1 half heart) - #Range: 0 ~ 9223372036854775807 - fall = 50 - #Energy usage (Joules) of MekaSuit when adding 0.1 to jump motion. - #Range: 0 ~ 9223372036854775807 - jump = 1000 - #Energy usage (Joules) per second of the MekaSuit when flying with the Elytra Unit. - #Range: 0 ~ 9223372036854775807 - elytra = 32000 - #Energy usage (Joules) of MekaSuit when lessening a potion effect. - #Range: 0 ~ 9223372036854775807 - energyUsagePotionTick = 40000 - #Energy usage (Joules) of MekaSuit when adding 0.1 to sprint motion. - #Range: 0 ~ 9223372036854775807 - sprintBoost = 100 - #Energy usage (Joules) of MekaSuit per tick when flying via Gravitational Modulation. - #Range: 0 ~ 2305843009213693951 - gravitationalModulation = 1000 - #Energy usage (Joules) of MekaSuit per tick of using vision enhancement. - #Range: 0 ~ 9223372036854775807 - visionEnhancement = 500 - #Energy usage (Joules) of MekaSuit per tick of using hydrostatic repulsion. - #Range: 0 ~ 9223372036854775807 - hydrostaticRepulsion = 500 - #Energy usage (Joules) of MekaSuit per half-food of nutritional injection. - #Range: 0 ~ 9223372036854775807 - nutritionalInjection = 20000 - #Energy usage (Joules) of MekaSuit per tick of attracting a single item. - #Range: 0 ~ 9223372036854775807 - itemAttraction = 250 - - #Settings for configuring damage absorption of the MekaSuit - [mekasuit.damage_absorption] - #Percent of damage taken from falling that can be absorbed by MekaSuit Boots when they have enough power. - #Range: 0.0 ~ 1.0 - fallDamageReductionRatio = 1.0 - #Percent of damage taken from magic damage that can be absorbed by MekaSuit Helmet with Purification unit when it has enough power. - #Range: 0.0 ~ 1.0 - magicDamageReductionRatio = 1.0 - #Percent of damage taken from other non explicitly supported damage types that don't bypass armor when the MekaSuit has enough power and a full suit is equipped. Note: Support for specific damage types can be added by adding an entry for the damage type in the mekanism:mekasuit_absorption data map. - #Range: 0.0 ~ 1.0 - unspecifiedDamageReductionRatio = 1.0 diff --git a/config/Mekanism/general.toml b/config/Mekanism/general.toml deleted file mode 100644 index 6064b86..0000000 --- a/config/Mekanism/general.toml +++ /dev/null @@ -1,244 +0,0 @@ -#Log Mekanism packet names. Debug setting. -logPackets = false -#Controls whether Mekanism allows players to load chunks. If this is disabled, neither the Anchor Upgrade nor the Dimensional Stabilizer will provide any functionality. -allowChunkloading = true -#How many ticks must pass until a block's active state is synced with the client when the block stops being active. This prevents rapid state changes that can cause lag. Note: Mekanism's blocks always sync immediately when they go from inactive to active; this only controls the time it takes to go from active to inactive. -#Range: 0 ~ 1200 -blockDeactivationDelay = 60 -#If enabled, lasers can break blocks and the flamethrower can start fires. -aestheticWorldDamage = true -#Allow upgrading Universal Cables, Mechanical Pipes, Pressurized Tubes, Logistical Transporters, and Thermodynamic Conductors by right clicking them with the next tier of alloy. -transmitterAlloyUpgrade = true -#Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible). -#Range: > 1 -maxUpgradeMultiplier = 10 -#Peak processing rate in mB/t for the Solar Neutron Activator. Note: It can go higher than this value in some extreme environments. -#Range: 1 ~ 1024 -maxSolarNeutronActivatorRate = 64 - -#Settings for configuring heaters -[heater] - #Amount of heat produced per fuel tick of a fuel's burn time in the Fuelwood Heater. - #Range: 0.1 ~ 4000000.0 - heatPerFuelTick = 400.0 - #Number of ticks to burn an item at in a Fuelwood Heater. Use this config option to effectively make Fuelwood Heater's burn faster but produce the same amount of heat per item. - #Range: 1 ~ 1000 - fuelwoodTickMultiplier = 1 - #How much heat energy is created from one Joule of regular energy in the Resistive Heater. - #Range: 0.0 ~ 1.0 - resistiveEfficiency = 0.6 - -#Settings for configuring Cardboard Boxes -[cardboard_box] - #Enable this to disable unboxing any block that has a fluid that would be vaporized on placement, instead of trying to vaporize it and leave the remainder of the block. For example with this disabled trying to unbox a waterlogged slab in the nether will leave just the slab, but with this enabled the cardboard box won't open. - strictUnboxing = false - #Any modids added to this list will not be able to have any of their blocks, picked up by the cardboard box. For example: ["mekanism"] - modBlacklist = [] - -#Settings for configuring the fill rates of tanks that are stored on items. -[item_fill_rate] - #Rate in mB/t at which generic fluid storage items can be filled or emptied. - #Range: > 1 - fluid = 1024 - #Rate in mB/t at which generic chemical storage items can be filled or emptied. - #Range: 1 ~ 9223372036854775807 - chemical = 1024 - -#Settings for configuring Dynamic Tanks -[dynamic_tank] - #Amount of fluid (mB) that each block of the dynamic tank contributes to the volume. Total Fluid Capacity = volume * fluidPerTank - #Range: 1 ~ 368224 - fluidPerTank = 350000 - #Amount of chemical (mB) that each block of the dynamic tank contributes to the volume. Total Chemical Capacity = volume * chemicalPerTank - #Range: 1 ~ 1581510980256305 - chemicalPerTank = 16000000 - -#Settings for configuring Auto Eject from block entities -[auto_eject] - #Rate in mB/t at which fluid gets auto ejected from block entities. - #Range: > 1 - fluid = 1024 - #Rate in mB/t at which chemicals gets auto ejected from block entities. - #Range: 1 ~ 9223372036854775807 - chemical = 1024 - #The percentage of a tank's capacity to leave contents in when set to dumping excess. - #Range: 0.001 ~ 1.0 - dumpExcessKeepRatio = 0.85 - -#Settings for configuring Prefilled Tanks -[prefilled] - #Add filled variants of creative fluid tanks to creative/recipe viewers for all registered fluids. - fluidTanks = true - #Add filled variants of creative chemical tanks to creative/recipe viewers for all registered chemicals. Note: This includes radioactive ones that normally can't be stored in chemical tanks. - chemicalTanks = true - -#Settings for configuring Energy Conversions -[energy_conversion] - #Disables Forge Energy (FE/RF) power integration. - blacklistForge = false - #Conversion multiplier from Forge Energy to Joules (FE * feConversionRate = Joules) - #Range: 1.0E-4 ~ 10000.0 - feConversionRate = 2.5 - #Disables Flux Networks' higher throughput Forge Energy (FE/RF) power integration. Note: Blacklisting Forge Energy also disables this. - blacklistFluxNetworks = false - #Disables Grand Power's higher throughput Forge Energy (FE/RF) power integration. Note: Blacklisting Forge Energy also disables this. - blacklistGrandPower = false - #How much energy is produced per mB of Hydrogen, also affects Electrolytic Separator usage, Ethene burn rate and Gas-Burning Generator energy capacity. - #Range: 1 ~ 92233720368547 - hydrogenEnergyDensity = 200 - #Maximum Joules per mB of Steam. Also affects Thermoelectric Boiler. - #Range: 0 ~ 9223372036854775807 - maxEnergyPerSteam = 10 - -#Settings for configuring Radiation -[radiation] - #Enable worldwide radiation effects. - enabled = true - #The radius of chunks checked when running radiation calculations. The algorithm is efficient, but don't abuse it by making this crazy high. - #Range: 1 ~ 100 - chunkCheckRadius = 5 - #Radiation sources are multiplied by this constant roughly once per second to represent their emission decay. At the default rate, it takes roughly 10 hours to remove a 1,000 Sv/h (crazy high) source. - #Range: 0.0 ~ 1.0 - sourceDecayRate = 0.9995 - #Radiated objects and entities are multiplied by this constant roughly once per second to represent their dosage decay. - #Range: 0.0 ~ 1.0 - targetDecayRate = 0.9995 - #Defines the minimum severity radiation dosage severity (scale of 0 to 1) for which negative effects can take place. Set to 1 to disable negative effects completely. - #Range: 0.0 ~ 1.0 - negativeEffectsMinSeverity = 0.1 - #Amount of chemical (mB) that can be stored in a Radioactive Waste Barrel. - #Range: 1 ~ 9223372036854775807 - wasteBarrelCapacity = 512000 - #Number of ticks required for radioactive chemical stored in a Radioactive Waste Barrel to decay radioactiveWasteBarrelDecayAmount mB. - #Range: > 1 - wasteBarrelProcessTicks = 20 - #Number of mB of chemical that decay every radioactiveWasteBarrelProcessTicks ticks when stored in a Radioactive Waste Barrel. Set to zero to disable decay all together. (Chemicals in the mekanism:waste_barrel_decay_blacklist tag will not decay). - #Range: 0 ~ 9223372036854775807 - wasteBarrelDecayAmount = 1 - -#Settings for configuring the Digital Miner -[digital_miner] - #Energy multiplier for using silk touch mode with the Digital Miner. - #Range: > 1 - silkMultiplier = 12 - #Maximum radius in blocks that the Digital Miner can reach. Increasing this may have negative effects on stability and memory usage. We strongly recommend you leave this at the default value. - #Range: > 1 - maxRadius = 32 - #Number of ticks required to mine a single block with a Digital Miner (without any upgrades). - #Range: > 1 - ticksPerMine = 80 - #Allows dragging items from recipe viewers into the target slot of Digital Miner filters. This allows selecting specific blocks without having to acquire an instance of the block first. - easyMinerFilters = false - -#Settings for configuring Lasers -[laser] - #How far in blocks a laser can travel. - #Range: 1 ~ 1024 - range = 64 - #Energy needed to destroy or attract blocks with a Laser (per block hardness level). - #Range: 0 ~ 9223372036854775807 - energyPerHardness = 100000 - #Energy used per half heart of damage being transferred to entities. - #Range: 1 ~ 9223372036854775807 - energyPerDamage = 2500 - -#Settings for configuring the Oredictionificator -[oredictionificator] - #The list of valid tag prefixes for the Oredictionificator. Note: It is highly recommended to only include well known/defined tag prefixes otherwise it is very easy to potentially add accidental conversions for things that are not actually equivalent. - validItemFilters = ["c:dusts/", "c:ingots/", "c:nuggets/", "c:ores/", "c:raw_materials/", "c:storage_blocks/"] - -#Settings for configuring Electric Pumps and Fluidic Plenishers -[pump] - #Maximum block distance to pull fluid from for the Electric Pump. - #Range: 1 ~ 512 - range = 80 - #If enabled and the waterSourceConversion game rule is enabled makes Water blocks be removed from the world on pump. Similarly behavior for the lavaSourceConversion game rule and Lava - pumpInfiniteFluidSources = false - #Amount of Heavy Water in mB that is extracted per block of Water by the Electric Pump with a Filter Upgrade. - #Range: 1 ~ 1000 - heavyWaterAmount = 10 - #The number of blocks Fluidic Plenisher attempts to place fluid in before stopping. - #Range: 1 ~ 1000000 - maxPlenisherNodes = 4000 - -#Settings for configuring Quantum Entangloporters -[quantum_entangloporter] - #Maximum energy buffer (Joules) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is the ultimate energy cube's capacity. - #Range: 1 ~ 9223372036854775807 - energyBuffer = 256000000 - #Maximum fluid buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is the ultimate fluid tank's capacity. - #Range: > 1 - fluidBuffer = 256000 - #Maximum chemical buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is the ultimate chemical tank's capacity. - #Range: 1 ~ 9223372036854775807 - chemicalBuffer = 8192000 - -#Settings for configuring Mekanism's security system -[security] - #Enable the security system. This allows players to prevent other players from accessing their machines. Does NOT affect Frequencies. - allowProtection = true - #If this is enabled then players with the 'mekanism.bypass_security' permission (default for ops) can bypass block and item security restrictions. - opsBypassRestrictions = false - -#Settings for configuring Nutritional Paste -[nutritional_paste] - #Saturation level of Nutritional Paste when eaten. - #Range: 0.0 ~ 100.0 - saturation = 0.8 - #How much mB of Nutritional Paste equates to one 'half-food'. - #Range: > 1 - mbPerFood = 50 - -#Settings for configuring Boilers -[boiler] - #Amount of fluid (mB) that each block of the boiler's water portion contributes to the volume. Max = volume * waterPerTank - #Range: 1 ~ 368224 - waterPerTank = 16000 - #Amount of steam (mB) that each block of the boiler's steam portion contributes to the volume. Max = volume * steamPerTank - #Range: 10 ~ 1581510980256305 - steamPerTank = 160000 - #Amount of steam (mB) that each block of the boiler's heated coolant portion contributes to the volume. Max = volume * heatedCoolantPerTank - #Range: 1 ~ 1581510980256305 - heatedCoolantPerTank = 256000 - #Amount of steam (mB) that each block of the boiler's cooled coolant portion contributes to the volume. Max = volume * cooledCoolantPerTank - #Range: 1 ~ 1581510980256305 - cooledCoolantPerTank = 256000 - #How much Boiler heat is immediately usable to convert water to steam. - #Range: 0.01 ~ 1.0 - waterConductivity = 0.7 - #Amount of heat each Boiler heating element produces. - #Range: 0.1 ~ 1.024E9 - superheatingHeatTransfer = 1.6E7 - -#Settings for configuring Thermal Evaporation Plants -[thermal_evaporation] - #Thermal Evaporation Plant heat loss per tick. - #Range: 0.001 ~ 1000.0 - heatDissipation = 0.02 - #Heat to absorb per Solar Panel array installed on a Thermal Evaporation Plant. - #Range: 0.001 ~ 1000000.0 - solarMultiplier = 0.2 - #Ratio of temperature to output amount produced. - #Range: 0.001 ~ 1000000.0 - tempMultiplier = 0.4 - #Heat capacity of Thermal Evaporation Plant layers. This increases the amount of energy needed to increase temperature. - #Range: 1.0 ~ 1000000.0 - heatCapacity = 100.0 - #Amount of fluid (mB) that each block of the evaporation plant contributes to the input tank capacity. Max = volume * fluidPerTank - #Range: 1 ~ 29826161 - fluidPerTank = 64000 - #Amount of output fluid (mB) that the evaporation plant can store. - #Range: > 1 - outputTankCapacity = 10000 - -#Settings for configuring the Supercritical Phase Shifter -[sps] - #How much polonium in mB must be processed to make 1 mB of antimatter. The input tank capacity is 2x this value. - #Range: > 1 - inputPerAntimatter = 1000 - #Amount of antimatter in mB that the SPS can store. - #Range: 1 ~ 9223372036854775807 - outputTankCapacity = 1000 - #Energy needed to process 1 mB of input (inputPerAntimatter * energyPerInput = energy to produce 1 mB of antimatter). - #Range: 0 ~ 9223372036854775807 - energyPerInput = 1000000 diff --git a/config/Mekanism/generator-storage.toml b/config/Mekanism/generator-storage.toml deleted file mode 100644 index 1e4ebc9..0000000 --- a/config/Mekanism/generator-storage.toml +++ /dev/null @@ -1,15 +0,0 @@ -#Base energy storage in Joules of: Heat Generator -#Range: 1 ~ 9223372036854775807 -heatGenerator = 160000 -#Base energy storage in Joules of: Bio-Generator -#Range: 1 ~ 9223372036854775807 -bioGenerator = 160000 -#Base energy storage in Joules of: Solar Generator -#Range: 1 ~ 9223372036854775807 -solarGenerator = 96000 -#Base energy storage in Joules of: Advanced Solar Generator -#Range: 1 ~ 9223372036854775807 -advancedSolarGenerator = 200000 -#Base energy storage in Joules of: Wind Generator -#Range: 1 ~ 9223372036854775807 -windGenerator = 200000 diff --git a/config/Mekanism/generators-gear.toml b/config/Mekanism/generators-gear.toml deleted file mode 100644 index e024687..0000000 --- a/config/Mekanism/generators-gear.toml +++ /dev/null @@ -1,11 +0,0 @@ -#Settings for configuring the MekaSuit -[mekasuit] - #Geothermal charging rate in Joules per tick, per degree above ambient, per upgrade installed. This value scales down based on how much of the MekaSuit Pants is submerged. Fire is treated as having a temperature of ~200K above ambient, lava has a temperature of 1,000K above ambient. - #Range: 0 ~ 1152921504606846975 - geothermalChargingRate = 10 - - #Settings for configuring damage absorption of the MekaSuit - [mekasuit.damage_absorption] - #Percent of heat damage negated by MekaSuit Pants with maximum geothermal generator units installed. This number scales down linearly based on how many units are actually installed. - #Range: 0.0 ~ 1.0 - heatDamageReductionRatio = 0.8 diff --git a/config/Mekanism/generators.toml b/config/Mekanism/generators.toml deleted file mode 100644 index ae2d231..0000000 --- a/config/Mekanism/generators.toml +++ /dev/null @@ -1,164 +0,0 @@ -#Settings for configuring Hohlraum -[hohlraum] - #Hohlraum capacity in mB. - #Range: 1 ~ 9223372036854775807 - capacity = 10 - #Rate in mB/t at which Hohlraum can accept D-T Fuel. - #Range: 1 ~ 9223372036854775807 - fillRate = 1 - -#Settings for configuring Solar Generators -[solar_generator] - #Peak energy generation in Joules/t for the Solar Generator. Note: It can go higher than this value in some extreme environments. - #Range: 0 ~ 9223372036854775807 - solarGeneration = 50 - #Peak energy generation in Joules/t for the Advanced Solar Generator. Note: It can go higher than this value in some extreme environments. - #Range: 0 ~ 9223372036854775807 - advancedSolarGeneration = 300 - -#Settings for configuring Bio Generators -[bio_generator] - #Energy produced by the Bio Generator in Joules/t. - #Range: 0 ~ 9223372036854775807 - bioGeneration = 350 - #The capacity in mB of the fluid tank in the Bio Generator. - #Range: > 1 - tankCapacity = 24000 - -#Settings for configuring Heat Generators -[heat_generator] - #Amount of energy in Joules the Heat Generator produces per tick. heatGeneration + heatGenerationLava * lavaSides + heatGenerationNether. Note: lavaSides is how many sides are adjacent to lava, this includes the block itself if it is lava logged allowing for a max of 7 "sides". - #Range: 0 ~ 9223372036854775807 - heatGeneration = 200 - #Multiplier of effectiveness of Lava that is adjacent to the Heat Generator. - #Range: 0 ~ 1317624576693539401 - heatGenerationLava = 30 - #Add this amount of Joules to the energy produced by a heat generator if it is in an 'ultrawarm' dimension, in vanilla this is just the Nether. - #Range: 0 ~ 9223372036854775807 - heatGenerationNether = 100 - #The capacity in mB of the fluid tank in the Heat Generator. - #Range: > 1 - tankCapacity = 24000 - #The amount of lava in mB that gets consumed to transfer heatGeneration Joules to the Heat Generator. - heatGenerationFluidRate = 10 - -#Settings for configuring Gas-Burning Generators -[gas_generator] - #The capacity in mB of the chemical tank in the Gas-Burning Generator. - #Range: 1 ~ 9223372036854775807 - tankCapacity = 18000 - #The number of ticks each mB of Ethene burns for in the Gas-Burning Generator. - #Range: > 1 - etheneBurnTicks = 40 - #Multiplier for calculating the energy density of Ethene (1 mB Hydrogen + 2 * bioGeneration * densityMultiplier). - #Range: 1.0 ~ 2.147483647E9 - etheneDensityMultiplier = 40.0 - -#Settings for configuring Wind Generators -[wind_generator] - #Minimum energy generation in Joules/t that the Wind Generator can produce. - #Range: 0 ~ 9223372036854775807 - generationMin = 60 - #Maximum energy generation in Joules/t that the Wind Generator can produce. - #Range: 0 ~ 9223372036854775807 - generationMax = 480 - #The minimum Y value that affects the Wind Generators Power generation. This value gets clamped at the world's minimum height. - #Range: -2032 ~ 2030 - minY = 24 - #The maximum Y value that affects the Wind Generators Power generation. This value gets clamped at the world's logical height. For example for worlds like the nether that are 256 blocks tall, but have a ceiling at 128 blocks, this would be clamped at 128. - maxY = 2031 - -#Settings for configuring Industrial Turbines -[turbine] - #The number of Turbine Blades supported by each Electromagnetic Coil. - #Range: 1 ~ 12 - bladesPerCoil = 4 - #The rate in mB/t at which steam is vented into the turbine. - #Range: 0.1 ~ 1024000.0 - ventChemicalFlow = 32000.0 - #The rate in mB/t at which steam is dispersed into the turbine. - #Range: 0.1 ~ 1024000.0 - disperserChemicalFlow = 1280.0 - #The rate in mB/t at which steam is condensed into water in the turbine. - #Range: 1 ~ 2000000 - condenserRate = 64000 - #Amount of energy in Joules that each block of the turbine contributes to the total energy capacity. Max = volume * energyCapacityPerVolume - #Range: 1 ~ 1000000000000 - energyCapacityPerVolume = 16000000 - #Amount of chemical (mB) that each block of the turbine's steam cavity contributes to the volume. Max = volume * chemicalPerTank - #Range: 1 ~ 1773043451913643 - chemicalPerTank = 64000 - -#Settings for configuring Fission Reactors -[fission_reactor] - #Amount of energy created (in heat) from each whole mB of fission fuel. - #Range: 0 ~ 9223372036854775807 - energyPerFissionFuel = 1000000 - #The heat capacity added to a Fission Reactor by a single casing block. Increase to require more energy to raise the reactor temperature. - #Range: 1.0 ~ 1000000.0 - casingHeatCapacity = 1000.0 - #The average surface area of a Fission Reactor's fuel assemblies to reach 100% boil efficiency. Higher values make it harder to cool the reactor. - #Range: 1.0 ~ 1.7976931348623157E308 - surfaceAreaTarget = 4.0 - #The default burn rate of the fission reactor. - #Range: 0.001 ~ 1.0 - defaultBurnRate = 0.1 - #The burn rate increase each fuel assembly provides. Max Burn Rate = fuelAssemblies * burnPerAssembly - #Range: 1 ~ 1000000 - burnPerAssembly = 1 - #Amount of fuel (mB) that each assembly contributes to the fuel and waste capacity. Max = fuelAssemblies * maxFuelPerAssembly - #Range: 1 ~ 2251799813685247 - maxFuelPerAssembly = 8000 - #Amount of cooled coolant (mB) that each block of the fission reactor contributes to the volume. Max = volume * cooledCoolantPerTank - #Range: 1 ~ 368224 - cooledCoolantPerTank = 100000 - #Amount of heated coolant (mB) that each block of the fission reactor contributes to the volume. Max = volume * heatedCoolantPerTank - #Range: 1000 ~ 1581510980256305 - heatedCoolantPerTank = 1000000 - #The percentage of waste in a fission reactor's output waste tank that is necessary to trigger the excess waste. - #Range: 0.001 ~ 1.0 - excessWaste = 0.9 - - #Settings for configuring Fission Reactor Meltdowns. - [fission_reactor.meltdowns] - #Whether catastrophic meltdowns can occur from Fission Reactors. If this is disabled, instead of melting down the reactor will force turn itself off and not be able to be turned back on until the damage level has returned to safe levels. - enabled = true - #The radius of the explosion that occurs from a meltdown. - #Range: 1.0 ~ 500.0 - radius = 8.0 - #The chance of a catastrophic meltdown occurring once the reactor's damage passes 100%. This will linearly scale as damage continues increasing passed 100%. - #Range: 0.0 ~ 1.0 - chance = 0.001 - #How much radioactivity of fuel/waste contents are multiplied during a meltdown. - #Range: 0.1 ~ 1000000.0 - radiationMultiplier = 50.0 - #Percent damage that a reactor will start at after being reconstructed after a meltdown. - #Range: 0.0 ~ 100.0 - postMeltdownDamage = 75.0 - -#Settings for configuring Fusion Reactors -[fusion_reactor] - #Affects the Injection Rate, Max Temp, and Ignition Temp. - #Range: 0 ~ 9223372036854775807 - fuelEnergy = 10000000 - #The fraction of the heat dissipated from the case that is converted to Joules. - #Range: 0.0 ~ 1.0 - thermocoupleEfficiency = 0.05 - #The fraction of heat from the casing that can be transferred to all sources that are not water. Will impact max heat, heat transfer to thermodynamic conductors, and power generation. - #Range: 0.001 ~ 1.0 - casingThermalConductivity = 0.1 - #The fraction of the heat from the casing that is dissipated to water when water cooling is in use. Will impact max heat, and steam generation. - #Range: 0.0 ~ 1.0 - waterHeatingRatio = 0.3 - #Amount of fuel (mB) that the fusion reactor can store. - #Range: 2 ~ 1000000 - fuelCapacity = 1000 - #Amount of energy (Joules) the fusion reactor can store. - #Range: 1 ~ 9223372036854775807 - energyCapacity = 1000000000 - #Amount of water (mB) per injection rate that the fusion reactor can store. Max = injectionRate * waterPerInjection - #Range: 1 ~ 21913098 - waterPerInjection = 1000000 - #Amount of steam (mB) per injection rate that the fusion reactor can store. Max = injectionRate * steamPerInjection - #Range: 1 ~ 94116041192395671 - steamPerInjection = 100000000 diff --git a/config/Mekanism/machine-storage.toml b/config/Mekanism/machine-storage.toml deleted file mode 100644 index 4ede274..0000000 --- a/config/Mekanism/machine-storage.toml +++ /dev/null @@ -1,108 +0,0 @@ -#Base energy storage in Joules of: Enrichment Chamber -#Range: 1 ~ 9223372036854775807 -enrichmentChamber = 20000 -#Base energy storage in Joules of: Osmium Compressor -#Range: 1 ~ 9223372036854775807 -osmiumCompressor = 80000 -#Base energy storage in Joules of: Combiner -#Range: 1 ~ 9223372036854775807 -combiner = 40000 -#Base energy storage in Joules of: Crusher -#Range: 1 ~ 9223372036854775807 -crusher = 20000 -#Base energy storage in Joules of: Metallurgic Infuser -#Range: 1 ~ 9223372036854775807 -metallurgicInfuser = 20000 -#Base energy storage in Joules of: Purification Chamber -#Range: 1 ~ 9223372036854775807 -purificationChamber = 80000 -#Base energy storage in Joules of: Energized Smelter -#Range: 1 ~ 9223372036854775807 -energizedSmelter = 20000 -#Base energy storage in Joules of: Digital Miner -#Range: 1 ~ 9223372036854775807 -digitalMiner = 50000 -#Base energy storage in Joules of: Electric Pump -#Range: 1 ~ 9223372036854775807 -electricPump = 40000 -#Base energy storage in Joules of: Chargepad -#Range: 1 ~ 9223372036854775807 -chargepad = 2048000 -#Base energy storage in Joules of: Rotary Condensentrator -#Range: 1 ~ 9223372036854775807 -rotaryCondensentrator = 20000 -#Base energy storage in Joules of: Chemical Oxidizer -#Range: 1 ~ 9223372036854775807 -chemicalOxidizer = 80000 -#Base energy storage in Joules of: Chemical Infuser -#Range: 1 ~ 9223372036854775807 -chemicalInfuser = 80000 -#Base energy storage in Joules of: Chemical Injection Chamber -#Range: 1 ~ 9223372036854775807 -chemicalInjectionChamber = 160000 -#Base energy storage in Joules of: Electrolytic Separator -#Range: 1 ~ 9223372036854775807 -electrolyticSeparator = 160000 -#Base energy storage in Joules of: Precision Sawmill -#Range: 1 ~ 9223372036854775807 -precisionSawmill = 20000 -#Base energy storage in Joules of: Chemical Dissolution Chamber -#Range: 1 ~ 9223372036854775807 -chemicalDissolutionChamber = 160000 -#Base energy storage in Joules of: Chemical Washer -#Range: 1 ~ 9223372036854775807 -chemicalWasher = 80000 -#Base energy storage in Joules of: Chemical Crystallizer -#Range: 1 ~ 9223372036854775807 -chemicalCrystallizer = 160000 -#Base energy storage in Joules of: Seismic Vibrator -#Range: 1 ~ 9223372036854775807 -seismicVibrator = 20000 -#Base energy storage in Joules of: Pressurized Reaction Chamber -#Range: 1 ~ 9223372036854775807 -pressurizedReactionBase = 2000 -#Base energy storage in Joules of: Fluidic Plenisher -#Range: 1 ~ 9223372036854775807 -fluidicPlenisher = 40000 -#Base energy storage in Joules of: Laser -#Range: 1 ~ 9223372036854775807 -laser = 2000000 -#Base energy storage in Joules of: Laser Amplifier -#Range: 1 ~ 9223372036854775807 -laserAmplifier = 5000000000 -#Base energy storage in Joules of: Laser Tractor Beam -#Range: 1 ~ 9223372036854775807 -laserTractorBeam = 5000000000 -#Base energy storage in Joules of: Formulaic Assemblicator -#Range: 1 ~ 9223372036854775807 -formulaicAssemblicator = 40000 -#Base energy storage in Joules of: Teleporter -#Range: 1 ~ 9223372036854775807 -teleporter = 5000000 -#Base energy storage in Joules of: Modification Station -#Range: 1 ~ 9223372036854775807 -modificationStation = 40000 -#Base energy storage in Joules of: Isotopic Centrifuge -#Range: 1 ~ 9223372036854775807 -isotopicCentrifuge = 80000 -#Base energy storage in Joules of: Nutritional Liquifier -#Range: 1 ~ 9223372036854775807 -nutritionalLiquifier = 40000 -#Base energy storage in Joules of: Nucleosynthesizer. Also defines max process rate. -#Range: 1 ~ 9223372036854775807 -antiprotonicNucleosynthesizer = 1000000000 -#Base energy storage in Joules of: Pigment Extractor -#Range: 1 ~ 9223372036854775807 -pigmentExtractor = 40000 -#Base energy storage in Joules of: Pigment Mixer -#Range: 1 ~ 9223372036854775807 -pigmentMixer = 80000 -#Base energy storage in Joules of: Painting Machine -#Range: 1 ~ 9223372036854775807 -paintingMachine = 40000 -#Base energy storage in Joules of: SPS Port. Also defines max output rate. -#Range: 1 ~ 9223372036854775807 -spsPort = 1000000000 -#Base energy storage in Joules of: Dimensional Stabilizer -#Range: 1 ~ 9223372036854775807 -dimensionalStabilizer = 40000 diff --git a/config/Mekanism/machine-usage.toml b/config/Mekanism/machine-usage.toml deleted file mode 100644 index 6579da3..0000000 --- a/config/Mekanism/machine-usage.toml +++ /dev/null @@ -1,105 +0,0 @@ -#Energy per operation in Joules of: Enrichment Chamber -#Range: 0 ~ 9223372036854775807 -enrichmentChamber = 50 -#Energy per operation in Joules of: Osmium Compressor -#Range: 0 ~ 9223372036854775807 -osmiumCompressor = 100 -#Energy per operation in Joules of: Combiner -#Range: 0 ~ 9223372036854775807 -combiner = 50 -#Energy per operation in Joules of: Crusher -#Range: 0 ~ 9223372036854775807 -crusher = 50 -#Energy per operation in Joules of: Metallurgic Infuser -#Range: 0 ~ 9223372036854775807 -metallurgicInfuser = 50 -#Energy per operation in Joules of: Purification Chamber -#Range: 0 ~ 9223372036854775807 -purificationChamber = 200 -#Energy per operation in Joules of: Energized Smelter -#Range: 0 ~ 9223372036854775807 -energizedSmelter = 50 -#Energy per operation in Joules of: Digital Miner -#Range: 0 ~ 9223372036854775807 -digitalMiner = 1000 -#Energy per operation in Joules of: Electric Pump -#Range: 0 ~ 9223372036854775807 -electricPump = 100 -#Energy in Joules that can be transferred at once per charge operation. -#Range: 0 ~ 9223372036854775807 -chargepad = 1024000 -#Energy per operation in Joules of: Rotary Condensentrator -#Range: 0 ~ 9223372036854775807 -rotaryCondensentrator = 50 -#Energy per operation in Joules of: Chemical Oxidizer -#Range: 0 ~ 9223372036854775807 -chemicalOxidizer = 200 -#Energy per operation in Joules of: Chemical Infuser -#Range: 0 ~ 9223372036854775807 -chemicalInfuser = 200 -#Energy per operation in Joules of: Chemical Injection Chamber -#Range: 0 ~ 9223372036854775807 -chemicalInjectionChamber = 400 -#Energy per operation in Joules of: Precision Sawmill -#Range: 0 ~ 9223372036854775807 -precisionSawmill = 50 -#Energy per operation in Joules of: Chemical Dissolution Chamber -#Range: 0 ~ 9223372036854775807 -chemicalDissolutionChamber = 400 -#Energy per operation in Joules of: Chemical Washer -#Range: 0 ~ 9223372036854775807 -chemicalWasher = 200 -#Energy per operation in Joules of: Chemical Crystallizer -#Range: 0 ~ 9223372036854775807 -chemicalCrystallizer = 400 -#Energy per operation in Joules of: Seismic Vibrator -#Range: 0 ~ 9223372036854775807 -seismicVibrator = 50 -#Energy per operation in Joules of: Pressurized Reaction Chamber -#Range: 0 ~ 9223372036854775807 -pressurizedReactionBase = 5 -#Energy per operation in Joules of: Fluidic Plenisher -#Range: 0 ~ 9223372036854775807 -fluidicPlenisher = 100 -#Energy per operation in Joules of: Laser -#Range: 0 ~ 9223372036854775807 -laser = 10000 -#Energy per operation in Joules of: Formulaic Assemblicator -#Range: 0 ~ 9223372036854775807 -formulaicAssemblicator = 100 -#Energy per operation in Joules of: Modification Station -#Range: 0 ~ 9223372036854775807 -modificationStation = 400 -#Energy per operation in Joules of: Isotopic Centrifuge -#Range: 0 ~ 9223372036854775807 -isotopicCentrifuge = 200 -#Energy per operation in Joules of: Nutritional Liquifier -#Range: 0 ~ 9223372036854775807 -nutritionalLiquifier = 200 -#Energy per operation in Joules of: Nucleosynthesizer -#Range: 0 ~ 9223372036854775807 -antiprotonicNucleosynthesizer = 100000 -#Energy per operation in Joules of: Pigment Extractor -#Range: 0 ~ 9223372036854775807 -pigmentExtractor = 200 -#Energy per operation in Joules of: Pigment Mixer -#Range: 0 ~ 9223372036854775807 -pigmentMixer = 200 -#Energy per operation in Joules of: Painting Machine -#Range: 0 ~ 9223372036854775807 -paintingMachine = 100 -#Energy per chunk per tick in Joules. -#Range: 0 ~ 9223372036854775807 -dimensionalStabilizer = 5000 - -#Settings for configuring Teleporter Energy Usage -[teleporter] - #Base cost in Joules for teleporting an entity. - #Range: 0 ~ 9223372036854775807 - base = 1000 - #Joules per unit of distance travelled during teleportation - sqrt(xDiff^2 + yDiff^2 + zDiff^2). - #Range: 0 ~ 9223372036854775807 - distance = 10 - #Flat additional cost for interdimensional teleportation. Distance is still taken into account minimizing energy cost based on dimension scales. - #Range: 0 ~ 9223372036854775807 - dimensionPenalty = 10000 diff --git a/config/Mekanism/startup.toml b/config/Mekanism/startup.toml deleted file mode 100644 index 8e93de3..0000000 --- a/config/Mekanism/startup.toml +++ /dev/null @@ -1,47 +0,0 @@ -#Settings for configuring Mekanism's gear settings. This config is not synced automatically between client and server. It is highly recommended to ensure you are using the same values for this config on the server and client. -[gear] - - #Settings for configuring Armored Free Runners - [gear.armored_free_runner] - #Armor value of the Armored Free Runners - #Range: > 0 - armor = 3 - #Toughness value of the Armored Free Runners. - #Range: 0.0 ~ 3.4028234663852886E38 - toughness = 2.0 - #Knockback resistance value of the Armored Free Runners. - #Range: 0.0 ~ 3.4028234663852886E38 - knockbackResistance = 0.0 - - #Settings for configuring Armored Jetpacks - [gear.armored_jetpack] - #Armor value of the Armored Jetpacks - #Range: > 0 - armor = 8 - #Toughness value of the Armored Jetpacks. - #Range: 0.0 ~ 3.4028234663852886E38 - toughness = 2.0 - #Knockback resistance value of the Armored Jetpacks. - #Range: 0.0 ~ 3.4028234663852886E38 - knockbackResistance = 0.0 - - #Settings for configuring the MekaSuit - [gear.mekasuit] - #Armor value of MekaSuit Helmets. - #Range: > 0 - helmetArmor = 3 - #Armor value of MekaSuit BodyArmor. - #Range: > 0 - bodyArmorArmor = 8 - #Armor value of MekaSuit Pants. - #Range: > 0 - pantsArmor = 6 - #Armor value of MekaSuit Boots. - #Range: > 0 - bootsArmor = 3 - #Toughness value of the MekaSuit. - #Range: 0.0 ~ 3.4028234663852886E38 - toughness = 3.0 - #Knockback resistance value of the MekaSuit. - #Range: 0.0 ~ 3.4028234663852886E38 - knockbackResistance = 0.10000000149011612 diff --git a/config/Mekanism/tiers.toml b/config/Mekanism/tiers.toml deleted file mode 100644 index ecf804d..0000000 --- a/config/Mekanism/tiers.toml +++ /dev/null @@ -1,281 +0,0 @@ -#Settings for configuring Energy Cubes -[energy_cubes] - #Maximum number of Joules Basic energy cubes can store. - #Range: 1 ~ 9223372036854775807 - basicCapacity = 4000000 - #Output rate in Joules of Basic energy cubes. - #Range: 1 ~ 9223372036854775807 - basicOutput = 4000 - #Maximum number of Joules Advanced energy cubes can store. - #Range: 1 ~ 9223372036854775807 - advancedCapacity = 16000000 - #Output rate in Joules of Advanced energy cubes. - #Range: 1 ~ 9223372036854775807 - advancedOutput = 16000 - #Maximum number of Joules Elite energy cubes can store. - #Range: 1 ~ 9223372036854775807 - eliteCapacity = 64000000 - #Output rate in Joules of Elite energy cubes. - #Range: 1 ~ 9223372036854775807 - eliteOutput = 64000 - #Maximum number of Joules Ultimate energy cubes can store. - #Range: 1 ~ 9223372036854775807 - ultimateCapacity = 256000000 - #Output rate in Joules of Ultimate energy cubes. - #Range: 1 ~ 9223372036854775807 - ultimateOutput = 256000 - #Maximum number of Joules Creative energy cubes can store. - #Range: 1 ~ 9223372036854775807 - creativeCapacity = 9223372036854775807 - #Output rate in Joules of Creative energy cubes. - #Range: 1 ~ 9223372036854775807 - creativeOutput = 9223372036854775807 - -#Settings for configuring Fluid Tanks -[fluid_tanks] - #Storage size of Basic fluid tanks in mB. - #Range: > 1 - basicCapacity = 32000 - #Output rate of Basic fluid tanks in mB. - #Range: > 1 - basicOutput = 1000 - #Storage size of Advanced fluid tanks in mB. - #Range: > 1 - advancedCapacity = 64000 - #Output rate of Advanced fluid tanks in mB. - #Range: > 1 - advancedOutput = 4000 - #Storage size of Elite fluid tanks in mB. - #Range: > 1 - eliteCapacity = 128000 - #Output rate of Elite fluid tanks in mB. - #Range: > 1 - eliteOutput = 16000 - #Storage size of Ultimate fluid tanks in mB. - #Range: > 1 - ultimateCapacity = 256000 - #Output rate of Ultimate fluid tanks in mB. - #Range: > 1 - ultimateOutput = 64000 - #Storage size of Creative fluid tanks in mB. - #Range: > 1 - creativeCapacity = 2147483647 - #Output rate of Creative fluid tanks in mB. - #Range: > 1 - creativeOutput = 1073741823 - -#Settings for configuring Chemical Tanks -[chemical_tanks] - #Storage size of Basic chemical tanks in mB. - #Range: 1 ~ 9223372036854775807 - basicCapacity = 64000 - #Output rate of Basic chemical tanks in mB. - #Range: 1 ~ 9223372036854775807 - basicOutput = 1000 - #Storage size of Advanced chemical tanks in mB. - #Range: 1 ~ 9223372036854775807 - advancedCapacity = 256000 - #Output rate of Advanced chemical tanks in mB. - #Range: 1 ~ 9223372036854775807 - advancedOutput = 16000 - #Storage size of Elite chemical tanks in mB. - #Range: 1 ~ 9223372036854775807 - eliteCapacity = 1024000 - #Output rate of Elite chemical tanks in mB. - #Range: 1 ~ 9223372036854775807 - eliteOutput = 128000 - #Storage size of Ultimate chemical tanks in mB. - #Range: 1 ~ 9223372036854775807 - ultimateCapacity = 8192000 - #Output rate of Ultimate chemical tanks in mB. - #Range: 1 ~ 9223372036854775807 - ultimateOutput = 512000 - #Storage size of Creative chemical tanks in mB. - #Range: 1 ~ 9223372036854775807 - creativeCapacity = 9223372036854775807 - #Output rate of Creative chemical tanks in mB. - #Range: 1 ~ 9223372036854775807 - creativeOutput = 4611686018427387903 - -#Settings for configuring Bins -[bins] - #The number of items Basic bins can store. - #Range: > 1 - basicCapacity = 4096 - #The number of items Advanced bins can store. - #Range: > 1 - advancedCapacity = 8192 - #The number of items Elite bins can store. - #Range: > 1 - eliteCapacity = 32768 - #The number of items Ultimate bins can store. - #Range: > 1 - ultimateCapacity = 262144 - #The number of items Creative bins can store. - #Range: > 1 - creativeCapacity = 2147483647 - -#Settings for configuring Induction Cells and Providers -[induction] - #Maximum number of Joules Basic induction cells can store. - #Range: 1 ~ 9223372036854775807 - basicCapacity = 8000000000 - #Maximum number of Joules Advanced induction cells can store. - #Range: 1 ~ 9223372036854775807 - advancedCapacity = 64000000000 - #Maximum number of Joules Elite induction cells can store. - #Range: 1 ~ 9223372036854775807 - eliteCapacity = 512000000000 - #Maximum number of Joules Ultimate induction cells can store. - #Range: 1 ~ 9223372036854775807 - ultimateCapacity = 4000000000000 - #Maximum number of Joules Basic induction providers can output or accept. - #Range: 1 ~ 9223372036854775807 - basicOutput = 256000 - #Maximum number of Joules Advanced induction providers can output or accept. - #Range: 1 ~ 9223372036854775807 - advancedOutput = 2048000 - #Maximum number of Joules Elite induction providers can output or accept. - #Range: 1 ~ 9223372036854775807 - eliteOutput = 16384000 - #Maximum number of Joules Ultimate induction providers can output or accept. - #Range: 1 ~ 9223372036854775807 - ultimateOutput = 131072000 - -#Settings for configuring Transmitters -[transmitters] - - #Settings for configuring Universal Cables - [transmitters.energy] - #Internal buffer in Joules of each Basic universal cable. - #Range: 1 ~ 9223372036854775807 - basicCapacity = 8000 - #Internal buffer in Joules of each Advanced universal cable. - #Range: 1 ~ 9223372036854775807 - advancedCapacity = 128000 - #Internal buffer in Joules of each Elite universal cable. - #Range: 1 ~ 9223372036854775807 - eliteCapacity = 1024000 - #Internal buffer in Joules of each Ultimate universal cable. - #Range: 1 ~ 9223372036854775807 - ultimateCapacity = 8192000 - - #Settings for configuring Mechanical Pipes - [transmitters.fluid] - #Capacity of Basic mechanical pipes in mB. - #Range: > 1 - basicCapacity = 2000 - #Pump rate of Basic mechanical pipes in mB/t. - #Range: > 1 - basicPullAmount = 250 - #Capacity of Advanced mechanical pipes in mB. - #Range: > 1 - advancedCapacity = 8000 - #Pump rate of Advanced mechanical pipes in mB/t. - #Range: > 1 - advancedPullAmount = 1000 - #Capacity of Elite mechanical pipes in mB. - #Range: > 1 - eliteCapacity = 32000 - #Pump rate of Elite mechanical pipes in mB/t. - #Range: > 1 - elitePullAmount = 8000 - #Capacity of Ultimate mechanical pipes in mB. - #Range: > 1 - ultimateCapacity = 128000 - #Pump rate of Ultimate mechanical pipes in mB/t. - #Range: > 1 - ultimatePullAmount = 32000 - - #Settings for configuring Pressurized Tubes - [transmitters.chemical] - #Capacity of Basic pressurized tubes in mB. - #Range: 1 ~ 9223372036854775807 - basicCapacity = 4000 - #Pump rate of Basic pressurized tubes in mB/t. - #Range: 1 ~ 9223372036854775807 - basicPullAmount = 750 - #Capacity of Advanced pressurized tubes in mB. - #Range: 1 ~ 9223372036854775807 - advancedCapacity = 16000 - #Pump rate of Advanced pressurized tubes in mB/t. - #Range: 1 ~ 9223372036854775807 - advancedPullAmount = 2000 - #Capacity of Elite pressurized tubes in mB. - #Range: 1 ~ 9223372036854775807 - eliteCapacity = 256000 - #Pump rate of Elite pressurized tubes in mB/t. - #Range: 1 ~ 9223372036854775807 - elitePullAmount = 64000 - #Capacity of Ultimate pressurized tubes in mB. - #Range: 1 ~ 9223372036854775807 - ultimateCapacity = 1024000 - #Pump rate of Ultimate pressurized tubes in mB/t. - #Range: 1 ~ 9223372036854775807 - ultimatePullAmount = 256000 - - #Settings for configuring Logistical Transporters - [transmitters.items] - #Item throughput rate of Basic logistical transporters in items/half second. This value assumes a target tick rate of 20 ticks per second. - #Range: > 1 - basicPullAmount = 1 - #Five times the travel speed in m/s of Basic logistical transporter. This value assumes a target tick rate of 20 ticks per second. - #Range: > 1 - basicSpeed = 5 - #Item throughput rate of Advanced logistical transporters in items/half second. This value assumes a target tick rate of 20 ticks per second. - #Range: > 1 - advancedPullAmount = 16 - #Five times the travel speed in m/s of Advanced logistical transporter. This value assumes a target tick rate of 20 ticks per second. - #Range: > 1 - advancedSpeed = 10 - #Item throughput rate of Elite logistical transporters in items/half second. This value assumes a target tick rate of 20 ticks per second. - #Range: > 1 - elitePullAmount = 32 - #Five times the travel speed in m/s of Elite logistical transporter. This value assumes a target tick rate of 20 ticks per second. - #Range: > 1 - eliteSpeed = 20 - #Item throughput rate of Ultimate logistical transporters in items/half second. This value assumes a target tick rate of 20 ticks per second. - #Range: > 1 - ultimatePullAmount = 64 - #Five times the travel speed in m/s of Ultimate logistical transporter. This value assumes a target tick rate of 20 ticks per second. - #Range: > 1 - ultimateSpeed = 50 - - #Settings for configuring Thermodynamic Conductors - [transmitters.heat] - #Conduction value of Basic thermodynamic conductors. - #Range: 1.0 ~ 1.7976931348623157E308 - basicInverseConduction = 5.0 - #Heat capacity of Basic thermodynamic conductors. - #Range: 1.0 ~ 1.7976931348623157E308 - basicHeatCapacity = 1.0 - #Insulation value of Basic thermodynamic conductor. - #Range: 0.0 ~ 1.7976931348623157E308 - basicInsulation = 10.0 - #Conduction value of Advanced thermodynamic conductors. - #Range: 1.0 ~ 1.7976931348623157E308 - advancedInverseConduction = 5.0 - #Heat capacity of Advanced thermodynamic conductors. - #Range: 1.0 ~ 1.7976931348623157E308 - advancedHeatCapacity = 1.0 - #Insulation value of Advanced thermodynamic conductor. - #Range: 0.0 ~ 1.7976931348623157E308 - advancedInsulation = 400.0 - #Conduction value of Elite thermodynamic conductors. - #Range: 1.0 ~ 1.7976931348623157E308 - eliteInverseConduction = 5.0 - #Heat capacity of Elite thermodynamic conductors. - #Range: 1.0 ~ 1.7976931348623157E308 - eliteHeatCapacity = 1.0 - #Insulation value of Elite thermodynamic conductor. - #Range: 0.0 ~ 1.7976931348623157E308 - eliteInsulation = 8000.0 - #Conduction value of Ultimate thermodynamic conductors. - #Range: 1.0 ~ 1.7976931348623157E308 - ultimateInverseConduction = 5.0 - #Heat capacity of Ultimate thermodynamic conductors. - #Range: 1.0 ~ 1.7976931348623157E308 - ultimateHeatCapacity = 1.0 - #Insulation value of Ultimate thermodynamic conductor. - #Range: 0.0 ~ 1.7976931348623157E308 - ultimateInsulation = 100000.0 diff --git a/config/Mekanism/tools-client.toml b/config/Mekanism/tools-client.toml deleted file mode 100644 index 345a922..0000000 --- a/config/Mekanism/tools-client.toml +++ /dev/null @@ -1,2 +0,0 @@ -#Enable durability tooltips for gear provided by Mekanism: Tools. -displayDurabilityTooltips = true diff --git a/config/Mekanism/tools-materials-startup.toml b/config/Mekanism/tools-materials-startup.toml deleted file mode 100644 index daecfa2..0000000 --- a/config/Mekanism/tools-materials-startup.toml +++ /dev/null @@ -1,566 +0,0 @@ -#Settings for configuring Mekanism: Tools' material settings. This config is not synced automatically between client and server. It is highly recommended to ensure you are using the same values for this config on the server and client. -[materials] - - #Vanilla Material Paxel Settings for Wood. - [materials.wood] - #Attack damage modifier of Wood paxels. - woodPaxelDamage = 7.0 - #Attack speed of Wood paxels. - woodPaxelAtkSpeed = -2.4000000953674316 - #Efficiency of Wood paxels. - woodPaxelEfficiency = 2.0 - #Natural enchantability factor of Wood paxels. - #Range: > 0 - woodPaxelEnchantability = 15 - #Maximum durability of Wood paxels. - #Range: > 1 - woodPaxelDurability = 118 - - #Vanilla Material Paxel Settings for Stone. - [materials.stone] - #Attack damage modifier of Stone paxels. - stonePaxelDamage = 8.0 - #Attack speed of Stone paxels. - stonePaxelAtkSpeed = -2.4000000953674316 - #Efficiency of Stone paxels. - stonePaxelEfficiency = 4.0 - #Natural enchantability factor of Stone paxels. - #Range: > 0 - stonePaxelEnchantability = 5 - #Maximum durability of Stone paxels. - #Range: > 1 - stonePaxelDurability = 262 - - #Vanilla Material Paxel Settings for Gold. - [materials.gold] - #Attack damage modifier of Gold paxels. - goldPaxelDamage = 7.0 - #Attack speed of Gold paxels. - goldPaxelAtkSpeed = -2.4000000953674316 - #Efficiency of Gold paxels. - goldPaxelEfficiency = 12.0 - #Natural enchantability factor of Gold paxels. - #Range: > 0 - goldPaxelEnchantability = 22 - #Maximum durability of Gold paxels. - #Range: > 1 - goldPaxelDurability = 64 - - #Vanilla Material Paxel Settings for Iron. - [materials.iron] - #Attack damage modifier of Iron paxels. - ironPaxelDamage = 7.0 - #Attack speed of Iron paxels. - ironPaxelAtkSpeed = -2.4000000953674316 - #Efficiency of Iron paxels. - ironPaxelEfficiency = 6.0 - #Natural enchantability factor of Iron paxels. - #Range: > 0 - ironPaxelEnchantability = 14 - #Maximum durability of Iron paxels. - #Range: > 1 - ironPaxelDurability = 500 - - #Vanilla Material Paxel Settings for Diamond. - [materials.diamond] - #Attack damage modifier of Diamond paxels. - diamondPaxelDamage = 6.0 - #Attack speed of Diamond paxels. - diamondPaxelAtkSpeed = -2.4000000953674316 - #Efficiency of Diamond paxels. - diamondPaxelEfficiency = 8.0 - #Natural enchantability factor of Diamond paxels. - #Range: > 0 - diamondPaxelEnchantability = 10 - #Maximum durability of Diamond paxels. - #Range: > 1 - diamondPaxelDurability = 3122 - - #Vanilla Material Paxel Settings for Netherite. - [materials.netherite] - #Attack damage modifier of Netherite paxels. - netheritePaxelDamage = 6.0 - #Attack speed of Netherite paxels. - netheritePaxelAtkSpeed = -2.4000000953674316 - #Efficiency of Netherite paxels. - netheritePaxelEfficiency = 9.0 - #Natural enchantability factor of Netherite paxels. - #Range: > 0 - netheritePaxelEnchantability = 15 - #Maximum durability of Netherite paxels. - #Range: > 1 - netheritePaxelDurability = 4062 - - #Material Settings for Lapis Lazuli - [materials.lapis_lazuli] - #Maximum durability of Lapis Lazuli tools. - #Range: > 1 - lapis_lazuliToolDurability = 128 - #Efficiency of Lapis Lazuli tools. - lapis_lazuliEfficiency = 9.0 - #Base attack damage of Lapis Lazuli items. - #Range: 0.0 ~ 3.4028234663852886E38 - lapis_lazuliAttackDamage = 1.0 - #Natural enchantability factor of Lapis Lazuli items. - #Range: > 0 - lapis_lazuliEnchantability = 32 - #Maximum durability of Lapis Lazuli shields. - #Range: > 0 - lapis_lazuliShieldDurability = 224 - #Attack damage modifier of Lapis Lazuli swords. - lapis_lazuliSwordDamage = 3.0 - #Attack speed of Lapis Lazuli swords. - lapis_lazuliSwordAtkSpeed = -2.4000000953674316 - #Attack damage modifier of Lapis Lazuli shovels. - lapis_lazuliShovelDamage = 1.5 - #Attack speed of Lapis Lazuli shovels. - lapis_lazuliShovelAtkSpeed = -3.0 - #Attack damage modifier of Lapis Lazuli axes. - lapis_lazuliAxeDamage = 4.0 - #Attack speed of Lapis Lazuli axes. - lapis_lazuliAxeAtkSpeed = -2.9000000953674316 - #Attack damage modifier of Lapis Lazuli pickaxes. - lapis_lazuliPickaxeDamage = 1.0 - #Attack speed of Lapis Lazuli pickaxes. - lapis_lazuliPickaxeAtkSpeed = -2.799999952316284 - #Attack damage modifier of Lapis Lazuli hoes. - lapis_lazuliHoeDamage = -1.0 - #Attack speed of Lapis Lazuli hoes. - lapis_lazuliHoeAtkSpeed = -2.0 - #Attack damage modifier of Lapis Lazuli paxels. - lapis_lazuliPaxelDamage = 5.0 - #Attack speed of Lapis Lazuli paxels. - lapis_lazuliPaxelAtkSpeed = -2.4000000953674316 - #Efficiency of Lapis Lazuli paxels. - lapis_lazuliPaxelEfficiency = 9.0 - #Natural enchantability factor of Lapis Lazuli paxels. - #Range: > 0 - lapis_lazuliPaxelEnchantability = 32 - #Maximum durability of Lapis Lazuli paxels. - #Range: > 1 - lapis_lazuliPaxelDurability = 256 - #Base armor toughness value of Lapis Lazuli armor. - #Range: 0.0 ~ 3.4028234663852886E38 - lapis_lazuliToughness = 0.0 - #Base armor knockback resistance value of Lapis Lazuli armor. - #Range: 0.0 ~ 3.4028234663852886E38 - lapis_lazuliKnockbackResistance = 0.0 - #Maximum durability of Lapis Lazuli boots. - #Range: > 1 - lapis_lazuliBootDurability = 130 - #Protection value of Lapis Lazuli boots. - #Range: > 0 - lapis_lazuliBootArmor = 1 - #Maximum durability of Lapis Lazuli leggings. - #Range: > 1 - lapis_lazuliLeggingDurability = 150 - #Protection value of Lapis Lazuli leggings. - #Range: > 0 - lapis_lazuliLeggingArmor = 3 - #Maximum durability of Lapis Lazuli chestplates. - #Range: > 1 - lapis_lazuliChestplateDurability = 160 - #Protection value of Lapis Lazuli chestplates. - #Range: > 0 - lapis_lazuliChestplateArmor = 4 - #Maximum durability of Lapis Lazuli helmets. - #Range: > 1 - lapis_lazuliHelmetDurability = 110 - #Protection value of Lapis Lazuli helmets. - #Range: > 0 - lapis_lazuliHelmetArmor = 1 - - #Material Settings for Bronze - [materials.bronze] - #Maximum durability of Bronze tools. - #Range: > 1 - bronzeToolDurability = 375 - #Efficiency of Bronze tools. - bronzeEfficiency = 7.0 - #Base attack damage of Bronze items. - #Range: 0.0 ~ 3.4028234663852886E38 - bronzeAttackDamage = 2.0 - #Natural enchantability factor of Bronze items. - #Range: > 0 - bronzeEnchantability = 10 - #Maximum durability of Bronze shields. - #Range: > 0 - bronzeShieldDurability = 403 - #Attack damage modifier of Bronze swords. - bronzeSwordDamage = 3.0 - #Attack speed of Bronze swords. - bronzeSwordAtkSpeed = -2.4000000953674316 - #Attack damage modifier of Bronze shovels. - bronzeShovelDamage = 1.5 - #Attack speed of Bronze shovels. - bronzeShovelAtkSpeed = -3.0 - #Attack damage modifier of Bronze axes. - bronzeAxeDamage = 7.0 - #Attack speed of Bronze axes. - bronzeAxeAtkSpeed = -3.0 - #Attack damage modifier of Bronze pickaxes. - bronzePickaxeDamage = 1.0 - #Attack speed of Bronze pickaxes. - bronzePickaxeAtkSpeed = -2.799999952316284 - #Attack damage modifier of Bronze hoes. - bronzeHoeDamage = -2.0 - #Attack speed of Bronze hoes. - bronzeHoeAtkSpeed = -1.0 - #Attack damage modifier of Bronze paxels. - bronzePaxelDamage = 8.0 - #Attack speed of Bronze paxels. - bronzePaxelAtkSpeed = -2.4000000953674316 - #Efficiency of Bronze paxels. - bronzePaxelEfficiency = 7.0 - #Natural enchantability factor of Bronze paxels. - #Range: > 0 - bronzePaxelEnchantability = 10 - #Maximum durability of Bronze paxels. - #Range: > 1 - bronzePaxelDurability = 750 - #Base armor toughness value of Bronze armor. - #Range: 0.0 ~ 3.4028234663852886E38 - bronzeToughness = 1.0 - #Base armor knockback resistance value of Bronze armor. - #Range: 0.0 ~ 3.4028234663852886E38 - bronzeKnockbackResistance = 0.0 - #Maximum durability of Bronze boots. - #Range: > 1 - bronzeBootDurability = 234 - #Protection value of Bronze boots. - #Range: > 0 - bronzeBootArmor = 2 - #Maximum durability of Bronze leggings. - #Range: > 1 - bronzeLeggingDurability = 270 - #Protection value of Bronze leggings. - #Range: > 0 - bronzeLeggingArmor = 6 - #Maximum durability of Bronze chestplates. - #Range: > 1 - bronzeChestplateDurability = 288 - #Protection value of Bronze chestplates. - #Range: > 0 - bronzeChestplateArmor = 7 - #Maximum durability of Bronze helmets. - #Range: > 1 - bronzeHelmetDurability = 198 - #Protection value of Bronze helmets. - #Range: > 0 - bronzeHelmetArmor = 3 - - #Material Settings for Osmium - [materials.osmium] - #Maximum durability of Osmium tools. - #Range: > 1 - osmiumToolDurability = 1024 - #Efficiency of Osmium tools. - osmiumEfficiency = 4.0 - #Base attack damage of Osmium items. - #Range: 0.0 ~ 3.4028234663852886E38 - osmiumAttackDamage = 4.0 - #Natural enchantability factor of Osmium items. - #Range: > 0 - osmiumEnchantability = 14 - #Maximum durability of Osmium shields. - #Range: > 0 - osmiumShieldDurability = 672 - #Attack damage modifier of Osmium swords. - osmiumSwordDamage = 3.0 - #Attack speed of Osmium swords. - osmiumSwordAtkSpeed = -2.4000000953674316 - #Attack damage modifier of Osmium shovels. - osmiumShovelDamage = 1.5 - #Attack speed of Osmium shovels. - osmiumShovelAtkSpeed = -3.0 - #Attack damage modifier of Osmium axes. - osmiumAxeDamage = 8.0 - #Attack speed of Osmium axes. - osmiumAxeAtkSpeed = -3.299999952316284 - #Attack damage modifier of Osmium pickaxes. - osmiumPickaxeDamage = 1.0 - #Attack speed of Osmium pickaxes. - osmiumPickaxeAtkSpeed = -2.799999952316284 - #Attack damage modifier of Osmium hoes. - osmiumHoeDamage = -4.0 - #Attack speed of Osmium hoes. - osmiumHoeAtkSpeed = 1.0 - #Attack damage modifier of Osmium paxels. - osmiumPaxelDamage = 9.0 - #Attack speed of Osmium paxels. - osmiumPaxelAtkSpeed = -2.4000000953674316 - #Efficiency of Osmium paxels. - osmiumPaxelEfficiency = 4.0 - #Natural enchantability factor of Osmium paxels. - #Range: > 0 - osmiumPaxelEnchantability = 14 - #Maximum durability of Osmium paxels. - #Range: > 1 - osmiumPaxelDurability = 2048 - #Base armor toughness value of Osmium armor. - #Range: 0.0 ~ 3.4028234663852886E38 - osmiumToughness = 3.0 - #Base armor knockback resistance value of Osmium armor. - #Range: 0.0 ~ 3.4028234663852886E38 - osmiumKnockbackResistance = 0.10000000149011612 - #Maximum durability of Osmium boots. - #Range: > 1 - osmiumBootDurability = 390 - #Protection value of Osmium boots. - #Range: > 0 - osmiumBootArmor = 3 - #Maximum durability of Osmium leggings. - #Range: > 1 - osmiumLeggingDurability = 450 - #Protection value of Osmium leggings. - #Range: > 0 - osmiumLeggingArmor = 6 - #Maximum durability of Osmium chestplates. - #Range: > 1 - osmiumChestplateDurability = 480 - #Protection value of Osmium chestplates. - #Range: > 0 - osmiumChestplateArmor = 8 - #Maximum durability of Osmium helmets. - #Range: > 1 - osmiumHelmetDurability = 330 - #Protection value of Osmium helmets. - #Range: > 0 - osmiumHelmetArmor = 4 - - #Material Settings for Steel - [materials.steel] - #Maximum durability of Steel tools. - #Range: > 1 - steelToolDurability = 500 - #Efficiency of Steel tools. - steelEfficiency = 8.0 - #Base attack damage of Steel items. - #Range: 0.0 ~ 3.4028234663852886E38 - steelAttackDamage = 3.0 - #Natural enchantability factor of Steel items. - #Range: > 0 - steelEnchantability = 16 - #Maximum durability of Steel shields. - #Range: > 0 - steelShieldDurability = 448 - #Attack damage modifier of Steel swords. - steelSwordDamage = 3.0 - #Attack speed of Steel swords. - steelSwordAtkSpeed = -2.4000000953674316 - #Attack damage modifier of Steel shovels. - steelShovelDamage = 1.5 - #Attack speed of Steel shovels. - steelShovelAtkSpeed = -3.0 - #Attack damage modifier of Steel axes. - steelAxeDamage = 7.0 - #Attack speed of Steel axes. - steelAxeAtkSpeed = -3.0 - #Attack damage modifier of Steel pickaxes. - steelPickaxeDamage = 1.0 - #Attack speed of Steel pickaxes. - steelPickaxeAtkSpeed = -2.799999952316284 - #Attack damage modifier of Steel hoes. - steelHoeDamage = -3.0 - #Attack speed of Steel hoes. - steelHoeAtkSpeed = 0.0 - #Attack damage modifier of Steel paxels. - steelPaxelDamage = 8.0 - #Attack speed of Steel paxels. - steelPaxelAtkSpeed = -2.4000000953674316 - #Efficiency of Steel paxels. - steelPaxelEfficiency = 8.0 - #Natural enchantability factor of Steel paxels. - #Range: > 0 - steelPaxelEnchantability = 16 - #Maximum durability of Steel paxels. - #Range: > 1 - steelPaxelDurability = 1000 - #Base armor toughness value of Steel armor. - #Range: 0.0 ~ 3.4028234663852886E38 - steelToughness = 2.0 - #Base armor knockback resistance value of Steel armor. - #Range: 0.0 ~ 3.4028234663852886E38 - steelKnockbackResistance = 0.0 - #Maximum durability of Steel boots. - #Range: > 1 - steelBootDurability = 260 - #Protection value of Steel boots. - #Range: > 0 - steelBootArmor = 3 - #Maximum durability of Steel leggings. - #Range: > 1 - steelLeggingDurability = 300 - #Protection value of Steel leggings. - #Range: > 0 - steelLeggingArmor = 6 - #Maximum durability of Steel chestplates. - #Range: > 1 - steelChestplateDurability = 320 - #Protection value of Steel chestplates. - #Range: > 0 - steelChestplateArmor = 8 - #Maximum durability of Steel helmets. - #Range: > 1 - steelHelmetDurability = 220 - #Protection value of Steel helmets. - #Range: > 0 - steelHelmetArmor = 3 - - #Material Settings for Refined Glowstone - [materials.refined_glowstone] - #Maximum durability of Refined Glowstone tools. - #Range: > 1 - refined_glowstoneToolDurability = 384 - #Efficiency of Refined Glowstone tools. - refined_glowstoneEfficiency = 15.0 - #Base attack damage of Refined Glowstone items. - #Range: 0.0 ~ 3.4028234663852886E38 - refined_glowstoneAttackDamage = 2.0 - #Natural enchantability factor of Refined Glowstone items. - #Range: > 0 - refined_glowstoneEnchantability = 20 - #Maximum durability of Refined Glowstone shields. - #Range: > 0 - refined_glowstoneShieldDurability = 381 - #Attack damage modifier of Refined Glowstone swords. - refined_glowstoneSwordDamage = 3.0 - #Attack speed of Refined Glowstone swords. - refined_glowstoneSwordAtkSpeed = -2.4000000953674316 - #Attack damage modifier of Refined Glowstone shovels. - refined_glowstoneShovelDamage = 1.5 - #Attack speed of Refined Glowstone shovels. - refined_glowstoneShovelAtkSpeed = -3.0 - #Attack damage modifier of Refined Glowstone axes. - refined_glowstoneAxeDamage = 6.0 - #Attack speed of Refined Glowstone axes. - refined_glowstoneAxeAtkSpeed = -2.9000000953674316 - #Attack damage modifier of Refined Glowstone pickaxes. - refined_glowstonePickaxeDamage = 1.0 - #Attack speed of Refined Glowstone pickaxes. - refined_glowstonePickaxeAtkSpeed = -2.799999952316284 - #Attack damage modifier of Refined Glowstone hoes. - refined_glowstoneHoeDamage = -2.0 - #Attack speed of Refined Glowstone hoes. - refined_glowstoneHoeAtkSpeed = -1.0 - #Attack damage modifier of Refined Glowstone paxels. - refined_glowstonePaxelDamage = 7.0 - #Attack speed of Refined Glowstone paxels. - refined_glowstonePaxelAtkSpeed = -2.4000000953674316 - #Efficiency of Refined Glowstone paxels. - refined_glowstonePaxelEfficiency = 15.0 - #Natural enchantability factor of Refined Glowstone paxels. - #Range: > 0 - refined_glowstonePaxelEnchantability = 20 - #Maximum durability of Refined Glowstone paxels. - #Range: > 1 - refined_glowstonePaxelDurability = 768 - #Base armor toughness value of Refined Glowstone armor. - #Range: 0.0 ~ 3.4028234663852886E38 - refined_glowstoneToughness = 0.0 - #Base armor knockback resistance value of Refined Glowstone armor. - #Range: 0.0 ~ 3.4028234663852886E38 - refined_glowstoneKnockbackResistance = 0.0 - #Maximum durability of Refined Glowstone boots. - #Range: > 1 - refined_glowstoneBootDurability = 221 - #Protection value of Refined Glowstone boots. - #Range: > 0 - refined_glowstoneBootArmor = 3 - #Maximum durability of Refined Glowstone leggings. - #Range: > 1 - refined_glowstoneLeggingDurability = 255 - #Protection value of Refined Glowstone leggings. - #Range: > 0 - refined_glowstoneLeggingArmor = 6 - #Maximum durability of Refined Glowstone chestplates. - #Range: > 1 - refined_glowstoneChestplateDurability = 272 - #Protection value of Refined Glowstone chestplates. - #Range: > 0 - refined_glowstoneChestplateArmor = 8 - #Maximum durability of Refined Glowstone helmets. - #Range: > 1 - refined_glowstoneHelmetDurability = 187 - #Protection value of Refined Glowstone helmets. - #Range: > 0 - refined_glowstoneHelmetArmor = 3 - - #Material Settings for Refined Obsidian - [materials.refined_obsidian] - #Maximum durability of Refined Obsidian tools. - #Range: > 1 - refined_obsidianToolDurability = 4096 - #Efficiency of Refined Obsidian tools. - refined_obsidianEfficiency = 12.0 - #Base attack damage of Refined Obsidian items. - #Range: 0.0 ~ 3.4028234663852886E38 - refined_obsidianAttackDamage = 8.0 - #Natural enchantability factor of Refined Obsidian items. - #Range: > 0 - refined_obsidianEnchantability = 18 - #Maximum durability of Refined Obsidian shields. - #Range: > 0 - refined_obsidianShieldDurability = 1680 - #Attack damage modifier of Refined Obsidian swords. - refined_obsidianSwordDamage = 3.0 - #Attack speed of Refined Obsidian swords. - refined_obsidianSwordAtkSpeed = -2.4000000953674316 - #Attack damage modifier of Refined Obsidian shovels. - refined_obsidianShovelDamage = 1.5 - #Attack speed of Refined Obsidian shovels. - refined_obsidianShovelAtkSpeed = -3.0 - #Attack damage modifier of Refined Obsidian axes. - refined_obsidianAxeDamage = 7.0 - #Attack speed of Refined Obsidian axes. - refined_obsidianAxeAtkSpeed = -2.9000000953674316 - #Attack damage modifier of Refined Obsidian pickaxes. - refined_obsidianPickaxeDamage = 1.0 - #Attack speed of Refined Obsidian pickaxes. - refined_obsidianPickaxeAtkSpeed = -2.799999952316284 - #Attack damage modifier of Refined Obsidian hoes. - refined_obsidianHoeDamage = -8.0 - #Attack speed of Refined Obsidian hoes. - refined_obsidianHoeAtkSpeed = 5.0 - #Attack damage modifier of Refined Obsidian paxels. - refined_obsidianPaxelDamage = 8.0 - #Attack speed of Refined Obsidian paxels. - refined_obsidianPaxelAtkSpeed = -2.4000000953674316 - #Efficiency of Refined Obsidian paxels. - refined_obsidianPaxelEfficiency = 12.0 - #Natural enchantability factor of Refined Obsidian paxels. - #Range: > 0 - refined_obsidianPaxelEnchantability = 18 - #Maximum durability of Refined Obsidian paxels. - #Range: > 1 - refined_obsidianPaxelDurability = 8192 - #Base armor toughness value of Refined Obsidian armor. - #Range: 0.0 ~ 3.4028234663852886E38 - refined_obsidianToughness = 5.0 - #Base armor knockback resistance value of Refined Obsidian armor. - #Range: 0.0 ~ 3.4028234663852886E38 - refined_obsidianKnockbackResistance = 0.20000000298023224 - #Maximum durability of Refined Obsidian boots. - #Range: > 1 - refined_obsidianBootDurability = 975 - #Protection value of Refined Obsidian boots. - #Range: > 0 - refined_obsidianBootArmor = 5 - #Maximum durability of Refined Obsidian leggings. - #Range: > 1 - refined_obsidianLeggingDurability = 1125 - #Protection value of Refined Obsidian leggings. - #Range: > 0 - refined_obsidianLeggingArmor = 8 - #Maximum durability of Refined Obsidian chestplates. - #Range: > 1 - refined_obsidianChestplateDurability = 1200 - #Protection value of Refined Obsidian chestplates. - #Range: > 0 - refined_obsidianChestplateArmor = 12 - #Maximum durability of Refined Obsidian helmets. - #Range: > 1 - refined_obsidianHelmetDurability = 825 - #Protection value of Refined Obsidian helmets. - #Range: > 0 - refined_obsidianHelmetArmor = 6 diff --git a/config/Mekanism/tools.toml b/config/Mekanism/tools.toml deleted file mode 100644 index 8685806..0000000 --- a/config/Mekanism/tools.toml +++ /dev/null @@ -1,203 +0,0 @@ -#Settings for configuring the spawn chance of Mekanism: Tools' gear on mobs -[mobGearSpawnRate] - #The chance that Mekanism: Tools' armor can spawn on mobs. This is multiplied modified by the chunk's difficulty modifier. Vanilla uses 0.15 for its armor spawns, we use 0.1 as default to lower chances of mobs getting some vanilla and some mek armor. - #Range: 0.0 ~ 1.0 - general = 0.1 - #The chance that Mekanism: Tools' weapons can spawn in a zombie's hand. - #Range: 0.0 ~ 1.0 - weapon = 0.01 - #The chance that Mekanism: Tools' weapons can spawn in a zombie's hand when on hard difficulty. - #Range: 0.0 ~ 1.0 - weaponHard = 0.05000000074505806 - - #Spawn chances for pieces of Bronze gear. Note: These values are after the general mobArmorSpawnRate (or corresponding weapon rate) has been checked, and after an even split between material types has been done. - [mobGearSpawnRate.bronze] - #If enabled, zombies can spawn with Bronze weapons. - canSpawnWeapon = true - #The chance that mobs will spawn with Bronze swords rather than Bronze shovels. Requires canSpawnWeapon to be enabled. - #Range: 0.0 ~ 1.0 - swordWeight = 0.33 - #The chance that mobs can spawn with Bronze helmets. - #Range: 0.0 ~ 1.0 - helmetChance = 1.0 - #The chance that mobs can spawn with Bronze chestplates. - #Range: 0.0 ~ 1.0 - chestplateChance = 1.0 - #The chance that mobs can spawn with Bronze leggings. - #Range: 0.0 ~ 1.0 - leggingsChance = 1.0 - #The chance that mobs can spawn with Bronze boots. - #Range: 0.0 ~ 1.0 - bootsChance = 1.0 - #The chance that after each piece of Bronze armor a mob spawns with no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. - #Range: 0.0 ~ 1.0 - multiplePieceChance = 0.25 - #The chance on hard mode that after each piece of Bronze armor a mob spawns with no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. - #Range: 0.0 ~ 1.0 - multiplePieceChanceHard = 0.1 - #The chance that if a mob spawns with Bronze weapons that it will be enchanted. This is multiplied modified by the chunk's difficulty modifier. Requires canSpawnWeapon to be enabled. - #Range: 0.0 ~ 1.0 - weaponEnchantmentChance = 0.25 - #The chance that if a mob spawns with Bronze armor that they will be enchanted. This is multiplied modified by the chunk's difficulty modifier. - #Range: 0.0 ~ 1.0 - armorEnchantmentChance = 0.5 - - #Spawn chances for pieces of Lapis Lazuli gear. Note: These values are after the general mobArmorSpawnRate (or corresponding weapon rate) has been checked, and after an even split between material types has been done. - [mobGearSpawnRate.lapis_lazuli] - #If enabled, zombies can spawn with Lapis Lazuli weapons. - canSpawnWeapon = true - #The chance that mobs will spawn with Lapis Lazuli swords rather than Lapis Lazuli shovels. Requires canSpawnWeapon to be enabled. - #Range: 0.0 ~ 1.0 - swordWeight = 0.33 - #The chance that mobs can spawn with Lapis Lazuli helmets. - #Range: 0.0 ~ 1.0 - helmetChance = 1.0 - #The chance that mobs can spawn with Lapis Lazuli chestplates. - #Range: 0.0 ~ 1.0 - chestplateChance = 1.0 - #The chance that mobs can spawn with Lapis Lazuli leggings. - #Range: 0.0 ~ 1.0 - leggingsChance = 1.0 - #The chance that mobs can spawn with Lapis Lazuli boots. - #Range: 0.0 ~ 1.0 - bootsChance = 1.0 - #The chance that after each piece of Lapis Lazuli armor a mob spawns with no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. - #Range: 0.0 ~ 1.0 - multiplePieceChance = 0.25 - #The chance on hard mode that after each piece of Lapis Lazuli armor a mob spawns with no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. - #Range: 0.0 ~ 1.0 - multiplePieceChanceHard = 0.1 - #The chance that if a mob spawns with Lapis Lazuli weapons that it will be enchanted. This is multiplied modified by the chunk's difficulty modifier. Requires canSpawnWeapon to be enabled. - #Range: 0.0 ~ 1.0 - weaponEnchantmentChance = 0.25 - #The chance that if a mob spawns with Lapis Lazuli armor that they will be enchanted. This is multiplied modified by the chunk's difficulty modifier. - #Range: 0.0 ~ 1.0 - armorEnchantmentChance = 0.5 - - #Spawn chances for pieces of Osmium gear. Note: These values are after the general mobArmorSpawnRate (or corresponding weapon rate) has been checked, and after an even split between material types has been done. - [mobGearSpawnRate.osmium] - #If enabled, zombies can spawn with Osmium weapons. - canSpawnWeapon = true - #The chance that mobs will spawn with Osmium swords rather than Osmium shovels. Requires canSpawnWeapon to be enabled. - #Range: 0.0 ~ 1.0 - swordWeight = 0.33 - #The chance that mobs can spawn with Osmium helmets. - #Range: 0.0 ~ 1.0 - helmetChance = 1.0 - #The chance that mobs can spawn with Osmium chestplates. - #Range: 0.0 ~ 1.0 - chestplateChance = 1.0 - #The chance that mobs can spawn with Osmium leggings. - #Range: 0.0 ~ 1.0 - leggingsChance = 1.0 - #The chance that mobs can spawn with Osmium boots. - #Range: 0.0 ~ 1.0 - bootsChance = 1.0 - #The chance that after each piece of Osmium armor a mob spawns with no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. - #Range: 0.0 ~ 1.0 - multiplePieceChance = 0.25 - #The chance on hard mode that after each piece of Osmium armor a mob spawns with no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. - #Range: 0.0 ~ 1.0 - multiplePieceChanceHard = 0.1 - #The chance that if a mob spawns with Osmium weapons that it will be enchanted. This is multiplied modified by the chunk's difficulty modifier. Requires canSpawnWeapon to be enabled. - #Range: 0.0 ~ 1.0 - weaponEnchantmentChance = 0.25 - #The chance that if a mob spawns with Osmium armor that they will be enchanted. This is multiplied modified by the chunk's difficulty modifier. - #Range: 0.0 ~ 1.0 - armorEnchantmentChance = 0.5 - - #Spawn chances for pieces of Refined Glowstone gear. Note: These values are after the general mobArmorSpawnRate (or corresponding weapon rate) has been checked, and after an even split between material types has been done. - [mobGearSpawnRate.refined_glowstone] - #If enabled, zombies can spawn with Refined Glowstone weapons. - canSpawnWeapon = true - #The chance that mobs will spawn with Refined Glowstone swords rather than Refined Glowstone shovels. Requires canSpawnWeapon to be enabled. - #Range: 0.0 ~ 1.0 - swordWeight = 0.33 - #The chance that mobs can spawn with Refined Glowstone helmets. - #Range: 0.0 ~ 1.0 - helmetChance = 1.0 - #The chance that mobs can spawn with Refined Glowstone chestplates. - #Range: 0.0 ~ 1.0 - chestplateChance = 1.0 - #The chance that mobs can spawn with Refined Glowstone leggings. - #Range: 0.0 ~ 1.0 - leggingsChance = 1.0 - #The chance that mobs can spawn with Refined Glowstone boots. - #Range: 0.0 ~ 1.0 - bootsChance = 1.0 - #The chance that after each piece of Refined Glowstone armor a mob spawns with no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. - #Range: 0.0 ~ 1.0 - multiplePieceChance = 0.25 - #The chance on hard mode that after each piece of Refined Glowstone armor a mob spawns with no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. - #Range: 0.0 ~ 1.0 - multiplePieceChanceHard = 0.1 - #The chance that if a mob spawns with Refined Glowstone weapons that it will be enchanted. This is multiplied modified by the chunk's difficulty modifier. Requires canSpawnWeapon to be enabled. - #Range: 0.0 ~ 1.0 - weaponEnchantmentChance = 0.25 - #The chance that if a mob spawns with Refined Glowstone armor that they will be enchanted. This is multiplied modified by the chunk's difficulty modifier. - #Range: 0.0 ~ 1.0 - armorEnchantmentChance = 0.5 - - #Spawn chances for pieces of Refined Obsidian gear. Note: These values are after the general mobArmorSpawnRate (or corresponding weapon rate) has been checked, and after an even split between material types has been done. - [mobGearSpawnRate.refined_obsidian] - #If enabled, zombies can spawn with Refined Obsidian weapons. - canSpawnWeapon = true - #The chance that mobs will spawn with Refined Obsidian swords rather than Refined Obsidian shovels. Requires canSpawnWeapon to be enabled. - #Range: 0.0 ~ 1.0 - swordWeight = 0.33 - #The chance that mobs can spawn with Refined Obsidian helmets. - #Range: 0.0 ~ 1.0 - helmetChance = 1.0 - #The chance that mobs can spawn with Refined Obsidian chestplates. - #Range: 0.0 ~ 1.0 - chestplateChance = 1.0 - #The chance that mobs can spawn with Refined Obsidian leggings. - #Range: 0.0 ~ 1.0 - leggingsChance = 1.0 - #The chance that mobs can spawn with Refined Obsidian boots. - #Range: 0.0 ~ 1.0 - bootsChance = 1.0 - #The chance that after each piece of Refined Obsidian armor a mob spawns with no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. - #Range: 0.0 ~ 1.0 - multiplePieceChance = 0.25 - #The chance on hard mode that after each piece of Refined Obsidian armor a mob spawns with no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. - #Range: 0.0 ~ 1.0 - multiplePieceChanceHard = 0.1 - #The chance that if a mob spawns with Refined Obsidian weapons that it will be enchanted. This is multiplied modified by the chunk's difficulty modifier. Requires canSpawnWeapon to be enabled. - #Range: 0.0 ~ 1.0 - weaponEnchantmentChance = 0.25 - #The chance that if a mob spawns with Refined Obsidian armor that they will be enchanted. This is multiplied modified by the chunk's difficulty modifier. - #Range: 0.0 ~ 1.0 - armorEnchantmentChance = 0.5 - - #Spawn chances for pieces of Steel gear. Note: These values are after the general mobArmorSpawnRate (or corresponding weapon rate) has been checked, and after an even split between material types has been done. - [mobGearSpawnRate.steel] - #If enabled, zombies can spawn with Steel weapons. - canSpawnWeapon = true - #The chance that mobs will spawn with Steel swords rather than Steel shovels. Requires canSpawnWeapon to be enabled. - #Range: 0.0 ~ 1.0 - swordWeight = 0.33 - #The chance that mobs can spawn with Steel helmets. - #Range: 0.0 ~ 1.0 - helmetChance = 1.0 - #The chance that mobs can spawn with Steel chestplates. - #Range: 0.0 ~ 1.0 - chestplateChance = 1.0 - #The chance that mobs can spawn with Steel leggings. - #Range: 0.0 ~ 1.0 - leggingsChance = 1.0 - #The chance that mobs can spawn with Steel boots. - #Range: 0.0 ~ 1.0 - bootsChance = 1.0 - #The chance that after each piece of Steel armor a mob spawns with no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. - #Range: 0.0 ~ 1.0 - multiplePieceChance = 0.25 - #The chance on hard mode that after each piece of Steel armor a mob spawns with no more pieces will be added. Order of pieces tried is boots, leggings, chestplate, helmet. - #Range: 0.0 ~ 1.0 - multiplePieceChanceHard = 0.1 - #The chance that if a mob spawns with Steel weapons that it will be enchanted. This is multiplied modified by the chunk's difficulty modifier. Requires canSpawnWeapon to be enabled. - #Range: 0.0 ~ 1.0 - weaponEnchantmentChance = 0.25 - #The chance that if a mob spawns with Steel armor that they will be enchanted. This is multiplied modified by the chunk's difficulty modifier. - #Range: 0.0 ~ 1.0 - armorEnchantmentChance = 0.5 diff --git a/config/Mekanism/world.toml b/config/Mekanism/world.toml deleted file mode 100644 index c205a03..0000000 --- a/config/Mekanism/world.toml +++ /dev/null @@ -1,456 +0,0 @@ -#Allows chunks to retrogen Mekanism salt and ore blocks. In general when enabling this you also want to bump the userWorldGenVersion. -enableRegeneration = false -#Change this value to cause Mekanism to regen its ore in all loaded chunks that have a version lower than this. -#Range: > 0 -userWorldGenVersion = 0 - -#Generation Settings for Tin ore. -[tin] - #Determines if Tin ore should be added to world generation. - shouldGenerate = true - - #Small Tin Vein Generation Settings. - [tin.small] - #Determines if Small Tin Veins should be added to world generation. Note: Requires generating tin ore to be enabled. - shouldGenerate = true - #Chance that Small Tin Veins generates in a chunk. - #Range: 1 ~ 256 - perChunk = 14 - #Maximum number of blocks in a Small Tin Vein. - #Range: 1 ~ 64 - maxVeinSize = 4 - #Chance that blocks that are directly exposed to air in a Small Tin Vein are not placed. - #Range: 0.0 ~ 1.0 - discardChanceOnAirExposure = 0.0 - #Distribution shape for placing Small Tin Veins. - #Allowed Values: TRAPEZOID, UNIFORM - shape = "TRAPEZOID" - #Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle. - plateau = 0 - - #Minimum (inclusive) height anchor for Small Tin Veins. This defines the minimum y-level that Small Tin Veins can spawn at. - [tin.small.minInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABSOLUTE" - #Value used for calculating the y-level for the anchor based on the type. - value = -20 - - #Maximum (inclusive) height anchor for Small Tin Veins. This defines the maximum y-level that Small Tin Veins can spawn at. - [tin.small.maxInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABSOLUTE" - #Value used for calculating the y-level for the anchor based on the type. - value = 94 - - #Large Tin Vein Generation Settings. - [tin.large] - #Determines if Large Tin Veins should be added to world generation. Note: Requires generating tin ore to be enabled. - shouldGenerate = true - #Chance that Large Tin Veins generates in a chunk. - #Range: 1 ~ 256 - perChunk = 12 - #Maximum number of blocks in a Large Tin Vein. - #Range: 1 ~ 64 - maxVeinSize = 9 - #Chance that blocks that are directly exposed to air in a Large Tin Vein are not placed. - #Range: 0.0 ~ 1.0 - discardChanceOnAirExposure = 0.0 - #Distribution shape for placing Large Tin Veins. - #Allowed Values: TRAPEZOID, UNIFORM - shape = "TRAPEZOID" - #Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle. - plateau = 0 - - #Minimum (inclusive) height anchor for Large Tin Veins. This defines the minimum y-level that Large Tin Veins can spawn at. - [tin.large.minInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABSOLUTE" - #Value used for calculating the y-level for the anchor based on the type. - value = -32 - - #Maximum (inclusive) height anchor for Large Tin Veins. This defines the maximum y-level that Large Tin Veins can spawn at. - [tin.large.maxInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABSOLUTE" - #Value used for calculating the y-level for the anchor based on the type. - value = 72 - -#Generation Settings for Osmium ore. -[osmium] - #Determines if Osmium ore should be added to world generation. - shouldGenerate = true - - #Upper Osmium Vein Generation Settings. - [osmium.upper] - #Determines if Upper Osmium Veins should be added to world generation. Note: Requires generating osmium ore to be enabled. - shouldGenerate = true - #Chance that Upper Osmium Veins generates in a chunk. - #Range: 1 ~ 256 - perChunk = 65 - #Maximum number of blocks in a Upper Osmium Vein. - #Range: 1 ~ 64 - maxVeinSize = 7 - #Chance that blocks that are directly exposed to air in a Upper Osmium Vein are not placed. - #Range: 0.0 ~ 1.0 - discardChanceOnAirExposure = 0.0 - #Distribution shape for placing Upper Osmium Veins. - #Allowed Values: TRAPEZOID, UNIFORM - shape = "TRAPEZOID" - #Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle. - plateau = 8 - - #Minimum (inclusive) height anchor for Upper Osmium Veins. This defines the minimum y-level that Upper Osmium Veins can spawn at. - [osmium.upper.minInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABSOLUTE" - #Value used for calculating the y-level for the anchor based on the type. - value = 72 - - #Maximum (inclusive) height anchor for Upper Osmium Veins. This defines the maximum y-level that Upper Osmium Veins can spawn at. - [osmium.upper.maxInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "BELOW_TOP" - #Value used for calculating the y-level for the anchor based on the type. - value = -24 - - #Middle Osmium Vein Generation Settings. - [osmium.middle] - #Determines if Middle Osmium Veins should be added to world generation. Note: Requires generating osmium ore to be enabled. - shouldGenerate = true - #Chance that Middle Osmium Veins generates in a chunk. - #Range: 1 ~ 256 - perChunk = 6 - #Maximum number of blocks in a Middle Osmium Vein. - #Range: 1 ~ 64 - maxVeinSize = 9 - #Chance that blocks that are directly exposed to air in a Middle Osmium Vein are not placed. - #Range: 0.0 ~ 1.0 - discardChanceOnAirExposure = 0.0 - #Distribution shape for placing Middle Osmium Veins. - #Allowed Values: TRAPEZOID, UNIFORM - shape = "TRAPEZOID" - #Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle. - plateau = 0 - - #Minimum (inclusive) height anchor for Middle Osmium Veins. This defines the minimum y-level that Middle Osmium Veins can spawn at. - [osmium.middle.minInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABSOLUTE" - #Value used for calculating the y-level for the anchor based on the type. - value = -32 - - #Maximum (inclusive) height anchor for Middle Osmium Veins. This defines the maximum y-level that Middle Osmium Veins can spawn at. - [osmium.middle.maxInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABSOLUTE" - #Value used for calculating the y-level for the anchor based on the type. - value = 56 - - #Small Osmium Vein Generation Settings. - [osmium.small] - #Determines if Small Osmium Veins should be added to world generation. Note: Requires generating osmium ore to be enabled. - shouldGenerate = true - #Chance that Small Osmium Veins generates in a chunk. - #Range: 1 ~ 256 - perChunk = 8 - #Maximum number of blocks in a Small Osmium Vein. - #Range: 1 ~ 64 - maxVeinSize = 4 - #Chance that blocks that are directly exposed to air in a Small Osmium Vein are not placed. - #Range: 0.0 ~ 1.0 - discardChanceOnAirExposure = 0.0 - #Distribution shape for placing Small Osmium Veins. - #Allowed Values: TRAPEZOID, UNIFORM - shape = "UNIFORM" - #Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle. - plateau = 0 - - #Minimum (inclusive) height anchor for Small Osmium Veins. This defines the minimum y-level that Small Osmium Veins can spawn at. - [osmium.small.minInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABOVE_BOTTOM" - #Value used for calculating the y-level for the anchor based on the type. - value = 0 - - #Maximum (inclusive) height anchor for Small Osmium Veins. This defines the maximum y-level that Small Osmium Veins can spawn at. - [osmium.small.maxInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABSOLUTE" - #Value used for calculating the y-level for the anchor based on the type. - value = 64 - -#Generation Settings for Uranium ore. -[uranium] - #Determines if Uranium ore should be added to world generation. - shouldGenerate = true - - #Small Uranium Vein Generation Settings. - [uranium.small] - #Determines if Small Uranium Veins should be added to world generation. Note: Requires generating uranium ore to be enabled. - shouldGenerate = true - #Chance that Small Uranium Veins generates in a chunk. - #Range: 1 ~ 256 - perChunk = 4 - #Maximum number of blocks in a Small Uranium Vein. - #Range: 1 ~ 64 - maxVeinSize = 4 - #Chance that blocks that are directly exposed to air in a Small Uranium Vein are not placed. - #Range: 0.0 ~ 1.0 - discardChanceOnAirExposure = 0.0 - #Distribution shape for placing Small Uranium Veins. - #Allowed Values: TRAPEZOID, UNIFORM - shape = "TRAPEZOID" - #Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle. - plateau = 0 - - #Minimum (inclusive) height anchor for Small Uranium Veins. This defines the minimum y-level that Small Uranium Veins can spawn at. - [uranium.small.minInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABOVE_BOTTOM" - #Value used for calculating the y-level for the anchor based on the type. - value = 0 - - #Maximum (inclusive) height anchor for Small Uranium Veins. This defines the maximum y-level that Small Uranium Veins can spawn at. - [uranium.small.maxInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABSOLUTE" - #Value used for calculating the y-level for the anchor based on the type. - value = 8 - - #Buried Uranium Vein Generation Settings. - [uranium.buried] - #Determines if Buried Uranium Veins should be added to world generation. Note: Requires generating uranium ore to be enabled. - shouldGenerate = true - #Chance that Buried Uranium Veins generates in a chunk. - #Range: 1 ~ 256 - perChunk = 7 - #Maximum number of blocks in a Buried Uranium Vein. - #Range: 1 ~ 64 - maxVeinSize = 9 - #Chance that blocks that are directly exposed to air in a Buried Uranium Vein are not placed. - #Range: 0.0 ~ 1.0 - discardChanceOnAirExposure = 0.75 - #Distribution shape for placing Buried Uranium Veins. - #Allowed Values: TRAPEZOID, UNIFORM - shape = "TRAPEZOID" - #Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle. - plateau = 16 - - #Minimum (inclusive) height anchor for Buried Uranium Veins. This defines the minimum y-level that Buried Uranium Veins can spawn at. - [uranium.buried.minInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABOVE_BOTTOM" - #Value used for calculating the y-level for the anchor based on the type. - value = -24 - - #Maximum (inclusive) height anchor for Buried Uranium Veins. This defines the maximum y-level that Buried Uranium Veins can spawn at. - [uranium.buried.maxInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABOVE_BOTTOM" - #Value used for calculating the y-level for the anchor based on the type. - value = 56 - -#Generation Settings for Fluorite ore. -[fluorite] - #Determines if Fluorite ore should be added to world generation. - shouldGenerate = true - - #Normal Fluorite Vein Generation Settings. - [fluorite.normal] - #Determines if Normal Fluorite Veins should be added to world generation. Note: Requires generating fluorite ore to be enabled. - shouldGenerate = true - #Chance that Normal Fluorite Veins generates in a chunk. - #Range: 1 ~ 256 - perChunk = 5 - #Maximum number of blocks in a Normal Fluorite Vein. - #Range: 1 ~ 64 - maxVeinSize = 5 - #Chance that blocks that are directly exposed to air in a Normal Fluorite Vein are not placed. - #Range: 0.0 ~ 1.0 - discardChanceOnAirExposure = 0.0 - #Distribution shape for placing Normal Fluorite Veins. - #Allowed Values: TRAPEZOID, UNIFORM - shape = "UNIFORM" - #Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle. - plateau = 0 - - #Minimum (inclusive) height anchor for Normal Fluorite Veins. This defines the minimum y-level that Normal Fluorite Veins can spawn at. - [fluorite.normal.minInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABOVE_BOTTOM" - #Value used for calculating the y-level for the anchor based on the type. - value = 0 - - #Maximum (inclusive) height anchor for Normal Fluorite Veins. This defines the maximum y-level that Normal Fluorite Veins can spawn at. - [fluorite.normal.maxInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABSOLUTE" - #Value used for calculating the y-level for the anchor based on the type. - value = 23 - - #Buried Fluorite Vein Generation Settings. - [fluorite.buried] - #Determines if Buried Fluorite Veins should be added to world generation. Note: Requires generating fluorite ore to be enabled. - shouldGenerate = true - #Chance that Buried Fluorite Veins generates in a chunk. - #Range: 1 ~ 256 - perChunk = 3 - #Maximum number of blocks in a Buried Fluorite Vein. - #Range: 1 ~ 64 - maxVeinSize = 13 - #Chance that blocks that are directly exposed to air in a Buried Fluorite Vein are not placed. - #Range: 0.0 ~ 1.0 - discardChanceOnAirExposure = 1.0 - #Distribution shape for placing Buried Fluorite Veins. - #Allowed Values: TRAPEZOID, UNIFORM - shape = "TRAPEZOID" - #Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle. - plateau = 0 - - #Minimum (inclusive) height anchor for Buried Fluorite Veins. This defines the minimum y-level that Buried Fluorite Veins can spawn at. - [fluorite.buried.minInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABOVE_BOTTOM" - #Value used for calculating the y-level for the anchor based on the type. - value = 0 - - #Maximum (inclusive) height anchor for Buried Fluorite Veins. This defines the maximum y-level that Buried Fluorite Veins can spawn at. - [fluorite.buried.maxInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABSOLUTE" - #Value used for calculating the y-level for the anchor based on the type. - value = 4 - -#Generation Settings for Lead ore. -[lead] - #Determines if Lead ore should be added to world generation. - shouldGenerate = true - - #Normal Lead Vein Generation Settings. - [lead.normal] - #Determines if Normal Lead Veins should be added to world generation. Note: Requires generating lead ore to be enabled. - shouldGenerate = true - #Chance that Normal Lead Veins generates in a chunk. - #Range: 1 ~ 256 - perChunk = 8 - #Maximum number of blocks in a Normal Lead Vein. - #Range: 1 ~ 64 - maxVeinSize = 9 - #Chance that blocks that are directly exposed to air in a Normal Lead Vein are not placed. - #Range: 0.0 ~ 1.0 - discardChanceOnAirExposure = 0.25 - #Distribution shape for placing Normal Lead Veins. - #Allowed Values: TRAPEZOID, UNIFORM - shape = "TRAPEZOID" - #Half length of short side of trapezoid, only used if the shape is Trapezoid. A value of zero means the shape is a triangle. - plateau = 0 - - #Minimum (inclusive) height anchor for Normal Lead Veins. This defines the minimum y-level that Normal Lead Veins can spawn at. - [lead.normal.minInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABOVE_BOTTOM" - #Value used for calculating the y-level for the anchor based on the type. - value = -24 - - #Maximum (inclusive) height anchor for Normal Lead Veins. This defines the maximum y-level that Normal Lead Veins can spawn at. - [lead.normal.maxInclusive] - #The type of anchor. This is used to define how the value is used in calculating the y-level. - #Absolute (y = value) - #Above Bottom (y = minY + value) - #Below Top (y = depth - 1 + minY - value) - #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP - type = "ABSOLUTE" - #Value used for calculating the y-level for the anchor based on the type. - value = 64 - -#Generation Settings for salt. -[salt] - #Determines if salt should be added to world generation. - shouldGenerate = true - #Chance that salt generates in a chunk. - #Range: 1 ~ 256 - perChunk = 2 - #Base radius of a vein of salt. - #Range: 1 ~ 4 - minRadius = 2 - #Extended variability (spread) for the radius in a vein of salt. - maxRadius = 3 - #Number of blocks to extend up and down when placing a vein of salt. - #Range: 0 ~ 2031 - halfHeight = 1 diff --git a/config/MouseTweaks.cfg b/config/MouseTweaks.cfg deleted file mode 100644 index 81190ac..0000000 --- a/config/MouseTweaks.cfg +++ /dev/null @@ -1,8 +0,0 @@ -RMBTweak=1 -LMBTweakWithItem=1 -LMBTweakWithoutItem=1 -WheelTweak=1 -WheelSearchOrder=1 -WheelScrollDirection=0 -ScrollItemScaling=0 -Debug=0 diff --git a/config/additionalstructures-client.toml b/config/additionalstructures-client.toml deleted file mode 100644 index 1b0d569..0000000 --- a/config/additionalstructures-client.toml +++ /dev/null @@ -1,4 +0,0 @@ -#General -[general] - #Activate the Update-Checker - update-checker = true diff --git a/config/additionalstructures-server.toml b/config/additionalstructures-server.toml deleted file mode 100644 index 794d66e..0000000 --- a/config/additionalstructures-server.toml +++ /dev/null @@ -1,4 +0,0 @@ -#General -[general] - #Enables ingame rewards on first spawn for Patreons - patreon_rewards = true diff --git a/config/advancementplaques.toml b/config/advancementplaques.toml deleted file mode 100644 index c62a386..0000000 --- a/config/advancementplaques.toml +++ /dev/null @@ -1,73 +0,0 @@ -#Client Configuration -[client] - - [client.visual_options] - # If plaques should show on the top of the screen. - on_top = true - # The distance from the top or bottom of the screen, in pixels. - #Range: 8 ~ 256 - distance = 16 - # The horizontal offset from the center, in pixels. - #Range: -256 ~ 256 - horizontal_offset = 0 - # Hide waila/hwyla/jade popups while plaques are showing. - hide_waila = false - # If plaques should show for task advancements (normal advancements). - tasks = true - # If plaques should show for goal advancements (medium-difficulty advancements). - goals = true - # If plaques should show for challenge advancements (high-difficulty advancements). - challenges = true - # Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported. - title_color = "#FF332200" - # Text color to use for advancement names on plaques. Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported. - name_color = "#FFFFFFFF" - - [client.duration_options] - # Duration of the shiny effect fade in for tasks. - #Range: 0.1 ~ 3.0 - task_effect_fadein = 0.5 - # Duration of the shiny effect fade out for tasks. - #Range: 0.1 ~ 3.0 - task_effect_fadeout = 1.5 - # Duration of the plaques for tasks (minus the effect fade in/out durations). - #Range: 2.0 ~ 10.0 - task_duration = 7.0 - # Duration of the shiny effect fade in for goals. - #Range: 0.1 ~ 3.0 - goal_effect_fadein = 0.5 - # Duration of the shiny effect fade out for goals. - #Range: 0.1 ~ 3.0 - goal_effect_fadeout = 1.5 - # Duration of the plaques for goals (minus the effect fade in/out durations). - #Range: 2.0 ~ 10.0 - goal_duration = 7.0 - # Duration of the shiny effect fade in for challenges. - #Range: 0.1 ~ 3.0 - challenge_effect_fadein = 1.25 - # Duration of the shiny effect fade out for challenges. - #Range: 0.1 ~ 3.0 - challenge_effect_fadeout = 1.5 - # Duration of the plaques for challenges (minus the effect fade in/out durations). - #Range: 2.0 ~ 10.0 - challenge_duration = 7.0 - - [client.functionality_options] - # Blacklist of advancements to never show plaques for. Takes precedence over whitelist if they conflict. - # Options: - # Advancement ID (eg. "minecraft:adventure/adventuring_time") - # Mod ID (Omit the colon, eg. "minecraft") - # Advancement Category (End with a /, eg. "minecraft:story/") - blacklist = [] - # Whitelist of advancements to show plaques for. Leave empty to display for all. - # Same options available as blacklist. - whitelist = [] - # Volume of task sounds. Set to 0 to mute. - #Range: 0.0 ~ 1.0 - task_volume = 1.0 - # Volume of goal sounds. Set to 0 to mute. - #Range: 0.0 ~ 1.0 - goal_volume = 1.0 - # Volume of challenge sounds. Set to 0 to mute. - #Range: 0.0 ~ 1.0 - challenge_volume = 1.0 diff --git a/config/ae2-client.toml b/config/ae2-client.toml deleted file mode 100644 index e6b44d0..0000000 --- a/config/ae2-client.toml +++ /dev/null @@ -1,54 +0,0 @@ -[recipeViewers] - disableColoredCableRecipesInRecipeViewer = true - #Show facades in REI/JEI/EMI item list - enableFacadesInRecipeViewer = false - #Show facade recipes in REI/JEI/EMI for supported blocks - enableFacadeRecipesInRecipeViewer = true - -[client] - enableEffects = true - useTerminalUseLargeFont = false - useColoredCraftingStatus = true - #Unit of power shown in AE UIs - #Allowed Values: AE, FE - powerUnit = "AE" - #Show debugging GUI overlays - showDebugGuiOverlays = false - #Show a preview of part and facade placement - showPlacementPreview = true - #Show toast when long-running crafting jobs finish. - notifyForFinishedCraftingJobs = true - -[terminals] - #Allowed Values: SMALL, MEDIUM, TALL, FULL - terminalStyle = "SMALL" - #Pin items that the player auto-crafts to the top of the terminal - pinAutoCraftedItems = true - #Automatically clear the crafting/encoding grid when closing the terminal - clearGridOnClose = false - #The vertical margin to apply when sizing terminals. Used to make room for centered item mod search bars - #Range: > -2147483648 - terminalMargin = 25 - -[search] - #Should the mod name be included when searching in tooltips. - searchModNameInTooltips = false - #Replaces AEs own search with the search of REI or JEI - useExternalSearch = false - #When using useExternalSearch, clears the search when the terminal opens - clearExternalSearchOnOpen = true - #When REI/JEI is installed, automatically set the AE or REI/JEI search text when either is changed while the terminal is open - syncWithExternalSearch = true - #Remembers the last search term and restores it when the terminal opens - rememberLastSearch = true - #Automatically focuses the search field when the terminal opens - autoFocusSearch = false - -[tooltips] - #Show installed upgrades in the tooltips of storage cells, color applicators and matter cannons - showCellUpgrades = true - #Show a preview of the content in the tooltips of storage cells, color applicators and matter cannons - showCellContent = true - #The maximum number of content entries to show in the tooltip of storage cells, color applicators and matter cannons - #Range: 1 ~ 32 - maxCellContentShown = 5 diff --git a/config/ae2-common.toml b/config/ae2-common.toml deleted file mode 100644 index 70e1822..0000000 --- a/config/ae2-common.toml +++ /dev/null @@ -1,171 +0,0 @@ -[general] - unsupportedDeveloperTools = false - #Enables the ability of the Matter Cannon to break blocks. - matterCannonBlockDamage = true - #Enables the ability of Tiny TNT to break blocks. - tinyTntBlockDamage = true - #Changes the channel capacity that cables provide in AE2. - #Allowed Values: INFINITE, DEFAULT, X2, X3, X4 - channels = "DEFAULT" - #The number of pathfinding steps that are taken per tick and per grid that is booting. Lower numbers will mean booting takes longer, but less work is done per tick. - #Range: 1 ~ 1024 - pathfindingStepsPerTick = 4 - #Whether Spatial Anchors should force random chunk ticks and entity spawning. - spatialAnchorEnableRandomTicks = true - -[automation] - #Range: > -2147483648 - formationPlaneEntityLimit = 128 - -[facades] - #Unsupported: Allows whitelisting block entities as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK. - allowBlockEntities = false - -[craftingCPU] - #Range: > -2147483648 - craftingCalculationTimePerTick = 5 - -[crafting] - #Enable shift-clicking with the crafting units in hand to disassemble them. - disassemblyCrafting = true - #Number of ticks between two crystal growth accelerator ticks - #Range: 1 ~ 100 - growthAccelerator = 10 - #If enabled, an annihilation placed face up at the maximum world height will generate sky stone passively. - annihilationPlaneSkyDustGeneration = true - -[spatialio] - #Range: 4.9E-324 ~ 1.7976931348623157E308 - spatialPowerMultiplier = 1250.0 - #Range: 4.9E-324 ~ 1.7976931348623157E308 - spatialPowerExponent = 1.35 - -[logging] - blockUpdateLog = false - craftingLog = false - debugLog = false - gridLog = false - #Enable stack trace logging for the chunk loading debug command - chunkLoggerTrace = false - -[battery] - #The chargers charging rate factor, which is applied to the charged items charge rate. 2 means it charges everything twice as fast. 0.5 half as fast. - #Range: 0.1 ~ 10.0 - chargerChargeRate = 1.0 - #Range: > -2147483648 - wirelessTerminal = 1600000 - #Range: > -2147483648 - chargedStaff = 8000 - #Range: > -2147483648 - entropyManipulator = 200000 - #Range: > -2147483648 - portableCell = 20000 - #Range: > -2147483648 - colorApplicator = 20000 - #Range: > -2147483648 - matterCannon = 200000 - -[worldGen] - spawnPressesInMeteorites = true - spawnFlawlessOnly = false - -[wireless] - #Range: 4.9E-324 ~ 1.7976931348623157E308 - wirelessBaseCost = 8.0 - #Range: 4.9E-324 ~ 1.7976931348623157E308 - wirelessCostMultiplier = 1.0 - #Range: 4.9E-324 ~ 1.7976931348623157E308 - wirelessBaseRange = 16.0 - #Range: 4.9E-324 ~ 1.7976931348623157E308 - wirelessBoosterRangeMultiplier = 1.0 - #Range: 4.9E-324 ~ 1.7976931348623157E308 - wirelessBoosterExp = 1.5 - #Range: 4.9E-324 ~ 1.7976931348623157E308 - wirelessHighWirelessCount = 64.0 - #Range: 4.9E-324 ~ 1.7976931348623157E308 - wirelessTerminalDrainMultiplier = 1.0 - -[portableCells] - #Allow disassembly of portable cells into the recipe ingredients using shift+right-click - allowDisassembly = true - -[powerRatios] - #Range: 4.9E-324 ~ 1.7976931348623157E308 - forgeEnergy = 0.5 - #Range: 0.01 ~ 1.7976931348623157E308 - usageMultiplier = 1.0 - #How much energy can the internal grid buffer storage per node attached to the grid. - #Range: 1.0 ~ 1000000.0 - gridEnergyStoragePerNode = 25.0 - #How much energy a crystal resonance generator generates per tick. - #Range: 0.0 ~ 1000000.0 - crystalResonanceGeneratorRate = 20.0 - -[condenser] - #Range: > -2147483648 - matterBalls = 256 - #Range: > -2147483648 - singularity = 256000 - -# Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested. -[tickRates] - #Range: > -2147483648 - InterfaceMin = 5 - #Range: > -2147483648 - InterfaceMax = 120 - #Range: > -2147483648 - ImportBusMin = 5 - #Range: > -2147483648 - ImportBusMax = 40 - #Range: > -2147483648 - ExportBusMin = 5 - #Range: > -2147483648 - ExportBusMax = 60 - #Range: > -2147483648 - AnnihilationPlaneMin = 2 - #Range: > -2147483648 - AnnihilationPlaneMax = 120 - #Range: > -2147483648 - METunnelMin = 5 - #Range: > -2147483648 - METunnelMax = 20 - #Range: > -2147483648 - InscriberMin = 1 - #Range: > -2147483648 - InscriberMax = 20 - #Range: > -2147483648 - ChargerMin = 10 - #Range: > -2147483648 - ChargerMax = 10 - #Range: > -2147483648 - IOPortMin = 1 - #Range: > -2147483648 - IOPortMax = 5 - #Range: > -2147483648 - VibrationChamberMin = 10 - #Range: > -2147483648 - VibrationChamberMax = 40 - #Range: > -2147483648 - StorageBusMin = 5 - #Range: > -2147483648 - StorageBusMax = 60 - #Range: > -2147483648 - ItemTunnelMin = 5 - #Range: > -2147483648 - ItemTunnelMax = 60 - #Range: > -2147483648 - LightTunnelMin = 5 - #Range: > -2147483648 - LightTunnelMax = 60 - -#Settings for the Vibration Chamber -[vibrationChamber] - #AE energy produced per fuel burn tick (reminder: coal = 1600, block of coal = 16000, lava bucket = 20000 burn ticks) - #Range: 0.1 ~ 1000.0 - baseEnergyPerFuelTick = 5.0 - #Minimum amount of AE/t the vibration chamber can slow down to when energy is being wasted. - #Range: 0 ~ 1000 - minEnergyPerGameTick = 4 - #Maximum amount of AE/t the vibration chamber can speed up to when generated energy is being fully consumed. - #Range: 1 ~ 1000 - baseMaxEnergyPerGameTick = 40 diff --git a/config/ae2wtlib.toml b/config/ae2wtlib.toml deleted file mode 100644 index 4887aa5..0000000 --- a/config/ae2wtlib.toml +++ /dev/null @@ -1 +0,0 @@ -magnet_card_range = 16.0 diff --git a/config/ambientsounds-client.json b/config/ambientsounds-client.json deleted file mode 100644 index d27f170..0000000 --- a/config/ambientsounds-client.json +++ /dev/null @@ -1,222 +0,0 @@ -{ - "general": { - "engines": 0, - "volume": 1, - "useSoundMasterSource": false, - "scanStepAmount": 100, - "playSoundWithOffset": true - }, - "dimensions": { - "abyssalcraft": 1, - "betweenlands": 1, - "cave": 1, - "end": 1, - "galacticraft": 1, - "galacticraft.planets": 1, - "midnight": 1, - "nether": 1, - "surface": 1, - "twilightforest": 1, - "void": 1 - }, - "regions": { - "abyssalcraft_dark": { - "overall": 1, - "suspense.suspense": 1 - }, - "end_unknown": { - "overall": 1, - "suspense.suspense": 1 - }, - "galacticraft_planets_wind": { - "overall": 1, - "wind.light-wind": 1 - }, - "nether_suspense": { - "overall": 1, - "nether": 1 - }, - "twilightforest_unknown": { - "overall": 1, - "suspense.suspense": 1 - }, - "void_dark": { - "overall": 1, - "suspense.suspense": 1 - }, - "beach": { - "overall": 1, - "beach": 1, - "seagull": 1, - "seagull-long": 1 - }, - "cave_ambience": { - "overall": 1, - "cave": 1, - "cave-water": 1, - "cave-deep": 1, - "cave-large": 1 - }, - "cave_deep-dark": { - "overall": 1, - "deep-dark": 1, - "water-droplets": 1 - }, - "cave": { - "overall": 1 - }, - "cave_lush": { - "overall": 1, - "cave-lush": 1, - "frog": 1 - }, - "cold_artic": { - "overall": 1, - "heavy-wind": 1 - }, - "cold": { - "overall": 1, - "wind.light-wind": 1 - }, - "desert": { - "overall": 1, - "cicadas-desert": 1, - "wind.light-wind": 1 - }, - "forest_cold": { - "overall": 1, - "crow": 1 - }, - "forest": { - "overall": 1, - "bird-ambience": 1, - "owl": 1 - }, - "forest_roofed": { - "overall": 1, - "bird-ambience-spooky": 1 - }, - "grass": { - "overall": 1, - "cricket": 1, - "cricket-night": 1, - "cicadas-night": 1 - }, - "highland": { - "overall": 1, - "heavy-wind": 1, - "wind-in-leaves": 1 - }, - "jungle": { - "overall": 1, - "cricket-jungle": 1, - "cricket-jungle-night": 1, - "bird-ambience-jungle": 1, - "bird-ambience-jungle-night": 1 - }, - "mesa": { - "overall": 1, - "wind-mesa": 1 - }, - "mushroom_fields": { - "overall": 1, - "cicadas-mushroom-fields": 1, - "special-mushroom-fields": 1 - }, - "ocean": { - "overall": 1, - "ocean": 1, - "wind.light-wind": 1 - }, - "ocean_deep": { - "overall": 1, - "whale": 1 - }, - "plains": { - "overall": 1, - "cricket": 1, - "cricket-night": 1, - "cicadas-night": 1 - }, - "rain": { - "overall": 1, - "rain": 1 - }, - "savanna": { - "overall": 1, - "cricket": 1, - "cicadas": 1, - "cicadas-desert": 1, - "cricket-warm-night": 1, - "wolf": 1, - "long-wolf": 1, - "bird-warm": 1 - }, - "sky": { - "overall": 1, - "wind.light-wind": 1 - }, - "space": { - "overall": 1 - }, - "storm_away": { - "overall": 1, - "storm-away": 1, - "howling-wind": 1 - }, - "storm_close": { - "overall": 1, - "storm-close": 1, - "wind": 1 - }, - "surface": { - "overall": 1 - }, - "swamp": { - "overall": 1, - "cricket-swamp": 1, - "cricket-warm-night": 1, - "frog": 1, - "mouring_dove": 1 - }, - "taiga": { - "overall": 1, - "bird-ambience-huge": 1 - }, - "underwater": { - "overall": 1, - "underwater": 1, - "underwater-deep": 1 - }, - "underworld": { - "overall": 1, - "underworld": 1 - }, - "warden": { - "overall": 1, - "warden": 1 - } - }, - "categories": { - "animal": { - "animal": 1, - "bird": { - "bird": 1, - "bird_day": 1, - "bird_night": 1 - }, - "cicadas": 1, - "cricket": { - "cricket": 1, - "cricket_day": 1, - "cricket_night": 1 - } - }, - "cave": 1, - "weather": 1, - "wind": 1 - }, - "fade-volume": 0.005, - "fade-pitch": 0.005, - "silent-dimensions": [] -} \ No newline at end of file diff --git a/config/animatica.toml b/config/animatica.toml deleted file mode 100644 index ec710c4..0000000 --- a/config/animatica.toml +++ /dev/null @@ -1 +0,0 @@ -animated_textures = true diff --git a/config/appleskin-client.toml b/config/appleskin-client.toml deleted file mode 100644 index 8762a9c..0000000 --- a/config/appleskin-client.toml +++ /dev/null @@ -1,22 +0,0 @@ -[client] - #If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT - showFoodValuesInTooltip = true - #If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) - showFoodValuesInTooltipAlways = true - #If true, shows your current saturation level overlayed on the hunger bar - showSaturationHudOverlay = true - #If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding - showFoodValuesHudOverlay = true - #If true, enables the hunger/saturation/health overlays for food in your off-hand - showFoodValuesHudOverlayWhenOffhand = true - #If true, shows your food exhaustion as a progress bar behind the hunger bars - showFoodExhaustionHudUnderlay = true - #If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay - showFoodStatsInDebugOverlay = true - #If true, shows estimated health restored by food on the health bar - showFoodHealthHudOverlay = true - #If true, health/hunger overlay will shake to match Minecraft's icon animations - showVanillaAnimationsOverlay = true - #Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent) - #Range: 0.0 ~ 1.0 - maxHudOverlayFlashAlpha = 0.65 diff --git a/config/appliedenergisticsdelight-common.toml b/config/appliedenergisticsdelight-common.toml deleted file mode 100644 index be13007..0000000 --- a/config/appliedenergisticsdelight-common.toml +++ /dev/null @@ -1,9 +0,0 @@ -#Whether to log the dirt block on common setup -logDirtBlock = true -#A magic number -#Range: > 0 -magicNumber = 42 -#What you want the introduction message to be for the magic number -magicNumberIntroduction = "The magic number is... " -#A list of items to log on common setup. -items = ["minecraft:iron_ingot"] diff --git a/config/areas.json5 b/config/areas.json5 deleted file mode 100644 index cbd00a4..0000000 --- a/config/areas.json5 +++ /dev/null @@ -1,46 +0,0 @@ -{ - // When enabled, gives signs without an area name a randomly chosen one from a preset list. - "giveUnnamedAreasRandomName": true, - // The radius in blocks around the player in which to check for area signs. - // min: 0, max: 1000 - "radiusAroundPlayerToCheckForSigns": 100, - // The default radius for areas when it's left empty on the sign. It will be added automatically. - // min: 0, max: 1000 - "defaultAreaRadius": 30, - // When enabled, sends the player the area notifications in chat. - "sendChatMessages": false, - // When enabled, sends the player the area notifications in the HUD on screen. - "showHUDMessages": true, - // Whether a message should be sent when a player enters an area. - "showEnterMessage": true, - // The prefix of the message whenever a player enters an area. - "enterPrefix": "Entering ", - // The suffix of the message whenever a player enters an area. - "enterSuffix": ".", - // Whether a message should be sent when a player leaves an area. - "showLeaveMessage": true, - // The prefix of the message whenever a player leaves an area. - "leavePrefix": "Leaving ", - // The suffix of the message whenever a player leaves an area. - "leaveSuffix": ".", - // Whether the text shown should be drawn with a shadow. - "showHUDTextShadow": true, - // The delay in ms after which the HUD message should fade out. - // min: 100, max: 360000 - "HUDMessageFadeDelayMs": 4000, - // The vertical offset (y coord) for the HUD message. This determines how far down the message should be on the screen. Can be changed to prevent GUIs from overlapping. - // min: 0, max: 3000 - "HUDMessageHeightOffset": 10, - // Increases the font size of the text in the HUD message. If you change this value, make sure to test the different GUI scale settings in-game. 6.0 is considered large. - // min: 0.0, max: 10.0 - "HUD_FontSizeScaleModifier": 1.0, - // The red RGB value for the HUD message. - // min: 0, max: 255 - "HUD_RGB_R": 100, - // The green RGB value for the HUD message. - // min: 0, max: 255 - "HUD_RGB_G": 200, - // The blue RGB value for the HUD message. - // min: 0, max: 255 - "HUD_RGB_B": 50 -} \ No newline at end of file diff --git a/config/badoptimizations.txt b/config/badoptimizations.txt deleted file mode 100644 index 491667b..0000000 --- a/config/badoptimizations.txt +++ /dev/null @@ -1,76 +0,0 @@ -# BadOptimizations configuration -# Here you can configure stuff, mostly enabling/disabling specific optimizations. - -# Whether we should cancel updating the lightmap if not needed. -enable_lightmap_caching: true -# How much the in-game time must change in ticks (1/20th of a second) -# for the lightmap to immediately update. -# Higher values will result in less frequent updates -# to block lighting, but better performance. -# Values below 2 will disable hte optimization. -lightmap_time_change_needed_for_update: 80 - -# Whether the sky's color should be cached unless you're on a biome border. -enable_sky_color_caching: true -# How much the in-game time must change in ticks for the sky color to -# be recalculated with our own calculation. Higher values will result in -# the sky updating less frequently, but slightly better performance. -# Values below 2 will all have the same effect. -skycolor_time_change_needed_for_update: 3 - -# Whether we should avoid calling debug renderers -# and their calculations if there are no debug entries to render -enable_debug_renderer_disable_if_not_needed: true - -# -# Micro optimizations -# - -# Whether we should avoid calling the particle manager -# and its calculations if there are no particles. -enable_particle_manager_optimization: true -# Whether we should avoid calling the toast manager -# if there are no toasts -enable_toast_optimizations: true -# Whether the result of getSkyAngle should be cached -# for the entire frame during rendering -enable_sky_angle_caching_in_worldrenderer: true -# Whether entity renderers should be stored directly in EntityType -# instead of a HashMap. -# Disable to fix compatibility with Twilight Forest -enable_entity_renderer_caching: true -# Whether block entity renderers should be stored in BlockEntityType -# instead of a HashMap. -enable_block_entity_renderer_caching: true -# Whether entity flags should be cached instead of calling DataTracker. -# Also removes the unnecessary thread lock in DataTracker -# however this is also done by Lithium (they don't conflict, however). -# This has no effect in 1.20.5+! -enable_entity_flag_caching: true -# Whether we should avoid calling FOV calculations -# if the FOV effect scale is zero. -enable_remove_redundant_fov_calculations: true -# Don't tick the tutorial if the game is not in demo mode. -enable_remove_tutorial_if_not_demo: true - -# -# Other -# - -# Whether BadOptimizations should be added onto -# the left text of the F3 menu. -show_f3_text: true - -# Some config options will be force-disabled if certain mods are present -# due to incompatibilities (e.g. entity rendering caching -# is disabled w/ Twilight Forest). -# However, if you still want to use the optimizations, you can override it -# by setting this to true. Beware of crashes. And Herobrine. -ignore_mod_incompatibilities: false - -# Whether to log the entire config into console when booting up. -# If you plan on reporting an issue, please keep this on. -log_config: true - -# Do not change this -config_version: 3 diff --git a/config/balm-common.toml b/config/balm-common.toml deleted file mode 100644 index ca207e3..0000000 --- a/config/balm-common.toml +++ /dev/null @@ -1,28 +0,0 @@ -#This is an example boolean property -exampleBoolean = true -#This is an example int property -#Range: > -2147483648 -exampleInt = 42 -#This is an example string property -exampleString = "Hello World" -#This is an example multiline string property -exampleMultilineString = "Hello World" -#This is an example enum property -#Allowed Values: Hello, World -exampleEnum = "Hello" -#This is an example string list property -exampleStringList = ["Hello", "World"] -#This is an example resource location set property -exampleResourceLocationSet = ["minecraft:diamond", "minecraft:dirt"] -#This is an example int list property -exampleIntList = [12, 24] -#This is an example enum list property -exampleEnumList = ["Hello", "World"] - -[exampleCategory] - #This is an example category - #This is an example string inside a category - innerField = "I am inside" - #This is an example float inside a category - #Range: -3.4028234663852886E38 ~ 3.4028234663852886E38 - exampleFloat = 42.84000015258789 diff --git a/config/betterthirdperson.json5 b/config/betterthirdperson.json5 deleted file mode 100644 index 260adee..0000000 --- a/config/betterthirdperson.json5 +++ /dev/null @@ -1,16 +0,0 @@ -{ - // Align player to camera on left & right clicks - "aimOnInteract": true, - // How long player will be aligned to camera after left & right clicks - "aimDuration": 40, - // Angle in degrees within the player will slightly follow camera yaw (while standing still) - "followYaw": 45, - // Does camera should rotate freely during elytra flight - "freeCameraDuringElytraFlight": false, - // Completely remove third-person front view - "skipThirdPersonFrontView": false, - // How fast player changes movement direction in third-person - "playerRotationSpeed": 50, - // How fast player pitch follows camera pitch in third-person - "pitchChangeSpeed": 65 -} \ No newline at end of file diff --git a/config/biomesoplenty/biome_toggles.json b/config/biomesoplenty/biome_toggles.json deleted file mode 100644 index 7bdafb5..0000000 --- a/config/biomesoplenty/biome_toggles.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "aspen_glade_enabled": true, - "auroral_garden_enabled": true, - "bayou_enabled": true, - "bog_enabled": true, - "cold_desert_enabled": true, - "coniferous_forest_enabled": true, - "crag_enabled": true, - "crystalline_chasm_enabled": true, - "dead_forest_enabled": true, - "dryland_enabled": true, - "dune_beach_enabled": true, - "end_corruption_enabled": true, - "end_reef_enabled": true, - "end_wilds_enabled": true, - "erupting_inferno_enabled": true, - "field_enabled": true, - "fir_clearing_enabled": true, - "floodplain_enabled": true, - "forested_field_enabled": true, - "fungal_jungle_enabled": true, - "glowing_grotto_enabled": true, - "grassland_enabled": true, - "gravel_beach_enabled": true, - "highland_enabled": true, - "hot_springs_enabled": true, - "jacaranda_glade_enabled": true, - "jade_cliffs_enabled": true, - "lavender_field_enabled": true, - "lush_desert_enabled": true, - "lush_savanna_enabled": true, - "maple_woods_enabled": true, - "marsh_enabled": true, - "mediterranean_forest_enabled": true, - "moor_enabled": true, - "muskeg_enabled": true, - "mystic_grove_enabled": true, - "old_growth_dead_forest_enabled": true, - "old_growth_woodland_enabled": true, - "ominous_woods_enabled": true, - "orchard_enabled": true, - "origin_valley_enabled": true, - "overgrown_greens_enabled": true, - "pasture_enabled": true, - "prairie_enabled": true, - "pumpkin_patch_enabled": true, - "rainforest_enabled": true, - "redwood_forest_enabled": true, - "rocky_rainforest_enabled": true, - "rocky_shrubland_enabled": true, - "scrubland_enabled": true, - "seasonal_forest_enabled": true, - "shrubland_enabled": true, - "snowblossom_grove_enabled": true, - "snowy_coniferous_forest_enabled": true, - "snowy_fir_clearing_enabled": true, - "snowy_maple_woods_enabled": true, - "spider_nest_enabled": true, - "tropics_enabled": true, - "tundra_enabled": true, - "undergrowth_enabled": true, - "visceral_heap_enabled": true, - "volcanic_plains_enabled": true, - "volcano_enabled": true, - "wasteland_enabled": true, - "wasteland_steppe_enabled": true, - "wetland_enabled": true, - "wintry_origin_valley_enabled": true, - "withered_abyss_enabled": true, - "woodland_enabled": true -} \ No newline at end of file diff --git a/config/biomesoplenty/gameplay.toml b/config/biomesoplenty/gameplay.toml deleted file mode 100644 index 2e9ef27..0000000 --- a/config/biomesoplenty/gameplay.toml +++ /dev/null @@ -1,3 +0,0 @@ -[general] - #Add various BOP resources to the Wandering Trader trade pool. - wandering_trader_trades = true diff --git a/config/biomesoplenty/generation.toml b/config/biomesoplenty/generation.toml deleted file mode 100644 index cd38744..0000000 --- a/config/biomesoplenty/generation.toml +++ /dev/null @@ -1,13 +0,0 @@ -[nether] - #The weighting of bop biome regions in the nether. - bop_nether_region_weight = 13 - #The weighting of rare bop biome regions in the nether. - bop_nether_rare_region_weight = 2 - -[overworld] - #The weighting of primary bop biome regions in the overworld. - bop_primary_overworld_region_weight = 10 - #The weighting of rare bop biome regions in the overworld. - bop_overworld_rare_region_weight = 2 - #The weighting of secondary bop biome regions in the overworld. - bop_secondary_overworld_region_weight = 8 diff --git a/config/biomeswevegone/trades.json5 b/config/biomeswevegone/trades.json5 deleted file mode 100644 index 38f6ffb..0000000 --- a/config/biomeswevegone/trades.json5 +++ /dev/null @@ -1,6 +0,0 @@ -{ - // Whether to enable BWG Villager Trades - "enable_trades": true, - // Whether to add BWG Villager Trades to Vanilla Villagers - "enable_vanilla_trade_additions": true, -} \ No newline at end of file diff --git a/config/biomeswevegone/world_generation.json5 b/config/biomeswevegone/world_generation.json5 deleted file mode 100644 index 93f34d3..0000000 --- a/config/biomeswevegone/world_generation.json5 +++ /dev/null @@ -1,61 +0,0 @@ -{ - // Which biomes are enabled, if disabled the biome will default to its vanilla counterpart for the given region - "enabled_biomes": { - "biomeswevegone:aspen_boreal": true, - "biomeswevegone:sierra_badlands": true, - "biomeswevegone:allium_shrubland": true, - "biomeswevegone:jacaranda_jungle": true, - "biomeswevegone:eroded_borealis": false, - "biomeswevegone:sakura_grove": true, - "biomeswevegone:baobab_savanna": true, - "biomeswevegone:crimson_tundra": true, - "biomeswevegone:zelkova_forest": true, - "biomeswevegone:dacite_shore": true, - "biomeswevegone:coconino_meadow": true, - "biomeswevegone:windswept_desert": true, - "biomeswevegone:red_rock_valley": true, - "biomeswevegone:ebony_woods": true, - "biomeswevegone:atacama_outback": true, - "biomeswevegone:forgotten_forest": true, - "biomeswevegone:dacite_ridges": true, - "biomeswevegone:skyrise_vale": true, - "biomeswevegone:basalt_barrera": true, - "biomeswevegone:white_mangrove_marshes": true, - "biomeswevegone:mojave_desert": true, - "biomeswevegone:cypress_swamplands": true, - "biomeswevegone:canadian_shield": true, - "biomeswevegone:frosted_taiga": true, - "biomeswevegone:maple_taiga": true, - "biomeswevegone:weeping_witch_forest": true, - "biomeswevegone:rugged_badlands": true, - "biomeswevegone:crag_gardens": true, - "biomeswevegone:frosted_coniferous_forest": true, - "biomeswevegone:enchanted_tangle": true, - "biomeswevegone:howling_peaks": true, - "biomeswevegone:fragment_jungle": true, - "biomeswevegone:tropical_rainforest": true, - "biomeswevegone:bayou": true, - "biomeswevegone:rainbow_beach": true, - "biomeswevegone:redwood_thicket": true, - "biomeswevegone:black_forest": true, - "biomeswevegone:dead_sea": true, - "biomeswevegone:cika_woods": true, - "biomeswevegone:temperate_grove": true, - "biomeswevegone:coniferous_forest": true, - "biomeswevegone:orchard": true, - "biomeswevegone:firecracker_chaparral": true, - "biomeswevegone:pumpkin_valley": true, - "biomeswevegone:rose_fields": true, - "biomeswevegone:prairie": true, - "biomeswevegone:lush_stacks": true, - "biomeswevegone:shattered_glacier": true, - "biomeswevegone:ironwood_gour": true, - "biomeswevegone:amaranth_grassland": true, - "biomeswevegone:overgrowth_woodlands": true, - "biomeswevegone:araucaria_savanna": true, - }, - // How much each BWG region weighs. This weight applies to all 3 BWG Regions - "region_weight": 8, - // Whether to add bwg flowers and features to Vanilla Biomes (Config Option for Fabric Only) - "vanilla_additions": true, -} \ No newline at end of file diff --git a/config/blockrunner-client.toml b/config/blockrunner-client.toml deleted file mode 100644 index 970df67..0000000 --- a/config/blockrunner-client.toml +++ /dev/null @@ -1,6 +0,0 @@ -#Prevent running on blocks with higher speeds from changing the field of view. -#Default Value: true -disable_field_of_view_changes = true -#Add a tooltip to blocks that have an altered block speed with the multiplier. -#Default Value: true -block_speed_multiplier_tooltip = true diff --git a/config/blur.json b/config/blur.json deleted file mode 100644 index 9cc4ac5..0000000 --- a/config/blur.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "configVersion": 2, - "blurContainers": true, - "fadeTimeMillis": 300, - "fadeOutTimeMillis": 300, - "animationCurve": "FLAT", - "useGradient": true, - "gradientStart": "#000000", - "gradientStartAlpha": 75, - "gradientEnd": "#000000", - "gradientEndAlpha": 75, - "gradientRotation": 0, - "rainbowMode": false, - "excludedScreens": [ - "net.irisshaders.iris.gui.screen.ShaderPackScreen" - ], - "forceEnabledScreens": [ - "dev.emi.emi.screen.RecipeScreen" - ], - "forceDisabledScreens": [] -} \ No newline at end of file diff --git a/config/boggedspawn.json5 b/config/boggedspawn.json5 deleted file mode 100644 index bfb87d8..0000000 --- a/config/boggedspawn.json5 +++ /dev/null @@ -1,5 +0,0 @@ -{ - // The chance a skeleton that has spawned is of the bogged variant. - // min: 0.0, max: 1.0 - "chanceSkeletonIsBogged": 0.1 -} \ No newline at end of file diff --git a/config/breezespawn.json5 b/config/breezespawn.json5 deleted file mode 100644 index e3559d3..0000000 --- a/config/breezespawn.json5 +++ /dev/null @@ -1,5 +0,0 @@ -{ - // The chance a blaze that has spawned is a breeze entity. - // min: 0.0, max: 1.0 - "chanceBlazeIsBreeze": 0.1 -} \ No newline at end of file diff --git a/config/c2me.toml b/config/c2me.toml deleted file mode 100644 index 775f895..0000000 --- a/config/c2me.toml +++ /dev/null @@ -1,164 +0,0 @@ -version = 3 -# (Default: -# max( -# 1, -# min( -# if( is_windows, -# (cpus / 1.6 - 2), -# (cpus / 1.2 - 2) -# ), -# if( is_j9vm, -# ( ( mem_gb - (if(is_client, 0.6, 0.2)) ) / 0.4 ), -# ( ( mem_gb - (if(is_client, 1.2, 0.6)) ) / 0.6 ) -# ) -# ) - if(is_client, 2, 0) -# ) -# ) -# The expression for the default value of global executor parallelism. -# This is used when the parallelism isn't overridden. -# Available variables: is_windows, is_j9vm, is_client, cpus, mem_gb -# -defaultGlobalExecutorParallelismExpression = "default" -# (Default: 6) Configures the parallelism of global executor -globalExecutorParallelism = "default" - -[fixes] - # (Default: true) Enforces safe world random access. - # This feature detects unsafe off-thread world random access, helping to find the causes - # of mysterious "Accessing LegacyRandomSource from multiple threads" crash. - # The default behavior is to fail hard when such bad things happens. - # Disabling this option will replace this behavior with a warning. - # - # It is generally not recommended to disable this settings unless you know what you are doing - # - # - enforceSafeWorldRandomAccess = "default" - # (Default: true) - # Whether to disable the shutdown hook of log4j2 on dedicated servers. - # Enabling this also makes the JVM exit when the dedicated server is considered fully shut down. - # This option have no effect on client-side. - # We has historically been doing this, and this config option allows you to disable this behavior. - # - disableLoggingShutdownHook = "default" - -[ioSystem] - # (Default: false) EXPERIMENTAL FEATURE - # This replaces the way your chunks are saved. - # Please keep regular backups of your world if you are using this feature, - # and report any world issues you encounter with this feature to our GitHub. - # - # Whether to use the fast reduced allocation chunk serializer - # (may cause incompatibility with other mods) - # - # Set to false for the following reasons: - # Incompatible with architectury@13.0.6 (*) (defined in c2me) - gcFreeChunkSerializer = "default" - # (Default: true) Whether to use the optimized implementation of IO system - replaceImpl = "default" - # (Default: 8192) Soft limit for io worker nbt cache - chunkDataCacheSoftLimit = "default" - # (Default: 32678) Hard limit for io worker nbt cache - chunkDataCacheLimit = "default" - -[chunkSystem] - # (Default: true) Whether to enable async serialization - # - asyncSerialization = "default" - # (Default: false) Whether to recover from errors when loading chunks - # This will cause errored chunk to be regenerated entirely, which may cause data loss - # Only applies when async chunk loading is enabled - # - recoverFromErrors = "default" - # (Default: true) Whether to allow POIs (Point of Interest) to be unloaded - # Unloaded POIs are reloaded on-demand or when the corresponding chunks are loaded again, - # which should not cause any behavior change - # - # Note: - # Vanilla never unloads POIs when chunks unload, causing small memory leaks - # These leaks adds up and eventually cause issues after generating millions of chunks - # in a single world instance - # - allowPOIUnloading = "default" - -[generalOptimizations] - # (Default: 100000) The task interval of mid-tick chunk tasks in nanoseconds (-1 to disable) - # Mid-tick chunk tasks is to execute chunk tasks during server tick loop - # to speed up chunk loading and generation - # This helps chunks loading and generating under high MSPT but may raise - # MSPT when chunks are loading or generating - # - # It is generally not recommended to adjust this value unless you know - # what you are doing - # - # Incompatible with Dimensional Threading (dimthread) - # - # Set to -1 for the following reasons: - # Incompatible with dimthread@1.0.5 (*) (defined in c2me) - midTickChunkTasksInterval = "default" - # (Default: true) Whether to let async chunk request no longer block server thread - # (may cause incompatibility with other mods) - optimizeAsyncChunkRequest = "default" - - [generalOptimizations.autoSave] - # (Default: ENHANCED) Defines how auto save should be handled - # VANILLA: Use vanilla auto-save behavior (auto-save performed every tick during ticking) - # ENHANCED: Use C2ME enhanced auto-save (auto-save performed when the server have spare time after ticking) - # PERIODIC: Use pre-1.18 vanilla auto-save behavior (auto-save performed every 6000 ticks during ticking) - # - # Please preserve quotes so this config don't break - # - mode = "default" - -[noTickViewDistance] - # (Default: true) Whether to enable no-tick view distance - enabled = "default" - # (Default: 12) No-tick view distance max concurrent chunk loads - # Lower this for a better latency and higher this for a faster loading - maxConcurrentChunkLoads = "default" - # (Default: true) Whether to use compatibility mode to send chunks - # This may fix some mod compatibility issues - compatibilityMode = "default" - # (Default: true) Enable server-side support for extended render distance protocol (c2me:ext_render_distance_v1) - # This allows requesting render distances higher than 127 chunks from the server - # - # Requires Fabric API (currently available) - # - enableExtRenderDistanceProtocol = "default" - # (Default: false) Whether to ensure correct chunks within normal render distance - # This will send chunks twice increasing network load - ensureChunkCorrectness = "default" - # (Default: 2048) Maximum view distance for no-tick view distance - # - # This allows you to specify the maximum view distance that no-tick view distance can support. - # The maximum supported is 1073741823 and the minimum that make sense is 32, - # This option is purely to save memory, as it needs to reserve memory for the maximum view distance - # - # Note: on the client side, `clientSideConfig.modifyMaxVDConfig.maxViewDistance` should also - # be increased to actually expose the view distance in video settings - # - # - maxViewDistance = "default" - - [clientSideConfig.modifyMaxVDConfig] - # (Default: true) Whether to modify maximum view distance - enabled = "default" - # (Default: 65) Max render distance allowed in game options - maxViewDistance = "default" - # (Default: true) Enable client-side support for extended render distance protocol (c2me:ext_render_distance_v1) - # This allows requesting render distances higher than 127 chunks from the server - # - # Requires Fabric API (currently available) - # - # Note: The server must advertise support this protocol for this to work - # - enableExtRenderDistanceProtocol = "default" - -[vanillaWorldGenOptimizations] - # (Default: true) Whether to enable aquifer optimizations to accelerate overworld worldgen - # (may cause incompatibility with other mods) - optimizeAquifer = "default" - # (Default: true) Whether to enable End Biome Cache to accelerate The End worldgen - # This is no longer included in lithium-fabric - # (may cause incompatibility with other mods) - # - useEndBiomeCache = "default" diff --git a/config/carryon-client.toml b/config/carryon-client.toml deleted file mode 100644 index 24ba433..0000000 --- a/config/carryon-client.toml +++ /dev/null @@ -1,6 +0,0 @@ -#If the front of the Tile Entities should face the player or should face outward -facePlayer = false -#Arms should render on sides when carrying. Set to false if you experience issues with mods that replace the player model (like MoBends, etc) -renderArms = true -#Model Overrides based on NBT or Meta. Advanced users only! Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Model-Override-Config -modelOverrides = ["minecraft:redstone_wire->(item)minecraft:redstone", "minecraft:bamboo_sapling->(block)minecraft:bamboo", "minecraft:candle_cake->(block)minecraft:cake"] diff --git a/config/carryon-common.toml b/config/carryon-common.toml deleted file mode 100644 index c12527b..0000000 --- a/config/carryon-common.toml +++ /dev/null @@ -1,79 +0,0 @@ -[settings] - #General Settings - #Maximum distance from where Blocks and Entities can be picked up - #Range: 0.0 ~ 1.7976931348623157E308 - maxDistance = 2.5 - #Max width of entities that can be picked up in survival mode - #Range: 0.0 ~ 10.0 - maxEntityWidth = 1.5 - #Max height of entities that can be picked up in survival mode - #Range: 0.0 ~ 10.0 - maxEntityHeight = 2.5 - #Slowness multiplier for blocks - #Range: 0.0 ~ 1.7976931348623157E308 - blockSlownessMultiplier = 1.0 - #Slowness multiplier for entities - #Range: 0.0 ~ 1.7976931348623157E308 - entitySlownessMultiplier = 1.0 - #Maximum stack limit for entities - #Range: > 1 - maxEntityStackLimit = 10 - #More complex Tile Entities slow down the player more - heavyTiles = true - #Allow all blocks to be picked up, not just Tile Entites. White/Blacklist will still be respected. - pickupAllBlocks = false - #Whether Blocks and Entities slow the creative player down when carried - slownessInCreative = true - #Whether hostile mobs should be able to picked up in survival mode - pickupHostileMobs = false - #Larger Entities slow down the player more - heavyEntities = true - #Allow babies to be carried even when adult mob is blacklisted (or not whitelisted) - allowBabies = false - #Use Whitelist instead of Blacklist for Blocks - useWhitelistBlocks = false - #Use Whitelist instead of Blacklist for Entities - useWhitelistEntities = false - #Use Whitelist instead of Blacklist for Stacking - useWhitelistStacking = false - #Whether the player can hit blocks and entities while carrying or not - hitWhileCarrying = false - #Whether the player drops the carried object when hit or not - dropCarriedWhenHit = false - #Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance - useScripts = false - #Allows entities to be stacked on top of each other - stackableEntities = true - #Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones - entitySizeMattersStacking = true - #Usually all the block state information is retained when placing a block that was picked up. But some information is changed to a modified property, like rotation or orientation. In this list, add additional properties that should NOT be saved and instead be updated when placed. Format: modid:block[propertyname]. Note: You don't need to add an entry for every subtype of a same block. For example, we only add an entry for one type of slab, but the change is applied to all slabs. - placementStateExceptions = ["minecraft:chest[type]", "minecraft:stone_button[face]", "minecraft:vine[north,east,south,west,up]", "minecraft:creeper_head[rotation]", "minecraft:glow_lichen[north,east,south,west,up,down]", "minecraft:oak_sign[rotation]", "minecraft:oak_trapdoor[half]"] - #Whether Players can be picked up. Creative players can't be picked up in Survival Mode - pickupPlayers = true - #Whether players in Survival Mode can pick up unbreakable blocks. Creative players always can. - pickupUnbreakableBlocks = false - -[whitelist] - #Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config - #Entities that CAN be picked up (useWhitelistEntities must be true) - allowedEntities = [] - #Blocks that CAN be picked up (useWhitelistBlocks must be true) - allowedBlocks = [] - #Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true) - allowedStacking = [] - -[blacklist] - #Blacklist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config - #Blocks that cannot be picked up - forbiddenTiles = ["#forge:immovable", "#forge:relocation_not_supported", "#neoforge:immovable", "#neoforge:relocation_not_supported", "minecraft:end_portal", "minecraft:piston_head", "#c:relocation_not_supported", "minecraft:end_gateway", "minecraft:tall_grass", "minecraft:large_fern", "minecraft:peony", "minecraft:rose_bush", "minecraft:lilac", "minecraft:sunflower", "minecraft:*_bed", "minecraft:*_door", "minecraft:big_dripleaf_stem", "minecraft:waterlily", "minecraft:cake", "minecraft:nether_portal", "minecraft:tall_seagrass", "animania:block_trough", "animania:block_invisiblock", "colossalchests:*", "ic2:*", "bigreactors:*", "forestry:*", "tconstruct:*", "rustic:*", "botania:*", "astralsorcery:*", "quark:colored_bed_*", "immersiveengineering:*", "embers:block_furnace", "embers:ember_bore", "embers:ember_activator", "embers:mixer", "embers:heat_coil", "embers:large_tank", "embers:crystal_cell", "embers:alchemy_pedestal", "embers:boiler", "embers:combustor", "embers:catalzyer", "embers:field_chart", "embers:inferno_forge", "storagedrawers:framingtable", "skyresources:*", "lootbags:*", "exsartagine:*", "aquamunda:tank", "opencomputers:*", "malisisdoors:*", "industrialforegoing:*", "minecolonies:*", "thaumcraft:pillar*", "thaumcraft:infernal_furnace", "thaumcraft:placeholder*", "thaumcraft:infusion_matrix", "thaumcraft:golem_builder", "thaumcraft:thaumatorium*", "magneticraft:oil_heater", "magneticraft:solar_panel", "magneticraft:steam_engine", "magneticraft:shelving_unit", "magneticraft:grinder", "magneticraft:sieve", "magneticraft:solar_tower", "magneticraft:solar_mirror", "magneticraft:container", "magneticraft:pumpjack", "magneticraft:solar_panel", "magneticraft:refinery", "magneticraft:oil_heater", "magneticraft:hydraulic_press", "magneticraft:multiblock_gap", "refinedstorage:*", "mcmultipart:*", "enderstorage:*", "betterstorage:*", "practicallogistics2:*", "wearablebackpacks:*", "rftools:screen", "rftools:creative_screen", "create:*", "magic_doorknob:*", "iceandfire:*", "ftbquests:*", "waystones:*", "contact:*", "framedblocks:*", "securitycraft:*", "forgemultipartcbe:*", "integrateddynamics:cable", "mekanismgenerators:wind_generator", "cookingforblockheads:cabinet", "cookingforblockheads:corner", "cookingforblockheads:counter", "cookingforblockheads:oven", "cookingforblockheads:toaster", "cookingforblockheads:milk_jar", "cookingforblockheads:cow_jar", "cookingforblockheads:fruit_basket", "cookingforblockheads:cooking_table", "cookingforblockheads:fridge", "cookingforblockheads:sink", "chipped:*", "irons_spellbooks:*", "create*:*", "simple_pipes:*", "libmultipart:*", "quark:tiny_potato", "ait:*", "vampirism:*", "extrastorage:*", "relics:researching_table", "sophisticatedstorage:*chest", "powah:*", "advancementtrophies:trophy", "mekanismgenerators:heat_generator", "mna:filler_block", "create_enchantment_industry:*", "graveyard:*", "immersivepetroleum:*", "tardis:interior_door", "cuffed:*"] - #Entities that cannot be picked up - forbiddenEntities = ["#c:capturing_not_supported", "#c:teleporting_not_supported", "minecraft:end_crystal", "minecraft:ender_dragon", "minecraft:ghast", "minecraft:shulker", "minecraft:leash_knot", "minecraft:armor_stand", "minecraft:item_frame", "minecraft:painting", "minecraft:shulker_bullet", "animania:hamster", "animania:ferret*", "animania:hedgehog*", "animania:cart", "animania:wagon", "mynko:*", "pixelmon:*", "mocreatures:*", "quark:totem", "vehicle:*", "securitycraft:*", "taterzens:npc", "easy_npc:*", "bodiesbodies:dead_body"] - #Entities that cannot have other entities stacked on top of them - forbiddenStacking = ["minecraft:horse"] - -[customPickupConditions] - #Custom Pickup Conditions. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Custom-Pickup-Condition-Config - #Custom Pickup Conditions for Blocks - customPickupConditionsBlocks = [] - #Custom Pickup Conditions for Entities - customPickupConditionsEntities = [] diff --git a/config/cavespiderspawn.json5 b/config/cavespiderspawn.json5 deleted file mode 100644 index d9e4e9e..0000000 --- a/config/cavespiderspawn.json5 +++ /dev/null @@ -1,12 +0,0 @@ -{ - // The chance a spider that has spawned is a cave spider. - // min: 0.0, max: 1.0 - "chanceSpiderIsCaveSpider": 0.15, - // When enabled, cave spiders will only spawn below the surface. - "onlySpawnCaveSpidersBelowSurface": true, - // When enabled, cave spiders will only spawn below the specific y value set in 'belowSpecificY'. - "onlySpawnCaveSpidersBelowSpecificY": false, - // The specific y value used in 'onlySpawnCaveSpidersBelowSpecificY'. - // min: -1000, max: 1000 - "belowSpecificY": 0 -} \ No newline at end of file diff --git a/config/celestria.json b/config/celestria.json deleted file mode 100644 index ebcaecb..0000000 --- a/config/celestria.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "sendChatMessages": true, - "enableShootingStars": true, - "shootingStarDistance": 2.0, - "shootingStarMinSize": 25, - "shootingStarMaxSize": 125, - "shootingStarSpeed": 6.0, - "shootingStarPathLength": 50, - "shootingStarChance": 20000, - "shootingStarLuckDuration": 1000, - "shootingStarMessages": [ - "celestria.shootingStar.1", - "celestria.shootingStar.2", - "celestria.shootingStar.3" - ], - "enableInsomnia": true, - "insomniaChance": 30000, - "insomniaDuration": 1000, - "insomniaMessages": [ - "celestria.insomnia.1", - "celestria.insomnia.2" - ] -} \ No newline at end of file diff --git a/config/chat_heads.json5 b/config/chat_heads.json5 deleted file mode 100644 index e1d42f3..0000000 --- a/config/chat_heads.json5 +++ /dev/null @@ -1,8 +0,0 @@ -{ - "renderPosition": "BEFORE_NAME", - "offsetNonPlayerText": true, - "senderDetection": "UUID_AND_HEURISTIC", - "smartHeuristics": true, - "handleSystemMessages": true, - "nameAliases": { } -} \ No newline at end of file diff --git a/config/chococraft-4-breeding.json b/config/chococraft-4-breeding.json deleted file mode 100644 index 5d61b3e..0000000 --- a/config/chococraft-4-breeding.json +++ /dev/null @@ -1,338 +0,0 @@ -{ - "BLACK": { - "GOLD, PINK, RED": [ - { - "childColor": "GOLD", - "conditions": "bothParentsFedGold", - "random": "above 90" - } - ], - "WHITE": [ - { - "childColor": "GOLD", - "conditions": "bothParentsFedGold", - "random": "above 50" - }, - { - "childColor": "WHITE", - "conditions": "bothParentsFedGold", - "random": "above 25" - }, - { - "childColor": "YELLOW", - "conditions": "none", - "random": "above 75" - }, - { - "childColor": "WHITE", - "conditions": "none", - "random": "above 38" - } - ], - "YELLOW, GREEN, BLUE": [ - { - "childColor": "secondParent", - "conditions": "none", - "random": "under 50" - } - ] - }, - "BLUE": { - "BLACK, WHITE": [ - { - "childColor": "YELLOW", - "conditions": "bothParentsFedGold", - "random": "above 70" - }, - { - "childColor": "secondParent", - "conditions": "bothParentsFedGold", - "random": "above 35" - }, - { - "childColor": "YELLOW", - "conditions": "none", - "random": "above 90" - }, - { - "childColor": "secondParent", - "conditions": "none", - "random": "above 45" - } - ], - "BLUE": [ - { - "childColor": "WHITE", - "conditions": "bothParentsFedGold", - "random": "above 60" - }, - { - "childColor": "BLUE", - "conditions": "bothParentsFedGold", - "random": "above 30" - }, - { - "childColor": "WHITE", - "conditions": "none", - "random": "above 80" - }, - { - "childColor": "BLUE", - "conditions": "none", - "random": "above 40" - } - ], - "YELLOW": [ - { - "childColor": "YELLOW", - "conditions": "none", - "random": "under 50" - } - ] - }, - "GOLD": { - "GOLD": [ - { - "childColor": "secondParent", - "conditions": "bothParentsFedGold", - "random": "none" - } - ], - "PINK, RED": [ - { - "childColor": "YELLOW", - "conditions": "bothParentsNotFedGold", - "random": "above 20" - } - ], - "YELLOW, GREEN, BLUE, WHITE, BLACK, PURPLE": [ - { - "childColor": "secondParent", - "conditions": "none", - "random": "none" - } - ] - }, - "GREEN": { - "BLACK, WHITE": [ - { - "childColor": "YELLOW", - "conditions": "bothParentsFedGold", - "random": "above 70" - }, - { - "childColor": "secondParent", - "conditions": "bothParentsFedGold", - "random": "above 35" - }, - { - "childColor": "YELLOW", - "conditions": "none", - "random": "above 90" - }, - { - "childColor": "secondParent", - "conditions": "none", - "random": "above 45" - } - ], - "BLUE": [ - { - "childColor": "WHITE", - "conditions": "bothParentsFedGold", - "random": "above 60" - }, - { - "childColor": "BLUE", - "conditions": "bothParentsFedGold", - "random": "above 30" - }, - { - "childColor": "WHITE", - "conditions": "none", - "random": "above 80" - }, - { - "childColor": "BLUE", - "conditions": "none", - "random": "above 40" - } - ], - "YELLOW": [ - { - "childColor": "YELLOW", - "conditions": "none", - "random": "under 50" - } - ] - }, - "PINK": { - "GOLD, PINK, RED": [ - { - "childColor": "YELLOW", - "conditions": "bothParentsNotFedGold", - "random": "above 20" - } - ], - "YELLOW, GREEN, BLUE, WHITE, BLACK, PURPLE": [ - { - "childColor": "secondParent", - "conditions": "none", - "random": "none" - } - ] - }, - "PURPLE": { - "YELLOW, GREEN, BLUE, WHITE, BLACK": [ - { - "childColor": "secondParent", - "conditions": "none", - "random": "none" - } - ] - }, - "RED": { - "GOLD, PINK, RED": [ - { - "childColor": "YELLOW", - "conditions": "bothParentsNotFedGold", - "random": "above 20" - } - ], - "YELLOW, GREEN, BLUE, WHITE, BLACK, PURPLE": [ - { - "childColor": "secondParent", - "conditions": "none", - "random": "none" - } - ] - }, - "WHITE": { - "BLACK": [ - { - "childColor": "GOLD", - "conditions": "bothParentsFedGold", - "random": "above 50" - }, - { - "childColor": "BLACK", - "conditions": "bothParentsFedGold", - "random": "above 25" - }, - { - "childColor": "YELLOW", - "conditions": "none", - "random": "above 75" - }, - { - "childColor": "BLACK", - "conditions": "none", - "random": "above 38" - } - ], - "GOLD, PINK, RED": [ - { - "childColor": "GOLD", - "conditions": "bothParentsFedGold", - "random": "above 70" - } - ], - "GREEN, BLUE": [ - { - "childColor": "YELLOW", - "conditions": "bothParentsFedGold", - "random": "above 70" - }, - { - "childColor": "secondParent", - "conditions": "bothParentsFedGold", - "random": "above 35" - }, - { - "childColor": "YELLOW", - "conditions": "none", - "random": "above 90" - }, - { - "childColor": "secondParent", - "conditions": "none", - "random": "above 45" - } - ], - "YELLOW": [ - { - "childColor": "BLACK", - "conditions": "bothParentsFedGold", - "random": "above 60" - }, - { - "childColor": "YELLOW", - "conditions": "bothParentsFedGold", - "random": "above 30" - }, - { - "childColor": "BLACK", - "conditions": "none", - "random": "above 80" - }, - { - "childColor": "YELLOW", - "conditions": "none", - "random": "above 40" - } - ] - }, - "YELLOW": { - "GREEN, BLUE, BLACK": [ - { - "childColor": "secondParent", - "conditions": "none", - "random": "above 50" - } - ], - "WHITE": [ - { - "childColor": "BLACK", - "conditions": "bothParentsFedGold", - "random": "above 60" - }, - { - "childColor": "WHITE", - "conditions": "bothParentsFedGold", - "random": "above 30" - }, - { - "childColor": "BLACK", - "conditions": "none", - "random": "above 80" - }, - { - "childColor": "WHITE", - "conditions": "none", - "random": "above 40" - } - ], - "YELLOW": [ - { - "childColor": "BLUE", - "conditions": "bothParentsFedGold", - "random": "above 80" - }, - { - "childColor": "GREEN", - "conditions": "bothParentsFedGold", - "random": "above 60" - }, - { - "childColor": "BLUE", - "conditions": "none", - "random": "above 60" - }, - { - "childColor": "GREEN", - "conditions": "none", - "random": "above 20" - } - ] - } -} \ No newline at end of file diff --git a/config/chococraft-common.toml b/config/chococraft-common.toml deleted file mode 100644 index 6e7ffa4..0000000 --- a/config/chococraft-common.toml +++ /dev/null @@ -1,31 +0,0 @@ -#Spawning configuration -[spawning] - #Controls Chocobo Spawn Weight [Default: 10] - #Range: > 0 - chocoboSpawnWeight = 10 - #Controls Chocobo Pack Size Min [Default: 1] - #Range: > 0 - chocoboPackSizeMin = 1 - #Controls Chocobo Pack Size Max [Default: 3] - #Range: > 0 - chocoboPackSizeMax = 3 - -#Chocobo configuration -[Chocobo] - #This multiplier controls the tame chance per gysahl used, so .15 results in 15% chance to tame [Default: 0.15] - #Range: 0.0 ~ 1.0 - tameChance = 0.15 - #If certain chocobos are allowed to fly [Default: true] - canChocobosFly = true - #Determines the maximum interval duration for the Chocobo's ambient sound [Default: 100] - #Range: > 1 - kwehIntervalLimit = 100 - -#Naming configuration -[Naming] - #If taming a chocobo will provide them with a name (unless already named) [Default: true] - nameTamedChocobos = true - #The list of male names it can choose from if 'nameTamedChocobos' is enabled - maleNames = ["Arkio", "Boco", "Choco", "Patch", "Eddie", "Big Bird", "Chobi", "Horse Bird", "Mr. Yellowpuffs", "Oscar", "Wild", "Stitch", "Milo", "Lewis", "Simon", "Steed", "Bocobo", "Chobo", "Butter Fingers", "Caspar", "Chubby", "Coco", "Fuzzy", "Hulk", "Flopsy", "Lionel", "Tidus", "Cloud", "Sephiroth", "Butz", "Cecil", "Golbez", "Squall", "Zidane", "Garnet", "Kuja", "Locke", "Celes", "Crafty", "Sparky", "Skippy", "Whiskers", "Mog's Mount", "Ruffles", "Quistis", "Noctis", "Firecracker", "Ballistic", "Blizzard", "Torobo", "Leon", "Firas", "Travis", "Indigo", "Montoya", "Cobalt", "Jinx", "Komet", "Beau", "Bone", "Claw", "Duke", "Easy", "Fire", "Fury", "Idol", "Iron", "Jack", "Mars", "Noir", "Snow", "Star", "Zero", "Ace", "Air", "Ice", "Max", "Neo", "Ray", "Alpha", "Arrow", "Avian", "Black", "Blade", "Blaze", "Blitz", "Chaos", "Dandy", "Jolly", "Omega", "Pluto", "Point", "Quake", "Titan", "Hope", "Ifrit", "Shiva", "Polonium", "Radon", "Sparks", "Lunik"] - #The list of female names it can choose from if 'nameTamedChocobos' is enabled - femaleNames = ["Choco", "Patch", "Chobi", "Wild", "Chubby", "Crystal", "Coco", "Fuzzy", "Flopsy", "Lulu", "Yuna", "Cecil", "Kuja", "Terra", "Locke", "Celes", "Rikku", "Yuffie", "Selphie", "Rinoa", "Sparky", "Skippy", "Whiskers", "Pupu", "Quistis", "Noctis", "Tranquille", "Twinkling", "Capucine", "Heidi", "Danseuse", "Mercedes", "Psyche", "Victory", "Liberty", "Emma", "Fortune", "Soleil", "Luna", "Violet", "Lilith", "Lilli", "Jinx", "Coco", "Fleur", "Feder", "Flora", "Kugel", "Bleu", "Blue", "Chic", "Ciel", "Face", "Fire", "Fury", "Iris", "Jade", "Joli", "Kiku", "Lady", "Miel", "Momo", "Moon", "Nana", "Noir", "Nova", "Rain", "Rose", "Ruby", "Star", "Vega", "Air", "Aki", "Ayu", "Fee", "Sky", "Sun", "Amber", "Angel", "Azure", "Belle", "Clair", "Ebony", "Ember", "Fairy", "Flare", "Glory", "Jaune", "Jeune", "Jolly", "Lucky", "Olive", "Orange", "Venus", "Lightning", "Galindorf"] diff --git a/config/chunkloaders-common.toml b/config/chunkloaders-common.toml deleted file mode 100644 index 5b37c5f..0000000 --- a/config/chunkloaders-common.toml +++ /dev/null @@ -1,38 +0,0 @@ -[Limitations] - # How many chunks should players be able to load per world? Use -1 for infinite. - # Allowed range: -1 ~ 1000 - Default: -1 - maxLoadedChunksPerPlayer = -1 - - # After how many minutes of offline time should players' chunk loaders be disabled? Use -1 to disable the inactivity timeout. - # Allowed range: -1 ~ 525600 - Default: 10080 - inactivityTimeout = 10080 - - # Chunk loaders from before version 1.2.0 are not bound to a player. Should these chunk loaders' loaded chunks stay loaded? - # Allowed values: true, false - Default: true - allowLegacyLoadedChunks = true - - # Can players use the chunk loader map? If false, players will see the message 'The chunk loader map is disabled on this server'. - # Allowed values: true, false - Default: true - canPlayersUseMap = true - -[General] - # In what radius should the Single Chunk Loader be able to load chunks? - # Allowed range: 1 ~ 6 - Default: 1 - singleChunkLoaderRadius = 1 - - # In what radius should the Basic Chunk Loader be able to load chunks? - # Allowed range: 1 ~ 6 - Default: 2 - basicChunkLoaderRadius = 2 - - # In what radius should the Advanced Chunk Loader be able to load chunks? - # Allowed range: 1 ~ 6 - Default: 3 - advancedChunkLoaderRadius = 3 - - # In what radius should the Ultimate Chunk Loader be able to load chunks? - # Allowed range: 1 ~ 6 - Default: 4 - ultimateChunkLoaderRadius = 4 - - # Should chunk loaders do random ticks in loaded chunks? - # Allowed values: true, false - Default: true - doRandomTicks = true - diff --git a/config/clean-debug.json b/config/clean-debug.json deleted file mode 100644 index 16b85b9..0000000 --- a/config/clean-debug.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "hardwareMode": "REDUCED", - "hideActiveRenderer": true, - "hideTags": true, - "hideDebugHints": true, - "shyFluids": true, - "hideHelpShortcut": true, - "hideNoiseRouter": true, - "onlyShowNecessary": false, - "hideSodium": true, - "hideIris": true, - "hideLitematica": true, - "hideEntityCulling": true, - "hideViaFabric": true, - "hidePresenceFootsteps": true, - "hideDistantHorizons": true, - "hideModernFix": true, - "hideJourneyMap": true, - "hideLambDynamicLights": true, - "hideDynamicFps": true, - "hideCaveDust": true -} \ No newline at end of file diff --git a/config/clienttweaks-common.toml b/config/clienttweaks-common.toml deleted file mode 100644 index 5909af8..0000000 --- a/config/clienttweaks-common.toml +++ /dev/null @@ -1,55 +0,0 @@ -[tweaks] - #This option will let you climb ladders automatically by just looking upwards, rather than requiring a key to be held down. - autoClimbLadder = false - #This prevents the last torch in the offhand from being placed. - doNotUseLastTorch = false - #This option will hide your offhand item. It can be toggled via an optional key binding. - hideOffhandItem = false - #This option will hide your own potion particle effects for your client (other players will still see them). - hideOwnParticleEffects = false - #This option will hide your shield unless you are holding a weapon. - hideShieldUnlessHoldingWeapon = true - #This prevents torches from being placed from your offhand at all. - noOffhandTorchAtAll = false - #This prevents torches from being placed from your offhand if you have a block in your main hand. - noOffhandTorchWithBlock = true - #This prevents torches from being placed from your offhand if you have food in your main hand. - noOffhandTorchWithFood = true - #This prevents torches from being placed from your off hand if you have an empty main hand. - noOffhandTorchWithEmptyHand = false - #This restricts torches to be placed from the offhand only when you're holding a tool in your main hand. - offhandTorchWithToolOnly = false - #This prevents fireworks from being launched from your off hand if you are wearing an Elytra, unless you're flying. - noOffhandFireworksWithElytra = true - #This option will disable step assist added by other mods. - disableStepAssist = false - #This option will disable log stripping. - disableLogStripping = false - #This adds back the master volume slider to the options screen. Saves you a click! - masterVolumeSlider = true - #This adds back the music volume slider to the options screen. Saves you a click! - musicVolumeSlider = true - #This option will make iron fences and glass panes have a bigger hitbox while placing them, making it easier to aim. - paneBuildingSupport = true - #This option will make chains have a bigger hitbox while placing them, making it easier to aim. - chainBuildingSupport = true - #This option makes the recipe book not shift the inventory when opened. Works best with smaller GUI scales / bigger resolutions. - noRecipeBookShifting = false - #Prevents accidental mining of certain fragile blocks like budding amethysts. - preventAccidentalMining = false - #This option will increase the hitbox of random-offset blocks in creative mode, making it easier to break them quickly. - creativeBreakingSupport = true - -[customization] - #Items that count as torches for the offhand-torch tweak options. - torchItems = ["minecraft:torch", "minecraft:soul_torch", "tconstruct:stone_torch"] - #Items that are allowed to place torches from the offhand if offhandTorchWithToolOnly is enabled. - torchTools = ["minecraft:wooden_pickaxe", "minecraft:stone_pickaxe", "minecraft:iron_pickaxe", "minecraft:golden_pickaxe", "minecraft:diamond_pickaxe", "minecraft:netherite_pickaxe", "tconstruct:pickaxe", "tconstruct:hammer"] - #Items that count as weapons for the offhand-shield hiding tweak options. - shieldWeapons = ["tetra:modular_sword"] - #Items that count as shields for the offhand-shield hiding tweak options. - shieldItems = ["basicshields:wooden_shield", "basicshields:golden_shield", "basicshields:diamond_shield", "basicshields:netherite_shield"] - #Items that count as fireworks for the offhand-firework tweak options. - fireworkItems = ["minecraft:firework_rocket"] - #Blocks that should be protected in the prevent accidental mining tweak. - fragileBlocks = ["minecraft:small_amethyst_bud", "minecraft:budding_amethyst", "minecraft:large_amethyst_bud", "minecraft:medium_amethyst_bud"] diff --git a/config/collective.json5 b/config/collective.json5 deleted file mode 100644 index 62069c2..0000000 --- a/config/collective.json5 +++ /dev/null @@ -1,12 +0,0 @@ -{ - // When enabled, transfer the held items and armour from replaced entities by any of the Entity Spawn mods which depend on Collective. - "transferItemsBetweenReplacedEntities": true, - // The amount of times Collective loops through possible mob drops to get them all procedurally. Drops are only generated when a dependent mod uses them. Lowering this can increase world load time but decrease accuracy. - // min: 1, max: 500 - "loopsAmountUsedToGetAllEntityDrops": 100, - // The delay of the is-there-a-block-around-check around entities in ms. Used in mods which depends on a specific blockstate in the world. Increasing this number can increase TPS if needed. - // min: 0, max: 3600000 - "findABlockCheckAroundEntitiesDelayMs": 30000, - // Enables pets for Patrons. Will be added in a future release. - "enablePatronPets": true -} \ No newline at end of file diff --git a/config/collective/area_names.json b/config/collective/area_names.json deleted file mode 100644 index 0c4c4c3..0000000 --- a/config/collective/area_names.json +++ /dev/null @@ -1,653 +0,0 @@ -{ - "area_names": [ - "Aberdeen", - "Aberdyfi", - "Aberstwyth", - "Aberuthven", - "Aberystwyth", - "Abingdon", - "Accreton", - "Accrington", - "Achnasheen", - "Acomb", - "Acrine", - "Addersfield", - "Aeberuthey", - "Aelinmiley", - "Aempleforth", - "Aeredale", - "Aerilon", - "Aermagh", - "Aeston", - "Aethelney", - "Airedale", - "Alcombey", - "Alderdyfi", - "Alderrdeen", - "Alnerwick", - "Alnwick", - "Alryne", - "Alverton", - "Ampleforth", - "Anghor Thom", - "Anghor Wat", - "Appleby", - "Aquarin", - "Aquarine", - "Aramoor", - "Aramore", - "Archensheen", - "Archmouth", - "Arcton", - "Ardglass", - "Aria", - "Arkala", - "Arkaley", - "Arkkukari", - "Arkmunster", - "Arkney", - "Armagh", - "Armskirk", - "Aroonshire", - "Ascot", - "Ashborne", - "Ashbourne", - "Aston", - "Astrakane", - "Astrakhan", - "Athelney", - "Auchendale", - "Auchendinny", - "Auchenshuggle", - "Auchterarder", - "Auchtermuchty", - "Aucteraden", - "Auctermunty", - "Axminster", - "Aylesbury", - "Aynor", - "Ayrith", - "Aysgarth", - "Azmar", - "Azmarin", - "Baerney", - "Bailymena", - "Balerno", - "Ballachulish", - "Ballaeter", - "Ballater", - "Ballinamallard", - "Ballingsmallard", - "Ballymena", - "Balmoral", - "Bamborourgh", - "Bamburgh", - "Bannockburn", - "Banrockburn", - "Barcombe", - "Bardford", - "Barkamsted", - "Barmwich", - "Barncombe", - "Barnemouth", - "Barnsley", - "Beachcastle", - "Beachmarsh", - "Beckinsale", - "Beckinsdale", - "Beckton", - "Beggar's Hole", - "Bellechulish", - "Bellenau", - "Bellmare", - "Bellmoral", - "Berkhamsted", - "Berkton", - "Berxley", - "Bexley", - "Black Crystal", - "Black Hallows", - "Black Hollow", - "Blackburn", - "Blackpool", - "Blackridgepool", - "Blaenau", - "Blancathey", - "Bleakburn", - "Blencalgo", - "Blencathra", - "Blencogo", - "Blue Field", - "Boatwright", - "Boroughton", - "Bournemouth", - "Bracklewhyte", - "Bradford", - "Bradfordshire", - "Braedon", - "Braedwardith", - "Bredon", - "Bredwardine", - "Briar Glen", - "Brickelwhyte", - "Broken Shield", - "Bromwich", - "Broughton", - "Bullmar", - "Burnsley", - "Burrafirth", - "Bury", - "Butterpond", - "Caelfall", - "Caelkirk", - "Caerdydd", - "Caerfyrddin", - "Caerleon", - "Caershire", - "Caister", - "Calcherth", - "Calchester", - "Calcheth", - "Calmarnock", - "Cappadocia", - "Cardend", - "Cardended", - "Carleone", - "Carlisle", - "Carningsby", - "Carran", - "Cesterfield", - "Cewmann", - "Chaepstow", - "Chepstow", - "Cherrytown", - "Chester", - "Chesterfield", - "Cirencester", - "Cirrane", - "City of Fire", - "Clacton", - "Claethorpes", - "Clarcton", - "Clare View Point", - "Cleethorpes", - "Coalfell", - "Colchester", - "Colkirk", - "Coningsby", - "Coniston", - "Conriston", - "Coombe", - "Crasmere", - "Craydon", - "Cromer", - "Cromerth", - "Crossroads", - "Croydon", - "Crullfeld", - "Culcheth", - "Cullfield", - "Cumdivock", - "Daemarrel", - "Dalelry", - "Dalhurst", - "Dalmellington", - "Dalmerlington", - "Dalry", - "Damerel", - "Dangarnon", - "Darkwell", - "Davenport", - "Dawsbury", - "Deathfall", - "Dewhurst", - "Dewsbury", - "Domburton", - "Doncaster", - "Doonatel", - "Dornwich", - "Doveport", - "Dragontail", - "Draycott", - "Drumchapel", - "Drumnacanvy", - "Drumnadrochit", - "Dry Gulch", - "Dumbarton", - "Duncaster", - "Dundee", - "Dungannon", - "Dunwich", - "Durmchapel", - "Durnatel", - "Eanverness", - "Eastborne", - "Eastbourne", - "Eastcliff", - "Easthallow", - "Easthaven", - "Ecrin", - "Edinborourgh", - "Edinburgh", - "Eelry", - "Eldham", - "Elinmylly", - "Ely", - "Emall", - "Emelle", - "Erast", - "Erith", - "Erostey", - "Erstonia", - "Everton", - "Everwinter", - "Exeter", - "Falcon Haven", - "Falkirk", - "Fallholt", - "Fallkirk", - "Fanfoss", - "Far Water", - "Farncombe", - "Farnfoss", - "Farnworth", - "Faversham", - "Favorsham", - "Ferncombe", - "Ferndochty", - "Fernsworth", - "Ffestiniog", - "Findochty", - "Firebend", - "Fool's March", - "Foolshope", - "Forstford", - "Fortaare", - "Fournemouth", - "Frostford", - "Furness", - "Galssop", - "Garen's Well", - "Garigill", - "Garmsby", - "Garrigill", - "Garthram", - "Gillamoor", - "Gilramore", - "Glaenarm", - "Glanchester", - "Glanyrafon", - "Glarnyraefon", - "Glenarm", - "Glossop", - "Gloucester", - "Goldcrest", - "Goldenleaf", - "Gormsey", - "Goulcrest", - "Gramsby", - "Grasmere", - "Graycott", - "Greenflower", - "Grimsby", - "Guthram", - "Hadleigh", - "Haedleigh", - "Haerndean", - "Haling Cove", - "Halivaara", - "Halsworthy", - "Hammaslahti", - "Hampstead", - "Hankala", - "Haran", - "Hardersfield", - "Harmstead", - "Harnsey", - "Harthwaite", - "Hartlepool", - "Helmfirth", - "Hempholme", - "Hewe", - "Hillfar", - "Hillford", - "Hirane", - "Hogsfeet", - "Holbeck", - "Holden", - "Hollyhead", - "Holmfirth", - "Holsworthy", - "Horndean", - "Hornsey", - "Howe", - "Hull", - "Hullbeck", - "Hurtlepool", - "Huthwaite", - "Hwen", - "Hythe", - "Icemeet", - "Ilfracombe", - "Ilfreycombe", - "Ilragorn", - "Inverness", - "Ironforge", - "Ironhaven", - "Irragin", - "Islesbury", - "Iyesgarth", - "Jarren's Outpost", - "Jedborourgh", - "Jedburgh", - "Jongvale", - "Kald", - "Kameeraska", - "Kamouraska", - "Kara's Vale", - "Keld", - "Kelna", - "Kilead", - "Kilerth", - "Kilkenny", - "Kilmarnock", - "Kinallen", - "Kincardine", - "Kineallen", - "Kinecardine", - "King's Watch", - "Kingcardine", - "Kirekwall", - "Kirkwall", - "Knife's Edge", - "Krosstoen", - "Laencaster", - "Laenteglos", - "Laewaes", - "Lakeshore", - "Lancaster", - "Landow", - "Lanercoast", - "Lanercost", - "Langdale", - "Lanteglos", - "Larcbost", - "Larkinge", - "Larnwick", - "Larton", - "Leefside", - "Leeside", - "Lerwick", - "Leurbost", - "Lewes", - "Lhanbryde", - "Lhanbyrde", - "Limesvilles", - "Lindow", - "Linemell", - "Lingmell", - "Little Ivywood", - "Llaneybyder", - "Llanybydder", - "Llyn", - "Llyne", - "Lockinge", - "Longdale", - "Lowestoft", - "Lullin", - "Lunaris", - "Lundy", - "Luton", - "Lybster", - "Macclesfield", - "Malrton", - "Mansfield", - "Marclesfield", - "Marnmouth", - "Marren's Eve", - "Martslock", - "Matlock", - "Mensfield", - "Merton", - "Middlesborough", - "Middlesbrough", - "MillerVille", - "Millstone", - "Mirefield", - "Mirfield", - "Mirstone", - "Monmouth", - "Moonbright", - "Moressley", - "Mossley", - "Mountmend", - "Mournstead", - "Murkwell", - "Murlayfield", - "Murrayfield", - "Myrefall", - "Nancledra", - "Nantgarth", - "Nantgarw", - "Nantwich", - "Naporia", - "Narfolk", - "Narnclaedra", - "Narthwich", - "Nearon", - "Nerton", - "New Cresthill", - "Newham", - "Newsham", - "Norbury", - "Norfolk", - "Northbury", - "Northon", - "Northpass", - "Northwich", - "Norton", - "Norwich", - "Nuxvar", - "Oakheart", - "Oar's Rest", - "Old Ashton", - "Oldham", - "Onryx", - "Openshaw", - "Orilon", - "Orkney", - "Ormkirk", - "Ormskirk", - "Orrinshire", - "Ozryn", - "Padstow", - "Paendley", - "Paentmarwy", - "Paethsmouth", - "Palperroth", - "Panshaw", - "Pantmawr", - "Pathstow", - "Pavv", - "Peatsland", - "Peltragow", - "Pendle", - "Penketh", - "Penkurth", - "Penrith", - "Penshaw", - "Penzance", - "Perlshaw", - "Pernrith", - "Perthlochry", - "Peterborough", - "Peterbrugh", - "Pinnella Pass", - "Pirn", - "Pitmedden", - "Pitmerden", - "Polperro", - "Poltragow", - "Pontheugh", - "Pontybridge", - "Pontypridd", - "Porthaethwidge", - "Porthaethwy", - "Porthcawl", - "Porthcrawl", - "Portsmouth", - "Pran", - "Putlochry", - "Quan Ma", - "Queenstown", - "Rachdale", - "Ramshorn", - "Red Hawk", - "Redwater", - "Redwick Bush", - "Ritherhithe", - "Rivermouth", - "Rochdale", - "Romsey", - "Roselake", - "Rotherham", - "Rotherhithe", - "Rptherglen", - "Runswick", - "Rutherglen", - "Ruthorham", - "Saker Keep", - "Sanlow", - "Sarton", - "Satbury", - "Saxondale", - "Scrabster", - "Seameet", - "Shadowfen", - "Sharnwick", - "Sharpton", - "Sheffield", - "Shepshed", - "Sherfield", - "Ship's Haven", - "Shipton", - "Silverkeep", - "Sirencester", - "Skargness", - "Skegness", - "Skystead", - "Snake's Canyon", - "Snowbush", - "Snowmelt", - "Solaris", - "Solime", - "South Warren", - "Southwold", - "Spalding", - "Squall's End", - "Stamford", - "Stanlow", - "Stanmore", - "Stathford", - "Stathmore", - "Stawford", - "Stratford", - "Stratham", - "Strathmore", - "Streatham", - "Strongfair", - "Sudbury", - "Sutton", - "Swadlincote", - "Swanford", - "Swindlincote", - "Swindmore", - "Swindon", - "Swinford", - "Swordbreak", - "Taedmorden", - "Taernsby", - "Taewe", - "Tamworth", - "Tardide", - "Tarmsworth", - "Tarnstead", - "Tarrin", - "Tenby", - "Tergaron", - "Thorpeness", - "Thorpes", - "Thralkeld", - "Three Streams", - "Threlkeld", - "Tillicoultry", - "Tillydrone", - "Timeston", - "Todmorden", - "Torrine", - "Tottenham", - "Tow", - "Tranmere", - "Transmere", - "Travercraig", - "Tregaron", - "Troutbeck", - "Troutberk", - "Trudid", - "Tunstead", - "Tylwaerdreath", - "Tywardreath", - "Ubbin Falls", - "Ula'ree", - "Urmkirkey", - "Venzor", - "Veritas", - "Violl's Garden", - "Waekefield", - "Waeldestone", - "Wakefield", - "Walden", - "Wallowdale", - "Wanborne", - "Wandermere", - "Warcester", - "Warlington", - "Warrington", - "Warthford", - "Watford", - "Wavemeet", - "Wealdstone", - "Wellspring", - "Westray", - "Westwend", - "Whaelrdrake", - "Wheldrake", - "Whitebridge", - "Whiteridge", - "Wigston", - "Willesden", - "Willowdale", - "Willsden", - "Wimborne", - "Windermere", - "Windrip", - "Wingston", - "Wintervale", - "Wolfden", - "Wolford", - "Wolfpine", - "Wolfwater", - "Wombourne", - "Woodhaerst", - "Woodhurst", - "Woodpine", - "Woolhope", - "Worcester", - "Xynnar", - "Yarlford", - "Yarrin", - "Yellowseed", - "Zalfari", - "Zeffari" - ] -} \ No newline at end of file diff --git a/config/collective/entity_names.json b/config/collective/entity_names.json deleted file mode 100644 index c7bb159..0000000 --- a/config/collective/entity_names.json +++ /dev/null @@ -1,5500 +0,0 @@ -{ - "female_names": [ - "Aaron", - "Abbey", - "Abbie", - "Abby", - "Abigail", - "Ada", - "Adah", - "Adaline", - "Adam", - "Addie", - "Adela", - "Adelaida", - "Adelaide", - "Adele", - "Adelia", - "Adelina", - "Adeline", - "Adell", - "Adella", - "Adelle", - "Adena", - "Adina", - "Adria", - "Adrian", - "Adriana", - "Adriane", - "Adrianna", - "Adrianne", - "Adrien", - "Adriene", - "Adrienne", - "Afton", - "Agatha", - "Agnes", - "Agnus", - "Agripina", - "Agueda", - "Agustina", - "Ai", - "Aida", - "Aide", - "Aiko", - "Aileen", - "Ailene", - "Aimee", - "Aisha", - "Aja", - "Akiko", - "Akilah", - "Alaina", - "Alaine", - "Alana", - "Alane", - "Alanna", - "Alayna", - "Alba", - "Albert", - "Alberta", - "Albertha", - "Albertina", - "Albertine", - "Albina", - "Alda", - "Alease", - "Alecia", - "Aleen", - "Aleida", - "Aleisha", - "Alejandra", - "Alejandrina", - "Alena", - "Alene", - "Alesha", - "Aleshia", - "Alesia", - "Alessandra", - "Aleta", - "Aletha", - "Alethea", - "Alethia", - "Alex", - "Alexa", - "Alexander", - "Alexandra", - "Alexandria", - "Alexia", - "Alexis", - "Alfreda", - "Alfredia", - "Ali", - "Alia", - "Alica", - "Alice", - "Alicia", - "Alida", - "Alina", - "Aline", - "Alisa", - "Alise", - "Alisha", - "Alishia", - "Alisia", - "Alison", - "Alissa", - "Alita", - "Alix", - "Aliza", - "Alla", - "Alleen", - "Allegra", - "Allen", - "Allena", - "Allene", - "Allie", - "Alline", - "Allison", - "Allyn", - "Allyson", - "Alma", - "Almeda", - "Almeta", - "Alona", - "Alpha", - "Alta", - "Altagracia", - "Altha", - "Althea", - "Alva", - "Alvera", - "Alverta", - "Alvina", - "Alyce", - "Alycia", - "Alysa", - "Alyse", - "Alysha", - "Alysia", - "Alyson", - "Alyssa", - "Amada", - "Amal", - "Amalia", - "Amanda", - "Amber", - "Amberly", - "Amee", - "Amelia", - "America", - "Ami", - "Amie", - "Amiee", - "Amina", - "Amira", - "Ammie", - "Amparo", - "Amy", - "An", - "Ana", - "Anabel", - "Analisa", - "Anamaria", - "Anastacia", - "Anastasia", - "Andera", - "Andra", - "Andre", - "Andrea", - "Andree", - "Andrew", - "Andria", - "Anette", - "Angel", - "Angela", - "Angele", - "Angelena", - "Angeles", - "Angelia", - "Angelic", - "Angelica", - "Angelika", - "Angelina", - "Angeline", - "Angelique", - "Angelita", - "Angella", - "Angelo", - "Angelyn", - "Angie", - "Angila", - "Angla", - "Angle", - "Anglea", - "Anh", - "Anika", - "Anisa", - "Anisha", - "Anissa", - "Anita", - "Anitra", - "Anja", - "Anjanette", - "Anjelica", - "Ann", - "Anna", - "Annabel", - "Annabell", - "Annabelle", - "Annalee", - "Annalisa", - "Annamae", - "Annamaria", - "Annamarie", - "Anne", - "Anneliese", - "Annelle", - "Annemarie", - "Annett", - "Annetta", - "Annette", - "Annice", - "Annie", - "Annika", - "Annis", - "Annita", - "Annmarie", - "Anthony", - "Antionette", - "Antoinette", - "Antonetta", - "Antonette", - "Antonia", - "Antonietta", - "Antonina", - "Antonio", - "Anya", - "Apolonia", - "April", - "Apryl", - "Ara", - "Araceli", - "Aracelis", - "Aracely", - "Arcelia", - "Ardath", - "Ardelia", - "Ardell", - "Ardella", - "Ardelle", - "Ardis", - "Ardith", - "Aretha", - "Argelia", - "Argentina", - "Ariana", - "Ariane", - "Arianna", - "Arianne", - "Arica", - "Arie", - "Ariel", - "Arielle", - "Arla", - "Arlean", - "Arleen", - "Arlena", - "Arlene", - "Arletha", - "Arletta", - "Arlette", - "Arlinda", - "Arline", - "Arlyne", - "Armanda", - "Armandina", - "Armida", - "Arminda", - "Arnetta", - "Arnette", - "Arnita", - "Arthur", - "Artie", - "Arvilla", - "Asha", - "Ashanti", - "Ashely", - "Ashlea", - "Ashlee", - "Ashleigh", - "Ashley", - "Ashli", - "Ashlie", - "Ashly", - "Ashlyn", - "Ashton", - "Asia", - "Asley", - "Assunta", - "Astrid", - "Asuncion", - "Athena", - "Aubrey", - "Audie", - "Audra", - "Audrea", - "Audrey", - "Audria", - "Audrie", - "Audry", - "Augusta", - "Augustina", - "Augustine", - "Aundrea", - "Aura", - "Aurea", - "Aurelia", - "Aurora", - "Aurore", - "Austin", - "Autumn", - "Ava", - "Avelina", - "Avery", - "Avis", - "Avril", - "Awilda", - "Ayako", - "Ayana", - "Ayanna", - "Ayesha", - "Azalee", - "Azucena", - "Azzie", - "Babara", - "Babette", - "Bailey", - "Bambi", - "Bao", - "Barabara", - "Barb", - "Barbar", - "Barbara", - "Barbera", - "Barbie", - "Barbra", - "Bari", - "Barrie", - "Basilia", - "Bea", - "Beata", - "Beatrice", - "Beatris", - "Beatriz", - "Beaulah", - "Bebe", - "Becki", - "Beckie", - "Becky", - "Bee", - "Belen", - "Belia", - "Belinda", - "Belkis", - "Bell", - "Bella", - "Belle", - "Belva", - "Benita", - "Bennie", - "Berenice", - "Berna", - "Bernadette", - "Bernadine", - "Bernarda", - "Bernardina", - "Bernardine", - "Berneice", - "Bernetta", - "Bernice", - "Bernie", - "Berniece", - "Bernita", - "Berry", - "Berta", - "Bertha", - "Bertie", - "Beryl", - "Bess", - "Bessie", - "Beth", - "Bethanie", - "Bethann", - "Bethany", - "Bethel", - "Betsey", - "Betsy", - "Bette", - "Bettie", - "Bettina", - "Betty", - "Bettyann", - "Bettye", - "Beula", - "Beulah", - "Bev", - "Beverlee", - "Beverley", - "Beverly", - "Bianca", - "Bibi", - "Billi", - "Billie", - "Billy", - "Billye", - "Birdie", - "Birgit", - "Blair", - "Blake", - "Blanca", - "Blanch", - "Blanche", - "Blondell", - "Blossom", - "Blythe", - "Bobbi", - "Bobbie", - "Bobby", - "Bobbye", - "Bobette", - "Bok", - "Bong", - "Bonita", - "Bonnie", - "Bonny", - "Branda", - "Brande", - "Brandee", - "Brandi", - "Brandie", - "Brandon", - "Brandy", - "Breana", - "Breann", - "Breanna", - "Breanne", - "Bree", - "Brenda", - "Brenna", - "Brett", - "Brian", - "Briana", - "Brianna", - "Brianne", - "Bridget", - "Bridgett", - "Bridgette", - "Brigette", - "Brigid", - "Brigida", - "Brigitte", - "Brinda", - "Britany", - "Britney", - "Britni", - "Britt", - "Britta", - "Brittaney", - "Brittani", - "Brittanie", - "Brittany", - "Britteny", - "Brittney", - "Brittni", - "Brittny", - "Bronwyn", - "Brook", - "Brooke", - "Bruna", - "Brunilda", - "Bryanna", - "Brynn", - "Buena", - "Buffy", - "Bula", - "Bulah", - "Bunny", - "Burma", - "Caitlin", - "Caitlyn", - "Calandra", - "Calista", - "Callie", - "Camelia", - "Camellia", - "Cameron", - "Cami", - "Camie", - "Camila", - "Camilla", - "Camille", - "Cammie", - "Cammy", - "Candace", - "Candance", - "Candelaria", - "Candi", - "Candice", - "Candida", - "Candie", - "Candis", - "Candra", - "Candy", - "Candyce", - "Caprice", - "Cara", - "Caren", - "Carey", - "Cari", - "Caridad", - "Carie", - "Carin", - "Carina", - "Carisa", - "Carissa", - "Carita", - "Carl", - "Carla", - "Carlee", - "Carleen", - "Carlena", - "Carlene", - "Carletta", - "Carley", - "Carli", - "Carlie", - "Carline", - "Carlita", - "Carlos", - "Carlota", - "Carlotta", - "Carly", - "Carlyn", - "Carma", - "Carman", - "Carmel", - "Carmela", - "Carmelia", - "Carmelina", - "Carmelita", - "Carmella", - "Carmen", - "Carmina", - "Carmon", - "Carol", - "Carola", - "Carolann", - "Carole", - "Carolee", - "Carolin", - "Carolina", - "Caroline", - "Caroll", - "Carolyn", - "Carolyne", - "Carolynn", - "Caron", - "Caroyln", - "Carri", - "Carrie", - "Carrol", - "Carroll", - "Carry", - "Cary", - "Caryl", - "Carylon", - "Caryn", - "Casandra", - "Casey", - "Casie", - "Casimira", - "Cassandra", - "Cassaundra", - "Cassey", - "Cassi", - "Cassidy", - "Cassie", - "Cassondra", - "Cassy", - "Catalina", - "Catarina", - "Caterina", - "Catharine", - "Catherin", - "Catherina", - "Catherine", - "Cathern", - "Catheryn", - "Cathey", - "Cathi", - "Cathie", - "Cathleen", - "Cathrine", - "Cathryn", - "Cathy", - "Catina", - "Catrice", - "Catrina", - "Cayla", - "Cecelia", - "Cecil", - "Cecila", - "Cecile", - "Cecilia", - "Cecille", - "Cecily", - "Celena", - "Celesta", - "Celeste", - "Celestina", - "Celestine", - "Celia", - "Celina", - "Celinda", - "Celine", - "Celsa", - "Ceola", - "Chae", - "Chan", - "Chana", - "Chanda", - "Chandra", - "Chanel", - "Chanell", - "Chanelle", - "Chang", - "Chantal", - "Chantay", - "Chante", - "Chantel", - "Chantell", - "Chantelle", - "Chara", - "Charis", - "Charise", - "Charissa", - "Charisse", - "Charita", - "Charity", - "Charla", - "Charleen", - "Charlena", - "Charlene", - "Charles", - "Charlesetta", - "Charlette", - "Charlie", - "Charline", - "Charlott", - "Charlotte", - "Charlsie", - "Charlyn", - "Charmain", - "Charmaine", - "Charolette", - "Chasidy", - "Chasity", - "Chassidy", - "Chastity", - "Chau", - "Chaya", - "Chelsea", - "Chelsey", - "Chelsie", - "Cher", - "Chere", - "Cheree", - "Cherelle", - "Cheri", - "Cherie", - "Cherilyn", - "Cherise", - "Cherish", - "Cherly", - "Cherlyn", - "Cherri", - "Cherrie", - "Cherry", - "Cherryl", - "Chery", - "Cheryl", - "Cheryle", - "Cheryll", - "Cheyenne", - "Chi", - "Chia", - "Chieko", - "Chin", - "China", - "Ching", - "Chiquita", - "Chloe", - "Chong", - "Chris", - "Chrissy", - "Christa", - "Christal", - "Christeen", - "Christel", - "Christen", - "Christena", - "Christene", - "Christi", - "Christia", - "Christian", - "Christiana", - "Christiane", - "Christie", - "Christin", - "Christina", - "Christine", - "Christinia", - "Christopher", - "Christy", - "Chrystal", - "Chu", - "Chun", - "Chung", - "Ciara", - "Cicely", - "Ciera", - "Cierra", - "Cinda", - "Cinderella", - "Cindi", - "Cindie", - "Cindy", - "Cinthia", - "Cira", - "Clair", - "Claire", - "Clara", - "Clare", - "Clarence", - "Claretha", - "Claretta", - "Claribel", - "Clarice", - "Clarinda", - "Clarine", - "Claris", - "Clarisa", - "Clarissa", - "Clarita", - "Classie", - "Claude", - "Claudette", - "Claudia", - "Claudie", - "Claudine", - "Clelia", - "Clemencia", - "Clementina", - "Clementine", - "Clemmie", - "Cleo", - "Cleopatra", - "Cleora", - "Cleotilde", - "Cleta", - "Clora", - "Clorinda", - "Clotilde", - "Clyde", - "Codi", - "Cody", - "Colby", - "Coleen", - "Colene", - "Coletta", - "Colette", - "Colleen", - "Collen", - "Collene", - "Collette", - "Concepcion", - "Conception", - "Concetta", - "Concha", - "Conchita", - "Connie", - "Constance", - "Consuela", - "Consuelo", - "Contessa", - "Cora", - "Coral", - "Coralee", - "Coralie", - "Corazon", - "Cordelia", - "Cordia", - "Cordie", - "Coreen", - "Corene", - "Coretta", - "Corey", - "Cori", - "Corie", - "Corina", - "Corine", - "Corinna", - "Corinne", - "Corliss", - "Cornelia", - "Corrie", - "Corrin", - "Corrina", - "Corrine", - "Corrinne", - "Cortney", - "Cory", - "Courtney", - "Creola", - "Cris", - "Criselda", - "Crissy", - "Crista", - "Cristal", - "Cristen", - "Cristi", - "Cristie", - "Cristin", - "Cristina", - "Cristine", - "Cristy", - "Cruz", - "Crysta", - "Crystal", - "Crystle", - "Cuc", - "Curtis", - "Cyndi", - "Cyndy", - "Cynthia", - "Cyrstal", - "Cythia", - "Dacia", - "Dagmar", - "Dagny", - "Dahlia", - "Daina", - "Daine", - "Daisey", - "Daisy", - "Dakota", - "Dale", - "Dalene", - "Dalia", - "Dalila", - "Dallas", - "Damaris", - "Dan", - "Dana", - "Danae", - "Danelle", - "Danette", - "Dani", - "Dania", - "Danica", - "Daniel", - "Daniela", - "Daniele", - "Daniell", - "Daniella", - "Danielle", - "Danika", - "Danille", - "Danita", - "Dann", - "Danna", - "Dannette", - "Dannie", - "Dannielle", - "Danuta", - "Danyel", - "Danyell", - "Danyelle", - "Daphine", - "Daphne", - "Dara", - "Darby", - "Darcel", - "Darcey", - "Darci", - "Darcie", - "Darcy", - "Daria", - "Darla", - "Darleen", - "Darlena", - "Darlene", - "Darline", - "Darnell", - "Daryl", - "David", - "Davida", - "Davina", - "Dawn", - "Dawna", - "Dawne", - "Dayle", - "Dayna", - "Daysi", - "Deadra", - "Dean", - "Deana", - "Deandra", - "Deandrea", - "Deane", - "Deann", - "Deanna", - "Deanne", - "Deb", - "Debbi", - "Debbie", - "Debbra", - "Debby", - "Debera", - "Debi", - "Debora", - "Deborah", - "Debra", - "Debrah", - "Debroah", - "Dede", - "Dedra", - "Dee", - "Deeann", - "Deeanna", - "Deedee", - "Deedra", - "Deena", - "Deetta", - "Deidra", - "Deidre", - "Deirdre", - "Deja", - "Delaine", - "Delana", - "Delcie", - "Delena", - "Delfina", - "Delia", - "Delicia", - "Delila", - "Delilah", - "Delinda", - "Delisa", - "Dell", - "Della", - "Delma", - "Delmy", - "Delois", - "Deloise", - "Delora", - "Deloras", - "Delores", - "Deloris", - "Delorse", - "Delpha", - "Delphia", - "Delphine", - "Delsie", - "Delta", - "Demetra", - "Demetria", - "Demetrice", - "Demetrius", - "Dena", - "Denae", - "Deneen", - "Denese", - "Denice", - "Denise", - "Denisha", - "Denisse", - "Denita", - "Denna", - "Dennis", - "Dennise", - "Denny", - "Denyse", - "Deon", - "Deonna", - "Desirae", - "Desire", - "Desiree", - "Despina", - "Dessie", - "Destiny", - "Detra", - "Devin", - "Devon", - "Devona", - "Devora", - "Devorah", - "Dia", - "Diamond", - "Dian", - "Diana", - "Diane", - "Diann", - "Dianna", - "Dianne", - "Diedra", - "Diedre", - "Dierdre", - "Digna", - "Dimple", - "Dina", - "Dinah", - "Dinorah", - "Dion", - "Dione", - "Dionna", - "Dionne", - "Divina", - "Dixie", - "Dodie", - "Dollie", - "Dolly", - "Dolores", - "Doloris", - "Domenica", - "Dominga", - "Dominica", - "Dominique", - "Dominque", - "Domitila", - "Domonique", - "Dona", - "Donald", - "Donella", - "Donetta", - "Donette", - "Dong", - "Donita", - "Donna", - "Donnetta", - "Donnette", - "Donnie", - "Donya", - "Dora", - "Dorathy", - "Dorcas", - "Doreatha", - "Doreen", - "Dorene", - "Doretha", - "Dorethea", - "Doretta", - "Dori", - "Doria", - "Dorian", - "Dorie", - "Dorinda", - "Dorine", - "Doris", - "Dorla", - "Dorotha", - "Dorothea", - "Dorothy", - "Dorris", - "Dortha", - "Dorthea", - "Dorthey", - "Dorthy", - "Dot", - "Dottie", - "Dotty", - "Dovie", - "Dreama", - "Drema", - "Drew", - "Drucilla", - "Drusilla", - "Dulce", - "Dulcie", - "Dung", - "Dusti", - "Dusty", - "Dwana", - "Dyan", - "Earlean", - "Earleen", - "Earlene", - "Earlie", - "Earline", - "Earnestine", - "Eartha", - "Easter", - "Eboni", - "Ebonie", - "Ebony", - "Echo", - "Eda", - "Edda", - "Eddie", - "Edelmira", - "Eden", - "Edie", - "Edith", - "Edna", - "Edra", - "Edris", - "Edward", - "Edwina", - "Edyth", - "Edythe", - "Effie", - "Ehtel", - "Eileen", - "Eilene", - "Ela", - "Eladia", - "Elaina", - "Elaine", - "Elana", - "Elane", - "Elanor", - "Elayne", - "Elba", - "Elda", - "Eldora", - "Eleanor", - "Eleanora", - "Eleanore", - "Elease", - "Elena", - "Elene", - "Eleni", - "Elenor", - "Elenora", - "Elenore", - "Eleonor", - "Eleonora", - "Eleonore", - "Elfreda", - "Elfrieda", - "Elfriede", - "Elia", - "Eliana", - "Elicia", - "Elida", - "Elidia", - "Elin", - "Elina", - "Elinor", - "Elinore", - "Elisa", - "Elisabeth", - "Elise", - "Elisha", - "Elissa", - "Eliz", - "Eliza", - "Elizabet", - "Elizabeth", - "Elizbeth", - "Elizebeth", - "Elke", - "Ella", - "Ellamae", - "Ellan", - "Ellen", - "Ellena", - "Elli", - "Ellie", - "Ellis", - "Elly", - "Ellyn", - "Elma", - "Elmer", - "Elmira", - "Elna", - "Elnora", - "Elodia", - "Elois", - "Eloisa", - "Eloise", - "Elouise", - "Elsa", - "Else", - "Elsie", - "Elsy", - "Elva", - "Elvera", - "Elvia", - "Elvie", - "Elvina", - "Elvira", - "Elwanda", - "Elyse", - "Elza", - "Ema", - "Emelda", - "Emelia", - "Emelina", - "Emeline", - "Emely", - "Emerald", - "Emerita", - "Emiko", - "Emilee", - "Emilia", - "Emilie", - "Emily", - "Emma", - "Emmaline", - "Emmie", - "Emmy", - "Emogene", - "Ena", - "Enda", - "Enedina", - "Eneida", - "Enid", - "Enola", - "Enriqueta", - "Epifania", - "Era", - "Eric", - "Erica", - "Ericka", - "Erika", - "Erin", - "Erinn", - "Erlene", - "Erlinda", - "Erline", - "Erma", - "Ermelinda", - "Erminia", - "Erna", - "Ernestina", - "Ernestine", - "Eryn", - "Esmeralda", - "Esperanza", - "Essie", - "Esta", - "Estefana", - "Estela", - "Estell", - "Estella", - "Estelle", - "Ester", - "Esther", - "Estrella", - "Etha", - "Ethel", - "Ethelene", - "Ethelyn", - "Ethyl", - "Etsuko", - "Etta", - "Ettie", - "Eufemia", - "Eugena", - "Eugene", - "Eugenia", - "Eugenie", - "Eula", - "Eulah", - "Eulalia", - "Eun", - "Euna", - "Eunice", - "Eura", - "Eusebia", - "Eustolia", - "Eva", - "Evalyn", - "Evan", - "Evangelina", - "Evangeline", - "Eve", - "Evelia", - "Evelin", - "Evelina", - "Eveline", - "Evelyn", - "Evelyne", - "Evelynn", - "Evette", - "Evia", - "Evie", - "Evita", - "Evon", - "Evonne", - "Ewa", - "Exie", - "Fabiola", - "Fae", - "Fairy", - "Faith", - "Fallon", - "Fannie", - "Fanny", - "Farah", - "Farrah", - "Fatima", - "Fatimah", - "Faustina", - "Faviola", - "Fawn", - "Fay", - "Faye", - "Fe", - "Felecia", - "Felica", - "Felice", - "Felicia", - "Felicidad", - "Felicita", - "Felicitas", - "Felipa", - "Felisa", - "Felisha", - "Fermina", - "Fern", - "Fernanda", - "Fernande", - "Ferne", - "Fidela", - "Fidelia", - "Filomena", - "Fiona", - "Flavia", - "Fleta", - "Flo", - "Flor", - "Flora", - "Florance", - "Florence", - "Florencia", - "Florene", - "Florentina", - "Floretta", - "Floria", - "Florida", - "Florinda", - "Florine", - "Florrie", - "Flossie", - "Floy", - "Fonda", - "Fran", - "France", - "Francene", - "Frances", - "Francesca", - "Franchesca", - "Francie", - "Francina", - "Francine", - "Francis", - "Francisca", - "Francisco", - "Francoise", - "Frank", - "Frankie", - "Fransisca", - "Fred", - "Freda", - "Fredda", - "Freddie", - "Frederica", - "Fredericka", - "Fredia", - "Fredricka", - "Freeda", - "Freida", - "Frida", - "Frieda", - "Fumiko", - "Gabriel", - "Gabriela", - "Gabriele", - "Gabriella", - "Gabrielle", - "Gail", - "Gala", - "Gale", - "Galina", - "Garnet", - "Garnett", - "Gary", - "Gay", - "Gaye", - "Gayla", - "Gayle", - "Gaylene", - "Gaynell", - "Gaynelle", - "Gearldine", - "Gema", - "Gemma", - "Gena", - "Gene", - "Genesis", - "Geneva", - "Genevie", - "Genevieve", - "Genevive", - "Genia", - "Genie", - "Genna", - "Gennie", - "Genny", - "Genoveva", - "Georgann", - "George", - "Georgeann", - "Georgeanna", - "Georgene", - "Georgetta", - "Georgette", - "Georgia", - "Georgiana", - "Georgiann", - "Georgianna", - "Georgianne", - "Georgie", - "Georgina", - "Georgine", - "Gerald", - "Geraldine", - "Geralyn", - "Gerda", - "Geri", - "Germaine", - "Gerri", - "Gerry", - "Gertha", - "Gertie", - "Gertrud", - "Gertrude", - "Gertrudis", - "Gertude", - "Ghislaine", - "Gia", - "Gianna", - "Gidget", - "Gigi", - "Gilberte", - "Gilda", - "Gillian", - "Gilma", - "Gina", - "Ginette", - "Ginger", - "Ginny", - "Giovanna", - "Gisela", - "Gisele", - "Giselle", - "Gita", - "Giuseppina", - "Gladis", - "Glady", - "Gladys", - "Glayds", - "Glenda", - "Glendora", - "Glenn", - "Glenna", - "Glennie", - "Glennis", - "Glinda", - "Gloria", - "Glory", - "Glynda", - "Glynis", - "Golda", - "Golden", - "Goldie", - "Grace", - "Gracia", - "Gracie", - "Graciela", - "Grayce", - "Grazyna", - "Gregoria", - "Gregory", - "Greta", - "Gretchen", - "Gretta", - "Gricelda", - "Grisel", - "Griselda", - "Guadalupe", - "Gudrun", - "Guillermina", - "Gussie", - "Gwen", - "Gwenda", - "Gwendolyn", - "Gwenn", - "Gwyn", - "Gwyneth", - "Ha", - "Hae", - "Hailey", - "Haley", - "Halina", - "Halley", - "Hallie", - "Han", - "Hana", - "Hang", - "Hanh", - "Hanna", - "Hannah", - "Hannelore", - "Harmony", - "Harold", - "Harriet", - "Harriett", - "Harriette", - "Hassie", - "Hattie", - "Haydee", - "Hayley", - "Hazel", - "Heather", - "Hedwig", - "Hedy", - "Hee", - "Heide", - "Heidi", - "Heidy", - "Heike", - "Helaine", - "Helen", - "Helena", - "Helene", - "Helga", - "Hellen", - "Henrietta", - "Henriette", - "Henry", - "Herlinda", - "Herma", - "Hermelinda", - "Hermila", - "Hermina", - "Hermine", - "Herminia", - "Herta", - "Hertha", - "Hester", - "Hettie", - "Hiedi", - "Hien", - "Hilaria", - "Hilary", - "Hilda", - "Hilde", - "Hildegard", - "Hildegarde", - "Hildred", - "Hillary", - "Hilma", - "Hiroko", - "Hisako", - "Hoa", - "Holley", - "Holli", - "Hollie", - "Hollis", - "Holly", - "Honey", - "Hong", - "Hope", - "Hortencia", - "Hortense", - "Hortensia", - "Hsiu", - "Hue", - "Hui", - "Hulda", - "Huong", - "Hwa", - "Hyacinth", - "Hye", - "Hyo", - "Hyon", - "Hyun", - "Ida", - "Idalia", - "Idell", - "Idella", - "Iesha", - "Ignacia", - "Ila", - "Ilana", - "Ilda", - "Ileana", - "Ileen", - "Ilene", - "Iliana", - "Illa", - "Ilona", - "Ilse", - "Iluminada", - "Ima", - "Imelda", - "Imogene", - "In", - "Ina", - "India", - "Indira", - "Inell", - "Ines", - "Inez", - "Inga", - "Inge", - "Ingeborg", - "Inger", - "Ingrid", - "Inocencia", - "Iola", - "Iona", - "Ione", - "Ira", - "Iraida", - "Irena", - "Irene", - "Irina", - "Iris", - "Irish", - "Irma", - "Irmgard", - "Isa", - "Isabel", - "Isabell", - "Isabella", - "Isabelle", - "Isadora", - "Isaura", - "Isela", - "Isidra", - "Isis", - "Isobel", - "Iva", - "Ivana", - "Ivelisse", - "Ivette", - "Ivey", - "Ivonne", - "Ivory", - "Ivy", - "Izetta", - "Izola", - "Ja", - "Jacalyn", - "Jacelyn", - "Jacinda", - "Jacinta", - "Jack", - "Jackeline", - "Jackelyn", - "Jacki", - "Jackie", - "Jacklyn", - "Jackqueline", - "Jaclyn", - "Jacqualine", - "Jacque", - "Jacquelin", - "Jacqueline", - "Jacquelyn", - "Jacquelyne", - "Jacquelynn", - "Jacquetta", - "Jacqui", - "Jacquie", - "Jacquiline", - "Jacquline", - "Jacqulyn", - "Jada", - "Jade", - "Jadwiga", - "Jae", - "Jaime", - "Jaimee", - "Jaimie", - "Jaleesa", - "Jalisa", - "Jama", - "Jame", - "Jamee", - "James", - "Jamey", - "Jami", - "Jamie", - "Jamika", - "Jamila", - "Jammie", - "Jan", - "Jana", - "Janae", - "Janay", - "Jane", - "Janean", - "Janee", - "Janeen", - "Janel", - "Janell", - "Janella", - "Janelle", - "Janene", - "Janessa", - "Janet", - "Janeth", - "Janett", - "Janetta", - "Janette", - "Janey", - "Jani", - "Janice", - "Janie", - "Janiece", - "Janina", - "Janine", - "Janis", - "Janise", - "Janita", - "Jann", - "Janna", - "Jannet", - "Jannette", - "Jannie", - "January", - "Janyce", - "Jaqueline", - "Jaquelyn", - "Jasmin", - "Jasmine", - "Jason", - "Jaunita", - "Jay", - "Jaye", - "Jayme", - "Jaymie", - "Jayna", - "Jayne", - "Jazmin", - "Jazmine", - "Jean", - "Jeana", - "Jeane", - "Jeanelle", - "Jeanene", - "Jeanett", - "Jeanetta", - "Jeanette", - "Jeanice", - "Jeanie", - "Jeanine", - "Jeanmarie", - "Jeanna", - "Jeanne", - "Jeannetta", - "Jeannette", - "Jeannie", - "Jeannine", - "Jeffie", - "Jeffrey", - "Jen", - "Jena", - "Jenae", - "Jene", - "Jenee", - "Jenell", - "Jenelle", - "Jenette", - "Jeneva", - "Jeni", - "Jenice", - "Jenifer", - "Jeniffer", - "Jenine", - "Jenise", - "Jenna", - "Jennefer", - "Jennell", - "Jennette", - "Jenni", - "Jennie", - "Jennifer", - "Jenniffer", - "Jennine", - "Jenny", - "Jeraldine", - "Jeremy", - "Jeri", - "Jerica", - "Jerilyn", - "Jerlene", - "Jerri", - "Jerrica", - "Jerrie", - "Jerry", - "Jesenia", - "Jesica", - "Jesse", - "Jessenia", - "Jessi", - "Jessia", - "Jessica", - "Jessie", - "Jessika", - "Jestine", - "Jesus", - "Jesusa", - "Jesusita", - "Jetta", - "Jettie", - "Jewel", - "Jewell", - "Ji", - "Jill", - "Jillian", - "Jimmie", - "Jimmy", - "Jin", - "Jina", - "Jinny", - "Jo", - "Joan", - "Joana", - "Joane", - "Joanie", - "Joann", - "Joanna", - "Joanne", - "Joannie", - "Joaquina", - "Jocelyn", - "Jodee", - "Jodi", - "Jodie", - "Jody", - "Joe", - "Joeann", - "Joel", - "Joella", - "Joelle", - "Joellen", - "Joetta", - "Joette", - "Joey", - "Johana", - "Johanna", - "Johanne", - "John", - "Johna", - "Johnetta", - "Johnette", - "Johnie", - "Johnna", - "Johnnie", - "Johnny", - "Johnsie", - "Joi", - "Joie", - "Jolanda", - "Joleen", - "Jolene", - "Jolie", - "Joline", - "Jolyn", - "Jolynn", - "Jon", - "Jona", - "Jone", - "Jonell", - "Jonelle", - "Jong", - "Joni", - "Jonie", - "Jonna", - "Jonnie", - "Jordan", - "Jose", - "Josefa", - "Josefina", - "Josefine", - "Joselyn", - "Joseph", - "Josephina", - "Josephine", - "Josette", - "Joshua", - "Josie", - "Joslyn", - "Josphine", - "Jovan", - "Jovita", - "Joy", - "Joya", - "Joyce", - "Joycelyn", - "Joye", - "Juan", - "Juana", - "Juanita", - "Jude", - "Judi", - "Judie", - "Judith", - "Judy", - "Jule", - "Julee", - "Julene", - "Juli", - "Julia", - "Julian", - "Juliana", - "Juliane", - "Juliann", - "Julianna", - "Julianne", - "Julie", - "Julieann", - "Julienne", - "Juliet", - "Julieta", - "Julietta", - "Juliette", - "Julio", - "Julissa", - "June", - "Jung", - "Junie", - "Junita", - "Junko", - "Justa", - "Justin", - "Justina", - "Justine", - "Jutta", - "Ka", - "Kacey", - "Kaci", - "Kacie", - "Kacy", - "Kai", - "Kaila", - "Kaitlin", - "Kaitlyn", - "Kala", - "Kaleigh", - "Kaley", - "Kali", - "Kallie", - "Kalyn", - "Kam", - "Kamala", - "Kami", - "Kamilah", - "Kandace", - "Kandi", - "Kandice", - "Kandis", - "Kandra", - "Kandy", - "Kanesha", - "Kanisha", - "Kara", - "Karan", - "Kareen", - "Karen", - "Karena", - "Karey", - "Kari", - "Karie", - "Karima", - "Karin", - "Karina", - "Karine", - "Karisa", - "Karissa", - "Karl", - "Karla", - "Karleen", - "Karlene", - "Karly", - "Karlyn", - "Karma", - "Karmen", - "Karol", - "Karole", - "Karoline", - "Karolyn", - "Karon", - "Karren", - "Karri", - "Karrie", - "Karry", - "Kary", - "Karyl", - "Karyn", - "Kasandra", - "Kasey", - "Kasha", - "Kasi", - "Kasie", - "Kassandra", - "Kassie", - "Kate", - "Katelin", - "Katelyn", - "Katelynn", - "Katerine", - "Kathaleen", - "Katharina", - "Katharine", - "Katharyn", - "Kathe", - "Katheleen", - "Katherin", - "Katherina", - "Katherine", - "Kathern", - "Katheryn", - "Kathey", - "Kathi", - "Kathie", - "Kathleen", - "Kathlene", - "Kathline", - "Kathlyn", - "Kathrin", - "Kathrine", - "Kathryn", - "Kathryne", - "Kathy", - "Kathyrn", - "Kati", - "Katia", - "Katie", - "Katina", - "Katlyn", - "Katrice", - "Katrina", - "Kattie", - "Katy", - "Kay", - "Kayce", - "Kaycee", - "Kaye", - "Kayla", - "Kaylee", - "Kayleen", - "Kayleigh", - "Kaylene", - "Kazuko", - "Kecia", - "Keeley", - "Keely", - "Keena", - "Keesha", - "Keiko", - "Keila", - "Keira", - "Keisha", - "Keith", - "Keitha", - "Keli", - "Kelle", - "Kellee", - "Kelley", - "Kelli", - "Kellie", - "Kelly", - "Kellye", - "Kelsey", - "Kelsi", - "Kelsie", - "Kemberly", - "Kena", - "Kenda", - "Kendal", - "Kendall", - "Kendra", - "Kenia", - "Kenisha", - "Kenna", - "Kenneth", - "Kenya", - "Kenyatta", - "Kenyetta", - "Kera", - "Keren", - "Keri", - "Kerri", - "Kerrie", - "Kerry", - "Kerstin", - "Kesha", - "Keshia", - "Keturah", - "Keva", - "Kevin", - "Khadijah", - "Khalilah", - "Kia", - "Kiana", - "Kiara", - "Kiera", - "Kiersten", - "Kiesha", - "Kiley", - "Kim", - "Kimber", - "Kimberely", - "Kimberlee", - "Kimberley", - "Kimberli", - "Kimberlie", - "Kimberly", - "Kimbery", - "Kimbra", - "Kimi", - "Kimiko", - "Kina", - "Kindra", - "Kira", - "Kirby", - "Kirsten", - "Kirstie", - "Kirstin", - "Kisha", - "Kit", - "Kittie", - "Kitty", - "Kiyoko", - "Kizzie", - "Kizzy", - "Klara", - "Kori", - "Kortney", - "Kourtney", - "Kris", - "Krishna", - "Krissy", - "Krista", - "Kristal", - "Kristan", - "Kristeen", - "Kristel", - "Kristen", - "Kristi", - "Kristian", - "Kristie", - "Kristin", - "Kristina", - "Kristine", - "Kristle", - "Kristy", - "Kristyn", - "Krysta", - "Krystal", - "Krysten", - "Krystin", - "Krystina", - "Krystle", - "Krystyna", - "Kum", - "Kyla", - "Kyle", - "Kylee", - "Kylie", - "Kym", - "Kymberly", - "Kyoko", - "Kyong", - "Kyra", - "Kyung", - "Lacey", - "Lachelle", - "Laci", - "Lacie", - "Lacresha", - "Lacy", - "Ladawn", - "Ladonna", - "Lady", - "Lael", - "Lahoma", - "Lai", - "Laila", - "Laine", - "Lajuana", - "Lakeesha", - "Lakeisha", - "Lakendra", - "Lakenya", - "Lakesha", - "Lakeshia", - "Lakia", - "Lakiesha", - "Lakisha", - "Lakita", - "Lala", - "Lamonica", - "Lan", - "Lana", - "Lane", - "Lanell", - "Lanelle", - "Lanette", - "Lang", - "Lani", - "Lanie", - "Lanita", - "Lannie", - "Lanora", - "Laquanda", - "Laquita", - "Lara", - "Larae", - "Laraine", - "Laree", - "Larhonda", - "Larisa", - "Larissa", - "Larita", - "Laronda", - "Larraine", - "Larry", - "Larue", - "Lasandra", - "Lashanda", - "Lashandra", - "Lashaun", - "Lashaunda", - "Lashawn", - "Lashawna", - "Lashawnda", - "Lashay", - "Lashell", - "Lashon", - "Lashonda", - "Lashunda", - "Lasonya", - "Latanya", - "Latarsha", - "Latasha", - "Latashia", - "Latesha", - "Latia", - "Laticia", - "Latina", - "Latisha", - "Latonia", - "Latonya", - "Latoria", - "Latosha", - "Latoya", - "Latoyia", - "Latrice", - "Latricia", - "Latrina", - "Latrisha", - "Launa", - "Laura", - "Lauralee", - "Lauran", - "Laure", - "Laureen", - "Laurel", - "Lauren", - "Laurena", - "Laurence", - "Laurene", - "Lauretta", - "Laurette", - "Lauri", - "Laurice", - "Laurie", - "Laurinda", - "Laurine", - "Lauryn", - "Lavada", - "Lavelle", - "Lavenia", - "Lavera", - "Lavern", - "Laverna", - "Laverne", - "Laveta", - "Lavette", - "Lavina", - "Lavinia", - "Lavon", - "Lavona", - "Lavonda", - "Lavone", - "Lavonia", - "Lavonna", - "Lavonne", - "Lawana", - "Lawanda", - "Lawanna", - "Lawrence", - "Layla", - "Layne", - "Le", - "Lea", - "Leah", - "Lean", - "Leana", - "Leandra", - "Leann", - "Leanna", - "Leanne", - "Leanora", - "Leatha", - "Leatrice", - "Lecia", - "Leda", - "Lee", - "Leeann", - "Leeanna", - "Leeanne", - "Leena", - "Leesa", - "Leia", - "Leida", - "Leigh", - "Leigha", - "Leighann", - "Leila", - "Leilani", - "Leisa", - "Leisha", - "Lekisha", - "Lela", - "Lelah", - "Lelia", - "Lena", - "Lenita", - "Lenna", - "Lennie", - "Lenora", - "Lenore", - "Leo", - "Leola", - "Leoma", - "Leon", - "Leona", - "Leonarda", - "Leone", - "Leonia", - "Leonida", - "Leonie", - "Leonila", - "Leonor", - "Leonora", - "Leonore", - "Leontine", - "Leora", - "Leota", - "Lera", - "Lesa", - "Lesha", - "Lesia", - "Leslee", - "Lesley", - "Lesli", - "Leslie", - "Lessie", - "Lester", - "Leta", - "Letha", - "Leticia", - "Letisha", - "Letitia", - "Lettie", - "Letty", - "Lewis", - "Lexie", - "Lezlie", - "Li", - "Lia", - "Liana", - "Liane", - "Lianne", - "Libbie", - "Libby", - "Liberty", - "Librada", - "Lida", - "Lidia", - "Lien", - "Lieselotte", - "Ligia", - "Lila", - "Lili", - "Lilia", - "Lilian", - "Liliana", - "Lilla", - "Lilli", - "Lillia", - "Lilliam", - "Lillian", - "Lilliana", - "Lillie", - "Lilly", - "Lily", - "Lin", - "Lina", - "Linda", - "Lindsay", - "Lindsey", - "Lindsy", - "Lindy", - "Linette", - "Ling", - "Linh", - "Linn", - "Linnea", - "Linnie", - "Linsey", - "Lisa", - "Lisabeth", - "Lisandra", - "Lisbeth", - "Lise", - "Lisette", - "Lisha", - "Lissa", - "Lissette", - "Lita", - "Livia", - "Liz", - "Liza", - "Lizabeth", - "Lizbeth", - "Lizeth", - "Lizette", - "Lizzette", - "Lizzie", - "Loan", - "Logan", - "Loida", - "Lois", - "Loise", - "Lola", - "Lolita", - "Loma", - "Lona", - "Londa", - "Loni", - "Lonna", - "Lonnie", - "Lora", - "Loraine", - "Loralee", - "Lore", - "Lorean", - "Loree", - "Loreen", - "Lorelei", - "Loren", - "Lorena", - "Lorene", - "Lorenza", - "Loreta", - "Loretta", - "Lorette", - "Lori", - "Loria", - "Loriann", - "Lorie", - "Lorilee", - "Lorina", - "Lorinda", - "Lorine", - "Loris", - "Lorita", - "Lorna", - "Lorraine", - "Lorretta", - "Lorri", - "Lorriane", - "Lorrie", - "Lorrine", - "Lory", - "Lottie", - "Lou", - "Louann", - "Louanne", - "Louella", - "Louetta", - "Louie", - "Louis", - "Louisa", - "Louise", - "Loura", - "Lourdes", - "Lourie", - "Louvenia", - "Love", - "Lovella", - "Lovetta", - "Lovie", - "Loyce", - "Lu", - "Luana", - "Luann", - "Luanna", - "Luanne", - "Luba", - "Luci", - "Lucia", - "Luciana", - "Lucie", - "Lucienne", - "Lucila", - "Lucile", - "Lucilla", - "Lucille", - "Lucina", - "Lucinda", - "Lucrecia", - "Lucretia", - "Lucy", - "Ludie", - "Ludivina", - "Lue", - "Luella", - "Luetta", - "Luis", - "Luisa", - "Luise", - "Lula", - "Lulu", - "Luna", - "Lupe", - "Lupita", - "Lura", - "Lurlene", - "Lurline", - "Luvenia", - "Luz", - "Lyda", - "Lydia", - "Lyla", - "Lyn", - "Lynda", - "Lyndia", - "Lyndsay", - "Lyndsey", - "Lynell", - "Lynelle", - "Lynetta", - "Lynette", - "Lynn", - "Lynna", - "Lynne", - "Lynnette", - "Lynsey", - "Ma", - "Mabel", - "Mabelle", - "Mable", - "Machelle", - "Macie", - "Mackenzie", - "Macy", - "Madalene", - "Madaline", - "Madalyn", - "Maddie", - "Madelaine", - "Madeleine", - "Madelene", - "Madeline", - "Madelyn", - "Madge", - "Madie", - "Madison", - "Madlyn", - "Madonna", - "Mae", - "Maegan", - "Mafalda", - "Magali", - "Magaly", - "Magan", - "Magaret", - "Magda", - "Magdalen", - "Magdalena", - "Magdalene", - "Magen", - "Maggie", - "Magnolia", - "Mahalia", - "Mai", - "Maia", - "Maida", - "Maile", - "Maira", - "Maire", - "Maisha", - "Maisie", - "Majorie", - "Makeda", - "Malena", - "Malia", - "Malika", - "Malinda", - "Malisa", - "Malissa", - "Malka", - "Mallie", - "Mallory", - "Malorie", - "Malvina", - "Mamie", - "Mammie", - "Man", - "Mana", - "Manda", - "Mandi", - "Mandie", - "Mandy", - "Manie", - "Manuela", - "Many", - "Mao", - "Maple", - "Mara", - "Maragaret", - "Maragret", - "Maranda", - "Marcela", - "Marcelene", - "Marcelina", - "Marceline", - "Marcell", - "Marcella", - "Marcelle", - "Marcene", - "Marchelle", - "Marci", - "Marcia", - "Marcie", - "Marcy", - "Mardell", - "Maren", - "Marg", - "Margaret", - "Margareta", - "Margarete", - "Margarett", - "Margaretta", - "Margarette", - "Margarita", - "Margarite", - "Margart", - "Marge", - "Margene", - "Margeret", - "Margert", - "Margery", - "Marget", - "Margherita", - "Margie", - "Margit", - "Margo", - "Margorie", - "Margot", - "Margret", - "Margrett", - "Marguerita", - "Marguerite", - "Margurite", - "Margy", - "Marhta", - "Mari", - "Maria", - "Mariah", - "Mariam", - "Marian", - "Mariana", - "Marianela", - "Mariann", - "Marianna", - "Marianne", - "Maribel", - "Maribeth", - "Marica", - "Maricela", - "Maricruz", - "Marie", - "Mariel", - "Mariela", - "Mariella", - "Marielle", - "Marietta", - "Mariette", - "Mariko", - "Marilee", - "Marilou", - "Marilu", - "Marilyn", - "Marilynn", - "Marin", - "Marina", - "Marinda", - "Marine", - "Mario", - "Marion", - "Maris", - "Marisa", - "Marisela", - "Marisha", - "Marisol", - "Marissa", - "Marita", - "Maritza", - "Marivel", - "Marjorie", - "Marjory", - "Mark", - "Marketta", - "Markita", - "Marla", - "Marlana", - "Marleen", - "Marlen", - "Marlena", - "Marlene", - "Marlin", - "Marline", - "Marlo", - "Marlyn", - "Marlys", - "Marna", - "Marni", - "Marnie", - "Marquerite", - "Marquetta", - "Marquita", - "Marquitta", - "Marry", - "Marsha", - "Marshall", - "Marta", - "Marth", - "Martha", - "Marti", - "Martin", - "Martina", - "Martine", - "Marty", - "Marva", - "Marvel", - "Marvella", - "Marvis", - "Marx", - "Mary", - "Marya", - "Maryalice", - "Maryam", - "Maryann", - "Maryanna", - "Maryanne", - "Marybelle", - "Marybeth", - "Maryellen", - "Maryetta", - "Maryjane", - "Maryjo", - "Maryland", - "Marylee", - "Marylin", - "Maryln", - "Marylou", - "Marylouise", - "Marylyn", - "Marylynn", - "Maryrose", - "Masako", - "Matha", - "Mathilda", - "Mathilde", - "Matilda", - "Matilde", - "Matthew", - "Mattie", - "Maud", - "Maude", - "Maudie", - "Maura", - "Maureen", - "Maurice", - "Maurine", - "Maurita", - "Mavis", - "Maxie", - "Maxima", - "Maximina", - "Maxine", - "May", - "Maya", - "Maybell", - "Maybelle", - "Maye", - "Mayme", - "Mayola", - "Mayra", - "Mazie", - "Mckenzie", - "Meagan", - "Meaghan", - "Mechelle", - "Meda", - "Mee", - "Meg", - "Megan", - "Meggan", - "Meghan", - "Meghann", - "Mei", - "Melaine", - "Melani", - "Melania", - "Melanie", - "Melany", - "Melba", - "Melda", - "Melia", - "Melida", - "Melina", - "Melinda", - "Melisa", - "Melissa", - "Melissia", - "Melita", - "Mellie", - "Mellisa", - "Mellissa", - "Melodee", - "Melodi", - "Melodie", - "Melody", - "Melonie", - "Melony", - "Melva", - "Melvin", - "Melvina", - "Melynda", - "Mendy", - "Mercedes", - "Mercedez", - "Mercy", - "Meredith", - "Meri", - "Merideth", - "Meridith", - "Merilyn", - "Merissa", - "Merle", - "Merlene", - "Merlyn", - "Merna", - "Merri", - "Merrie", - "Merrilee", - "Merrill", - "Merry", - "Mertie", - "Meryl", - "Meta", - "Mi", - "Mia", - "Mica", - "Micaela", - "Micah", - "Micha", - "Michael", - "Michaela", - "Michaele", - "Michal", - "Micheal", - "Michel", - "Michele", - "Michelina", - "Micheline", - "Michell", - "Michelle", - "Michiko", - "Mickey", - "Micki", - "Mickie", - "Miesha", - "Migdalia", - "Mignon", - "Miguelina", - "Mika", - "Mikaela", - "Mike", - "Miki", - "Mikki", - "Mila", - "Milagro", - "Milagros", - "Milda", - "Mildred", - "Milissa", - "Millicent", - "Millie", - "Milly", - "Mimi", - "Min", - "Mina", - "Minda", - "Mindi", - "Mindy", - "Minerva", - "Ming", - "Minh", - "Minna", - "Minnie", - "Minta", - "Mira", - "Miranda", - "Mireille", - "Mirella", - "Mireya", - "Miriam", - "Mirian", - "Mirna", - "Mirta", - "Mirtha", - "Misha", - "Miss", - "Missy", - "Misti", - "Mistie", - "Misty", - "Mitchell", - "Mitsue", - "Mitsuko", - "Mittie", - "Mitzi", - "Mitzie", - "Miyoko", - "Modesta", - "Moira", - "Mollie", - "Molly", - "Mona", - "Monet", - "Monica", - "Monika", - "Monique", - "Monnie", - "Monserrate", - "Moon", - "Mora", - "Morgan", - "Moriah", - "Mozell", - "Mozella", - "Mozelle", - "Mui", - "Muoi", - "Muriel", - "My", - "Myesha", - "Myong", - "Myra", - "Myriam", - "Myrl", - "Myrle", - "Myrna", - "Myrta", - "Myrtice", - "Myrtie", - "Myrtis", - "Myrtle", - "Myung", - "Na", - "Nada", - "Nadene", - "Nadia", - "Nadine", - "Naida", - "Nakesha", - "Nakia", - "Nakisha", - "Nakita", - "Nam", - "Nan", - "Nana", - "Nancee", - "Nancey", - "Nanci", - "Nancie", - "Nancy", - "Nanette", - "Nannette", - "Nannie", - "Naoma", - "Naomi", - "Narcisa", - "Natacha", - "Natalia", - "Natalie", - "Natalya", - "Natasha", - "Natashia", - "Nathalie", - "Natisha", - "Natividad", - "Natosha", - "Necole", - "Neda", - "Nedra", - "Neely", - "Neida", - "Nelda", - "Nelia", - "Nelida", - "Nell", - "Nella", - "Nelle", - "Nellie", - "Nelly", - "Nena", - "Nenita", - "Neoma", - "Neomi", - "Nereida", - "Nerissa", - "Nery", - "Neta", - "Nettie", - "Neva", - "Nevada", - "Nga", - "Ngan", - "Ngoc", - "Nguyet", - "Nia", - "Nichelle", - "Nichol", - "Nichole", - "Nicholle", - "Nicki", - "Nickie", - "Nickole", - "Nicky", - "Nicol", - "Nicola", - "Nicolasa", - "Nicole", - "Nicolette", - "Nicolle", - "Nida", - "Nidia", - "Niesha", - "Nieves", - "Niki", - "Nikia", - "Nikita", - "Nikki", - "Nikole", - "Nila", - "Nilda", - "Nilsa", - "Nina", - "Ninfa", - "Nisha", - "Nita", - "Nobuko", - "Noel", - "Noelia", - "Noella", - "Noelle", - "Noemi", - "Nohemi", - "Nola", - "Noma", - "Nona", - "Nora", - "Norah", - "Noreen", - "Norene", - "Noriko", - "Norine", - "Norma", - "Norman", - "Nova", - "Novella", - "Nu", - "Nubia", - "Numbers", - "Nydia", - "Nyla", - "Obdulia", - "Ocie", - "Octavia", - "Oda", - "Odelia", - "Odell", - "Odessa", - "Odette", - "Odilia", - "Ofelia", - "Ok", - "Ola", - "Olene", - "Oleta", - "Olevia", - "Olga", - "Olimpia", - "Olinda", - "Oliva", - "Olive", - "Olivia", - "Ollie", - "Olympia", - "Oma", - "Omega", - "Ona", - "Oneida", - "Onie", - "Onita", - "Opal", - "Ophelia", - "Ora", - "Oralee", - "Oralia", - "Oretha", - "Orpha", - "Oscar", - "Ossie", - "Otelia", - "Otha", - "Otilia", - "Ouida", - "Ozell", - "Ozella", - "Ozie", - "Pa", - "Page", - "Paige", - "Palma", - "Palmira", - "Pam", - "Pamala", - "Pamela", - "Pamelia", - "Pamella", - "Pamila", - "Pamula", - "Pandora", - "Pansy", - "Paola", - "Paris", - "Parthenia", - "Particia", - "Pasty", - "Pat", - "Patience", - "Patria", - "Patrica", - "Patrice", - "Patricia", - "Patrick", - "Patrina", - "Patsy", - "Patti", - "Pattie", - "Patty", - "Paul", - "Paula", - "Paulene", - "Pauletta", - "Paulette", - "Paulina", - "Pauline", - "Paulita", - "Paz", - "Pearl", - "Pearle", - "Pearlene", - "Pearlie", - "Pearline", - "Pearly", - "Peg", - "Peggie", - "Peggy", - "Pei", - "Penelope", - "Penney", - "Penni", - "Pennie", - "Penny", - "Perla", - "Perry", - "Peter", - "Petra", - "Petrina", - "Petronila", - "Phebe", - "Phillis", - "Philomena", - "Phoebe", - "Phung", - "Phuong", - "Phylicia", - "Phylis", - "Phyliss", - "Phyllis", - "Pia", - "Piedad", - "Pilar", - "Ping", - "Pinkie", - "Piper", - "Pok", - "Polly", - "Porsche", - "Porsha", - "Portia", - "Precious", - "Pricilla", - "Princess", - "Priscila", - "Priscilla", - "Providencia", - "Prudence", - "Pura", - "Qiana", - "Queen", - "Queenie", - "Quiana", - "Quinn", - "Quyen", - "Rachael", - "Rachal", - "Racheal", - "Rachel", - "Rachele", - "Rachell", - "Rachelle", - "Racquel", - "Rae", - "Raeann", - "Raelene", - "Rafaela", - "Raguel", - "Raina", - "Raisa", - "Ramona", - "Ramonita", - "Rana", - "Ranae", - "Randa", - "Randee", - "Randi", - "Randy", - "Ranee", - "Raquel", - "Rasheeda", - "Rashida", - "Raven", - "Ray", - "Raye", - "Raylene", - "Raymond", - "Raymonde", - "Rayna", - "Rea", - "Reagan", - "Reanna", - "Reatha", - "Reba", - "Rebbeca", - "Rebbecca", - "Rebeca", - "Rebecca", - "Rebecka", - "Rebekah", - "Reda", - "Reena", - "Refugia", - "Refugio", - "Regan", - "Regena", - "Regenia", - "Regina", - "Regine", - "Reginia", - "Reiko", - "Reina", - "Reita", - "Rema", - "Remedios", - "Remona", - "Rena", - "Renae", - "Renata", - "Renate", - "Renay", - "Renda", - "Rene", - "Renea", - "Renee", - "Renetta", - "Renita", - "Renna", - "Ressie", - "Reta", - "Retha", - "Retta", - "Reva", - "Reyna", - "Reynalda", - "Rhea", - "Rheba", - "Rhiannon", - "Rhoda", - "Rhona", - "Rhonda", - "Ria", - "Ricarda", - "Richard", - "Richelle", - "Ricki", - "Rickie", - "Rikki", - "Rima", - "Rina", - "Risa", - "Rita", - "Riva", - "Rivka", - "Robbi", - "Robbie", - "Robbin", - "Robbyn", - "Robena", - "Robert", - "Roberta", - "Roberto", - "Robin", - "Robyn", - "Rochel", - "Rochell", - "Rochelle", - "Rocio", - "Rolanda", - "Rolande", - "Roma", - "Romaine", - "Romana", - "Romelia", - "Romona", - "Rona", - "Ronald", - "Ronda", - "Roni", - "Ronna", - "Ronni", - "Ronnie", - "Rory", - "Rosa", - "Rosalba", - "Rosalee", - "Rosalia", - "Rosalie", - "Rosalina", - "Rosalind", - "Rosalinda", - "Rosaline", - "Rosalva", - "Rosalyn", - "Rosamaria", - "Rosamond", - "Rosana", - "Rosann", - "Rosanna", - "Rosanne", - "Rosaria", - "Rosario", - "Rosaura", - "Rose", - "Roseann", - "Roseanna", - "Roseanne", - "Roselee", - "Roselia", - "Roseline", - "Rosella", - "Roselle", - "Roselyn", - "Rosemarie", - "Rosemary", - "Rosena", - "Rosenda", - "Rosetta", - "Rosette", - "Rosia", - "Rosie", - "Rosina", - "Rosio", - "Rosita", - "Roslyn", - "Rossana", - "Rossie", - "Rosy", - "Rowena", - "Roxana", - "Roxane", - "Roxann", - "Roxanna", - "Roxanne", - "Roxie", - "Roxy", - "Roy", - "Royce", - "Rozanne", - "Rozella", - "Rubi", - "Rubie", - "Ruby", - "Rubye", - "Rudy", - "Rufina", - "Russell", - "Ruth", - "Rutha", - "Ruthann", - "Ruthanne", - "Ruthe", - "Ruthie", - "Ryan", - "Ryann", - "Sabina", - "Sabine", - "Sabra", - "Sabrina", - "Sacha", - "Sachiko", - "Sade", - "Sadie", - "Sadye", - "Sage", - "Salena", - "Salina", - "Salley", - "Sallie", - "Sally", - "Salome", - "Sam", - "Samantha", - "Samara", - "Samatha", - "Samella", - "Samira", - "Sammie", - "Sammy", - "Samuel", - "Sana", - "Sanda", - "Sandee", - "Sandi", - "Sandie", - "Sandra", - "Sandy", - "Sang", - "Sanjuana", - "Sanjuanita", - "Sanora", - "Santa", - "Santana", - "Santina", - "Santos", - "Sara", - "Sarah", - "Sarai", - "Saran", - "Sari", - "Sarina", - "Sarita", - "Sasha", - "Saturnina", - "Sau", - "Saundra", - "Savanna", - "Savannah", - "Scarlet", - "Scarlett", - "Scott", - "Scottie", - "Sean", - "Season", - "Sebrina", - "See", - "Seema", - "Selena", - "Selene", - "Selina", - "Selma", - "Sena", - "Senaida", - "September", - "Serafina", - "Serena", - "Serina", - "Serita", - "Setsuko", - "Sha", - "Shae", - "Shaina", - "Shakia", - "Shakira", - "Shakita", - "Shala", - "Shalanda", - "Shalon", - "Shalonda", - "Shameka", - "Shamika", - "Shan", - "Shana", - "Shanae", - "Shanda", - "Shandi", - "Shandra", - "Shane", - "Shaneka", - "Shanel", - "Shanell", - "Shanelle", - "Shani", - "Shanice", - "Shanika", - "Shaniqua", - "Shanita", - "Shanna", - "Shannan", - "Shannon", - "Shanon", - "Shanta", - "Shantae", - "Shantay", - "Shante", - "Shantel", - "Shantell", - "Shantelle", - "Shanti", - "Shaquana", - "Shaquita", - "Shara", - "Sharan", - "Sharda", - "Sharee", - "Sharell", - "Sharen", - "Shari", - "Sharice", - "Sharie", - "Sharika", - "Sharilyn", - "Sharita", - "Sharla", - "Sharleen", - "Sharlene", - "Sharmaine", - "Sharolyn", - "Sharon", - "Sharonda", - "Sharri", - "Sharron", - "Sharyl", - "Sharyn", - "Shasta", - "Shaun", - "Shauna", - "Shaunda", - "Shaunna", - "Shaunta", - "Shaunte", - "Shavon", - "Shavonda", - "Shavonne", - "Shawana", - "Shawanda", - "Shawanna", - "Shawn", - "Shawna", - "Shawnda", - "Shawnee", - "Shawnna", - "Shawnta", - "Shay", - "Shayla", - "Shayna", - "Shayne", - "Shea", - "Sheba", - "Sheena", - "Sheila", - "Sheilah", - "Shela", - "Shelba", - "Shelby", - "Shelia", - "Shella", - "Shelley", - "Shelli", - "Shellie", - "Shelly", - "Shemeka", - "Shemika", - "Shena", - "Shenika", - "Shenita", - "Shenna", - "Shera", - "Sheree", - "Sherell", - "Sheri", - "Sherice", - "Sheridan", - "Sherie", - "Sherika", - "Sherill", - "Sherilyn", - "Sherise", - "Sherita", - "Sherlene", - "Sherley", - "Sherly", - "Sherlyn", - "Sheron", - "Sherrell", - "Sherri", - "Sherrie", - "Sherril", - "Sherrill", - "Sherron", - "Sherry", - "Sherryl", - "Shery", - "Sheryl", - "Sheryll", - "Shiela", - "Shila", - "Shiloh", - "Shin", - "Shira", - "Shirely", - "Shirl", - "Shirlee", - "Shirleen", - "Shirlene", - "Shirley", - "Shirly", - "Shizue", - "Shizuko", - "Shona", - "Shonda", - "Shondra", - "Shonna", - "Shonta", - "Shoshana", - "Shu", - "Shyla", - "Sibyl", - "Sidney", - "Sierra", - "Signe", - "Sigrid", - "Silva", - "Silvana", - "Silvia", - "Sima", - "Simona", - "Simone", - "Simonne", - "Sina", - "Sindy", - "Siobhan", - "Sirena", - "Siu", - "Sixta", - "Skye", - "Slyvia", - "So", - "Socorro", - "Sofia", - "Soila", - "Sol", - "Solange", - "Soledad", - "Somer", - "Sommer", - "Son", - "Sona", - "Sondra", - "Song", - "Sonia", - "Sonja", - "Sonya", - "Soo", - "Sook", - "Soon", - "Sophia", - "Sophie", - "Soraya", - "Sparkle", - "Spring", - "Stacee", - "Stacey", - "Staci", - "Stacia", - "Stacie", - "Stacy", - "Star", - "Starla", - "Starr", - "Stasia", - "Stefani", - "Stefania", - "Stefanie", - "Stefany", - "Steffanie", - "Stella", - "Stepanie", - "Stephaine", - "Stephane", - "Stephani", - "Stephania", - "Stephanie", - "Stephany", - "Stephen", - "Stephenie", - "Stephine", - "Stephnie", - "Steven", - "Stevie", - "Stormy", - "Su", - "Suanne", - "Sudie", - "Sue", - "Sueann", - "Suellen", - "Suk", - "Sulema", - "Sumiko", - "Summer", - "Sun", - "Sunday", - "Sung", - "Sunni", - "Sunny", - "Sunshine", - "Susan", - "Susana", - "Susann", - "Susanna", - "Susannah", - "Susanne", - "Susie", - "Susy", - "Suzan", - "Suzann", - "Suzanna", - "Suzanne", - "Suzette", - "Suzi", - "Suzie", - "Suzy", - "Svetlana", - "Sybil", - "Syble", - "Sydney", - "Sylvia", - "Sylvie", - "Synthia", - "Syreeta", - "Ta", - "Tabatha", - "Tabetha", - "Tabitha", - "Tai", - "Taina", - "Taisha", - "Tajuana", - "Takako", - "Takisha", - "Talia", - "Talisha", - "Talitha", - "Tam", - "Tama", - "Tamala", - "Tamar", - "Tamara", - "Tamatha", - "Tambra", - "Tameika", - "Tameka", - "Tamekia", - "Tamela", - "Tamera", - "Tamesha", - "Tami", - "Tamica", - "Tamie", - "Tamika", - "Tamiko", - "Tamisha", - "Tammara", - "Tammera", - "Tammi", - "Tammie", - "Tammy", - "Tamra", - "Tana", - "Tandra", - "Tandy", - "Taneka", - "Tanesha", - "Tangela", - "Tania", - "Tanika", - "Tanisha", - "Tanja", - "Tanna", - "Tanya", - "Tara", - "Tarah", - "Taren", - "Tari", - "Tarra", - "Tarsha", - "Taryn", - "Tasha", - "Tashia", - "Tashina", - "Tasia", - "Tatiana", - "Tatum", - "Tatyana", - "Taunya", - "Tawana", - "Tawanda", - "Tawanna", - "Tawna", - "Tawny", - "Tawnya", - "Taylor", - "Tayna", - "Teena", - "Tegan", - "Teisha", - "Telma", - "Temeka", - "Temika", - "Tempie", - "Temple", - "Tena", - "Tenesha", - "Tenisha", - "Tennie", - "Tennille", - "Teodora", - "Teofila", - "Tequila", - "Tera", - "Tereasa", - "Teresa", - "Terese", - "Teresia", - "Teresita", - "Teressa", - "Teri", - "Terica", - "Terina", - "Terisa", - "Terra", - "Terrell", - "Terresa", - "Terri", - "Terrie", - "Terrilyn", - "Terry", - "Tesha", - "Tess", - "Tessa", - "Tessie", - "Thalia", - "Thanh", - "Thao", - "Thea", - "Theda", - "Thelma", - "Theo", - "Theodora", - "Theola", - "Theresa", - "Therese", - "Theresia", - "Theressa", - "Thersa", - "Thi", - "Thomas", - "Thomasena", - "Thomasina", - "Thomasine", - "Thora", - "Thresa", - "Thu", - "Thuy", - "Tia", - "Tiana", - "Tianna", - "Tiara", - "Tien", - "Tiera", - "Tierra", - "Tiesha", - "Tifany", - "Tiffaney", - "Tiffani", - "Tiffanie", - "Tiffany", - "Tiffiny", - "Tijuana", - "Tilda", - "Tillie", - "Timika", - "Timothy", - "Tina", - "Tinisha", - "Tiny", - "Tisa", - "Tish", - "Tisha", - "Tobi", - "Tobie", - "Toby", - "Toccara", - "Toi", - "Tomasa", - "Tomeka", - "Tomi", - "Tomika", - "Tomiko", - "Tommie", - "Tommy", - "Tommye", - "Tomoko", - "Tona", - "Tonda", - "Tonette", - "Toni", - "Tonia", - "Tonie", - "Tonisha", - "Tonita", - "Tonja", - "Tony", - "Tonya", - "Tora", - "Tori", - "Torie", - "Torri", - "Torrie", - "Tory", - "Tosha", - "Toshia", - "Toshiko", - "Tova", - "Towanda", - "Toya", - "Tracee", - "Tracey", - "Traci", - "Tracie", - "Tracy", - "Tran", - "Trang", - "Travis", - "Treasa", - "Treena", - "Trena", - "Tresa", - "Tressa", - "Tressie", - "Treva", - "Tricia", - "Trina", - "Trinh", - "Trinidad", - "Trinity", - "Trish", - "Trisha", - "Trista", - "Tristan", - "Troy", - "Trudi", - "Trudie", - "Trudy", - "Trula", - "Tu", - "Tula", - "Tuyet", - "Twana", - "Twanda", - "Twanna", - "Twila", - "Twyla", - "Tyesha", - "Tyisha", - "Tyler", - "Tynisha", - "Tyra", - "Ula", - "Ulrike", - "Un", - "Una", - "Ursula", - "Usha", - "Ute", - "Vada", - "Val", - "Valarie", - "Valda", - "Valencia", - "Valene", - "Valentina", - "Valentine", - "Valeri", - "Valeria", - "Valerie", - "Valery", - "Vallie", - "Valorie", - "Valrie", - "Van", - "Vanda", - "Vanesa", - "Vanessa", - "Vanetta", - "Vania", - "Vanita", - "Vanna", - "Vannesa", - "Vannessa", - "Vashti", - "Vasiliki", - "Veda", - "Velda", - "Velia", - "Vella", - "Velma", - "Velva", - "Velvet", - "Vena", - "Venessa", - "Venetta", - "Venice", - "Venita", - "Vennie", - "Venus", - "Veola", - "Vera", - "Verda", - "Verdell", - "Verdie", - "Verena", - "Vergie", - "Verla", - "Verlene", - "Verlie", - "Verline", - "Verna", - "Vernell", - "Vernetta", - "Vernia", - "Vernice", - "Vernie", - "Vernita", - "Vernon", - "Verona", - "Veronica", - "Veronika", - "Veronique", - "Versie", - "Vertie", - "Vesta", - "Veta", - "Vi", - "Vicenta", - "Vickey", - "Vicki", - "Vickie", - "Vicky", - "Victor", - "Victoria", - "Victorina", - "Vida", - "Viki", - "Vikki", - "Vilma", - "Vina", - "Vincenza", - "Vinita", - "Vinnie", - "Viola", - "Violet", - "Violeta", - "Violette", - "Virgen", - "Virgie", - "Virgil", - "Virgina", - "Virginia", - "Vita", - "Viva", - "Vivan", - "Vivian", - "Viviana", - "Vivien", - "Vivienne", - "Voncile", - "Vonda", - "Vonnie", - "Wai", - "Walter", - "Waltraud", - "Wan", - "Wanda", - "Waneta", - "Wanetta", - "Wanita", - "Wava", - "Wei", - "Wen", - "Wendi", - "Wendie", - "Wendolyn", - "Wendy", - "Wenona", - "Wesley", - "Whitley", - "Whitney", - "Wilda", - "Wilhelmina", - "Wilhemina", - "Willa", - "Willena", - "Willene", - "Willetta", - "Willette", - "Willia", - "William", - "Willie", - "Williemae", - "Willodean", - "Willow", - "Wilma", - "Windy", - "Winifred", - "Winnie", - "Winnifred", - "Winona", - "Winter", - "Wonda", - "Wynell", - "Wynona", - "Xenia", - "Xiao", - "Xiomara", - "Xochitl", - "Xuan", - "Yadira", - "Yaeko", - "Yael", - "Yahaira", - "Yajaira", - "Yan", - "Yang", - "Yanira", - "Yasmin", - "Yasmine", - "Yasuko", - "Yee", - "Yelena", - "Yen", - "Yer", - "Yesenia", - "Yessenia", - "Yetta", - "Yevette", - "Yi", - "Ying", - "Yoko", - "Yolanda", - "Yolande", - "Yolando", - "Yolonda", - "Yon", - "Yong", - "Yoshie", - "Yoshiko", - "Youlanda", - "Young", - "Yu", - "Yuette", - "Yuk", - "Yuki", - "Yukiko", - "Yuko", - "Yulanda", - "Yun", - "Yung", - "Yuonne", - "Yuri", - "Yuriko", - "Yvette", - "Yvone", - "Yvonne", - "Zada", - "Zaida", - "Zana", - "Zandra", - "Zelda", - "Zella", - "Zelma", - "Zena", - "Zenaida", - "Zenia", - "Zenobia", - "Zetta", - "Zina", - "Zita", - "Zoe", - "Zofia", - "Zoila", - "Zola", - "Zona", - "Zonia", - "Zora", - "Zoraida", - "Zula", - "Zulema", - "Zulma" - ], - "male_names": [ - "Aaron", - "Abdul", - "Abe", - "Abel", - "Abraham", - "Abram", - "Adalberto", - "Adam", - "Adan", - "Adolfo", - "Adolph", - "Adrian", - "Agustin", - "Ahmad", - "Ahmed", - "Al", - "Alan", - "Albert", - "Alberto", - "Alden", - "Aldo", - "Alec", - "Alejandro", - "Alex", - "Alexander", - "Alexis", - "Alfonso", - "Alfonzo", - "Alfred", - "Alfredo", - "Ali", - "Allan", - "Allen", - "Alonso", - "Alonzo", - "Alphonse", - "Alphonso", - "Alton", - "Alva", - "Alvaro", - "Alvin", - "Amado", - "Ambrose", - "Amos", - "Anderson", - "Andre", - "Andrea", - "Andreas", - "Andres", - "Andrew", - "Andy", - "Angel", - "Angelo", - "Anibal", - "Anthony", - "Antione", - "Antoine", - "Anton", - "Antone", - "Antonia", - "Antonio", - "Antony", - "Antwan", - "Archie", - "Arden", - "Ariel", - "Arlen", - "Arlie", - "Armand", - "Armando", - "Arnold", - "Arnoldo", - "Arnulfo", - "Aron", - "Arron", - "Art", - "Arthur", - "Arturo", - "Asa", - "Ashley", - "Aubrey", - "August", - "Augustine", - "Augustus", - "Aurelio", - "Austin", - "Avery", - "Barney", - "Barrett", - "Barry", - "Bart", - "Barton", - "Basil", - "Beau", - "Ben", - "Benedict", - "Benito", - "Benjamin", - "Bennett", - "Bennie", - "Benny", - "Benton", - "Bernard", - "Bernardo", - "Bernie", - "Berry", - "Bert", - "Bertram", - "Bill", - "Billie", - "Billy", - "Blaine", - "Blair", - "Blake", - "Bo", - "Bob", - "Bobbie", - "Bobby", - "Booker", - "Boris", - "Boyce", - "Boyd", - "Brad", - "Bradford", - "Bradley", - "Bradly", - "Brady", - "Brain", - "Branden", - "Brandon", - "Brant", - "Brendan", - "Brendon", - "Brent", - "Brenton", - "Bret", - "Brett", - "Brian", - "Brice", - "Britt", - "Brock", - "Broderick", - "Brooks", - "Bruce", - "Bruno", - "Bryan", - "Bryant", - "Bryce", - "Bryon", - "Buck", - "Bud", - "Buddy", - "Buford", - "Burl", - "Burt", - "Burton", - "Buster", - "Byron", - "Caleb", - "Calvin", - "Cameron", - "Carey", - "Carl", - "Carlo", - "Carlos", - "Carlton", - "Carmelo", - "Carmen", - "Carmine", - "Carol", - "Carrol", - "Carroll", - "Carson", - "Carter", - "Cary", - "Casey", - "Cecil", - "Cedric", - "Cedrick", - "Cesar", - "Chad", - "Chadwick", - "Chance", - "Chang", - "Charles", - "Charley", - "Charlie", - "Chas", - "Chase", - "Chauncey", - "Chester", - "Chet", - "Chi", - "Chong", - "Chris", - "Christian", - "Christoper", - "Christopher", - "Chuck", - "Chung", - "Clair", - "Clarence", - "Clark", - "Claud", - "Claude", - "Claudio", - "Clay", - "Clayton", - "Clement", - "Clemente", - "Cleo", - "Cletus", - "Cleveland", - "Cliff", - "Clifford", - "Clifton", - "Clint", - "Clinton", - "Clyde", - "Cody", - "Colby", - "Cole", - "Coleman", - "Colin", - "Collin", - "Colton", - "Columbus", - "Connie", - "Conrad", - "Cordell", - "Corey", - "Cornelius", - "Cornell", - "Cortez", - "Cory", - "Courtney", - "Coy", - "Craig", - "Cristobal", - "Cristopher", - "Cruz", - "Curt", - "Curtis", - "Cyril", - "Cyrus", - "Dale", - "Dallas", - "Dalton", - "Damian", - "Damien", - "Damion", - "Damon", - "Dan", - "Dana", - "Dane", - "Danial", - "Daniel", - "Danilo", - "Dannie", - "Danny", - "Dante", - "Darell", - "Daren", - "Darin", - "Dario", - "Darius", - "Darnell", - "Daron", - "Darrel", - "Darrell", - "Darren", - "Darrick", - "Darrin", - "Darron", - "Darryl", - "Darwin", - "Daryl", - "Dave", - "David", - "Davis", - "Dean", - "Deandre", - "Deangelo", - "Dee", - "Del", - "Delbert", - "Delmar", - "Delmer", - "Demarcus", - "Demetrius", - "Denis", - "Dennis", - "Denny", - "Denver", - "Deon", - "Derek", - "Derick", - "Derrick", - "Deshawn", - "Desmond", - "Devin", - "Devon", - "Dewayne", - "Dewey", - "Dewitt", - "Dexter", - "Dick", - "Diego", - "Dillon", - "Dino", - "Dion", - "Dirk", - "Domenic", - "Domingo", - "Dominic", - "Dominick", - "Dominique", - "Don", - "Donald", - "Dong", - "Donn", - "Donnell", - "Donnie", - "Donny", - "Donovan", - "Donte", - "Dorian", - "Dorsey", - "Doug", - "Douglas", - "Douglass", - "Doyle", - "Drew", - "Duane", - "Dudley", - "Duncan", - "Dustin", - "Dusty", - "Dwain", - "Dwayne", - "Dwight", - "Dylan", - "Earl", - "Earle", - "Earnest", - "Ed", - "Eddie", - "Eddy", - "Edgar", - "Edgardo", - "Edison", - "Edmond", - "Edmund", - "Edmundo", - "Eduardo", - "Edward", - "Edwardo", - "Edwin", - "Efrain", - "Efren", - "Elbert", - "Elden", - "Eldon", - "Eldridge", - "Eli", - "Elias", - "Elijah", - "Eliseo", - "Elisha", - "Elliot", - "Elliott", - "Ellis", - "Ellsworth", - "Elmer", - "Elmo", - "Eloy", - "Elroy", - "Elton", - "Elvin", - "Elvis", - "Elwood", - "Emanuel", - "Emerson", - "Emery", - "Emil", - "Emile", - "Emilio", - "Emmanuel", - "Emmett", - "Emmitt", - "Emory", - "Enoch", - "Enrique", - "Erasmo", - "Eric", - "Erich", - "Erick", - "Erik", - "Erin", - "Ernest", - "Ernesto", - "Ernie", - "Errol", - "Ervin", - "Erwin", - "Esteban", - "Ethan", - "Eugene", - "Eugenio", - "Eusebio", - "Evan", - "Everett", - "Everette", - "Ezekiel", - "Ezequiel", - "Ezra", - "Fabian", - "Faustino", - "Fausto", - "Federico", - "Felipe", - "Felix", - "Felton", - "Ferdinand", - "Fermin", - "Fernando", - "Fidel", - "Filiberto", - "Fletcher", - "Florencio", - "Florentino", - "Floyd", - "Forest", - "Forrest", - "Foster", - "Frances", - "Francesco", - "Francis", - "Francisco", - "Frank", - "Frankie", - "Franklin", - "Franklyn", - "Fred", - "Freddie", - "Freddy", - "Frederic", - "Frederick", - "Fredric", - "Fredrick", - "Freeman", - "Fritz", - "Gabriel", - "Gail", - "Gale", - "Galen", - "Garfield", - "Garland", - "Garret", - "Garrett", - "Garry", - "Garth", - "Gary", - "Gaston", - "Gavin", - "Gayle", - "Gaylord", - "Genaro", - "Gene", - "Geoffrey", - "George", - "Gerald", - "Geraldo", - "Gerard", - "Gerardo", - "German", - "Gerry", - "Gil", - "Gilbert", - "Gilberto", - "Gino", - "Giovanni", - "Giuseppe", - "Glen", - "Glenn", - "Gonzalo", - "Gordon", - "Grady", - "Graham", - "Graig", - "Grant", - "Granville", - "Greg", - "Gregg", - "Gregorio", - "Gregory", - "Grover", - "Guadalupe", - "Guillermo", - "Gus", - "Gustavo", - "Guy", - "Hai", - "Hal", - "Hank", - "Hans", - "Harlan", - "Harland", - "Harley", - "Harold", - "Harris", - "Harrison", - "Harry", - "Harvey", - "Hassan", - "Hayden", - "Haywood", - "Heath", - "Hector", - "Henry", - "Herb", - "Herbert", - "Heriberto", - "Herman", - "Herschel", - "Hershel", - "Hilario", - "Hilton", - "Hipolito", - "Hiram", - "Hobert", - "Hollis", - "Homer", - "Hong", - "Horace", - "Horacio", - "Hosea", - "Houston", - "Howard", - "Hoyt", - "Hubert", - "Huey", - "Hugh", - "Hugo", - "Humberto", - "Hung", - "Hunter", - "Hyman", - "Ian", - "Ignacio", - "Ike", - "Ira", - "Irvin", - "Irving", - "Irwin", - "Isaac", - "Isaiah", - "Isaias", - "Isiah", - "Isidro", - "Ismael", - "Israel", - "Isreal", - "Issac", - "Ivan", - "Ivory", - "Jacinto", - "Jack", - "Jackie", - "Jackson", - "Jacob", - "Jacques", - "Jae", - "Jaime", - "Jake", - "Jamaal", - "Jamal", - "Jamar", - "Jame", - "Jamel", - "James", - "Jamey", - "Jamie", - "Jamison", - "Jan", - "Jared", - "Jarod", - "Jarred", - "Jarrett", - "Jarrod", - "Jarvis", - "Jason", - "Jasper", - "Javier", - "Jay", - "Jayson", - "Jc", - "Jean", - "Jed", - "Jeff", - "Jefferey", - "Jefferson", - "Jeffery", - "Jeffrey", - "Jeffry", - "Jerald", - "Jeramy", - "Jere", - "Jeremiah", - "Jeremy", - "Jermaine", - "Jerold", - "Jerome", - "Jeromy", - "Jerrell", - "Jerrod", - "Jerrold", - "Jerry", - "Jess", - "Jesse", - "Jessie", - "Jesus", - "Jewel", - "Jewell", - "Jim", - "Jimmie", - "Jimmy", - "Joan", - "Joaquin", - "Jody", - "Joe", - "Joel", - "Joesph", - "Joey", - "John", - "Johnathan", - "Johnathon", - "Johnie", - "Johnnie", - "Johnny", - "Johnson", - "Jon", - "Jonah", - "Jonas", - "Jonathan", - "Jonathon", - "Jordan", - "Jordon", - "Jorge", - "Jose", - "Josef", - "Joseph", - "Josh", - "Joshua", - "Josiah", - "Jospeh", - "Josue", - "Juan", - "Jude", - "Judson", - "Jules", - "Julian", - "Julio", - "Julius", - "Junior", - "Justin", - "Kareem", - "Karl", - "Kasey", - "Keenan", - "Keith", - "Kelley", - "Kelly", - "Kelvin", - "Ken", - "Kendall", - "Kendrick", - "Keneth", - "Kenneth", - "Kennith", - "Kenny", - "Kent", - "Kenton", - "Kermit", - "Kerry", - "Keven", - "Kevin", - "Kieth", - "Kim", - "King", - "Kip", - "Kirby", - "Kirk", - "Korey", - "Kory", - "Kraig", - "Kris", - "Kristofer", - "Kristopher", - "Kurt", - "Kurtis", - "Kyle", - "Lacy", - "Lamar", - "Lamont", - "Lance", - "Landon", - "Lane", - "Lanny", - "Larry", - "Lauren", - "Laurence", - "Lavern", - "Laverne", - "Lawerence", - "Lawrence", - "Lazaro", - "Leandro", - "Lee", - "Leif", - "Leigh", - "Leland", - "Lemuel", - "Len", - "Lenard", - "Lenny", - "Leo", - "Leon", - "Leonard", - "Leonardo", - "Leonel", - "Leopoldo", - "Leroy", - "Les", - "Lesley", - "Leslie", - "Lester", - "Levi", - "Lewis", - "Lincoln", - "Lindsay", - "Lindsey", - "Lino", - "Linwood", - "Lionel", - "Lloyd", - "Logan", - "Lon", - "Long", - "Lonnie", - "Lonny", - "Loren", - "Lorenzo", - "Lou", - "Louie", - "Louis", - "Lowell", - "Loyd", - "Lucas", - "Luciano", - "Lucien", - "Lucio", - "Lucius", - "Luigi", - "Luis", - "Luke", - "Lupe", - "Luther", - "Lyle", - "Lyman", - "Lyndon", - "Lynn", - "Lynwood", - "Mac", - "Mack", - "Major", - "Malcolm", - "Malcom", - "Malik", - "Man", - "Manual", - "Manuel", - "Marc", - "Marcel", - "Marcelino", - "Marcellus", - "Marcelo", - "Marco", - "Marcos", - "Marcus", - "Margarito", - "Maria", - "Mariano", - "Mario", - "Marion", - "Mark", - "Markus", - "Marlin", - "Marlon", - "Marquis", - "Marshall", - "Martin", - "Marty", - "Marvin", - "Mary", - "Mason", - "Mathew", - "Matt", - "Matthew", - "Maurice", - "Mauricio", - "Mauro", - "Max", - "Maximo", - "Maxwell", - "Maynard", - "Mckinley", - "Mel", - "Melvin", - "Merle", - "Merlin", - "Merrill", - "Mervin", - "Micah", - "Michael", - "Michal", - "Michale", - "Micheal", - "Michel", - "Mickey", - "Miguel", - "Mike", - "Mikel", - "Milan", - "Miles", - "Milford", - "Millard", - "Milo", - "Milton", - "Minh", - "Miquel", - "Mitch", - "Mitchel", - "Mitchell", - "Modesto", - "Mohamed", - "Mohammad", - "Mohammed", - "Moises", - "Monroe", - "Monte", - "Monty", - "Morgan", - "Morris", - "Morton", - "Mose", - "Moses", - "Moshe", - "Murray", - "Myles", - "Myron", - "Napoleon", - "Nathan", - "Nathanael", - "Nathanial", - "Nathaniel", - "Neal", - "Ned", - "Neil", - "Nelson", - "Nestor", - "Neville", - "Newton", - "Nicholas", - "Nick", - "Nickolas", - "Nicky", - "Nicolas", - "Nigel", - "Noah", - "Noble", - "Noe", - "Noel", - "Nolan", - "Norbert", - "Norberto", - "Norman", - "Normand", - "Norris", - "Numbers", - "Octavio", - "Odell", - "Odis", - "Olen", - "Olin", - "Oliver", - "Ollie", - "Omar", - "Omer", - "Oren", - "Orlando", - "Orval", - "Orville", - "Oscar", - "Osvaldo", - "Oswaldo", - "Otha", - "Otis", - "Otto", - "Owen", - "Pablo", - "Palmer", - "Paris", - "Parker", - "Pasquale", - "Pat", - "Patricia", - "Patrick", - "Paul", - "Pedro", - "Percy", - "Perry", - "Pete", - "Peter", - "Phil", - "Philip", - "Phillip", - "Pierre", - "Porfirio", - "Porter", - "Preston", - "Prince", - "Quentin", - "Quincy", - "Quinn", - "Quintin", - "Quinton", - "Rafael", - "Raleigh", - "Ralph", - "Ramiro", - "Ramon", - "Randal", - "Randall", - "Randell", - "Randolph", - "Randy", - "Raphael", - "Rashad", - "Raul", - "Ray", - "Rayford", - "Raymon", - "Raymond", - "Raymundo", - "Reed", - "Refugio", - "Reggie", - "Reginald", - "Reid", - "Reinaldo", - "Renaldo", - "Renato", - "Rene", - "Reuben", - "Rex", - "Rey", - "Reyes", - "Reynaldo", - "Rhett", - "Ricardo", - "Rich", - "Richard", - "Richie", - "Rick", - "Rickey", - "Rickie", - "Ricky", - "Rico", - "Rigoberto", - "Riley", - "Rob", - "Robbie", - "Robby", - "Robert", - "Roberto", - "Robin", - "Robt", - "Rocco", - "Rocky", - "Rod", - "Roderick", - "Rodger", - "Rodney", - "Rodolfo", - "Rodrick", - "Rodrigo", - "Rogelio", - "Roger", - "Roland", - "Rolando", - "Rolf", - "Rolland", - "Roman", - "Romeo", - "Ron", - "Ronald", - "Ronnie", - "Ronny", - "Roosevelt", - "Rory", - "Rosario", - "Roscoe", - "Rosendo", - "Ross", - "Roy", - "Royal", - "Royce", - "Ruben", - "Rubin", - "Rudolf", - "Rudolph", - "Rudy", - "Rueben", - "Rufus", - "Rupert", - "Russ", - "Russel", - "Russell", - "Rusty", - "Ryan", - "Sal", - "Salvador", - "Salvatore", - "Sam", - "Sammie", - "Sammy", - "Samual", - "Samuel", - "Sandy", - "Sanford", - "Sang", - "Santiago", - "Santo", - "Santos", - "Saul", - "Scot", - "Scott", - "Scottie", - "Scotty", - "Sean", - "Sebastian", - "Sergio", - "Seth", - "Seymour", - "Shad", - "Shane", - "Shannon", - "Shaun", - "Shawn", - "Shayne", - "Shelby", - "Sheldon", - "Shelton", - "Sherman", - "Sherwood", - "Shirley", - "Shon", - "Sid", - "Sidney", - "Silas", - "Simon", - "Sol", - "Solomon", - "Son", - "Sonny", - "Spencer", - "Stacey", - "Stacy", - "Stan", - "Stanford", - "Stanley", - "Stanton", - "Stefan", - "Stephan", - "Stephen", - "Sterling", - "Steve", - "Steven", - "Stevie", - "Stewart", - "Stuart", - "Sung", - "Sydney", - "Sylvester", - "Tad", - "Tanner", - "Taylor", - "Ted", - "Teddy", - "Teodoro", - "Terence", - "Terrance", - "Terrell", - "Terrence", - "Terry", - "Thad", - "Thaddeus", - "Thanh", - "Theo", - "Theodore", - "Theron", - "Thomas", - "Thurman", - "Tim", - "Timmy", - "Timothy", - "Titus", - "Tobias", - "Toby", - "Tod", - "Todd", - "Tom", - "Tomas", - "Tommie", - "Tommy", - "Toney", - "Tony", - "Tory", - "Tracey", - "Tracy", - "Travis", - "Trent", - "Trenton", - "Trevor", - "Trey", - "Trinidad", - "Tristan", - "Troy", - "Truman", - "Tuan", - "Ty", - "Tyler", - "Tyree", - "Tyrell", - "Tyron", - "Tyrone", - "Tyson", - "Ulysses", - "Val", - "Valentin", - "Valentine", - "Van", - "Vance", - "Vaughn", - "Vern", - "Vernon", - "Vicente", - "Victor", - "Vince", - "Vincent", - "Vincenzo", - "Virgil", - "Virgilio", - "Vito", - "Von", - "Wade", - "Waldo", - "Walker", - "Wallace", - "Wally", - "Walter", - "Walton", - "Ward", - "Warner", - "Warren", - "Waylon", - "Wayne", - "Weldon", - "Wendell", - "Werner", - "Wes", - "Wesley", - "Weston", - "Whitney", - "Wilber", - "Wilbert", - "Wilbur", - "Wilburn", - "Wiley", - "Wilford", - "Wilfred", - "Wilfredo", - "Will", - "Willard", - "William", - "Williams", - "Willian", - "Willie", - "Willis", - "Willy", - "Wilmer", - "Wilson", - "Wilton", - "Winford", - "Winfred", - "Winston", - "Wm", - "Woodrow", - "Wyatt", - "Xavier", - "Yong", - "Young", - "Zachariah", - "Zachary", - "Zachery", - "Zack", - "Zackary", - "Zane" - ] -} \ No newline at end of file diff --git a/config/computercraft-client.toml b/config/computercraft-client.toml deleted file mode 100644 index 9a2ca89..0000000 --- a/config/computercraft-client.toml +++ /dev/null @@ -1,12 +0,0 @@ -#The renderer to use for monitors. Generally this should be kept at "best" - if -#monitors have performance issues, you may wish to experiment with alternative -#renderers. -#Allowed Values: BEST, TBO, VBO -monitor_renderer = "BEST" -#The maximum distance monitors will render at. This defaults to the standard tile -#entity limit, but may be extended if you wish to build larger monitors. -#Range: 16 ~ 1024 -monitor_distance = 64 -#The delay in seconds after which we'll notify about unhandled imports. Set to 0 to disable. -#Range: 0 ~ 60 -upload_nag_delay = 5 diff --git a/config/computercraft-server.toml b/config/computercraft-server.toml deleted file mode 100644 index 2eb09ef..0000000 --- a/config/computercraft-server.toml +++ /dev/null @@ -1,220 +0,0 @@ -#The disk space limit for computers and turtles, in bytes. -computer_space_limit = 1000000 -#The disk space limit for floppy disks, in bytes. -floppy_space_limit = 125000 -#The file upload size limit, in bytes. Must be in range of 1 KiB and 16 MiB. -#Keep in mind that uploads are processed in a single tick - large files or -#poor network performance can stall the networking thread. And mind the disk space! -#Range: 1024 ~ 16777216 -upload_max_size = 524288 -#Set how many files a computer can have open at the same time. Set to 0 for unlimited. -#Range: > 0 -maximum_open_files = 128 -#A comma separated list of default system settings to set on new computers. -#Example: "shell.autocomplete=false,lua.autocomplete=false,edit.autocomplete=false" -#will disable all autocompletion. -default_computer_settings = "" -#Log exceptions thrown by peripherals and other Lua objects. This makes it easier -#for mod authors to debug problems, but may result in log spam should people use -#buggy methods. -log_computer_errors = true -#Require players to be in creative mode and be opped in order to interact with -#command computers. This is the default behaviour for vanilla's Command blocks. -command_require_creative = true -#A list of generic methods or method sources to disable. Generic methods are -#methods added to a block/block entity when there is no explicit peripheral -#provider. This includes inventory methods (i.e. inventory.getItemDetail, -#inventory.pushItems), and (if on Forge), the fluid_storage and energy_storage -#methods. -#Methods in this list can either be a whole group of methods (computercraft:inventory) -#or a single method (computercraft:inventory#pushItems). -# -disabled_generic_methods = [] - -#Controls execution behaviour of computers. This is largely intended for -#fine-tuning servers, and generally shouldn't need to be touched. -[execution] - #Set the number of threads computers can run on. A higher number means more - #computers can run at once, but may induce lag. Please note that some mods may - #not work with a thread count higher than 1. Use with caution. - #Range: > 1 - computer_threads = 1 - #The maximum time that can be spent executing tasks in a single tick, in - #milliseconds. - #Note, we will quite possibly go over this limit, as there's no way to tell how - #long a will take - this aims to be the upper bound of the average time. - #Range: > 1 - max_main_global_time = 10 - #The ideal maximum time a computer can execute for in a tick, in milliseconds. - #Note, we will quite possibly go over this limit, as there's no way to tell how - #long a will take - this aims to be the upper bound of the average time. - #Range: > 1 - max_main_computer_time = 5 - -#Controls the HTTP API -[http] - #Enable the "http" API on Computers. Disabling this also disables the "pastebin" and - #"wget" programs, that many users rely on. It's recommended to leave this on and use - #the "rules" config option to impose more fine-grained control. - enabled = true - #Enable use of http websockets. This requires the "http_enable" option to also be true. - websocket_enabled = true - #The number of http requests a computer can make at one time. Additional requests - #will be queued, and sent when the running requests have finished. Set to 0 for - #unlimited. - #Range: > 0 - max_requests = 16 - #The number of websockets a computer can have open at one time. - #Range: > 1 - max_websockets = 4 - - #Limits bandwidth used by computers. - [http.bandwidth] - #The number of bytes which can be downloaded in a second. This is shared across all computers. (bytes/s). - #Range: > 1 - global_download = 33554432 - #The number of bytes which can be uploaded in a second. This is shared across all computers. (bytes/s). - #Range: > 1 - global_upload = 33554432 - - #Tunnels HTTP and websocket requests through a proxy server. Only affects HTTP - #rules with "use_proxy" set to true (off by default). - #If authentication is required for the proxy, create a "computercraft-proxy.pw" - #file in the same directory as "computercraft-server.toml", containing the - #username and password separated by a colon, e.g. "myuser:mypassword". For - #SOCKS4 proxies only the username is required. - [http.proxy] - #The type of proxy to use. - #Allowed Values: HTTP, HTTPS, SOCKS4, SOCKS5 - type = "HTTP" - #The hostname or IP address of the proxy server. - host = "" - #The port of the proxy server. - #Range: 1 ~ 65536 - port = 8080 - - #A list of rules which control behaviour of the "http" API for specific domains or - #IPs. Each rule matches against a hostname and an optional port, and then sets several - #properties for the request. Rules are evaluated in order, meaning earlier rules override - #later ones. - # - #Valid properties: - # - "host" (required): The domain or IP address this rule matches. This may be a domain name - # ("pastebin.com"), wildcard ("*.pastebin.com") or CIDR notation ("127.0.0.0/8"). - # - "port" (optional): Only match requests for a specific port, such as 80 or 443. - # - # - "action" (optional): Whether to allow or deny this request. - # - "max_download" (optional): The maximum size (in bytes) that a computer can download in this - # request. - # - "max_upload" (optional): The maximum size (in bytes) that a computer can upload in a this request. - # - "max_websocket_message" (optional): The maximum size (in bytes) that a computer can send or - # receive in one websocket packet. - # - "use_proxy" (optional): Enable use of the HTTP/SOCKS proxy if it is configured. - [[http.rules]] - #The magic "$private" host matches all private address ranges, such as localhost and 192.168.0.0/16. - #This rule prevents computers accessing internal services, and is strongly recommended. - host = "$private" - #Deny all requests to private IP addresses. - action = "deny" - #A list of rules which control behaviour of the "http" API for specific domains or - #IPs. Each rule matches against a hostname and an optional port, and then sets several - #properties for the request. Rules are evaluated in order, meaning earlier rules override - #later ones. - # - #Valid properties: - # - "host" (required): The domain or IP address this rule matches. This may be a domain name - # ("pastebin.com"), wildcard ("*.pastebin.com") or CIDR notation ("127.0.0.0/8"). - # - "port" (optional): Only match requests for a specific port, such as 80 or 443. - # - # - "action" (optional): Whether to allow or deny this request. - # - "max_download" (optional): The maximum size (in bytes) that a computer can download in this - # request. - # - "max_upload" (optional): The maximum size (in bytes) that a computer can upload in a this request. - # - "max_websocket_message" (optional): The maximum size (in bytes) that a computer can send or - # receive in one websocket packet. - # - "use_proxy" (optional): Enable use of the HTTP/SOCKS proxy if it is configured. - [[http.rules]] - #The wildcard "*" rule matches all remaining hosts. - host = "*" - #The maximum size (in bytes) that a computer can upload in a single request. This - #includes headers and POST text. - max_upload = 4194304 - #Allow all non-denied hosts. - action = "allow" - #Enable use of the HTTP/SOCKS proxy if it is configured. - use_proxy = false - #The maximum size (in bytes) that a computer can send or receive in one websocket packet. - max_websocket_message = 131072 - #The maximum size (in bytes) that a computer can download in a single request. - #Note that responses may receive more data than allowed, but this data will not - #be returned to the client. - max_download = 16777216 - -#Various options relating to peripherals. -[peripheral] - #Enable Command Block peripheral support - command_block_enabled = false - #The range of Wireless Modems at low altitude in clear weather, in meters. - #Range: 0 ~ 100000 - modem_range = 64 - #The range of Wireless Modems at maximum altitude in clear weather, in meters. - #Range: 0 ~ 100000 - modem_high_altitude_range = 384 - #The range of Wireless Modems at low altitude in stormy weather, in meters. - #Range: 0 ~ 100000 - modem_range_during_storm = 64 - #The range of Wireless Modems at maximum altitude in stormy weather, in meters. - #Range: 0 ~ 100000 - modem_high_altitude_range_during_storm = 384 - #Maximum amount of notes a speaker can play at once. - #Range: > 1 - max_notes_per_tick = 8 - #The limit to how much monitor data can be sent *per tick*. Note: - # - Bandwidth is measured before compression, so the data sent to the client is - # smaller. - # - This ignores the number of players a packet is sent to. Updating a monitor for - # one player consumes the same bandwidth limit as sending to 20. - # - A full sized monitor sends ~25kb of data. So the default (1MB) allows for ~40 - # monitors to be updated in a single tick. - #Set to 0 to disable. - #Range: > 0 - monitor_bandwidth = 1000000 - -#Various options relating to turtles. -[turtle] - #Set whether Turtles require fuel to move. - need_fuel = true - #The fuel limit for Turtles. - #Range: > 0 - normal_fuel_limit = 20000 - #The fuel limit for Advanced Turtles. - #Range: > 0 - advanced_fuel_limit = 100000 - #If set to true, Turtles will push entities out of the way instead of stopping if - #there is space to do so. - can_push = true - -#Configure the size of various computer's terminals. -#Larger terminals require more bandwidth, so use with care. -[term_sizes] - - #Terminal size of computers. - [term_sizes.computer] - #Range: 1 ~ 255 - width = 51 - #Range: 1 ~ 255 - height = 19 - - #Terminal size of pocket computers. - [term_sizes.pocket_computer] - #Range: 1 ~ 255 - width = 26 - #Range: 1 ~ 255 - height = 20 - - #Maximum size of monitors (in blocks). - [term_sizes.monitor] - #Range: 1 ~ 32 - width = 8 - #Range: 1 ~ 32 - height = 6 diff --git a/config/concentration-client.toml b/config/concentration-client.toml deleted file mode 100644 index 26eb8b2..0000000 --- a/config/concentration-client.toml +++ /dev/null @@ -1,20 +0,0 @@ -[concentration] - #Whether the window size and pos is customized - customized = false - #Whether the window pos should related to the monitor - related = false - #X coordinate - #Range: > -2147483648 - x = 0 - #Y coordinate - #Range: > -2147483648 - y = 0 - #Width - #Range: > 1 - width = 800 - #Height - #Range: > 1 - height = 600 - #Fullscreen mode - #Allowed Values: BORDERLESS, NATIVE - fullscreen = "BORDERLESS" diff --git a/config/connector.json b/config/connector.json deleted file mode 100644 index 11e7a82..0000000 --- a/config/connector.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 1, - "hiddenMods": [], - "globalModAliases": { - "cloth_config": "cloth-config2", - "playeranimator": "player-animator" - } -} \ No newline at end of file diff --git a/config/connectorextras_energy_bridge-common.toml b/config/connectorextras_energy_bridge-common.toml deleted file mode 100644 index a83fb27..0000000 --- a/config/connectorextras_energy_bridge-common.toml +++ /dev/null @@ -1,7 +0,0 @@ -[general] - #The amount of FE (Forge Energy) converted from 1 E (Team Reborn Energy). Setting the value to 0 disables this conversion. - #Range: > 0 - fabricToForgeEnergy = 10 - #The amount of FE (Forge Energy) required for 1 E (Team Reborn Energy). Setting the value to 0 disables this conversion. - #Range: > 0 - forgeToFabricEnergy = 10 diff --git a/config/craftpresence.json b/config/craftpresence.json deleted file mode 100644 index f8a3db6..0000000 --- a/config/craftpresence.json +++ /dev/null @@ -1,150 +0,0 @@ -{ - "_schemaVersion": 6, - "_lastMCVersionId": 767, - "generalSettings": { - "detectATLauncherInstance": false, - "detectCurseManifest": false, - "detectMultiMCManifest": false, - "detectMCUpdaterInstance": false, - "detectTechnicPack": false, - "detectModrinthPack": true, - "detectBiomeData": true, - "detectDimensionData": true, - "detectWorldData": true, - "clientId": "1288483938079080470", - "defaultIcon": "icon", - "enableJoinRequests": false, - "preferredClientLevel": 3, - "resetTimeOnInit": false, - "autoRegister": false - }, - "biomeSettings": { - "fallbackBiomeIcon": "icon", - "biomeData": { - "default": { - "textOverride": "Playing in {biome.name}" - } - } - }, - "dimensionSettings": { - "fallbackDimensionIcon": "icon", - "dimensionData": { - "default": { - "textOverride": "In the {dimension.name}" - } - } - }, - "serverSettings": { - "fallbackServerIcon": "icon", - "fallbackServerName": "Minecraft Server", - "fallbackServerMotd": "A Minecraft Server", - "serverData": { - "default": { - "textOverride": "Playing on {server.motd.raw}" - } - } - }, - "statusMessages": { - "mainMenuData": { - "textOverride": "In the Main Menu" - }, - "loadingData": { - "textOverride": "Loading..." - }, - "lanData": { - "textOverride": "Playing on a LAN Server" - }, - "singleplayerData": { - "textOverride": "Playing Singleplayer" - }, - "realmData": { - "textOverride": "Playing on {server.motd.raw}" - } - }, - "advancedSettings": { - "enablePerGui": false, - "enablePerItem": false, - "enablePerEntity": false, - "formatWords": true, - "debugMode": false, - "verboseMode": false, - "refreshRate": 2, - "allowPlaceholderPreviews": false, - "guiSettings": { - "fallbackGuiIcon": "icon", - "guiData": { - "default": { - "textOverride": "In {screen.name}" - } - } - }, - "itemMessages": { - "default": "Holding {item.message.holding}" - }, - "entitySettings": { - "fallbackEntityIcon": "icon", - "targetData": { - "default": { - "textOverride": "Targeting {entity.target.name}" - } - }, - "ridingData": { - "default": { - "textOverride": "Riding {entity.riding.name}" - } - } - }, - "allowEndpointIcons": true, - "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", - "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", - "allowDuplicatePackets": false, - "maxConnectionAttempts": 10, - "enableClassGraph": false - }, - "accessibilitySettings": { - "languageId": "en_us", - "stripTranslationColors": false, - "stripTranslationFormatting": false, - "stripExtraGuiElements": false, - "configKeyCode": 96 - }, - "displaySettings": { - "presenceData": { - "enabled": true, - "useAsMain": false, - "isInstance": false, - "activityType": 0, - "partyPrivacy": 1, - "details": "{getFirst(menu.message, dimension.message)}", - "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", - "largeImageKey": "{getFirst(menu.icon, dimension.icon)}", - "largeImageText": "{getFirst(menu.message, dimension.message)}", - "smallImageKey": "modrinth", - "smallImageText": "Available on modrinth!", - "startTimestamp": "{data.general.time}", - "endTimestamp": "", - "buttons": { - "default": { - "label": "Show modpack", - "url": "https://modrinth.com/modpack/boundless" - } - } - }, - "dynamicIcons": { - "default": "https://via.placeholder.com/256.png", - "Vaporvee": "https://mc-heads.net/avatar/f396e2b9cbb146a0bb7296898a1ca44d" - }, - "dynamicVariables": { - "default": "Example Text", - "mods": "{general.mods} Mod(s)", - "player_info_coordinate": "At {player.position.x}, {player.position.z}", - "players": "{server.players.current} / {server.players.max} Players", - "player_info_in": "({custom.player_info.health})", - "player_info_items": "Items: {item.main_hand.message}", - "player_info_out": "As {player.name}", - "player_info_health": "Health: {player.health.current}/{player.health.max}", - "world_info": "On {world.name}", - "pack": "Boundless Horizon" - } - } -} \ No newline at end of file diff --git a/config/creeperoverhaul.jsonc b/config/creeperoverhaul.jsonc deleted file mode 100644 index f5f7ee7..0000000 --- a/config/creeperoverhaul.jsonc +++ /dev/null @@ -1,42 +0,0 @@ -{ - // The version of the config file. Do not change this unless you know what you are doing. - "rconfig:version": 0, - // Changes the Creeper Overhaul creepers to destroy blocks or not. - "destroyBlocks": true, - "spawning": { - // Change the Creeper Overhaul creepers to spawn or not. - "allowSpawning": true, - // Change the Jungle Creeper to spawn or not. - "allowJungleCreeperSpawning": true, - // Change the Bamboo Creeper to spawn or not. - "allowBambooCreeperSpawning": true, - // Change the Desert Creeper to spawn or not. - "allowDesertCreeperSpawning": true, - // Change the Badlands Creeper to spawn or not. - "allowBadlandsCreeperSpawning": true, - // Change the Hills Creeper to spawn or not. - "allowHillsCreeperSpawning": true, - // Change the Savannah Creeper to spawn or not. - "allowSavannahCreeperSpawning": true, - // Change the Mushroom Creeper to spawn or not. - "allowMushroomCreeperSpawning": true, - // Change the Swamp Creeper to spawn or not. - "allowSwampCreeperSpawning": true, - // Change the Dripstone Creeper to spawn or not. - "allowDripstoneCreeperSpawning": true, - // Change the Cave Creeper to spawn or not. - "allowCaveCreeperSpawning": true, - // Change the Dark Oak Creeper to spawn or not. - "allowDarkOakCreeperSpawning": true, - // Change the Spruce Creeper to spawn or not. - "allowSpruceCreeperSpawning": true, - // Change the Beach Creeper to spawn or not. - "allowBeachCreeperSpawning": true, - // Change the Snowy Creeper to spawn or not. - "allowSnowyCreeperSpawning": true, - // Change the Ocean Creeper to spawn or not. - "allowOceanCreeperSpawning": true, - // Change the Birch Creeper to spawn or not. - "allowBirchCreeperSpawning": true - } -} \ No newline at end of file diff --git a/config/crepperoverhaul-client.jsonc b/config/crepperoverhaul-client.jsonc deleted file mode 100644 index 924c853..0000000 --- a/config/crepperoverhaul-client.jsonc +++ /dev/null @@ -1,11 +0,0 @@ -{ - // The version of the config file. Do not change this unless you know what you are doing. - "rconfig:version": 0, - /* - * Change the Vanilla Creeper to a new and improved texture with better animations. - * §cNote: Restart required to see changes. - */ - "replaceDefaultCreeper": true, - // Shows your cosmetic on your player for others. - "showCosmetic": true -} \ No newline at end of file diff --git a/config/cristellib/minecraftED.json5 b/config/cristellib/minecraftED.json5 deleted file mode 100644 index 3d86d2c..0000000 --- a/config/cristellib/minecraftED.json5 +++ /dev/null @@ -1,75 +0,0 @@ -/* - This config file makes it possible to switch off any Minecraft structure. - To disable a structure, simply set the value of that structure to "false". - To change the rarity of a structure category, use the other file in the folder. -*/ -{ - "igloos": { - "igloo": true - }, - "desert_pyramids": { - "desert_pyramid": true - }, - "end_cities": { - "end_city": true - }, - "ocean_ruins": { - "ocean_ruin_cold": true, - "ocean_ruin_warm": true - }, - "shipwrecks": { - "shipwreck": true, - "shipwreck_beached": true - }, - "woodland_mansions": { - "mansion": true - }, - "ancient_cities": { - "ancient_city": true - }, - "buried_treasures": { - "buried_treasure": true - }, - "villages": { - "village_plains": true, - "village_desert": true, - "village_savanna": true, - "village_snowy": true, - "village_taiga": true - }, - "nether_complexes": { - "fortress": true, - "bastion_remnant": true - }, - "ocean_monuments": { - "monument": true - }, - "jungle_temples": { - "jungle_pyramid": true - }, - "nether_fossils": { - "nether_fossil": true - }, - "mineshafts": { - "mineshaft": true, - "mineshaft_mesa": true - }, - "pillager_outposts": { - "pillager_outpost": true - }, - "swamp_huts": { - "swamp_hut": true - }, - "strongholds": { - "stronghold": true - }, - "ruined_portals": { - "ruined_portal": true, - "ruined_portal_desert": true, - "ruined_portal_jungle": true, - "ruined_portal_swamp": true, - "ruined_portal_mountain": true, - "ruined_portal_ocean": true, - "ruined_portal_nether": true - } -} \ No newline at end of file diff --git a/config/cristellib/minecraftP.json5 b/config/cristellib/minecraftP.json5 deleted file mode 100644 index 3d62c1e..0000000 --- a/config/cristellib/minecraftP.json5 +++ /dev/null @@ -1,96 +0,0 @@ -/* -This config file makes it possible to change the spacing, separation, salt (and frequency) of Minecraft's structure sets. - SPACING --- controls how far a structure can be from others of its kind - SEPARATION --- controls how close to each other two structures of the same type can be. -KEEP IN MIND THAT SPACING ALWAYS NEEDS TO BE HIGHER THAN SEPARATION. -*/ -{ - "igloos": { - "spacing": 32, - "separation": 8, - "salt": 14357618 - }, - "desert_pyramids": { - "spacing": 32, - "separation": 8, - "salt": 14357617 - }, - "end_cities": { - "spacing": 20, - "separation": 11, - "salt": 10387313 - }, - "ocean_ruins": { - "spacing": 20, - "separation": 8, - "salt": 14357621 - }, - "shipwrecks": { - "spacing": 24, - "separation": 4, - "salt": 165745295 - }, - "woodland_mansions": { - "spacing": 80, - "separation": 20, - "salt": 10387319 - }, - "ancient_cities": { - "spacing": 24, - "separation": 8, - "salt": 20083232 - }, - "buried_treasures": { - "spacing": 1, - "separation": 0, - "frequency": 0.01, - "salt": 0 - }, - "villages": { - "spacing": 34, - "separation": 8, - "salt": 10387312 - }, - "nether_complexes": { - "spacing": 27, - "separation": 4, - "salt": 30084232 - }, - "ocean_monuments": { - "spacing": 32, - "separation": 5, - "salt": 10387313 - }, - "jungle_temples": { - "spacing": 32, - "separation": 8, - "salt": 14357619 - }, - "nether_fossils": { - "spacing": 2, - "separation": 1, - "salt": 14357921 - }, - "mineshafts": { - "spacing": 1, - "separation": 0, - "frequency": 0.004, - "salt": 0 - }, - "pillager_outposts": { - "spacing": 32, - "separation": 8, - "frequency": 0.2, - "salt": 165745296 - }, - "swamp_huts": { - "spacing": 32, - "separation": 8, - "salt": 14357620 - }, - "ruined_portals": { - "spacing": 40, - "separation": 15, - "salt": 34222645 - } -} \ No newline at end of file diff --git a/config/cucumber-client.toml b/config/cucumber-client.toml deleted file mode 100644 index 9c9a454..0000000 --- a/config/cucumber-client.toml +++ /dev/null @@ -1,6 +0,0 @@ -#General configuration options. -[General] - #Enable tag list tooltips for blocks/items? - tagTooltips = true - #Enable Data Component tooltips for items? - dataComponentTooltips = false diff --git a/config/cucumber-common.toml b/config/cucumber-common.toml deleted file mode 100644 index 19aa7d3..0000000 --- a/config/cucumber-common.toml +++ /dev/null @@ -1,6 +0,0 @@ -#General configuration options. -[General] - #Mod ids (in order) to prioritize using items for when generating the cucumber-tags.json file. - modTagPriorities = ["thermal", "mekanism", "tconstruct", "immersiveengineering", "appliedenergistics2"] - #If enabled, any tags in the cucumber-tags.json file set to items that don't exist will be refreshed if possible. - autoRefreshTagOptions = true diff --git a/config/cucumber-tags.json b/config/cucumber-tags.json deleted file mode 100644 index 63e7e50..0000000 --- a/config/cucumber-tags.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "__comment": "Instructions: https://blakesmods.com/docs/cucumber/tags-config" -} \ No newline at end of file diff --git a/config/custommachinery.toml b/config/custommachinery.toml deleted file mode 100644 index fed16e0..0000000 --- a/config/custommachinery.toml +++ /dev/null @@ -1,9 +0,0 @@ -logMissingOptional = false -logFirstEitherError = false -debugLevel = "INFO" -boxRenderTime = 10000 -structureRenderTime = 10000 -blockTagCycleTime = 1000 -itemSlotCycleTime = 1000 -needAdvancedInfoForRecipeID = true -modelFolders = ["machine", "machines"] diff --git a/config/cycletitlescreensplash.json5 b/config/cycletitlescreensplash.json5 deleted file mode 100644 index d531bb8..0000000 --- a/config/cycletitlescreensplash.json5 +++ /dev/null @@ -1,5 +0,0 @@ -{ - // How many ticks in between splash changes when on the title screen. 1 second = 20 ticks - // min: 1, max: 72000 - "ticksBetweenSplashCycle": 100 -} \ No newline at end of file diff --git a/config/defaultoptions-common.toml b/config/defaultoptions-common.toml deleted file mode 100644 index 33e3bbf..0000000 --- a/config/defaultoptions-common.toml +++ /dev/null @@ -1,5 +0,0 @@ -#The default difficulty selected for newly created worlds. -#Allowed Values: PEACEFUL, EASY, NORMAL, HARD -defaultDifficulty = "NORMAL" -#Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option? -lockDifficulty = false diff --git a/config/defaultoptions/keybindings.txt b/config/defaultoptions/keybindings.txt deleted file mode 100644 index b93a545..0000000 --- a/config/defaultoptions/keybindings.txt +++ /dev/null @@ -1,136 +0,0 @@ -key_key.attack:key.mouse.left: -key_key.use:key.mouse.right: -key_key.forward:key.keyboard.w: -key_key.left:key.keyboard.a: -key_key.back:key.keyboard.s: -key_key.right:key.keyboard.d: -key_key.jump:key.keyboard.space: -key_key.sneak:key.keyboard.left.shift: -key_key.sprint:key.keyboard.left.control: -key_key.drop:key.keyboard.q: -key_key.inventory:key.keyboard.e: -key_key.chat:key.keyboard.t: -key_key.playerlist:key.keyboard.tab: -key_key.pickItem:key.mouse.middle: -key_key.command:key.keyboard.slash: -key_key.socialInteractions:key.keyboard.p: -key_key.screenshot:key.keyboard.f2: -key_key.togglePerspective:key.keyboard.f5: -key_key.smoothCamera:key.keyboard.unknown: -key_key.fullscreen:key.keyboard.f11: -key_key.spectatorOutlines:key.keyboard.unknown: -key_key.swapOffhand:key.keyboard.f: -key_key.saveToolbarActivator:key.keyboard.semicolon: -key_key.loadToolbarActivator:key.keyboard.x: -key_key.advancements:key.keyboard.l: -key_key.hotbar.1:key.keyboard.1: -key_key.hotbar.2:key.keyboard.2: -key_key.hotbar.3:key.keyboard.3: -key_key.hotbar.4:key.keyboard.4: -key_key.hotbar.5:key.keyboard.5: -key_key.hotbar.6:key.keyboard.6: -key_key.hotbar.7:key.keyboard.7: -key_key.hotbar.8:key.keyboard.8: -key_key.hotbar.9:key.keyboard.9: -key_keybind.ironjetpacks.engine:key.keyboard.v: -key_keybind.ironjetpacks.hover:key.keyboard.h: -key_keybind.ironjetpacks.ascend:key.keyboard.unknown: -key_keybind.ironjetpacks.descend:key.keyboard.unknown: -key_keybind.ironjetpacks.increment_throttle:key.keyboard.period: -key_keybind.ironjetpacks.decrement_throttle:key.keyboard.comma: -key_key.wailt.show-toast:key.keyboard.m:CONTROL -key_key.modernfix.config:key.keyboard.unknown: -key_iris.keybind.reload:key.keyboard.r: -key_iris.keybind.toggleShaders:key.keyboard.k: -key_iris.keybind.shaderPackSelection:key.keyboard.o: -key_iris.keybind.wireframe:key.keyboard.unknown: -key_key.industrialforegoing.backpack.desc:key.keyboard.unknown: -key_key.dynamic_fps.toggle_forced:key.keyboard.unknown: -key_key.dynamic_fps.toggle_disabled:key.keyboard.unknown: -key_key.the_bumblezone.beehemoth_up:key.keyboard.space: -key_key.the_bumblezone.beehemoth_down:key.keyboard.caps.lock: -key_key.clienttweaks.hideOffhandItem:key.keyboard.unknown: -key_key.clienttweaks.disableStepAssist:key.keyboard.unknown: -key_key.clienttweaks.disableLogStripping:key.keyboard.unknown: -key_key.travelersbackpack.inventory:key.keyboard.b: -key_key.travelersbackpack.sort:key.keyboard.unknown: -key_key.travelersbackpack.ability:key.keyboard.unknown: -key_key.travelersbackpack.cycle_tool:key.keyboard.semicolon: -key_key.travelersbackpack.toggle_tank:key.keyboard.semicolon: -key_key.push_to_talk:key.keyboard.unknown: -key_key.whisper:key.keyboard.unknown: -key_key.mute_microphone:key.mouse.left: -key_key.disable_voice_chat:key.keyboard.b: -key_key.hide_icons:key.keyboard.h: -key_key.voice_chat:key.keyboard.v: -key_key.voice_chat_settings:key.keyboard.unknown: -key_key.voice_chat_group:key.keyboard.g: -key_key.voice_chat_toggle_recording:key.keyboard.unknown: -key_key.voice_chat_adjust_volumes:key.keyboard.unknown: -key_key.securitycraft.cameraZoomIn:key.keyboard.equal: -key_key.securitycraft.cameraZoomOut:key.keyboard.minus: -key_key.securitycraft.cameraEmitRedstone:key.keyboard.r: -key_key.securitycraft.cameraActivateNightVision:key.keyboard.semicolon: -key_key.securitycraft.setDefaultViewingDirection:key.keyboard.u: -key_key.carry.desc:key.keyboard.unknown: -key_key.expandedstorage.config:key.keyboard.g:SHIFT -key_chunkloaders.keys.open_screen:key.keyboard.semicolon: -key_key.vistas.panoramic_screenshot:key.keyboard.h: -key_key.inmis.open_backpack:key.keyboard.z: -key_key.smartblockplacement.switch_smart_placement:key.keyboard.grave.accent: -key_key.presencefootsteps.settings:key.keyboard.f10: -key_key.presencefootsteps.toggle:key.keyboard.unknown: -key_key.journeymap.zoom_in:key.keyboard.equal: -key_key.journeymap.zoom_out:key.keyboard.minus: -key_key.journeymap.minimap_type:key.keyboard.left.bracket: -key_key.journeymap.minimap_preset:key.keyboard.backslash: -key_key.journeymap.create_waypoint:key.keyboard.b: -key_key.journeymap.toggle_render_waypoints:key.keyboard.unknown: -key_key.journeymap.toggle_render_waypoints_world:key.keyboard.unknown: -key_key.journeymap.toggle_render_waypoints_map:key.keyboard.unknown: -key_key.journeymap.toggle_waypoints:key.keyboard.unknown: -key_key.journeymap.fullscreen_create_waypoint:key.keyboard.b: -key_key.journeymap.fullscreen_chat_position:key.keyboard.c: -key_key.journeymap.map_toggle_alt:key.keyboard.m: -key_key.journeymap.fullscreen_waypoints:key.keyboard.semicolon: -key_key.journeymap.minimap_toggle_alt:key.keyboard.j:CONTROL -key_key.journeymap.fullscreen_options:key.keyboard.o: -key_key.journeymap.fullscreen.north:key.keyboard.up: -key_key.journeymap.fullscreen.south:key.keyboard.down: -key_key.journeymap.fullscreen.east:key.keyboard.right: -key_key.journeymap.fullscreen.west:key.keyboard.left: -key_key.journeymap.fullscreen_follow_player:key.keyboard.f: -key_key.journeymap.fullscreen.disable_buttons:key.keyboard.unknown: -key_key.journeymap.toggle_entity_names:key.keyboard.g: -key_key.mekanism.mode:key.keyboard.semicolon: -key_key.mekanism.head_mode:key.keyboard.v: -key_key.mekanism.chest_mode:key.keyboard.g: -key_key.mekanism.legs_mode:key.keyboard.j: -key_key.mekanism.feet_mode:key.keyboard.b: -key_key.mekanism.details:key.keyboard.left.shift: -key_key.mekanism.description:key.keyboard.n:SHIFT -key_key.mekanism.module_tweaker:key.keyboard.backslash: -key_key.mekanism.key_boost:key.keyboard.left.control: -key_key.mekanism.key_hud:key.keyboard.h: -key_key.mekanismadditions.voice:key.keyboard.u: -key_key.jade.config:key.keyboard.keypad.0: -key_key.jade.show_overlay:key.keyboard.keypad.1: -key_key.jade.toggle_liquid:key.keyboard.keypad.2: -key_key.jade.narrate:key.keyboard.keypad.5: -key_key.jade.show_details:key.keyboard.left.shift: -key_key.ae2.guide:key.keyboard.g: -key_key.ae2.mouse_wheel_item_modifier:key.keyboard.left.shift: -key_key.ae2.wireless_pattern_access_terminal:key.keyboard.unknown: -key_key.ae2.ae2wtlib_restock:key.keyboard.unknown: -key_key.ae2.ae2wtlib_magnet:key.keyboard.unknown: -key_key.ae2.portable_item_cell:key.keyboard.unknown: -key_key.ae2.portable_fluid_cell:key.keyboard.unknown: -key_key.ae2.wireless_pattern_encoding_terminal:key.keyboard.unknown: -key_key.ae2.wireless_terminal:key.keyboard.unknown: -key_key.modern_industrialization.toggle_3x3:key.keyboard.y: -key_key.modern_industrialization.toggle_flight:key.keyboard.v: -key_justzoom.keybinds.keybind.zoom:key.keyboard.c: -key_key.craftpresence.config_keycode.name:key.keyboard.grave.accent: -key_key.pickup.item:key.keyboard.unknown: -key_gui.xaero_pac_key_open_menu:key.keyboard.apostrophe: -key_key.entityculling.toggle:key.keyboard.unknown: diff --git a/config/defaultoptions/options.txt b/config/defaultoptions/options.txt deleted file mode 100644 index 2a8999a..0000000 --- a/config/defaultoptions/options.txt +++ /dev/null @@ -1,106 +0,0 @@ -version:3955 -ao:true -biomeBlendRadius:2 -enableVsync:true -entityDistanceScaling:1.0 -entityShadows:true -forceUnicodeFont:false -japaneseGlyphVariants:false -fov:0.0 -fovEffectScale:1.0 -darknessEffectScale:1.0 -glintSpeed:0.5 -glintStrength:0.75 -prioritizeChunkUpdates:0 -fullscreen:false -gamma:1.0 -graphicsMode:0 -guiScale:4 -maxFps:120 -mipmapLevels:4 -narrator:0 -particles:0 -reducedDebugInfo:false -renderClouds:"false" -renderDistance:12 -simulationDistance:5 -screenEffectScale:1.0 -soundDevice:"" -autoJump:false -operatorItemsTab:true -autoSuggestions:true -chatColors:true -chatLinks:true -chatLinksPrompt:true -discrete_mouse_scroll:false -invertYMouse:false -realmsNotifications:false -showSubtitles:false -directionalAudio:false -touchscreen:false -bobView:true -toggleCrouch:false -toggleSprint:false -darkMojangStudiosBackground:true -hideLightningFlashes:false -hideSplashTexts:false -mouseSensitivity:0.5 -damageTiltStrength:1.0 -highContrast:false -narratorHotkey:false -resourcePacks:["mod/lootr:resourcepacks/new_textures","mod/the_bumblezone:resourcepacks/anti_tropophobia","mod_resources","vanilla","fabric","file/cubic-sun-moon-v1-8a.zip","celestria:realistic","extended_drawers:alt","extended_drawers:dev","presencefootsteps:default_sound_pack","file/Better-Leaves-8.1-1.20+.zip","file/Enhanced Audio r6.zip","file/MandalasGUI_Dakmode_Vanilla1.20.4.zip","file/§2Overworld§f_§bnoon§f_§bclear§f.zip","black_icons","classic_icons","white_icons","celestria:pixelperfect","file/MinClick.zip"] -incompatibleResourcePacks:["extended_drawers:alt","extended_drawers:dev","file/Enhanced Audio r6.zip","file/MandalasGUI_Dakmode_Vanilla1.20.4.zip"] -lastServer: -lang:en_us -chatVisibility:0 -chatOpacity:1.0 -chatLineSpacing:0.0 -textBackgroundOpacity:0.5 -backgroundForChatOnly:true -hideServerAddress:false -advancedItemTooltips:true -pauseOnLostFocus:true -overrideWidth:0 -overrideHeight:0 -chatHeightFocused:1.0 -chatDelay:0.0 -chatHeightUnfocused:0.4375 -chatScale:1.0 -chatWidth:1.0 -notificationDisplayTime:1.0 -useNativeTransport:true -mainHand:"right" -attackIndicator:1 -tutorialStep:none -mouseWheelSensitivity:1.0 -rawMouseInput:true -glDebugVerbosity:1 -skipMultiplayerWarning:true -hideMatchedNames:true -joinedFirstServer:true -hideBundleTutorial:true -syncChunkWrites:true -showAutosaveIndicator:true -allowServerListing:true -onlyShowSecureChat:false -panoramaScrollSpeed:1.0 -telemetryOptInExtra:false -onboardAccessibility:false -menuBackgroundBlurriness:5 -soundCategory_master:1.0 -soundCategory_music:0.0 -soundCategory_record:1.0 -soundCategory_weather:1.0 -soundCategory_block:1.0 -soundCategory_hostile:1.0 -soundCategory_neutral:1.0 -soundCategory_player:1.0 -soundCategory_ambient:1.0 -soundCategory_voice:1.0 -modelPart_cape:true -modelPart_jacket:true -modelPart_left_sleeve:true -modelPart_right_sleeve:true -modelPart_left_pants_leg:true -modelPart_right_pants_leg:true -modelPart_hat:true diff --git a/config/defaultoptions/servers.dat b/config/defaultoptions/servers.dat deleted file mode 100644 index c9a90aa..0000000 Binary files a/config/defaultoptions/servers.dat and /dev/null differ diff --git a/config/dimthread-common.toml b/config/dimthread-common.toml deleted file mode 100644 index 66cfebe..0000000 --- a/config/dimthread-common.toml +++ /dev/null @@ -1,12 +0,0 @@ -#Define the initial thread count number of threads -#If the value is 6, new worlds will start with 6 thread counts as a initial value -#This is useful for modpacks with dimensional mods, instead of fallback on default's 3 you can configure how many can use -#ADVICE: Gamerule and this config is capped to max available processors of the server -#if you set the value above available processors, forge will set it back to defaults 3 -#This was done to prevent users gameplay got slowed by not having enough threads -#Range: 2 ~ 16 -default_gamerule_threads = 3 -#WARNING: very VERY EXPERIMENTAL, do not use it (except if you want world corruption) -#This feature is intended to ignore crashes ticking levels, for the good sake of not have to restart your entire server -#Have i mentioned IS EXPERIMENTAL? -ignore_tick_crash = false diff --git a/config/disccord-client.toml b/config/disccord-client.toml deleted file mode 100644 index 2b5936a..0000000 --- a/config/disccord-client.toml +++ /dev/null @@ -1,11 +0,0 @@ -#Client settings -[client] - #Download FFmpeg executable if it's not found in the config folder. USE WITH CAUTION! - #(This option downloads a zip file from a third party websites: - #- https://evermeet.cx/ffmpeg/ffmpeg-6.1.zip (MAC OS) - #- https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip (Windows) - #) - downloadFFmpeg = false - #Download YoutubeDL executable if it's not found in the config folder. USE WITH CAUTION! - #(This option downloads the executable from the https://github.com/yt-dlp/yt-dlp/releases/latest/ github) - downloadYoutubeDL = false diff --git a/config/disccord-server.toml b/config/disccord-server.toml deleted file mode 100644 index 236cac3..0000000 --- a/config/disccord-server.toml +++ /dev/null @@ -1,6 +0,0 @@ -#Server settings -[server] - #A list of website names to show when a player tries to use an unwhitelisted URL - whitelistedWebsites = ["Youtube", "Discord", "GDrive", "Dropbox"] - #List of whitelisted URLs to allow for playing music - whitelistedUrls = ["https://youtu.be", "https://www.youtube.com", "https://youtube.com", "https://cdn.discordapp.com", "https://drive.google.com/uc", "https://www.dropbox.com/scl", "https://dropbox.com/scl"] diff --git a/config/dismountentity.json5 b/config/dismountentity.json5 deleted file mode 100644 index a127e5a..0000000 --- a/config/dismountentity.json5 +++ /dev/null @@ -1,4 +0,0 @@ -{ - // Whether players can dismount other players from their vehicle. - "beAbleToDismountOtherPlayers": false -} \ No newline at end of file diff --git a/config/doubledoors.json5 b/config/doubledoors.json5 deleted file mode 100644 index acd8729..0000000 --- a/config/doubledoors.json5 +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Whether the recursive opening feature should be enabled. This allows you to for example build a giant door with trapdoors which will all open at the same time, as long as they are connected. The 'recursiveOpeningMaxBlocksDistance' config option determines how far the function should search. - "enableRecursiveOpening": true, - // How many blocks the recursive function should search when 'enableRecursiveOpening' is enabled. - // min: 1, max: 64 - "recursiveOpeningMaxBlocksDistance": 10, - // When enables, the mod works with double doors. - "enableDoors": true, - // When enables, the mod works with double fence gates. - "enableFenceGates": true, - // When enables, the mod works with double trapdoors. - "enableTrapdoors": true, - // Checks if there are other mods loaded with double door functionality, such as Quark. If found, it edits a line in their config to disable double doors. Fixes doors not opening due to code being ran twice. - "enableModIncompatibilityCheck": true -} \ No newline at end of file diff --git a/config/dynamic_fps.json b/config/dynamic_fps.json deleted file mode 100644 index 0967ef4..0000000 --- a/config/dynamic_fps.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/config/dynamiccrosshair.json5 b/config/dynamiccrosshair.json5 deleted file mode 100644 index 281b511..0000000 --- a/config/dynamiccrosshair.json5 +++ /dev/null @@ -1,133 +0,0 @@ -{ - "dynamicCrosshair": true, - "disableDebugCrosshair": false, - "thirdPersonCrosshair": false, - "hideWithScreen": true, - "hideWithMap": true, - "fixCenteredCrosshair": false, - "crosshairConfig": { - "onBlock": true, - "onInteractableBlock": true, - "onEntity": true, - "holdingTool": "Always", - "displayCorrectTool": true, - "holdingMeleeWeapon": true, - "meleeWeaponOnEntity": false, - "meleeWeaponOnBreakableBlock": false, - "holdingRangedWeapon": "IfInteractable", - "holdingThrowable": "IfInteractable", - "holdingShield": true, - "holdingBlock": "IfInteractable", - "holdingBlockInOffhand": true, - "holdingUsableItem": "IfInteractable", - "forceHoldingSpyglass": false - }, - "color": { - "overrideColor": false, - "customColor": -5588020, - "enableBlend": true - }, - "dynamicCrosshairStyle": true, - "crosshairStyle": { - "regular": { - "style": "dynamiccrosshair:crosshair/cross-open", - "overrideColor": false, - "customColor": -5588020, - "enableBlend": true, - "coalesce": true - }, - "onBlock": { - "style": "dynamiccrosshair:crosshair/cross-open", - "overrideColor": false, - "customColor": -5588020, - "enableBlend": true, - "coalesce": true - }, - "onEntity": { - "style": "dynamiccrosshair:crosshair/cross-open-diagonal", - "overrideColor": false, - "customColor": -5588020, - "enableBlend": true, - "coalesce": false - }, - "holdingTool": { - "style": "dynamiccrosshair:crosshair/square", - "overrideColor": false, - "customColor": -5588020, - "enableBlend": true, - "coalesce": true - }, - "holdingMeleeWeapon": { - "style": "dynamiccrosshair:crosshair/cross-open", - "overrideColor": false, - "customColor": -5588020, - "enableBlend": true, - "coalesce": true - }, - "holdingRangedWeapon": { - "style": "dynamiccrosshair:crosshair/cross-open-diagonal", - "overrideColor": false, - "customColor": -5588020, - "enableBlend": true, - "coalesce": false - }, - "holdingThrowable": { - "style": "dynamiccrosshair:crosshair/circle-large", - "overrideColor": false, - "customColor": -5588020, - "enableBlend": true, - "coalesce": true - }, - "holdingBlock": { - "style": "dynamiccrosshair:crosshair/diamond", - "overrideColor": false, - "customColor": -5588020, - "enableBlend": true, - "coalesce": false - }, - "interact": { - "style": "dynamiccrosshair:crosshair/brackets", - "overrideColor": false, - "customColor": -5588020, - "enableBlend": true, - "coalesce": true - }, - "useItem": { - "style": "dynamiccrosshair:crosshair/brackets-round", - "overrideColor": false, - "customColor": -5588020, - "enableBlend": true, - "coalesce": true - }, - "shield": { - "style": "dynamiccrosshair:crosshair/brackets-bottom", - "overrideColor": false, - "customColor": -5588020, - "enableBlend": true, - "coalesce": true - } - }, - "crosshairModifiers": { - "modCorrectTool": { - "style": "dynamiccrosshair:crosshair/dot", - "overrideColor": true, - "customColor": -16711936, - "enableBlend": false, - "coalesce": true - }, - "modIncorrectTool": { - "style": "dynamiccrosshair:crosshair/cross-diagonal-small", - "overrideColor": true, - "customColor": -65536, - "enableBlend": false, - "coalesce": true - } - }, - "enableTweaks": true, - "additionalTools": [], - "additionalMeleeWeapons": [], - "additionalRangedWeapons": [], - "additionalThrowables": [], - "additionalUsableItems": [], - "additionalInteractableBlocks": [] -} \ No newline at end of file diff --git a/config/edibles.json5 b/config/edibles.json5 deleted file mode 100644 index 6b3daba..0000000 --- a/config/edibles.json5 +++ /dev/null @@ -1,38 +0,0 @@ -{ - // The maximum amount of an item a player can eat before receiving the weakness effect. A value of -1 disables this feature. - // min: -1, max: 1280 - "maxItemUsesPerDaySingleItem": 16, - // The maximum of the total amount of items a player can eat before receiving the weakness effect. A value of -1 disables this feature. - // min: -1, max: 1280 - "maxItemUsesPerDayTotal": -1, - // The duration of the weakness effect in seconds when eating too much of an item. - // min: 1, max: 3600 - "weaknessDurationSeconds": 45, - // When eating glowstone, the duration in seconds of how long entities around should be glowing with an outline. A value of 0 disables the item use. - // min: 0, max: 3600 - "glowEntityDurationSeconds": 20, - // For the glow effect, the radius in blocks around the player of entities affected. - // min: 1, max: 128 - "glowEntitiesAroundAffectedRadiusBlocks": 32, - // The time in miliseconds of cooldown in between uses of eating an edible. - // min: 0, max: 3600000 - "_cooldownInMsBetweenUses": 1000, - // After eating blaze powder, the duration in seconds of the strength effect the player receives. A value of 0 disables the item use. - // min: 0, max: 3600 - "blazePowderStrengthDurationSeconds": 15, - // After eating magma cream, the duration in seconds of the fire resistance effect the player receives. A value of 0 disables the item use. - // min: 0, max: 3600 - "magmaCreamFireResistanceDurationSeconds": 15, - // After eating some sugar, the duration in seconds of the speed effect the player receives. A value of 0 disables the item use. - // min: 0, max: 3600 - "sugarSpeedDurationSeconds": 15, - // After eating a ghast tear, the duration in seconds of the regeneration effect the player receives. A value of 0 disables the item use. - // min: 0, max: 3600 - "ghastTearDurationSeconds": 15, - // After eating some phantom membrane, the duration in seconds of the slow falling effect the player receives. A value of 0 disables the item use. - // min: 0, max: 3600 - "phantomMembraneDurationSeconds": 15, - // After eating a rabbit's foot, the duration in seconds of the jump boost effect the player receives. A value of 0 disables the item use. - // min: 0, max: 3600 - "rabbitsFootDurationSeconds": 15 -} \ No newline at end of file diff --git a/config/emi_loot_config.toml b/config/emi_loot_config.toml deleted file mode 100644 index beabc4e..0000000 --- a/config/emi_loot_config.toml +++ /dev/null @@ -1,37 +0,0 @@ -# Don't change this! Version used to track needed updates. -version = 1 -debugMode = false -parseChestLoot = true -parseBlockLoot = true -parseMobLoot = true -parseGameplayLoot = true -parseArchaeologyLoot = true -skippedKeys = [ - "emi_loot.function.set_count_set", - "emi_loot.no_conditions", - "emi_loot.function.limit_count", - "emi_loot.function.set_count_add", - "emi_loot.function.fill_player_head" -] -chestLootAlwaysStackSame = false -mobLootIncludeDirectDrops = true -conditionStyle = "default" - -[debugModes] -block = false -chest = false -mob = false -gameplay = false -archaeology = false - -[compactLoot] -block = true -chest = true -mob = true -gameplay = true -archaeology = true - -[logUnstranslatedTables] -chest = false -gameplay = false -archaeology = false \ No newline at end of file diff --git a/config/emojiful-client.toml b/config/emojiful-client.toml deleted file mode 100644 index dc4fdaa..0000000 --- a/config/emojiful-client.toml +++ /dev/null @@ -1,25 +0,0 @@ -[Emojiful] - #Enable Emoji Rendering - enabled = true - #Enable Emoji Selection GUI in the chat text line - emoji_selector = true - #Enable Emoji autocomplete in the chat text line - emoji_autocomplete = true - #Load animated emojis, if disabled they will be a still image - gifs = true - #Replace short versions of emoji like :) into :smile: so they can be rendered as emoji - short_emoji_replacement = true - - [Emojiful.EmojiTypes] - #Loads Twemojis used in sites like Twitter and Discord - twemoji = false - #Loads custom emojis provided by Emojiful - custom = true - #Loads datapack emojis provided by the server you join - datapack = true - -[ProfanityFilter] - #Enable Profanity Filter, this will replace bad words with emoji - enabled = false - #Replacement word for the profanity filter - replacement = ":swear:" diff --git a/config/enderio/armory-common.toml b/config/enderio/armory-common.toml deleted file mode 100644 index 83dc1f1..0000000 --- a/config/enderio/armory-common.toml +++ /dev/null @@ -1,39 +0,0 @@ - [darksteel.darksteelaxe] - energyUsePerFelledLog = 1500 - - [darksteel.darksteelpickaxe] - obsidianBreakPowerUse = 50 - speedBoostWhenObsidian = 50 - useObsidianBreakSpeedAtHardness = 30 - - [darksteel.upgrades] - spoonActivationCost = 4 - forkActivationCost = 4 - directActivationCost = 4 - - [darksteel.upgrades.empowered] - efficiencyBoost = 2 - energyUsePerDamagePoint = 750 - activationCost_l1 = 4 - damageAbsorptionChance_l1 = 0.5 - maxEnergy_l1 = 100000 - activationCost_l2 = 8 - damageAbsorptionChance_l2 = 0.6 - maxEnergy_l2 = 150000 - activationCost_l3 = 12 - damageAbsorptionChance_l3 = 0.7 - maxEnergy_l3 = 250000 - activationCost_l4 = 16 - damageAbsorptionChance_l4 = 0.85 - maxEnergy_l4 = 1000000 - - [darksteel.upgrades.explosive] - explosiveEnergyPerBlock = 30 - explosiveActivationCostI = 8 - explosiveI = 1 - explosiveActivationCostII = 12 - explosiveII = 2 - explosivePenetrationActivationCostI = 8 - explosivePenetrationI = 1 - explosivePenetrationActivationCostII = 12 - explosivePenetrationII = 2 diff --git a/config/enderio/base-client.toml b/config/enderio/base-client.toml deleted file mode 100644 index 6f9e762..0000000 --- a/config/enderio/base-client.toml +++ /dev/null @@ -1,3 +0,0 @@ -[visual] - #Enable machine particles - machineParticles = true diff --git a/config/enderio/base-common.toml b/config/enderio/base-common.toml deleted file mode 100644 index b902bf9..0000000 --- a/config/enderio/base-common.toml +++ /dev/null @@ -1,70 +0,0 @@ -[blocks] - #The explosion resistance of explosion resistant blocks. - #Range: 0.0 ~ 1.7976931348623157E308 - explosionResistance = 1200.0 - #The speed boost granted by the Dark Steel ladder. - #Range: 0.0 ~ 1.0 - darkSteelLadderBoost = 0.15 - - [blocks.brokenSpawner] - #The chance of a spawner dropping a broken spawner. - #Range: 0.0 ~ 1.0 - dropChance = 1.0 - - [enchantments.repellent] - #Range: 0.0 ~ 1.0 - chanceBase = 0.35 - #Range: 0.0 ~ 1.0 - chancePerLevel = 0.1 - #Range: 4.0 ~ 1.7976931348623157E308 - rangeBase = 8.0 - #Range: 0.0 ~ 1.7976931348623157E308 - rangePerLevel = 8.0 - #Range: 0.0 ~ 1.0 - nonPlayerChance = 0.75 - - [items.food] - #The chance of enderios teleporting the player - #Range: 0.0 ~ 1.0 - enderioChance = 0.3 - #The range of an enderio teleport - #Range: 4.0 ~ 128.0 - enderioRange = 16.0 - - [items.electromagnet] - #Range: > 1 - energyUse = 1 - #Range: > 100 - maxEnergy = 100000 - #Range: 4 ~ 32 - range = 5 - #Range: 1 ~ 64 - maxItems = 20 - - [items.levitationstaff] - #Range: > 1 - energyUse = 1 - #Range: > 100 - maxEnergy = 1000 - - [items.travelling] - #Range: 4 ~ 512 - blinkRange = 24 - #Range: 0 ~ 1200 - disabledTime = 5 - #Range: > 1 - energyUse = 1000 - #Range: > 100 - maxEnergy = 100000 - #the following config values are only used if EIOMachines is loaded - #Range: 4 ~ 512 - itemToBlockRange = 192 - #Range: 4 ~ 512 - blockToBlockRange = 96 - -[grainsOfInfinity] - #Should it make a sound when Grains of Infinity drops from a fire? - makesSound = true - #How old (in ticks) does a fire have to be to be able to spawn Infinity Powder? - #Range: 1 ~ 1000 - fireMinAge = 260 diff --git a/config/enderio/machines-client.toml b/config/enderio/machines-client.toml deleted file mode 100644 index 3a8fae5..0000000 --- a/config/enderio/machines-client.toml +++ /dev/null @@ -1,19 +0,0 @@ -[blocks] - #The color of the range box of the Vacuum Chest - vacuumChestRangeColor = "0000FF" - #The color of the range box of the XP Vacuum - vacuumXpRangeColor = "00FF00" - #The color of the range box of the Powered Spawner - poweredSpawnerRangeColor = "FF0000" - #The color of the range box of the Drain - drainRangeColor = "FFA500" - #The color of the range box of the Inhibitor Obelisk - inhibitorRangeColor = "8B0000" - #The color of the range box of the Relocator Obelisk - relocatorRangeColor = "8B0000" - #The color of the range box of the Aversion Obelisk - aversionRangeColor = "8B0000" - -[ioconfig] - #Neighbour Transparency [0-1] - neighbourTransparency = 0.4 diff --git a/config/enderio/machines-common-1.toml.bak b/config/enderio/machines-common-1.toml.bak deleted file mode 100644 index 246480b..0000000 --- a/config/enderio/machines-common-1.toml.bak +++ /dev/null @@ -1,176 +0,0 @@ - [energy.alloySmelter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - #The amount of energy to consume per vanilla smelting item in uI. - #Range: > 1 - vanillaItemEnergy = 1500 - - [energy.crafter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The energy cost in uI for a crafting recipe. - #Range: > 1 - usage = 3200 - - [energy.impulseHopper] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 16 - - [energy.poweredSpawner] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.sagMill] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.slicer] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - - [energy.soulBinder] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 60 - - [energy.stirlingGenerator] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base number of 'burn ticks' performed per machine tick. - #Range: 0.001 ~ 1.7976931348623157E308 - burnSpeed = 0.375 - #The base percentage efficiency, used to determine burn times. - #Range: 1 ~ 200 - fuelEfficiencyBase = 80 - #The efficiency increase per capacitor level. - #Range: 1 ~ 200 - fuelEfficiencyStep = 20 - #The base amount of energy produced in uI/t. - #Range: > 1 - generation = 40 - - [energy.paintingMachine] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - #The energy required for each painting operation - #Range: > 1 - energyCost = 2400 - - [energy.photovoltaicCellRates] - #Production rate at midday without rain or thunder - #Range: > 1 - energetic = 4 - #Range: > 1 - pulsating = 16 - #Range: > 1 - vibrant = 64 - - [energy.capacitorBankCapacity] - #Capacity for capacitor banks - #Range: > 1 - basic = 500000 - #Range: > 1 - advanced = 2000000 - #Range: > 1 - vibrant = 4000000 - - [energy.wiredCharger] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 64 - - [energy.soulEngine] - #Range: > 1 - capacity = 100000 - #The base burn-rate the soul engine. - #Range: > 1 - burnSpeed = 1 - #Percentage increase in uI produced. - #Range: 0.001 ~ 1.7976931348623157E308 - generation = 1.0 - - [energy.drain] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - - [energy.inhibitor] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - - [energy.aversion] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - - [energy.relocator] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - -[enchanter] - #The lapis cost is enchant level multiplied by this value. - lapisCostFactor = 3.0 - #The final XP cost for an enchantment is multiplied by this value. To halve costs set to 0.5, to double them set it to 2. - levelCostFactor = 0.75 - #Base level cost added to all recipes in the enchanter. - baseLevelCost = 2 - -[poweredSpawner] - #The amount of mobs that spawn from the spawner - #Range: > 0 - spawnAmount = 4 - #The amount of entities that will turn off powered spawner if in range. - #Range: > 0 - maxEntities = 2 - #The way a powered spawner spawns an entity. Possible options: 'ENTITY_TYPE' Spawns the same entity types as the soul vial. 'COPY' Spawns an exact copy of the mob in the soul vial - #Allowed Values: ENTITY_TYPE, COPY - spawnType = "ENTITY_TYPE" - #The maximum amount of spawners before the spawners suffers a loss of efficiency - #Range: > 0 - maxSpawners = 10 diff --git a/config/enderio/machines-common.toml b/config/enderio/machines-common.toml deleted file mode 100644 index c80ef73..0000000 --- a/config/enderio/machines-common.toml +++ /dev/null @@ -1,180 +0,0 @@ -[energy] - #Whether or not the machine should throttle energy input to 2x it's consumption rate - throttleEnergyUsage = true - - [energy.alloySmelter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - #The amount of energy to consume per vanilla smelting item in uI. - #Range: > 1 - vanillaItemEnergy = 1500 - - [energy.crafter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The energy cost in uI for a crafting recipe. - #Range: > 1 - usage = 3200 - - [energy.impulseHopper] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 16 - - [energy.poweredSpawner] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.sagMill] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.slicer] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - - [energy.soulBinder] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 60 - - [energy.stirlingGenerator] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base number of 'burn ticks' performed per machine tick. - #Range: 0.001 ~ 1.7976931348623157E308 - burnSpeed = 0.375 - #The base percentage efficiency, used to determine burn times. - #Range: 1 ~ 200 - fuelEfficiencyBase = 80 - #The efficiency increase per capacitor level. - #Range: 1 ~ 200 - fuelEfficiencyStep = 20 - #The base amount of energy produced in uI/t. - #Range: > 1 - generation = 40 - - [energy.paintingMachine] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - #The energy required for each painting operation - #Range: > 1 - energyCost = 2400 - - [energy.photovoltaicCellRates] - #Production rate at midday without rain or thunder - #Range: > 1 - energetic = 4 - #Range: > 1 - pulsating = 16 - #Range: > 1 - vibrant = 64 - - [energy.capacitorBankCapacity] - #Capacity for capacitor banks - #Range: > 1 - basic = 500000 - #Range: > 1 - advanced = 2000000 - #Range: > 1 - vibrant = 4000000 - - [energy.wiredCharger] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 64 - - [energy.soulEngine] - #Range: > 1 - capacity = 100000 - #The base burn-rate the soul engine. - #Range: > 1 - burnSpeed = 1 - #Percentage increase in uI produced. - #Range: 0.001 ~ 1.7976931348623157E308 - generation = 1.0 - - [energy.drain] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - - [energy.inhibitor] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - - [energy.aversion] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - - [energy.relocator] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - -[enchanter] - #The lapis cost is enchant level multiplied by this value. - lapisCostFactor = 3.0 - #The final XP cost for an enchantment is multiplied by this value. To halve costs set to 0.5, to double them set it to 2. - levelCostFactor = 0.75 - #Base level cost added to all recipes in the enchanter. - baseLevelCost = 2 - -[poweredSpawner] - #The amount of mobs that spawn from the spawner - #Range: > 0 - spawnAmount = 4 - #The amount of entities that will turn off powered spawner if in range. - #Range: > 0 - maxEntities = 2 - #The way a powered spawner spawns an entity. Possible options: 'ENTITY_TYPE' Spawns the same entity types as the soul vial. 'COPY' Spawns an exact copy of the mob in the soul vial - #Allowed Values: ENTITY_TYPE, COPY - spawnType = "ENTITY_TYPE" - #The maximum amount of spawners before the spawners suffers a loss of efficiency - #Range: > 0 - maxSpawners = 10 diff --git a/config/entity_model_features.json b/config/entity_model_features.json deleted file mode 100644 index 333bb9f..0000000 --- a/config/entity_model_features.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "logModelCreationData": false, - "debugOnRightClick": false, - "renderModeChoice": "NORMAL", - "vanillaModelHologramRenderMode_2": "OFF", - "attemptRevertingEntityModelsAlteredByAnotherMod": true, - "modelExportMode": "NONE", - "attemptPhysicsModPatch_2": "CUSTOM", - "modelUpdateFrequency": "Average", - "entityRenderModeOverrides": {}, - "entityPhysicsModPatchOverrides": {}, - "entityVanillaHologramOverrides": {}, - "modelsNamesDisabled": [], - "allowEBEModConfigModify": true, - "animationLODDistance": 20, - "retainDetailOnLowFps": true, - "retainDetailOnLargerMobs": true, - "animationFrameSkipDuringIrisShadowPass": true, - "preventFirstPersonHandAnimating": false, - "onlyClientPlayerModel": false, - "doubleChestAnimFix": true, - "variationRequiresDefaultModel": true, - "resetPlayerModelEachRender": true, - "onlyDebugRenderOnHover": false, - "enforceOptifineSubFoldersVariantOnly": true, - "enforceOptiFineAnimSyntaxLimits": true -} \ No newline at end of file diff --git a/config/entity_sound_features.json b/config/entity_sound_features.json deleted file mode 100644 index 377d304..0000000 --- a/config/entity_sound_features.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "logSoundSetup": false, - "entitySearchMode": "BLOCK", - "announceCompatibleSounds": "NONE", - "entityDisableSounds": [] -} \ No newline at end of file diff --git a/config/entity_texture_features.json b/config/entity_texture_features.json deleted file mode 100644 index fc2a6d5..0000000 --- a/config/entity_texture_features.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "optifine_limitRandomVariantGapsBy10": true, - "optifine_allowWeirdSkipsInTrueRandom": true, - "illegalPathSupportMode": "None", - "enableCustomTextures": true, - "enableCustomBlockEntities": true, - "textureUpdateFrequency_V2": "Fast", - "enableEmissiveTextures": true, - "enableEnchantedTextures": true, - "enableEmissiveBlockEntities": true, - "emissiveRenderMode": "DULL", - "alwaysCheckVanillaEmissiveSuffix": true, - "enableArmorAndTrims": true, - "skinFeaturesEnabled": true, - "skinTransparencyMode": "ETF_SKINS_ONLY", - "skinTransparencyInExtraPixels": true, - "skinFeaturesEnableTransparency": true, - "skinFeaturesEnableFullTransparency": false, - "tryETFTransparencyForAllSkins": false, - "enableEnemyTeamPlayersSkinFeatures": true, - "enableBlinking": true, - "blinkFrequency": 150, - "blinkLength": 1, - "advanced_IncreaseCacheSizeModifier": 1.0, - "debugLoggingMode": "None", - "logTextureDataInitialization": false, - "hideConfigButton": false, - "configButtonLoc": "BOTTOM_RIGHT", - "disableVanillaDirectoryVariantTextures": false, - "use3DSkinLayerPatch": true, - "enableFullBodyWardenTextures": true, - "entityEmissiveOverrides": {}, - "propertiesDisabled": [], - "propertyInvertUpdatingOverrides": [], - "entityRandomOverrides": {}, - "entityEmissiveBrightOverrides": {}, - "entityRenderLayerOverrides": {}, - "entityLightOverrides": {} -} \ No newline at end of file diff --git a/config/entityculling.json b/config/entityculling.json deleted file mode 100644 index 1308d3b..0000000 --- a/config/entityculling.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "configVersion": 6, - "renderNametagsThroughWalls": true, - "blockEntityWhitelist": [ - "create:rope_pulley", - "botania:flame_ring", - "minecraft:beacon", - "create:hose_pulley", - "betterend:eternal_pedestal", - "botania:magic_missile", - "botania:falling_star" - ], - "entityWhitelist": [ - "botania:mana_burst", - "drg_flares:drg_flares" - ], - "tracingDistance": 128, - "debugMode": false, - "sleepDelay": 10, - "hitboxLimit": 50, - "skipMarkerArmorStands": true, - "tickCulling": true, - "tickCullingWhitelist": [ - "create:contraption", - "create:stationary_contraption", - "create:gantry_contraption", - "minecraft:boat", - "mts:builder_seat", - "minecraft:firework_rocket", - "create:carriage_contraption", - "mts:builder_rendering", - "drg_flares:drg_flares", - "mts:builder_existing" - ], - "disableF3": false, - "skipEntityCulling": false, - "skipBlockEntityCulling": false -} \ No newline at end of file diff --git a/config/etf_warnings.json b/config/etf_warnings.json deleted file mode 100644 index 972c737..0000000 --- a/config/etf_warnings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "ignoredConfigIds": [] -} \ No newline at end of file diff --git a/config/expandedstorage.json b/config/expandedstorage.json deleted file mode 100644 index fea7bc3..0000000 --- a/config/expandedstorage.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "restrictive_scrolling": false, - "prefer_smaller_screens": true, - "fit_vanilla_constraints": false, - "config_version": 0 -} \ No newline at end of file diff --git a/config/extended_drawers.json b/config/extended_drawers.json deleted file mode 100644 index db45488..0000000 --- a/config/extended_drawers.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "client": { - "displayEmptyCount": false, - "layout": { - "smallTextScale": 0.5, - "largeTextScale": 1.0, - "textOffset": 0.8, - "smallItemScale": 0.4, - "largeItemScale": 1.0 - }, - "icons": { - "lockedIcon": "extended_drawers:item/lock", - "voidingIcon": "minecraft:item/lava_bucket", - "hiddenIcon": "minecraft:item/black_dye", - "dupingIcon": "extended_drawers:item/dupe_wand" - }, - "itemRenderDistance": 64, - "iconRenderDistance": 16, - "textRenderDistance": 32 - }, - "storage": { - "t1UpgradeMultiplier": 2, - "t2UpgradeMultiplier": 4, - "t3UpgradeMultiplier": 8, - "t4UpgradeMultiplier": 16, - "drawerCapacity": 1024, - "compactingCapacity": 1024, - "stackSizeAffectsCapacity": false, - "slotCountAffectsCapacity": true - }, - "misc": { - "blockUpgradeRemovalsWithOverflow": true, - "allowRecursion": false, - "drawersDropContentsOnBreak": false, - "dropDrawersInCreative": true, - "insertAllTime": 10, - "frontBreakingBehaviour": "mine", - "sideBreakingBehaviour": "break", - "cachingMode": "simple" - } -} \ No newline at end of file diff --git a/config/fabric/indigo-renderer.properties b/config/fabric/indigo-renderer.properties deleted file mode 100644 index 792609f..0000000 --- a/config/fabric/indigo-renderer.properties +++ /dev/null @@ -1,9 +0,0 @@ -#Indigo properties file -#Wed Sep 25 23:53:40 CEST 2024 -always-tesselate-blocks=auto -ambient-occlusion-mode=hybrid -debug-compare-lighting=auto -fix-exterior-vertex-lighting=auto -fix-luminous-block-ambient-occlusion=auto -fix-mean-light-calculation=auto -fix-smooth-lighting-offset=auto diff --git a/config/fallingleaves-client.toml b/config/fallingleaves-client.toml deleted file mode 100644 index 3ba5c73..0000000 --- a/config/fallingleaves-client.toml +++ /dev/null @@ -1,24 +0,0 @@ -#modifies the size of the leaves -#Range: 1 ~ 20 -leafSize = 4 -#modifies how long it takes for the leaves to disappear -#Values over 2000 are not recommend -#Range: > 100 -leafLifespan = 200 -#modifies the amount of leaves that are spawning -#Values over 10000 are not recommend -#Range: > 0 -leafSpawnRate = 10 -#modifier the amount of leaves are spawning from conifer trees -#Values over 10000 are not recommend -#Range: > 0 -coniferLeafSpawnRate = 2 -#whether player placed blocks should also drop leaves -dropFromPlayerPlacedBlocks = true -#how much room below the leaves block is needed for the leaves to spawn -#Range: 1 ~ 20 -minimumFreeSpaceBelow = 1 -#disable wind effects -disableWind = false -#windless dimensions -windlessDimension = ["minecraft:the_nether", "minecraft:the_end"] diff --git a/config/fallingtree.json b/config/fallingtree.json deleted file mode 100644 index e0a77ae..0000000 --- a/config/fallingtree.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "trees": { - "allowedLogs": [], - "deniedLogs": [], - "allowedLeaves": [], - "allowedNonDecayLeaves": [], - "deniedLeaves": [], - "breakMode": "INSTANTANEOUS", - "detectionMode": "WHOLE_TREE", - "maxScanSize": 500, - "maxSize": 100, - "maxLeafDistanceFromLog": 15, - "maxSizeAction": "ABORT", - "breakOrder": "FURTHEST_FIRST", - "minimumLeavesAroundRequired": 1, - "includePersistentLeavesInRequiredCount": true, - "treeBreaking": true, - "leavesBreaking": true, - "leavesBreakingForceRadius": 0, - "allowMixedLogs": false, - "breakNetherTreeWarts": true, - "breakMangroveRoots": true, - "searchAreaRadius": -1, - "allowedAdjacentBlocks": [], - "adjacentStopMode": "STOP_ALL", - "spawnItemsAtBreakPoint": false - }, - "tools": { - "allowed": [], - "denied": [], - "durabilityMode": "NORMAL", - "ignoreTools": false, - "damageMultiplicand": 1.0, - "damageRounding": "ROUND_DOWN", - "speedMultiplicand": 0.0, - "forceToolUsage": false - }, - "player": { - "allowedTags": [] - }, - "enchantment": { - "requireEnchantment": false - }, - "sneakMode": "SNEAK_DISABLE", - "breakInCreative": false, - "lootInCreative": true, - "notificationMode": "ACTION_BAR" -} \ No newline at end of file diff --git a/config/fancymenu/custom_gui_screens.txt b/config/fancymenu/custom_gui_screens.txt deleted file mode 100644 index 57f690f..0000000 --- a/config/fancymenu/custom_gui_screens.txt +++ /dev/null @@ -1,5 +0,0 @@ -type = custom_gui_screens - -overridden_screens { -} - diff --git a/config/fancymenu/customizablemenus.txt b/config/fancymenu/customizablemenus.txt deleted file mode 100644 index b5d2432..0000000 --- a/config/fancymenu/customizablemenus.txt +++ /dev/null @@ -1,41 +0,0 @@ -type = customizablemenus - -net.minecraft.client.gui.screens.TitleScreen { -} - -net.minecraft.client.gui.screens.worldselection.SelectWorldScreen { -} - -net.minecraft.client.gui.screens.LevelLoadingScreen { -} - -net.minecraft.client.gui.screens.GenericMessageScreen { -} - -net.minecraft.client.gui.screens.ProgressScreen { -} - -net.minecraft.client.gui.screens.ConnectScreen { -} - -net.minecraft.client.gui.screens.ReceivingLevelScreen { -} - -net.minecraft.client.gui.screens.multiplayer.JoinMultiplayerScreen { -} - -com.blamejared.controlling.client.NewKeyBindsScreen { -} - -net.minecraft.client.gui.screens.options.OnlineOptionsScreen { -} - -net.minecraft.client.gui.screens.WinScreen { -} - -net.minecraft.client.gui.screens.ConfirmLinkScreen { -} - -io.github.gaming32.worldhost.gui.screen.WorldHostConfigScreen { -} - diff --git a/config/fancymenu/customization/title_screen_layout.txt b/config/fancymenu/customization/title_screen_layout.txt deleted file mode 100644 index 8c1be55..0000000 --- a/config/fancymenu/customization/title_screen_layout.txt +++ /dev/null @@ -1,503 +0,0 @@ -type = fancymenu_layout - -layout-meta { - identifier = title_screen - render_custom_elements_behind_vanilla = false - last_edited_time = 1727229160510 - is_enabled = true - randommode = false - randomgroup = 1 - randomonlyfirsttime = false - layout_index = 0 - [loading_requirement_container_meta:2e4ce653-f3b6-48ab-859e-f930f5b1b224-1727229143804] = [groups:][instances:] -} - -menu_background { - image_path = [source:local]/config/fancymenu/assets/bg.png - slide = false - repeat_texture = false - background_type = image -} - -customization { - action = backgroundoptions - keepaspectratio = false -} - -scroll_list_customization { - preserve_scroll_list_header_footer_aspect_ratio = true - render_scroll_list_header_shadow = true - render_scroll_list_footer_shadow = true - show_scroll_list_header_footer_preview_in_editor = false - repeat_scroll_list_header_texture = false - repeat_scroll_list_footer_texture = false - show_screen_background_overlay_on_custom_background = false - apply_vanilla_background_blur = false -} - -element { - source = [source:local]/config/fancymenu/assets/boundless.png - repeat_texture = false - nine_slice_texture = false - nine_slice_texture_border_x = 5 - nine_slice_texture_border_y = 5 - element_type = image - instance_identifier = 0dd98b71-f781-469e-b57d-8ea86ff22598-1727227667656 - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = mid-centered - x = -130 - y = -120 - width = 255 - height = 71 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = d7475721-c108-4632-ae61-3bf3137f2e1f-1727227667656 - [loading_requirement_container_meta:d7475721-c108-4632-ae61-3bf3137f2e1f-1727227667656] = [groups:][instances:] -} - -vanilla_button { - button_element_executable_block_identifier = f6547507-0cd9-41c3-bb2b-367fd5d60839-1727140097697 - [executable_block:f6547507-0cd9-41c3-bb2b-367fd5d60839-1727140097697][type:generic] = [executables:] - restartbackgroundanimations = true - loopbackgroundanimations = true - nine_slice_custom_background = false - nine_slice_border_x = 5 - nine_slice_border_y = 5 - navigatable = true - element_type = vanilla_button - instance_identifier = mc_titlescreen_multiplayer_button - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = mid-centered - x = -100 - y = -8 - width = 200 - height = 20 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = 18ebf431-062b-4ede-9fb0-ac5bbe7d79e4-1727140097697 - [loading_requirement_container_meta:18ebf431-062b-4ede-9fb0-ac5bbe7d79e4-1727140097697] = [groups:][instances:] - is_hidden = false - automated_button_clicks = 0 - nine_slice_slider_handle = false - nine_slice_slider_handle_border_x = 5 - nine_slice_slider_handle_border_y = 5 -} - -vanilla_button { - button_element_executable_block_identifier = c8e0155c-1d1b-41f4-9a2c-23734688408a-1727140097697 - [executable_block:c8e0155c-1d1b-41f4-9a2c-23734688408a-1727140097697][type:generic] = [executables:] - restartbackgroundanimations = true - loopbackgroundanimations = true - nine_slice_custom_background = false - nine_slice_border_x = 5 - nine_slice_border_y = 5 - navigatable = true - element_type = vanilla_button - instance_identifier = mc_titlescreen_realms_button - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = vanilla - x = 220 - y = 170 - width = 200 - height = 20 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = 906b153e-7be7-4935-971f-079d0d887f28-1727140097697 - [loading_requirement_container_meta:906b153e-7be7-4935-971f-079d0d887f28-1727140097697] = [groups:][instances:] - is_hidden = true - automated_button_clicks = 0 - nine_slice_slider_handle = false - nine_slice_slider_handle_border_x = 5 - nine_slice_slider_handle_border_y = 5 -} - -vanilla_button { - button_element_executable_block_identifier = 40d8b635-ef02-4806-b21d-e72ba3ccab54-1727140097697 - [executable_block:40d8b635-ef02-4806-b21d-e72ba3ccab54-1727140097697][type:generic] = [executables:] - restartbackgroundanimations = true - loopbackgroundanimations = true - nine_slice_custom_background = false - nine_slice_border_x = 5 - nine_slice_border_y = 5 - navigatable = true - element_type = vanilla_button - instance_identifier = mc_titlescreen_singleplayer_button - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = mid-centered - x = -100 - y = -31 - width = 200 - height = 20 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = 33083765-583a-449a-80b5-de21f44e7824-1727140097697 - [loading_requirement_container_meta:33083765-583a-449a-80b5-de21f44e7824-1727140097697] = [groups:][instances:] - is_hidden = false - automated_button_clicks = 0 - nine_slice_slider_handle = false - nine_slice_slider_handle_border_x = 5 - nine_slice_slider_handle_border_y = 5 -} - -vanilla_button { - button_element_executable_block_identifier = 19ea19b9-deb6-49a9-950a-7d8078e78857-1727140097697 - [executable_block:19ea19b9-deb6-49a9-950a-7d8078e78857-1727140097697][type:generic] = [executables:] - restartbackgroundanimations = true - loopbackgroundanimations = true - nine_slice_custom_background = false - nine_slice_border_x = 5 - nine_slice_border_y = 5 - navigatable = true - element_type = vanilla_button - instance_identifier = 802990 - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = vanilla - x = 442 - y = 351 - width = 196 - height = 10 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = ef32898d-0f4f-4c94-a2cb-823372eabe43-1727140097697 - [loading_requirement_container_meta:ef32898d-0f4f-4c94-a2cb-823372eabe43-1727140097697] = [groups:][instances:] - is_hidden = false - automated_button_clicks = 0 - nine_slice_slider_handle = false - nine_slice_slider_handle_border_x = 5 - nine_slice_slider_handle_border_y = 5 -} - -vanilla_button { - button_element_executable_block_identifier = ea93fa41-e0b0-4afd-89a4-42903ccf9921-1727140097697 - [executable_block:ea93fa41-e0b0-4afd-89a4-42903ccf9921-1727140097697][type:generic] = [executables:] - restartbackgroundanimations = true - loopbackgroundanimations = true - nine_slice_custom_background = false - nine_slice_border_x = 5 - nine_slice_border_y = 5 - navigatable = true - element_type = vanilla_button - instance_identifier = mc_titlescreen_quit_button - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = element - anchor_point_element = mc_titlescreen_multiplayer_button - x = 102 - y = 23 - width = 98 - height = 20 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = 028c4b10-4683-4862-9c45-e9456848baba-1727140097697 - [loading_requirement_container_meta:028c4b10-4683-4862-9c45-e9456848baba-1727140097697] = [groups:][instances:] - is_hidden = false - automated_button_clicks = 0 - nine_slice_slider_handle = false - nine_slice_slider_handle_border_x = 5 - nine_slice_slider_handle_border_y = 5 -} - -vanilla_button { - button_element_executable_block_identifier = 06bc0b7c-c352-4d39-9d1a-ce8b7cbd4c7f-1727140097697 - [executable_block:06bc0b7c-c352-4d39-9d1a-ce8b7cbd4c7f-1727140097697][type:generic] = [executables:] - restartbackgroundanimations = true - loopbackgroundanimations = true - nine_slice_custom_background = false - nine_slice_border_x = 5 - nine_slice_border_y = 5 - navigatable = true - element_type = vanilla_button - instance_identifier = mc_titlescreen_options_button - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = element - anchor_point_element = mc_titlescreen_multiplayer_button - x = 0 - y = 23 - width = 98 - height = 20 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = eb2af4d6-5601-4b44-8194-b021c1e25824-1727140097697 - [loading_requirement_container_meta:eb2af4d6-5601-4b44-8194-b021c1e25824-1727140097697] = [groups:][instances:] - is_hidden = false - automated_button_clicks = 0 - nine_slice_slider_handle = false - nine_slice_slider_handle_border_x = 5 - nine_slice_slider_handle_border_y = 5 -} - -vanilla_button { - button_element_executable_block_identifier = a2ae4929-0457-4c8a-a174-f093222c0af7-1727140097697 - [executable_block:a2ae4929-0457-4c8a-a174-f093222c0af7-1727140097697][type:generic] = [executables:] - restartbackgroundanimations = true - loopbackgroundanimations = true - nine_slice_custom_background = false - nine_slice_border_x = 5 - nine_slice_border_y = 5 - navigatable = true - element_type = vanilla_button - instance_identifier = forge_titlescreen_mods_button - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = mid-centered - x = -100 - y = 39 - width = 200 - height = 20 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = 778627dd-8e8c-44e0-9eb5-58f66ce6904a-1727140097697 - [loading_requirement_container_meta:778627dd-8e8c-44e0-9eb5-58f66ce6904a-1727140097697] = [groups:][instances:] - is_hidden = false - automated_button_clicks = 0 - nine_slice_slider_handle = false - nine_slice_slider_handle_border_x = 5 - nine_slice_slider_handle_border_y = 5 -} - -vanilla_button { - button_element_executable_block_identifier = c228185e-0bc6-45fe-9816-acbecabdc6af-1727140097697 - [executable_block:c228185e-0bc6-45fe-9816-acbecabdc6af-1727140097697][type:generic] = [executables:] - restartbackgroundanimations = true - loopbackgroundanimations = true - nine_slice_custom_background = false - nine_slice_border_x = 5 - nine_slice_border_y = 5 - navigatable = true - element_type = vanilla_button - instance_identifier = 604388 - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = mid-centered - x = 103 - y = 15 - width = 20 - height = 20 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = 4b1889b5-b78e-42f0-baa5-ff5837ade8b9-1727140097697 - [loading_requirement_container_meta:4b1889b5-b78e-42f0-baa5-ff5837ade8b9-1727140097697] = [groups:][instances:] - is_hidden = false - automated_button_clicks = 0 - nine_slice_slider_handle = false - nine_slice_slider_handle_border_x = 5 - nine_slice_slider_handle_border_y = 5 -} - -vanilla_button { - button_element_executable_block_identifier = 7b6dda5c-e2af-4fc8-93e1-4083bf12009c-1727140097697 - [executable_block:7b6dda5c-e2af-4fc8-93e1-4083bf12009c-1727140097697][type:generic] = [executables:] - restartbackgroundanimations = true - loopbackgroundanimations = true - nine_slice_custom_background = false - nine_slice_border_x = 5 - nine_slice_border_y = 5 - navigatable = true - element_type = vanilla_button - instance_identifier = 376388 - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = mid-centered - x = -123 - y = 15 - width = 20 - height = 20 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = 5e35cea5-e2a1-4bff-a125-e58e9e3b2c1f-1727140097697 - [loading_requirement_container_meta:5e35cea5-e2a1-4bff-a125-e58e9e3b2c1f-1727140097697] = [groups:][instances:] - is_hidden = false - automated_button_clicks = 0 - nine_slice_slider_handle = false - nine_slice_slider_handle_border_x = 5 - nine_slice_slider_handle_border_y = 5 -} - -vanilla_button { - button_element_executable_block_identifier = e7abb811-5014-4a01-ace0-fcde815dca22-1727140097697 - [executable_block:e7abb811-5014-4a01-ace0-fcde815dca22-1727140097697][type:generic] = [executables:] - restartbackgroundanimations = true - loopbackgroundanimations = true - nine_slice_custom_background = false - nine_slice_border_x = 5 - nine_slice_border_y = 5 - navigatable = true - element_type = vanilla_button - instance_identifier = 901980 - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = vanilla - x = 541 - y = 341 - width = 97 - height = 10 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = 2af0855f-52ac-4d12-ba66-2c26a8fa38ad-1727140097697 - [loading_requirement_container_meta:2af0855f-52ac-4d12-ba66-2c26a8fa38ad-1727140097697] = [groups:][instances:] - is_hidden = false - automated_button_clicks = 0 - nine_slice_slider_handle = false - nine_slice_slider_handle_border_x = 5 - nine_slice_slider_handle_border_y = 5 -} - -deep_element { - element_type = title_screen_logo - instance_identifier = deep:title_screen_logo - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = vanilla - x = 183 - y = 30 - width = 274 - height = 52 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = b53c2188-2ccd-45f5-b36d-4a7db8d7d216-1727140097697 - [loading_requirement_container_meta:b53c2188-2ccd-45f5-b36d-4a7db8d7d216-1727140097697] = [groups:][instances:] - is_hidden = true -} - -deep_element { - element_type = title_screen_branding - instance_identifier = deep:title_screen_branding - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = vanilla - x = 2 - y = 307 - width = 144 - height = 29 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = d2df1ae2-7403-4dbe-8178-ab4d78c9f2d3-1727140097697 - [loading_requirement_container_meta:d2df1ae2-7403-4dbe-8178-ab4d78c9f2d3-1727140097697] = [groups:][instances:] - is_hidden = true -} - -deep_element { - element_type = title_screen_splash - instance_identifier = deep:title_screen_splash - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = vanilla - x = 0 - y = 0 - width = 100 - height = 30 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = 6dfba0ac-447d-46a4-884f-34cf8f537e12-1727140097697 - [loading_requirement_container_meta:6dfba0ac-447d-46a4-884f-34cf8f537e12-1727140097697] = [groups:][instances:] - is_hidden = true -} - -deep_element { - element_type = title_screen_realms_notification - instance_identifier = deep:title_screen_realms_notification - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = vanilla - x = 402 - y = 184 - width = 60 - height = 13 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = ca51073a-b8fb-417c-bbbc-741ef0436990-1727140097697 - [loading_requirement_container_meta:ca51073a-b8fb-417c-bbbc-741ef0436990-1727140097697] = [groups:][instances:] - is_hidden = true -} - -deep_element { - element_type = title_screen_forge_copyright - instance_identifier = deep:title_screen_forge_copyright - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = vanilla - x = 411 - y = 318 - width = 228 - height = 9 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = c358fbbb-c3bb-4678-b1bd-411f7fc76873-1727140097697 - [loading_requirement_container_meta:c358fbbb-c3bb-4678-b1bd-411f7fc76873-1727140097697] = [groups:][instances:] - is_hidden = true -} - -deep_element { - element_type = title_screen_forge_top - instance_identifier = deep:title_screen_forge_top - appearance_delay = no_delay - appearance_delay_seconds = 1.0 - fade_in = false - fade_in_speed = 1.0 - anchor_point = vanilla - x = 186 - y = 4 - width = 268 - height = 19 - stretch_x = false - stretch_y = false - stay_on_screen = true - element_loading_requirement_container_identifier = 70b1390c-b4a7-4cac-ba6e-7de9b0315908-1727140097697 - [loading_requirement_container_meta:70b1390c-b4a7-4cac-ba6e-7de9b0315908-1727140097697] = [groups:][instances:] - is_hidden = false -} - diff --git a/config/fancymenu/customization/universal_layout.txt b/config/fancymenu/customization/universal_layout.txt deleted file mode 100644 index 12dd6f5..0000000 --- a/config/fancymenu/customization/universal_layout.txt +++ /dev/null @@ -1,37 +0,0 @@ -type = fancymenu_layout - -layout-meta { - identifier = %fancymenu:universal_layout% - render_custom_elements_behind_vanilla = false - last_edited_time = 1727229552689 - is_enabled = true - randommode = false - randomgroup = 1 - randomonlyfirsttime = false - layout_index = 0 - [loading_requirement_container_meta:e2dcd25c-319d-43ae-9df3-11d2f1da459f-1727229533859] = [groups:][instances:] -} - -menu_background { - image_path = [source:local]/config/fancymenu/assets/bg.png - slide = false - repeat_texture = false - background_type = image -} - -customization { - action = backgroundoptions - keepaspectratio = false -} - -scroll_list_customization { - preserve_scroll_list_header_footer_aspect_ratio = true - render_scroll_list_header_shadow = true - render_scroll_list_footer_shadow = true - show_scroll_list_header_footer_preview_in_editor = false - repeat_scroll_list_header_texture = false - repeat_scroll_list_footer_texture = false - show_screen_background_overlay_on_custom_background = false - apply_vanilla_background_blur = false -} - diff --git a/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget b/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget deleted file mode 100644 index e1a9dbb..0000000 --- a/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget +++ /dev/null @@ -1,12 +0,0 @@ -type = layout_editor_widget_settings - -settings { - offset_x = -212.0 - offset_y = 0.0 - inner_width = 200.0 - inner_height = 300.0 - snapping_side = top-right - expanded = true - visible = true -} - diff --git a/config/fancymenu/legacy_checklist.txt b/config/fancymenu/legacy_checklist.txt deleted file mode 100644 index fd6fe0e..0000000 --- a/config/fancymenu/legacy_checklist.txt +++ /dev/null @@ -1,3 +0,0 @@ -##[legacy] - -B:custom_guis_ported = 'true'; \ No newline at end of file diff --git a/config/fancymenu/options.txt b/config/fancymenu/options.txt deleted file mode 100644 index 178ab40..0000000 --- a/config/fancymenu/options.txt +++ /dev/null @@ -1,75 +0,0 @@ -##[general] - -I:default_gui_scale = '-1'; -B:play_vanilla_menu_music = 'true'; -B:force_fullscreen = 'false'; - - -##[customization] - -B:modpack_mode = 'true'; -B:show_customization_overlay = 'false'; -B:advanced_customization_mode = 'false'; - - -##[loading] - -B:preload_animations = 'true'; -S:preload_resources = ''; -S:custom_game_intro_skip_text = ''; -B:allow_game_intro_skip = 'true'; -S:game_intro_animation_name = ''; -B:game_intro_fade_out = 'true'; - - -##[window] - -B:show_custom_window_icon = 'true'; -S:custom_window_icon_macos = '/config/fancymenu/assets/boundless-icon-minmal-32.icns'; -S:custom_window_icon_32 = '/config/fancymenu/assets/boundless-icon-minmal-32.png'; -S:custom_window_title = 'Boundless Horizons'; -S:custom_window_icon_16 = '/config/fancymenu/assets/boundless-icon-minmal-16.png'; - - -##[multiplayer_screen] - -B:show_multiplayer_screen_server_icons = 'true'; - - -##[singleplayer_screen] - -B:show_singleplayer_screen_world_icons = 'true'; - - -##[layout_editor] - -B:anchor_overlay_change_anchor_on_area_hover = 'true'; -B:show_layout_editor_grid = 'true'; -B:anchor_overlay_change_anchor_on_element_hover = 'true'; -S:anchor_overlay_visibility_mode = 'dragging'; -B:anchor_overlay_show_all_connection_lines = 'false'; -S:anchor_overlay_color_base_override = ''; -I:layout_editor_grid_size = '10'; -B:invert_anchor_overlay_color = 'false'; -S:anchor_overlay_color_border_override = ''; -F:anchor_overlay_opacity_normal = '0.5'; -F:anchor_overlay_opacity_busy = '0.7'; -D:anchor_overlay_hover_charging_time_seconds = '2.0'; - - -##[ui] - -I:context_menu_hover_open_speed = '1'; -S:ui_theme = 'dark'; -F:ui_scale = '4.0'; -B:play_ui_click_sounds = 'true'; -B:enable_ui_text_shadow = 'false'; - - -##[debug_overlay] - -B:debug_overlay_show_basic_screen_category = 'true'; -B:debug_overlay_show_system_category = 'true'; -B:debug_overlay_show_advanced_screen_category = 'true'; -B:show_debug_overlay = 'false'; -B:debug_overlay_show_resources_category = 'true'; \ No newline at end of file diff --git a/config/fancymenu/ui_themes/dark.json b/config/fancymenu/ui_themes/dark.json deleted file mode 100644 index 46018ba..0000000 --- a/config/fancymenu/ui_themes/dark.json +++ /dev/null @@ -1,181 +0,0 @@ -{ - "identifier": "dark", - "display_name": "fancymenu.ui.themes.dark", - "menu_bar_bottom_line_color": { - "hex": "#5D6164FF" - }, - "layout_editor_mouse_selection_rectangle_color": { - "hex": "#0394FCFF" - }, - "layout_editor_grid_color_normal": { - "hex": "#BA79F164" - }, - "layout_editor_grid_color_center": { - "hex": "#5B5EFF64" - }, - "layout_editor_element_border_color_normal": { - "hex": "#0394FCFF" - }, - "layout_editor_element_border_color_selected": { - "hex": "#03DBFCFF" - }, - "layout_editor_element_dragging_not_allowed_color": { - "hex": "#E83609C8" - }, - "layout_editor_anchor_point_overlay_color_base": { - "hex": "#25B479FF" - }, - "layout_editor_anchor_point_overlay_color_border": { - "hex": "#114F34FF" - }, - "layout_editor_close_icon_color": { - "hex": "#DA3C1EFF" - }, - "scroll_grabber_color_normal": { - "hex": "#595B5D64" - }, - "scroll_grabber_color_hover": { - "hex": "#66686864" - }, - "screen_background_color": { - "hex": "#3C3F41FF" - }, - "screen_background_color_darker": { - "hex": "#262626FF" - }, - "element_border_color_normal": { - "hex": "#5D6164FF" - }, - "element_border_color_hover": { - "hex": "#5D6164FF" - }, - "element_background_color_normal": { - "hex": "#474747FF" - }, - "element_background_color_hover": { - "hex": "#539CD4FF" - }, - "slider_handle_color_normal": { - "hex": "#4784B4FF" - }, - "slider_handle_color_hover": { - "hex": "#539CD4FF" - }, - "area_background_color": { - "hex": "#2B2B2BFF" - }, - "edit_box_background_color": { - "hex": "#2B2B2BFF" - }, - "edit_box_border_color_normal": { - "hex": "#D1C2D1FF" - }, - "edit_box_border_color_focused": { - "hex": "#E3D3E3FF" - }, - "list_entry_color_selected_hovered": { - "hex": "#323232FF" - }, - "text_editor_sidebar_color": { - "hex": "#313335FF" - }, - "text_editor_line_number_text_color_normal": { - "hex": "#5B5C5EFF" - }, - "text_editor_line_number_text_color_selected": { - "hex": "#899396FF" - }, - "listing_dot_color_1": { - "hex": "#3E86A0FF" - }, - "listing_dot_color_2": { - "hex": "#AD6C79FF" - }, - "listing_dot_color_3": { - "hex": "#AA823FFF" - }, - "suggestions_background_color": { - "hex": "#474747FF" - }, - "suggestions_text_color_normal": { - "hex": "#CEDDEDFF" - }, - "suggestions_text_color_selected": { - "hex": "#64A5ECFF" - }, - "ui_texture_color": { - "hex": "#FFFFFFFF" - }, - "generic_text_base_color": { - "hex": "#FFFFFFFF" - }, - "element_label_color_normal": { - "hex": "#CEDDEDFF" - }, - "element_label_color_inactive": { - "hex": "#717577FF" - }, - "edit_box_text_color_normal": { - "hex": "#CEDDEDFF" - }, - "edit_box_text_color_uneditable": { - "hex": "#717577FF" - }, - "edit_box_suggestion_text_color": { - "hex": "#808080FF" - }, - "description_area_text_color": { - "hex": "#CEDDEDFF" - }, - "text_editor_text_color": { - "hex": "#9EAAB8FF" - }, - "success_text_color": { - "hex": "#31CE05FF" - }, - "error_text_color": { - "hex": "#ED4545FF" - }, - "warning_text_color": { - "hex": "#E59B12FF" - }, - "text_editor_text_formatting_nested_text_color_1": { - "hex": "#EB7F7FFF" - }, - "text_editor_text_formatting_nested_text_color_2": { - "hex": "#EBC97FFF" - }, - "text_editor_text_formatting_nested_text_color_3": { - "hex": "#BEEB7FFF" - }, - "text_editor_text_formatting_nested_text_color_4": { - "hex": "#7FEBE6FF" - }, - "text_editor_text_formatting_nested_text_color_5": { - "hex": "#7F9EEBFF" - }, - "text_editor_text_formatting_nested_text_color_6": { - "hex": "#967FEBFF" - }, - "text_editor_text_formatting_nested_text_color_7": { - "hex": "#D47FEBFF" - }, - "text_editor_text_formatting_nested_text_color_8": { - "hex": "#F53636FF" - }, - "text_editor_text_formatting_nested_text_color_9": { - "hex": "#F59236FF" - }, - "text_editor_text_formatting_nested_text_color_10": { - "hex": "#F5E536FF" - }, - "text_editor_text_formatting_nested_text_color_11": { - "hex": "#69F536FF" - }, - "text_editor_text_formatting_nested_text_color_12": { - "hex": "#3689F5FF" - }, - "text_editor_text_formatting_brackets_color": { - "hex": "#FCDF03FF" - } -} \ No newline at end of file diff --git a/config/fancymenu/ui_themes/light.json b/config/fancymenu/ui_themes/light.json deleted file mode 100644 index 4c56d55..0000000 --- a/config/fancymenu/ui_themes/light.json +++ /dev/null @@ -1,181 +0,0 @@ -{ - "identifier": "light", - "display_name": "fancymenu.ui.themes.light", - "menu_bar_bottom_line_color": { - "hex": "#777777FF" - }, - "layout_editor_mouse_selection_rectangle_color": { - "hex": "#0394FCFF" - }, - "layout_editor_grid_color_normal": { - "hex": "#BA79F164" - }, - "layout_editor_grid_color_center": { - "hex": "#5B5EFF64" - }, - "layout_editor_element_border_color_normal": { - "hex": "#0394FCFF" - }, - "layout_editor_element_border_color_selected": { - "hex": "#03DBFCFF" - }, - "layout_editor_element_dragging_not_allowed_color": { - "hex": "#E83609C8" - }, - "layout_editor_anchor_point_overlay_color_base": { - "hex": "#25B479FF" - }, - "layout_editor_anchor_point_overlay_color_border": { - "hex": "#114F34FF" - }, - "layout_editor_close_icon_color": { - "hex": "#932813FF" - }, - "scroll_grabber_color_normal": { - "hex": "#595B5D64" - }, - "scroll_grabber_color_hover": { - "hex": "#66686864" - }, - "screen_background_color": { - "hex": "#B2B2B2FF" - }, - "screen_background_color_darker": { - "hex": "#ADADADFF" - }, - "element_border_color_normal": { - "hex": "#777777FF" - }, - "element_border_color_hover": { - "hex": "#777777FF" - }, - "element_background_color_normal": { - "hex": "#CBCBCBFF" - }, - "element_background_color_hover": { - "hex": "#AFAFAFFF" - }, - "slider_handle_color_normal": { - "hex": "#858484FF" - }, - "slider_handle_color_hover": { - "hex": "#A2A2A2FF" - }, - "area_background_color": { - "hex": "#CBCBCBFF" - }, - "edit_box_background_color": { - "hex": "#CBCBCBFF" - }, - "edit_box_border_color_normal": { - "hex": "#383838FF" - }, - "edit_box_border_color_focused": { - "hex": "#444444FF" - }, - "list_entry_color_selected_hovered": { - "hex": "#AFAFAFFF" - }, - "text_editor_sidebar_color": { - "hex": "#A4A4A4FF" - }, - "text_editor_line_number_text_color_normal": { - "hex": "#696969FF" - }, - "text_editor_line_number_text_color_selected": { - "hex": "#464646FF" - }, - "listing_dot_color_1": { - "hex": "#438DD0FF" - }, - "listing_dot_color_2": { - "hex": "#AB3950FF" - }, - "listing_dot_color_3": { - "hex": "#B2740CFF" - }, - "suggestions_background_color": { - "hex": "#A2A2A2FF" - }, - "suggestions_text_color_normal": { - "hex": "#2D2D2DFF" - }, - "suggestions_text_color_selected": { - "hex": "#205EA2FF" - }, - "ui_texture_color": { - "hex": "#2D2D2DFF" - }, - "generic_text_base_color": { - "hex": "#252525FF" - }, - "element_label_color_normal": { - "hex": "#2D2D2DFF" - }, - "element_label_color_inactive": { - "hex": "#8A8989FF" - }, - "edit_box_text_color_normal": { - "hex": "#2D2D2DFF" - }, - "edit_box_text_color_uneditable": { - "hex": "#8A8989FF" - }, - "edit_box_suggestion_text_color": { - "hex": "#8A8989FF" - }, - "description_area_text_color": { - "hex": "#2D2D2DFF" - }, - "text_editor_text_color": { - "hex": "#484E53FF" - }, - "success_text_color": { - "hex": "#197E02FF" - }, - "error_text_color": { - "hex": "#A41B1BFF" - }, - "warning_text_color": { - "hex": "#9B6105FF" - }, - "text_editor_text_formatting_nested_text_color_1": { - "hex": "#A10F0FFF" - }, - "text_editor_text_formatting_nested_text_color_2": { - "hex": "#B27D09FF" - }, - "text_editor_text_formatting_nested_text_color_3": { - "hex": "#66A80AFF" - }, - "text_editor_text_formatting_nested_text_color_4": { - "hex": "#089891FF" - }, - "text_editor_text_formatting_nested_text_color_5": { - "hex": "#072E8DFF" - }, - "text_editor_text_formatting_nested_text_color_6": { - "hex": "#26069DFF" - }, - "text_editor_text_formatting_nested_text_color_7": { - "hex": "#6A0685FF" - }, - "text_editor_text_formatting_nested_text_color_8": { - "hex": "#730303FF" - }, - "text_editor_text_formatting_nested_text_color_9": { - "hex": "#854306FF" - }, - "text_editor_text_formatting_nested_text_color_10": { - "hex": "#918504FF" - }, - "text_editor_text_formatting_nested_text_color_11": { - "hex": "#267A07FF" - }, - "text_editor_text_formatting_nested_text_color_12": { - "hex": "#363CF5FF" - }, - "text_editor_text_formatting_brackets_color": { - "hex": "#FF3A0064" - } -} \ No newline at end of file diff --git a/config/fancymenu/user_variables.db b/config/fancymenu/user_variables.db deleted file mode 100644 index 117143c..0000000 --- a/config/fancymenu/user_variables.db +++ /dev/null @@ -1,2 +0,0 @@ -type = user_variables - diff --git a/config/farmersdelight-client.toml b/config/farmersdelight-client.toml deleted file mode 100644 index 3d24d8c..0000000 --- a/config/farmersdelight-client.toml +++ /dev/null @@ -1,8 +0,0 @@ -#Client settings -[client] - #Should the hunger bar have a gilded overlay when the player has the Nourishment effect? - nourishmentHungerOverlay = true - #Should the health bar have a silver sheen when the player has the Comfort effect? - comfortHealthOverlay = true - #Should meal and drink tooltips display which effects they provide? - foodEffectTooltip = true diff --git a/config/farmersdelight-common.toml b/config/farmersdelight-common.toml deleted file mode 100644 index fa87cda..0000000 --- a/config/farmersdelight-common.toml +++ /dev/null @@ -1,113 +0,0 @@ -#Game settings -[settings] - #Farmer's Delight adds crates (3x3) for vanilla crops, similar to Quark and Thermal Cultivation. Should they be craftable? - enableVanillaCropCrates = true - #Should Novice and Apprentice Farmers buy this mod's crops? (May reduce chances of other trades appearing) - farmersBuyFDCrops = true - #Should the Wandering Trader sell some of this mod's items? (Currently includes crop seeds and onions) - wanderingTraderSellsFDItems = true - #How often (in percentage) should Rich Soil succeed in boosting a plant's growth at each random tick? Set it to 0.0 to disable this. - #Range: 0.0 ~ 1.0 - richSoilBoostChance = 0.2 - #How much of a bonus (in percentage) should each level of Fortune grant to Cutting Board chances? Set it to 0.0 to disable this. - #Range: 0.0 ~ 1.0 - cuttingBoardFortuneBonus = 0.1 - #Should players be able to reel back rope, bottom to top, when sneak-using with an empty hand on them? - enableRopeReeling = true - #A list of dye colors that, when used as the background of a Canvas Sign, should default to white text when placed. - #Dyes: ["white", "orange", "magenta", "light_blue", "yellow", "lime", "pink", "gray", "light_gray", "cyan", "purple", "blue", "brown", "green", "red", "black"] - canvasSignDarkBackgroundList = ["gray", "purple", "blue", "brown", "green", "red", "black"] - -#Farming -[farming] - #Which rope should Tomato Vines leave behind when mined by hand? - defaultTomatoVineRope = "farmersdelight:rope" - #Should tomato vines be able to climb any rope tagged as farmersdelight:ropes? - #Beware: this will convert these blocks into the block specified in defaultTomatoVineRope. - enableTomatoVineClimbingTaggedRopes = true - -#Recipe book -[recipe_book] - #Should the Cooking Pot have a Recipe Book available on its interface? - enableRecipeBookCookingPot = true - -#Vanilla item overrides -[overrides] - #Should soups and stews from vanilla Minecraft grant additional effects, like meals from this mod? - vanillaSoupExtraEffects = true - #Should Rabbit Stew be buffed with improved food stats? - rabbitStewBuff = true - #Should the Dispenser be able to operate a Cutting Board in front of it? - dispenserUsesToolsOnCuttingBoard = true - - #Stack size overrides - [overrides.stack_size] - #Should BowlFoodItems in the following list become stackable to 16, much like Farmer's Delight's meals? - enableStackableSoupItems = true - #List of BowlFoodItems. They must extend this class to be affected. Default: vanilla soups and stews. - soupItemList = ["minecraft:mushroom_stew", "minecraft:beetroot_soup", "minecraft:rabbit_stew"] - -#World generation -[world] - #Should this mod add some of its items (ropes, seeds, knives, meals etc.) as extra chest loot across Minecraft? - generateFDChestLoot = true - #Generate Compost Heaps across all village biomes - genVillageCompostHeaps = true - - #Wild Cabbage generation - [world.wild_cabbages] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 30 - - #Sea Beet generation - [world.wild_beetroots] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 30 - - #Wild Potato generation - [world.wild_potatoes] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 100 - - #Wild Carrot generation - [world.wild_carrots] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 120 - - #Wild Onion generation - [world.wild_onions] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 120 - - #Tomato Vines generation - [world.wild_tomatoes] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 100 - - #Wild Rice generation - [world.wild_rice] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 20 - - #Brown Mushroom Colony generation - [world.brown_mushroom_colonies] - #Generate brown mushroom colonies on mushroom fields - genBrownMushroomColony = true - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 15 - - #Red Mushroom Colony generation - [world.red_mushroom_colonies] - #Generate red mushroom colonies on mushroom fields - genRedMushroomColony = true - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 15 diff --git a/config/fastquit.toml b/config/fastquit.toml deleted file mode 100644 index d258ca5..0000000 --- a/config/fastquit.toml +++ /dev/null @@ -1,5 +0,0 @@ -renderSavingScreen = false -showToasts = true -showSavingTime = "TRUE" -backgroundPriority = 2 -allowMultipleServers = true diff --git a/config/ferritecore-mixin.toml b/config/ferritecore-mixin.toml deleted file mode 100644 index 91b8c43..0000000 --- a/config/ferritecore-mixin.toml +++ /dev/null @@ -1,22 +0,0 @@ -#Use a slightly more compact, but also slightly slower representation for block states -compactFastMap = false -#Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk! -useSmallThreadingDetector = false -#Cache the predicate instances used in multipart models -cacheMultipartPredicates = true -#Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled -multipartDeduplication = true -#Deduplicate cached data for blockstates, most importantly collision and render shapes -blockstateCacheDeduplication = true -#Avoid creation of new strings when creating ModelResourceLocations -modelResourceLocations = true -#Use smaller data structures for "simple" models, especially models with few side-specific faces -modelSides = true -#Replace the blockstate neighbor table -replaceNeighborLookup = true -#Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. -populateNeighborTable = false -#Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled -replacePropertyMap = true -#Deduplicate vertex data of baked quads in the basic model implementations -bakedQuadDeduplication = true diff --git a/config/firstjoinmessage.json5 b/config/firstjoinmessage.json5 deleted file mode 100644 index 91b535b..0000000 --- a/config/firstjoinmessage.json5 +++ /dev/null @@ -1,12 +0,0 @@ -{ - // The message players will receive when they join a world for the first time. To disable, leave it empty. - "firstJoinMessage": "You wake up in an unfamiliar place.", - // The colour of the message. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. - // min: 0, max: 15 - "firstJoinMessageTextFormattingColourIndex": 2, - // A message that's broadcasted to the server when a player joins for the first time. To disable, leave it empty. %s can be used in place of the player name. - "serverBroadcastMessage": "", - // The colour of the message. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. - // min: 0, max: 15 - "serverBroadcastMessageTextFormattingColourIndex": 3 -} \ No newline at end of file diff --git a/config/fishontheline.json5 b/config/fishontheline.json5 deleted file mode 100644 index 43bbf48..0000000 --- a/config/fishontheline.json5 +++ /dev/null @@ -1,4 +0,0 @@ -{ - // If enabled, the fish on the line sound will only go off if a bell is held in the offhand while fishing. - "mustHoldBellInOffhand": true -} \ No newline at end of file diff --git a/config/fixedanvilrepaircost.json5 b/config/fixedanvilrepaircost.json5 deleted file mode 100644 index c4a748f..0000000 --- a/config/fixedanvilrepaircost.json5 +++ /dev/null @@ -1,11 +0,0 @@ -{ - // The amount of level it costs to repair an item on an anvil. A value of 0 keeps vanilla behaviour. - // min: 0, max: 100 - "repairCostLevelAmount": 3, - // The amount of material it costs to repair an item on an anvil. A value of 0 keeps vanilla behaviour. - // min: 0, max: 64 - "repairCostMaterialAmount": 1, - // How much the item is repaired per action. By default 33.33%, so 3 of 'repairCostMaterialAmount' fully repairs any item. - // min: 0.0, max: 1.0 - "percentRepairedPerAction": 0.3333 -} \ No newline at end of file diff --git a/config/fml.toml b/config/fml.toml deleted file mode 100644 index 5c65715..0000000 --- a/config/fml.toml +++ /dev/null @@ -1,26 +0,0 @@ -#Early window height -earlyWindowHeight = 480 -#Enable NeoForge global version checking -versionCheck = true -#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them. -earlyWindowControl = true -#Early window framebuffer scale -earlyWindowFBScale = 1 -#Disables File Watcher. Used to automatically update config if its file has been modified. -disableConfigWatcher = false -#Early window provider -earlyWindowProvider = "fmlearlywindow" -#Early window width -earlyWindowWidth = 854 -#Early window starts maximized -earlyWindowMaximized = false -#Default config path for servers -defaultConfigPath = "defaultconfigs" -#Disables Optimized DFU client-side - already disabled on servers -disableOptimizedDFU = true -#Skip specific GL versions, may help with buggy graphics card drivers -earlyWindowSkipGLVersions = [] -#Max threads for early initialization parallelism, -1 is based on processor count -maxThreads = -1 -#Squir? -earlyWindowSquir = false diff --git a/config/friendsandfoes.json b/config/friendsandfoes.json deleted file mode 100644 index a7216f5..0000000 --- a/config/friendsandfoes.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "checkForNewUpdates": false, - "enableCopperGolem": true, - "generateCopperGolemAreaStructure": true, - "copperGolemAreaStructureWeight": 1, - "generateCopperGolemInAncientCity": true, - "copperGolemAncientCityCenterWeight": 10, - "enableGlare": true, - "enableGlareSpawn": true, - "enableGlareGriefing": true, - "glareSpawnWeight": 4, - "glareSpawnMinGroupSize": 1, - "glareSpawnMaxGroupSize": 1, - "enableMauler": true, - "enableMaulerSpawn": true, - "maulerDesertSpawnWeight": 8, - "maulerDesertSpawnMinGroupSize": 1, - "maulerDesertSpawnMaxGroupSize": 1, - "maulerBadlandsSpawnWeight": 16, - "maulerBadlandsSpawnMinGroupSize": 1, - "maulerBadlandsSpawnMaxGroupSize": 1, - "maulerSavannaSpawnWeight": 32, - "maulerSavannaSpawnMinGroupSize": 1, - "maulerSavannaSpawnMaxGroupSize": 1, - "enableMoobloom": true, - "enableMoobloomSpawn": true, - "moobloomSpawnWeight": 4, - "moobloomSpawnMinGroupSize": 2, - "moobloomSpawnMaxGroupSize": 4, - "enableIceologer": true, - "enableIceologerSpawn": true, - "enableIceologerInRaids": true, - "generateIceologerCabinStructure": true, - "enableIllusioner": true, - "enableIllusionerSpawn": true, - "enableIllusionerInRaids": true, - "generateIllusionerShackStructure": true, - "generateIllusionerTrainingGroundsStructure": true, - "enableZombieHorseTrap": true, - "enableRascal": true, - "enableRascalSpawn": true, - "enableTuffGolem": true, - "generateTuffGolemInStronghold": true, - "enableWildfire": true, - "generateCitadelStructure": true, - "enableBeekeeperVillagerProfession": true, - "generateBeekeeperAreaStructure": true, - "beekeeperAreaStructureWeight": 2 -} diff --git a/config/fruitsdelight-common.toml b/config/fruitsdelight-common.toml deleted file mode 100644 index a9049f4..0000000 --- a/config/fruitsdelight-common.toml +++ /dev/null @@ -1,2 +0,0 @@ -enableCauldronRecipe = true -enableThirstCompat = true diff --git a/config/fruitsdelight-server.toml b/config/fruitsdelight-server.toml deleted file mode 100644 index 6c87af4..0000000 --- a/config/fruitsdelight-server.toml +++ /dev/null @@ -1,18 +0,0 @@ -#Range: 0.0 ~ 1.0 -fruitsGrowChance = 0.1 -#Range: 0.0 ~ 1.0 -fruitsDropChance = 0.1 -#Range: 0.0 ~ 1.0 -flowerDecayChance = 0.1 -#Range: 0.0 ~ 1.0 -peachGrowChance = 0.1 -#Range: 0.0 ~ 1.0 -peachFruitChance = 0.3 -#Range: 0.0 ~ 1.0 -peachDecayChance = 0.1 -#Range: 0 ~ 64 -rageEffectRange = 24 -#Range: 0 ~ 64 -healEffectRange = 6 -#Range: 0 ~ 64 -alienatingEffectRange = 12 diff --git a/config/giantspawn.json5 b/config/giantspawn.json5 deleted file mode 100644 index fe69c7d..0000000 --- a/config/giantspawn.json5 +++ /dev/null @@ -1,15 +0,0 @@ -{ - // The chance a zombie that has spawned on the surface is a giant. - // min: 0.0, max: 1.0 - "chanceSurfaceZombieIsGiant": 0.05, - // If enabled, burns giants when daylight shines upon them. - "shouldBurnGiantsInDaylight": true, - // If enabled, a giant will only spawn on the surface. - "onlySpawnGiantOnSurface": true, - // The giant movement speed modifier relative to the base zombie movement speed. - // min: 0.0, max: 20.0 - "giantMovementSpeedModifier": 1.0, - // The giant attack damage modifier relative to the base zombie attack damage. - // min: 0.0, max: 20.0 - "giantAttackDamageModifier": 2.0 -} \ No newline at end of file diff --git a/config/guiclock.json5 b/config/guiclock.json5 deleted file mode 100644 index 005fddb..0000000 --- a/config/guiclock.json5 +++ /dev/null @@ -1,43 +0,0 @@ -{ - // When enabled, will only show the game time when a clock is present in the inventory. - "mustHaveClockInInventoryForGameTime": true, - // When enabled, will only show the real time when a clock is present in the inventory. - "mustHaveClockInInventoryForRealTime": true, - // Whether the clock in the GUI should be lowered when the player has potion effects to prevent overlap. - "lowerClockWhenPlayerHasEffects": true, - // Sets the format of the clock to the 24-hour format. - "_24hourformat": true, - // When enabled, shows the clock item icon instead of a clock with numbers. - "showOnlyMinecraftClockIcon": false, - // Show both in-game time and real local time. - "showBothTimes": false, - // Show actual local time instead of in-game time. - "showRealTime": false, - // Show the seconds in the clock. - "showRealTimeSeconds": false, - // Show the days played in the world. - "showDaysPlayedWorld": true, - // Places the GUI clock on the left. - "clockPositionIsLeft": false, - // Places the GUI clock in the middle. - "clockPositionIsCenter": false, - // Places the GUI clock on the right. - "clockPositionIsRight": true, - // The vertical offset (y coord) for the Clock. This determines how far down the time should be on the screen. Can be changed to prevent GUIs from overlapping. - // min: 0, max: 3000 - "clockHeightOffset": 5, - // The horizontal offset (x coord) for the Clock. - // min: -3000, max: 3000 - "clockWidthOffset": 0, - // If the text displayed should have a shadow drawn below it. - "drawTextShadow": true, - // The red RGB value for the clock text. - // min: 0, max: 255 - "RGB_R": 255, - // The green RGB value for the clock text. - // min: 0, max: 255 - "RGB_G": 255, - // The blue RGB value for the clock text. - // min: 0, max: 255 - "RGB_B": 255 -} \ No newline at end of file diff --git a/config/guicompass.json5 b/config/guicompass.json5 deleted file mode 100644 index feeae59..0000000 --- a/config/guicompass.json5 +++ /dev/null @@ -1,26 +0,0 @@ -{ - // What of the GUI compass should be displayed. Default: [FXYZ]. F: facing (direction), X: x coord, Y: y coord (depth), Z: z coord. - "guiCompassFormat": "FXYZ", - // When enabled, will only show the GUI compass when a compass is present in the inventory. - "mustHaveCompassInInventory": true, - // Places the GUI compass on the left. - "compassPositionIsLeft": true, - // Places the GUI compass in the middle. - "compassPositionIsCenter": false, - // Places the GUI compass on the right. - "compassPositionIsRight": false, - // The vertical offset (y coord) for the Compass. This determines how far down the time should be on the screen. Can be changed to prevent GUIs from overlapping. - // min: 0, max: 3000 - "compassHeightOffset": 5, - // If the text displayed should have a shadow drawn below it. - "drawTextShadow": true, - // The red RGB value for the compass text. - // min: 0, max: 255 - "RGB_R": 255, - // The green RGB value for the compass text. - // min: 0, max: 255 - "RGB_G": 255, - // The blue RGB value for the compass text. - // min: 0, max: 255 - "RGB_B": 255 -} \ No newline at end of file diff --git a/config/healingcampfire.json5 b/config/healingcampfire.json5 deleted file mode 100644 index 3adfd27..0000000 --- a/config/healingcampfire.json5 +++ /dev/null @@ -1,26 +0,0 @@ -{ - // How often in ticks the mod checks for campfires around the player. 1 second = 20 ticks, so by default every 2 seconds. - // min: 1, max: 1200 - "checkForCampfireDelayInTicks": 40, - // The radius around the campfire in blocks where players receive the regeneration effect. - // min: 1, max: 64 - "healingRadius": 16, - // The duration of the regeneration effect which the campfire applies. - // min: 1, max: 600 - "effectDurationSeconds": 60, - // The level of regeneration which the campfire applies, by default 1. - // min: 1, max: 50 - "regenerationLevel": 1, - // When enabled, the campfire heals passive mobs around where the radius is half the width of a bounding box. - "healPassiveMobs": true, - // When enabled, hides the particles from the regeneration effect around the campfire. - "hideEffectParticles": true, - // When enabled, the campfire only has an effect when the block is lit up. - "campfireMustBeLit": true, - // When enabled, the campfire only has an effect when the block is signalling. - "campfireMustBeSignalling": false, - // When enabled, the mod will work with normal campfires. - "enableEffectForNormalCampfires": true, - // When enabled, the mod will work with soul campfires. - "enableEffectForSoulCampfires": true -} \ No newline at end of file diff --git a/config/highlighter.toml b/config/highlighter.toml deleted file mode 100644 index 6a31f2e..0000000 --- a/config/highlighter.toml +++ /dev/null @@ -1,17 +0,0 @@ -#Client Configuration -[client] - - [client.options] - # If new item markers should be cleared when the inventory is closed. - clear_on_close = true - # If new item markers should be cleared when the item tooltip is displayed. - clear_on_hover = true - # If new item markers should be cleared when the item is selected on the hotbar. - clear_on_select = true - # If icons should match the color of items names (as shown in tooltips). Otherwise icons will all be gold. - item_name_color = false - # If new item markers should show on the hotbar. - show_on_hotbar = true - # The position of new item markers. - #Allowed Values: UpperLeft, UpperRight, LowerLeft, LowerRight - icon_position = "UpperLeft" diff --git a/config/huskspawn.json5 b/config/huskspawn.json5 deleted file mode 100644 index 1537af1..0000000 --- a/config/huskspawn.json5 +++ /dev/null @@ -1,5 +0,0 @@ -{ - // The chance a zombie that has spawned is of the husk variant. - // min: 0.0, max: 1.0 - "chanceZombieIsHusk": 0.15 -} \ No newline at end of file diff --git a/config/idle_boost.json b/config/idle_boost.json deleted file mode 100644 index 6c67f20..0000000 --- a/config/idle_boost.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "fpsToggle": true, - "renderDistanceToggle": true, - "volumeToggle": true, - "backgroundFps": 10, - "backgroundRenderDistance": 2 -} \ No newline at end of file diff --git a/config/immediatelyfast.json b/config/immediatelyfast.json deleted file mode 100644 index 7f2d628..0000000 --- a/config/immediatelyfast.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "REGULAR_INFO": "----- Regular config values below -----", - "font_atlas_resizing": true, - "map_atlas_generation": true, - "hud_batching": true, - "fast_text_lookup": true, - "fast_buffer_upload": true, - "fast_buffer_upload_size_mb": 256, - "fast_buffer_upload_explicit_flush": true, - "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", - "dont_add_info_into_debug_hud": false, - "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", - "experimental_disable_error_checking": false, - "experimental_disable_resource_pack_conflict_handling": false, - "experimental_sign_text_buffering": false, - "experimental_screen_batching": false, - "experimental_universal_hud_batching": false, - "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", - "debug_only_and_not_recommended_disable_universal_batching": false, - "debug_only_and_not_recommended_disable_mod_conflict_handling": false, - "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, - "debug_only_print_additional_error_information": false, - "debug_only_use_last_usage_for_batch_ordering": false -} \ No newline at end of file diff --git a/config/improvedsignediting.json5 b/config/improvedsignediting.json5 deleted file mode 100644 index 3016fb1..0000000 --- a/config/improvedsignediting.json5 +++ /dev/null @@ -1,6 +0,0 @@ -{ - // A global toggle whether the improved edtiting functionality should be enabled. - "enableImprovedEditing": true, - // Whether the Improved/Normal Editing button should be visible on the sign edit screen. - "showImprovedEditingButton": true -} \ No newline at end of file diff --git a/config/industrialforegoing/client-config.toml b/config/industrialforegoing/client-config.toml deleted file mode 100644 index 88d838b..0000000 --- a/config/industrialforegoing/client-config.toml +++ /dev/null @@ -1,3 +0,0 @@ -[ClientConfig] - #Enables a donation button in the machines - DONATION_LINK_ENABLED = true diff --git a/config/industrialforegoing/machine-agriculture-husbandry.toml b/config/industrialforegoing/machine-agriculture-husbandry.toml deleted file mode 100644 index fc53211..0000000 --- a/config/industrialforegoing/machine-agriculture-husbandry.toml +++ /dev/null @@ -1,123 +0,0 @@ - [MachineAgricultureHusbandryConfig.AnimalFeederConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Operation - Default: [400FE] - powerPerOperation = 400 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #How many animals there need to be in the area to stop the machine from working - maxAnimalInTheArea = 35 - - [MachineAgricultureHusbandryConfig.MobCrusherConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [50 (2.5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [40FE] - powerPerOperation = 50 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Essence [mb] - Default: [32000 mb] - tankSize = 32000 - #Attack Damage for blacklisted entities - Default: [75] - attackDamage = 75 - - [MachineAgricultureHusbandryConfig.SewageComposterConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [40FE] - powerPerTick = 40 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid - Default: [8000mB] - maxTankSize = 8000 - - [MachineAgricultureHusbandryConfig.PlantGathererConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 40 - #Amount of Power Consumer per Operation - Default: [400FE] - powerPerOperation = 400 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid for 'Sludge Tank' - Default: [8000mB] - maxSludgeTankSize = 8000 - #Max Amount of Stored Fluid for 'EtherTank' - Default: [1000mB] - maxEtherTankSize = 1000 - - [MachineAgricultureHusbandryConfig.AnimalRancherConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Operation - Default: [400FE] - powerPerOperation = 400 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid - Default: [8000mB] - maxTankSize = 8000 - - [MachineAgricultureHusbandryConfig.PlantFertilizerConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 50 - #Amount of Power Consumer per Operation - Default: [400FE] - powerPerOperation = 1000 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - - [MachineAgricultureHusbandryConfig.SlaughterFactoryConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Operation - Default: [400FE] - powerPerOperation = 400 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid - Default: [8000mB] - maxMeatTankSize = 8000 - #Max Amount of Stored Fluid - Default: [8000mB] - maxPinkSlimeTankSize = 8000 - - [MachineAgricultureHusbandryConfig.PlantSowerConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 40 - #Amount of Power Consumer per Operation - Default: [1000FE] - powerPerOperation = 1000 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - - [MachineAgricultureHusbandryConfig.MobDuplicatorConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 62 - #Amount of Power Consumed per Operation - Default: [400FE] - powerPerOperation = 5000 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 50000 - #Max Essence [mb] - Default: [8000 mb] - tankSize = 8000 - #Exact Copy to spawn - Default: [false] - exactCopy = false - #Essence needed to spawn [Mob health*EssenceNeeded] - Default: [12] - essenceNeeded = 12 - - [MachineAgricultureHusbandryConfig.WitherBuilderConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [40 (5s)] - maxProgress = 40 - #Amount of Power Consumed per Operation - Default: [500FE] - powerPerOperation = 20000 - #Max Stored Power [FE] - Default: [70000 FE] - maxStoredPower = 70000 - - [MachineAgricultureHusbandryConfig.AnimalBabySeparatorConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Operation - Default: [400FE] - powerPerOperation = 400 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - - [MachineAgricultureHusbandryConfig.SewerConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Operation - Default: [10FE] - This is Calculated as [VALUE * (amount + 1)] - powerPerOperation = 10 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid - Default: [8000mB] - maxSewageTankSize = 8000 - #Max Amount of Stored Fluid - Default: [8000mB] - maxEssenceTankSize = 8000 diff --git a/config/industrialforegoing/machine-core.toml b/config/industrialforegoing/machine-core.toml deleted file mode 100644 index c911694..0000000 --- a/config/industrialforegoing/machine-core.toml +++ /dev/null @@ -1,33 +0,0 @@ - [MachineCoreConfig.LatexProcessingUnitConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [400FE] - powerPerTick = 20 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid [Latex] - Default: [8000mB] - maxLatexTankSize = 16000 - #Max Amount of Stored Fluid [Water] - Default: [8000mB] - maxWaterTankSize = 16000 - - [MachineCoreConfig.FluidExtractorConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Operation - Default: [10FE] - This is Calculated as [VALUE * (amount + 1)] - powerPerOperation = 500 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid [Latex] - Default: [8000mB] - maxLatexTankSize = 1000 - - [MachineCoreConfig.DissolutionChamberConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [60FE] - powerPerTick = 90 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid [Input] - Default: [8000mB] - maxInputTankSize = 8000 - #Max Amount of Stored Fluid [Output] - Default: [8000mB] - maxOutputTankSize = 16000 diff --git a/config/industrialforegoing/machine-generator.toml b/config/industrialforegoing/machine-generator.toml deleted file mode 100644 index f8c92a1..0000000 --- a/config/industrialforegoing/machine-generator.toml +++ /dev/null @@ -1,29 +0,0 @@ - [MachineGeneratorConfig.BiofuelGeneratorConfig] - #Burn Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Produced per Tick - Default: [400FE] - powerPerTick = 160 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 1000000 - #Amount of FE/t extracted from the Biofuel Generator - extractionRate = 500 - #Max Amount of Stored Fluid [Biofuel] - Default: [8000mB] - maxBiofuelTankSize = 4000 - - [MachineGeneratorConfig.BioReactorConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [400FE] - powerPerOperation = 400 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - maxWaterTankStorage = 16000 - maxBioFuelTankStorage = 16000 - - [MachineGeneratorConfig.PitifulGeneratorConfig] - #Amount of Power Produced per Tick - Default: [400FE] - powerPerTick = 30 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 100000 - #Amount of FE/t extracted from the Pitiful Generator - extractionRate = 1000 diff --git a/config/industrialforegoing/machine-misc.toml b/config/industrialforegoing/machine-misc.toml deleted file mode 100644 index 8feb7d5..0000000 --- a/config/industrialforegoing/machine-misc.toml +++ /dev/null @@ -1,49 +0,0 @@ - [MachineMiscConfig.EnchantmentExtractorConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [50 (2.5s)] - maxProgress = 50 - #Amount of Power Consumed per Tick - Default: [40FE] - powerPerTick = 40 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Essence [mb] - Default: [32000 mb] - tankSize = 32000 - - [MachineMiscConfig.StasisChamberConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [50 (5s)] - maxProgress = 50 - #Amount of Power Consumed per Tick - Default: [400FE] - powerPerOperation = 1000 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #If true, the boss bar of an entity with the AI disable won't be rendered - disableBossBars = true - - [MachineMiscConfig.EnchantmentSorterConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [50 (2.5s)] - maxProgress = 50 - #Amount of Power Consumed per Tick - Default: [40FE] - powerPerTick = 40 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - - [MachineMiscConfig.EnchantmentApplicatorConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [50 (2.5s)] - maxProgress = 50 - #Amount of Power Consumed per Tick - Default: [40FE] - powerPerTick = 40 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Essence [mb] - Default: [64000 mb] - tankSize = 64000 - #Ignore max level for enchanting - ignoreEnchantMaxLevels = true - - [MachineMiscConfig.EnchantmentFactoryConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [50 (2.5s)] - maxProgress = 50 - #Amount of Power Consumed per Tick - Default: [40FE] - powerPerTick = 40 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Essence [mb] - Default: [64000 mb] - tankSize = 64000 diff --git a/config/industrialforegoing/machine-resource-production.toml b/config/industrialforegoing/machine-resource-production.toml deleted file mode 100644 index d2f5ab7..0000000 --- a/config/industrialforegoing/machine-resource-production.toml +++ /dev/null @@ -1,167 +0,0 @@ - [MachineResourceProductionConfig.WashingFactoryConfig] - #Progress bar size [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [60FE] - powerPerTick = 60 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid [Meat] - Default: [8000mB] - maxTankSize = 8000 - #Max Amount of Output Fluid - Default: [8000mB] - maxOutputSize = 8000 - - [MachineResourceProductionConfig.FermentationStationConfig] - #Amount of Power Consumed per Tick - Default: [40FE] - powerPerTick = 40 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Amount of ticks for 2x production - Default: [20 * 5 FE] - ticksFor2XProduction = 100 - #Amount of ticks for 3x production - Default: [20 * 45 FE] - ticksFor3XProduction = 900 - #Amount of ticks for 4x production - Default: [20 * 60 * 2 FE] - ticksFor4XProduction = 2400 - #Amount of ticks for 5x production - Default: [20 * 60 * 5 FE] - ticksFor5XProduction = 6000 - - [MachineResourceProductionConfig.SporeRecreatorConfig] - #Amount of Power Consumed per Tick - Default: [40FE] - powerPerTick = 40 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid [Water] - Default: [8000mB] - maxWaterTankSize = 1000 - - [MachineResourceProductionConfig.BlockPlacerConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [400FE] - powerPerOperation = 1000 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - - [MachineResourceProductionConfig.FluidSievingMachineConfig] - #Progress bar size [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [40FE] - powerPerTick = 40 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid - Default: [8000mB] - maxTankSize = 8000 - - [MachineResourceProductionConfig.FluidPlacerConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [400FE] - powerPerOperation = 1000 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid [Input] - Default: [8000mB] - maxInputTankSize = 16000 - - [MachineResourceProductionConfig.MechanicalDirtConfig] - #Amount of Power Consumed per Tick - Default: [400FE] - powerPerOperation = 1000 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid [Meat] - Default: [8000mB] - maxMeatTankSize = 4000 - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - - [MachineResourceProductionConfig.LaserDrillConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [50 (2.5s)] - maxProgress = 50 - #Amount of Power Consumed per Tick - Default: [1000FE] - powerPerOperation = 1000 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - - [MachineResourceProductionConfig.HydroponicBedConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Operation - Default: [1000FE] - powerPerOperation = 1000 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - - [MachineResourceProductionConfig.WaterCondensatorConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [400FE] - powerPerOperation = 1000 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid [Water] - Default: [8000mB] - maxWaterTankSize = 16000 - - [MachineResourceProductionConfig.SludgeRefinerConfig] - #Amount of Power Consumed per Tick - Default: [40FE] - powerPerTick = 40 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid [Sludge] - Default: [8000mB] - maxSludgeTankSize = 8000 - - [MachineResourceProductionConfig.OreLaserBaseConfig] - #Max progress of the machine - maxProgress = 100 - #How much weight of an item the catalyst will increase - catalystModifier = 8 - - [MachineResourceProductionConfig.DyeMixerConfig] - #Amount of Power Consumed per Tick - Default: [400FE] - powerPerTick = 30 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - - [MachineResourceProductionConfig.FluidLaserBaseConfig] - #Max progress of the machine - maxProgress = 20 - - [MachineResourceProductionConfig.MaterialStoneWorkFactoryConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [60 (3s)] - maxProgress = 60 - #Amount of Power Consumed per Tick - Default: [60FE] - powerPerTick = 60 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid [Water] - Default: [2000mB] - maxWaterTankSize = 2000 - #Max Amount of Stored Fluid [Lava] - Default: [2000mB] - maxLavaTankSize = 2000 - - [MachineResourceProductionConfig.BlockBreakerConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [400FE] - powerPerOperation = 1000 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - - [MachineResourceProductionConfig.ResourcefulFurnaceConfig] - #Amount of Power Consumed per Tick - Default: [400FE] - powerPerTick = 40 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid [Essence] - Default: [8000mB] - maxEssenceTankSize = 16000 - - [MachineResourceProductionConfig.MarineFisherConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [5000FE] - powerPerOperation = 5000 - #Max Stored Power [FE] - Default: [20000 FE] - maxStoredPower = 20000 - - [MachineResourceProductionConfig.FluidCollectorConfig] - #Cooldown Time in Ticks [20 Ticks per Second] - Default: [100 (5s)] - maxProgress = 100 - #Amount of Power Consumed per Tick - Default: [400FE] - powerPerOperation = 1000 - #Max Stored Power [FE] - Default: [10000 FE] - maxStoredPower = 10000 - #Max Amount of Stored Fluid [Output] - Default: [8000mB] - maxOutputTankSize = 16000 diff --git a/config/infinitetrading.json5 b/config/infinitetrading.json5 deleted file mode 100644 index 85b167e..0000000 --- a/config/infinitetrading.json5 +++ /dev/null @@ -1,6 +0,0 @@ -{ - // When enabled, the trades of the wandering trader will never lock up. - "wanderingTraderInfiniteTrades": true, - // When enabled, the trades of villagers will never lock up. - "villagerInfiniteTrades": true -} \ No newline at end of file diff --git a/config/inmis.json5 b/config/inmis.json5 deleted file mode 100644 index f3859d9..0000000 --- a/config/inmis.json5 +++ /dev/null @@ -1,88 +0,0 @@ -{ - "backpacks": [ - { - "name": "baby", - "rowWidth": 3, - "numberOfRows": 1, - "isFireImmune": false, - "dyeable": false, - "openSound": "minecraft:item.armor.equip_leather" - }, - { - "name": "frayed", - "rowWidth": 9, - "numberOfRows": 1, - "isFireImmune": false, - "dyeable": true, - "openSound": "minecraft:item.armor.equip_leather" - }, - { - "name": "plated", - "rowWidth": 9, - "numberOfRows": 2, - "isFireImmune": false, - "dyeable": false, - "openSound": "minecraft:item.armor.equip_iron" - }, - { - "name": "gilded", - "rowWidth": 9, - "numberOfRows": 3, - "isFireImmune": false, - "dyeable": false, - "openSound": "minecraft:item.armor.equip_gold" - }, - { - "name": "bejeweled", - "rowWidth": 9, - "numberOfRows": 5, - "isFireImmune": false, - "dyeable": false, - "openSound": "minecraft:item.armor.equip_diamond" - }, - { - "name": "blazing", - "rowWidth": 9, - "numberOfRows": 6, - "isFireImmune": true, - "dyeable": false, - "openSound": "minecraft:item.armor.equip_leather" - }, - { - "name": "withered", - "rowWidth": 11, - "numberOfRows": 6, - "isFireImmune": false, - "dyeable": false, - "openSound": "minecraft:item.armor.equip_leather" - }, - { - "name": "endless", - "rowWidth": 15, - "numberOfRows": 6, - "isFireImmune": false, - "dyeable": false, - "openSound": "minecraft:item.armor.equip_leather" - } - ], - "unstackablesOnly": false, - // Whether Shulker Boxes should be blacklisted from being placed inside Inmis Backpacks. - "disableShulkers": true, - // Backpack item blacklist - "blacklist": [], - // Whether Backpacks should play a sound when opened. - "playSound": true, - // If true, players will not be able to open Backpacks by right-clicking. This will require the player to open backpacks as a Trinket or Armor slot item with the bound key. - "requireArmorTrinketToOpen": false, - "allowBackpacksInChestplate": true, - // If this value is set to false, players will not be able to equip or open backpacks in a Trinkets slot. - "enableTrinketCompatibility": true, - // If true, backpacks in armor/trinket slots will empty out into the world (scatter contents) when the player dies. - "spillArmorBackpacksOnDeath": false, - // If true, backpacks in main inventory slots will empty out into the world (scatter contents) when the player dies. - "spillMainBackpacksOnDeath": false, - // Set this value to false to disable Backpack rendering when using Trinkets. - "trinketRendering": true, - // Color of the text rendered in the INMIS GUI. - "guiTitleColor": "0x404040" -} \ No newline at end of file diff --git a/config/iris.properties b/config/iris.properties deleted file mode 100644 index 7928bef..0000000 --- a/config/iris.properties +++ /dev/null @@ -1,8 +0,0 @@ -#This file stores configuration options for Iris, such as the currently active shaderpack -#Wed Sep 25 23:53:51 CEST 2024 -colorSpace=SRGB -disableUpdateMessage=false -enableDebugOptions=false -enableShaders=false -maxShadowRenderDistance=0 -shaderPack=ComplementaryReimagined_r5.3.zip diff --git a/config/ironjetpacks-client.toml b/config/ironjetpacks-client.toml deleted file mode 100644 index aae7c45..0000000 --- a/config/ironjetpacks-client.toml +++ /dev/null @@ -1,25 +0,0 @@ -#General configuration options. -[General] - #Enable jetpack sounds? - jetpackSounds = true - #Enable jetpack particles? - jetpackParticles = true - #Enable jetpack stat tooltips? - advancedTooltips = true - -#HUD configuration options. -[HUD] - #Enable the HUD? - enable = true - #The position preset for the HUD. - #0=Top Left, 1=Middle Left, 2=Bottom Left, 3=Top Right, 4=Middle Right, 5=Bottom Right - #Range: 0 ~ 5 - position = 1 - #The X offset for the HUD. - #Range: > -2147483648 - offsetX = 0 - #The Y offset for the HUD. - #Range: > -2147483648 - offsetY = 0 - #Show HUD over the chat? - showOverChat = false diff --git a/config/ironjetpacks-common.toml b/config/ironjetpacks-common.toml deleted file mode 100644 index 21ca413..0000000 --- a/config/ironjetpacks-common.toml +++ /dev/null @@ -1,17 +0,0 @@ -#General configuration options. -[General] - #Should jetpacks be enchantable? - enchantableJetpacks = false - #Enable Curios integration. - curiosIntegration = true - -#Dynamic recipe options. -[Recipe] - #Enable default recipes for Energy Cells? - cells = true - #Enable default recipes for Thrusters? - thrusters = true - #Enable default recipes for Capacitors? - capacitors = true - #Enable default recipes for Jetpacks? - jetpacks = true diff --git a/config/ironjetpacks/jetpacks/bronze.json b/config/ironjetpacks/jetpacks/bronze.json deleted file mode 100644 index c7e1818..0000000 --- a/config/ironjetpacks/jetpacks/bronze.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "bronze", - "disable": false, - "tier": 2, - "color": "da9839", - "armorPoints": 3, - "enchantability": 9, - "craftingMaterial": "tag:c:ingots/bronze", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 800000, - "usage": 120, - "speedVertical": 0.41, - "accelVertical": 0.12, - "speedSideways": 0.14, - "speedHoverAscend": 0.27, - "speedHoverDescend": 0.25, - "speedHover": 0.075, - "sprintSpeedMulti": 1.1, - "sprintSpeedMultiVertical": 1.05, - "sprintFuelMulti": 2.1 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/copper.json b/config/ironjetpacks/jetpacks/copper.json deleted file mode 100644 index 9b96a5f..0000000 --- a/config/ironjetpacks/jetpacks/copper.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "copper", - "disable": false, - "tier": 1, - "color": "ee825b", - "armorPoints": 2, - "enchantability": 12, - "craftingMaterial": "minecraft:copper_ingot", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 250000, - "usage": 85, - "speedVertical": 0.29, - "accelVertical": 0.11, - "speedSideways": 0.1, - "speedHoverAscend": 0.23, - "speedHoverDescend": 0.25, - "speedHover": 0.092, - "sprintSpeedMulti": 1.05, - "sprintSpeedMultiVertical": 1.025, - "sprintFuelMulti": 1.4 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/creative.json b/config/ironjetpacks/jetpacks/creative.json deleted file mode 100644 index 62bd2eb..0000000 --- a/config/ironjetpacks/jetpacks/creative.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "creative", - "disable": false, - "tier": -1, - "color": "cf1ae9", - "armorPoints": 8, - "enchantability": 0, - "craftingMaterial": "null", - "creative": true, - "rarity": 3, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 0, - "usage": 0, - "speedVertical": 1.03, - "accelVertical": 0.17, - "speedSideways": 0.21, - "speedHoverAscend": 0.45, - "speedHoverDescend": 0.25, - "speedHover": 0.0, - "sprintSpeedMulti": 2.0, - "sprintSpeedMultiVertical": 1.5, - "sprintFuelMulti": 0.0 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/diamond.json b/config/ironjetpacks/jetpacks/diamond.json deleted file mode 100644 index ba2f6c5..0000000 --- a/config/ironjetpacks/jetpacks/diamond.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "diamond", - "disable": false, - "tier": 4, - "color": "4cf4e0", - "armorPoints": 4, - "enchantability": 10, - "craftingMaterial": "tag:c:gems/diamond", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 30000000, - "usage": 650, - "speedVertical": 0.9, - "accelVertical": 0.15, - "speedSideways": 0.19, - "speedHoverAscend": 0.41, - "speedHoverDescend": 0.25, - "speedHover": 0.005, - "sprintSpeedMulti": 1.8, - "sprintSpeedMultiVertical": 1.4, - "sprintFuelMulti": 3.8 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/electrum.json b/config/ironjetpacks/jetpacks/electrum.json deleted file mode 100644 index 890b210..0000000 --- a/config/ironjetpacks/jetpacks/electrum.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "electrum", - "disable": false, - "tier": 3, - "color": "f6f395", - "armorPoints": 2, - "enchantability": 18, - "craftingMaterial": "tag:c:ingots/electrum", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 10000000, - "usage": 310, - "speedVertical": 0.79, - "accelVertical": 0.14, - "speedSideways": 0.17, - "speedHoverAscend": 0.37, - "speedHoverDescend": 0.25, - "speedHover": 0.03, - "sprintSpeedMulti": 1.6, - "sprintSpeedMultiVertical": 1.3, - "sprintFuelMulti": 3.5 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/emerald.json b/config/ironjetpacks/jetpacks/emerald.json deleted file mode 100644 index 0594456..0000000 --- a/config/ironjetpacks/jetpacks/emerald.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "emerald", - "disable": false, - "tier": 5, - "color": "4dd979", - "armorPoints": 4, - "enchantability": 15, - "craftingMaterial": "tag:c:gems/emerald", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 48000000, - "usage": 880, - "speedVertical": 1.03, - "accelVertical": 0.17, - "speedSideways": 0.21, - "speedHoverAscend": 0.45, - "speedHoverDescend": 0.25, - "speedHover": 0.0, - "sprintSpeedMulti": 2.0, - "sprintSpeedMultiVertical": 1.5, - "sprintFuelMulti": 4.0 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/gold.json b/config/ironjetpacks/jetpacks/gold.json deleted file mode 100644 index 1188580..0000000 --- a/config/ironjetpacks/jetpacks/gold.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "gold", - "disable": false, - "tier": 3, - "color": "f9eb59", - "armorPoints": 2, - "enchantability": 25, - "craftingMaterial": "tag:c:ingots/gold", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 10000000, - "usage": 300, - "speedVertical": 0.61, - "accelVertical": 0.13, - "speedSideways": 0.15, - "speedHoverAscend": 0.34, - "speedHoverDescend": 0.25, - "speedHover": 0.03, - "sprintSpeedMulti": 1.5, - "sprintSpeedMultiVertical": 1.25, - "sprintFuelMulti": 3.2 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/invar.json b/config/ironjetpacks/jetpacks/invar.json deleted file mode 100644 index 336c8cb..0000000 --- a/config/ironjetpacks/jetpacks/invar.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "invar", - "disable": false, - "tier": 3, - "color": "a4b2a9", - "armorPoints": 3, - "enchantability": 15, - "craftingMaterial": "tag:c:ingots/invar", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 12000000, - "usage": 350, - "speedVertical": 0.61, - "accelVertical": 0.13, - "speedSideways": 0.15, - "speedHoverAscend": 0.34, - "speedHoverDescend": 0.25, - "speedHover": 0.03, - "sprintSpeedMulti": 1.5, - "sprintSpeedMultiVertical": 1.25, - "sprintFuelMulti": 3.2 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/iron.json b/config/ironjetpacks/jetpacks/iron.json deleted file mode 100644 index 9fb70a3..0000000 --- a/config/ironjetpacks/jetpacks/iron.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "iron", - "disable": false, - "tier": 2, - "color": "d8d8d8", - "armorPoints": 3, - "enchantability": 9, - "craftingMaterial": "tag:c:ingots/iron", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 800000, - "usage": 120, - "speedVertical": 0.41, - "accelVertical": 0.12, - "speedSideways": 0.14, - "speedHoverAscend": 0.27, - "speedHoverDescend": 0.25, - "speedHover": 0.075, - "sprintSpeedMulti": 1.1, - "sprintSpeedMultiVertical": 1.05, - "sprintFuelMulti": 2.1 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/platinum.json b/config/ironjetpacks/jetpacks/platinum.json deleted file mode 100644 index a21a81a..0000000 --- a/config/ironjetpacks/jetpacks/platinum.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "platinum", - "disable": false, - "tier": 4, - "color": "a6e9ff", - "armorPoints": 4, - "enchantability": 12, - "craftingMaterial": "tag:c:ingots/platinum", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 36000000, - "usage": 720, - "speedVertical": 0.92, - "accelVertical": 0.155, - "speedSideways": 0.193, - "speedHoverAscend": 0.42, - "speedHoverDescend": 0.25, - "speedHover": 0.005, - "sprintSpeedMulti": 1.8, - "sprintSpeedMultiVertical": 1.4, - "sprintFuelMulti": 3.8 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/silver.json b/config/ironjetpacks/jetpacks/silver.json deleted file mode 100644 index 9905371..0000000 --- a/config/ironjetpacks/jetpacks/silver.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "silver", - "disable": false, - "tier": 2, - "color": "8b99a4", - "armorPoints": 3, - "enchantability": 12, - "craftingMaterial": "tag:c:ingots/silver", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 1200000, - "usage": 150, - "speedVertical": 0.48, - "accelVertical": 0.13, - "speedSideways": 0.15, - "speedHoverAscend": 0.3, - "speedHoverDescend": 0.25, - "speedHover": 0.07, - "sprintSpeedMulti": 1.3, - "sprintSpeedMultiVertical": 1.15, - "sprintFuelMulti": 2.7 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/steel.json b/config/ironjetpacks/jetpacks/steel.json deleted file mode 100644 index 247d23d..0000000 --- a/config/ironjetpacks/jetpacks/steel.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "steel", - "disable": false, - "tier": 3, - "color": "565656", - "armorPoints": 3, - "enchantability": 15, - "craftingMaterial": "tag:c:ingots/steel", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 12000000, - "usage": 350, - "speedVertical": 0.67, - "accelVertical": 0.135, - "speedSideways": 0.155, - "speedHoverAscend": 0.35, - "speedHoverDescend": 0.25, - "speedHover": 0.025, - "sprintSpeedMulti": 1.5, - "sprintSpeedMultiVertical": 1.25, - "sprintFuelMulti": 3.2 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/stone.json b/config/ironjetpacks/jetpacks/stone.json deleted file mode 100644 index babea35..0000000 --- a/config/ironjetpacks/jetpacks/stone.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "stone", - "disable": false, - "tier": 1, - "color": "7f7f7f", - "armorPoints": 2, - "enchantability": 12, - "craftingMaterial": "tag:c:stones", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 100000, - "usage": 70, - "speedVertical": 0.25, - "accelVertical": 0.11, - "speedSideways": 0.08, - "speedHoverAscend": 0.18, - "speedHoverDescend": 0.25, - "speedHover": 0.1, - "sprintSpeedMulti": 1.0, - "sprintSpeedMultiVertical": 1.0, - "sprintFuelMulti": 1.0 -} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/wood.json b/config/ironjetpacks/jetpacks/wood.json deleted file mode 100644 index 167d1a6..0000000 --- a/config/ironjetpacks/jetpacks/wood.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "wood", - "disable": false, - "tier": 0, - "color": "83663c", - "armorPoints": 1, - "enchantability": 15, - "craftingMaterial": "tag:minecraft:planks", - "creative": false, - "rarity": 0, - "toughness": 0.0, - "knockbackResistance": 0.0, - "curios": true, - "capacity": 20000, - "usage": 32, - "speedVertical": 0.18, - "accelVertical": 0.1, - "speedSideways": 0.06, - "speedHoverAscend": 0.16, - "speedHoverDescend": 0.25, - "speedHover": 0.14, - "sprintSpeedMulti": 1.0, - "sprintSpeedMultiVertical": 1.0, - "sprintFuelMulti": 1.0 -} \ No newline at end of file diff --git a/config/itemphysic-client.json b/config/itemphysic-client.json deleted file mode 100644 index 4726ebe..0000000 --- a/config/itemphysic-client.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "rendering": { - "oldRotation": false, - "vanillaRendering": false, - "rotateSpeed": 1.0, - "showPickupTooltip": true, - "showPickupTooltipExtended": false, - "showPickupTooltipKeybind": false, - "disableThrowHUD": false, - "vanillaRendered": { - "entries": [], - "isWhitelist": true - }, - "tooltipOffsetX": 0, - "tooltipOffsetY": 0, - "blockRequireOffset": { - "blocks": [ - "minecraft:snow", - "minecraft:soul_sand" - ], - "tags": [] - }, - "blockBelowRequireOffset": { - "blocks": [], - "tags": [] - } - } -} \ No newline at end of file diff --git a/config/itemphysic.json b/config/itemphysic.json deleted file mode 100644 index a4c8a1a..0000000 --- a/config/itemphysic.json +++ /dev/null @@ -1,188 +0,0 @@ -{ - "general": { - "fallSounds": true, - "disableCactusDamage": true, - "swimmingItems": { - "entries": [ - "{id:\"blocktag\",tag:\"minecraft:mineable/axe\"}", - "{id:\"blocktag\",tag:\"minecraft:logs\"}", - "{id:\"blocktag\",tag:\"minecraft:planks\"}", - "{block:\"minecraft:sponge\",id:\"block\"}", - "{block:\"minecraft:wet_sponge\",id:\"block\"}", - "{id:\"blocktag\",tag:\"minecraft:ice\"}", - "{id:\"blocktag\",tag:\"minecraft:leaves\"}", - "{id:\"blocktag\",tag:\"minecraft:flowers\"}", - "{id:\"blocktag\",tag:\"minecraft:small_flowers\"}", - "{id:\"blocktag\",tag:\"minecraft:tall_flowers\"}", - "{id:\"blocktag\",tag:\"minecraft:snow\"}", - "{block:\"minecraft:cactus\",id:\"block\"}", - "{block:\"minecraft:cake\",id:\"block\"}", - "{block:\"minecraft:cobweb\",id:\"block\"}", - "{block:\"minecraft:snow\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:apple\"}", - "{id:\"item\",item:\"minecraft:bow\"}", - "{id:\"item\",item:\"minecraft:bowl\"}", - "{id:\"item\",item:\"minecraft:arrow\"}", - "{id:\"item\",item:\"minecraft:apple\"}", - "{block:\"minecraft:tripwire\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:feather\"}", - "{id:\"item\",item:\"minecraft:wheat\"}", - "{id:\"item\",item:\"minecraft:bread\"}", - "{id:\"item\",item:\"minecraft:painting\"}", - "{id:\"item\",item:\"minecraft:acacia_boat\"}", - "{block:\"minecraft:acacia_door\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:dark_oak_boat\"}", - "{block:\"minecraft:dark_oak_door\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:birch_boat\"}", - "{block:\"minecraft:birch_door\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:jungle_boat\"}", - "{block:\"minecraft:jungle_door\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:oak_boat\"}", - "{block:\"minecraft:oak_door\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:spruce_boat\"}", - "{block:\"minecraft:spruce_door\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:saddle\"}", - "{id:\"item\",item:\"minecraft:bone\"}", - "{id:\"item\",item:\"minecraft:sugar\"}", - "{id:\"item\",item:\"minecraft:egg\"}", - "{id:\"item\",item:\"minecraft:fishing_rod\"}", - "{block:\"minecraft:cake\",id:\"block\"}", - "{block:\"minecraft:melon\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:shears\"}", - "{block:\"minecraft:carrots\",id:\"block\"}", - "{block:\"minecraft:potatoes\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:poisonous_potato\"}", - "{id:\"item\",item:\"minecraft:baked_potato\"}", - "{id:\"item\",item:\"minecraft:pumpkin_pie\"}", - "{id:\"item\",item:\"minecraft:elytra\"}", - "{id:\"item\",item:\"minecraft:mutton\"}", - "{id:\"item\",item:\"minecraft:cooked_mutton\"}", - "{id:\"item\",item:\"minecraft:rabbit\"}", - "{id:\"item\",item:\"minecraft:cooked_rabbit\"}", - "{id:\"item\",item:\"minecraft:rabbit_stew\"}", - "{id:\"item\",item:\"minecraft:beetroot\"}", - "{block:\"minecraft:beetroots\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:beetroot_soup\"}", - "{id:\"item\",item:\"minecraft:shield\"}", - "{block:\"minecraft:wheat\",id:\"block\"}", - "{block:\"minecraft:pumpkin_stem\",id:\"block\"}", - "{block:\"minecraft:melon_stem\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:snowball\"}" - ], - "isWhitelist": true - }, - "burningItems": { - "entries": [ - "{id:\"blocktag\",tag:\"minecraft:mineable/axe\"}", - "{id:\"blocktag\",tag:\"minecraft:logs_that_burn\"}", - "{id:\"blocktag\",tag:\"minecraft:planks\"}", - "{block:\"minecraft:sponge\",id:\"block\"}", - "{block:\"minecraft:wet_sponge\",id:\"block\"}", - "{id:\"blocktag\",tag:\"minecraft:ice\"}", - "{id:\"blocktag\",tag:\"minecraft:leaves\"}", - "{id:\"blocktag\",tag:\"minecraft:wool\"}", - "{id:\"blocktag\",tag:\"minecraft:wool_carpets\"}", - "{id:\"blocktag\",tag:\"minecraft:flowers\"}", - "{id:\"blocktag\",tag:\"minecraft:small_flowers\"}", - "{id:\"blocktag\",tag:\"minecraft:tall_flowers\"}", - "{id:\"blocktag\",tag:\"minecraft:snow\"}", - "{block:\"minecraft:cactus\",id:\"block\"}", - "{block:\"minecraft:cake\",id:\"block\"}", - "{block:\"minecraft:cobweb\",id:\"block\"}", - "{block:\"minecraft:snow\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:apple\"}", - "{id:\"item\",item:\"minecraft:bow\"}", - "{id:\"item\",item:\"minecraft:bowl\"}", - "{id:\"item\",item:\"minecraft:arrow\"}", - "{id:\"item\",item:\"minecraft:apple\"}", - "{block:\"minecraft:tripwire\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:feather\"}", - "{id:\"item\",item:\"minecraft:wheat\"}", - "{id:\"item\",item:\"minecraft:bread\"}", - "{id:\"item\",item:\"minecraft:leather\"}", - "{id:\"item\",item:\"minecraft:leather_boots\"}", - "{id:\"item\",item:\"minecraft:leather_chestplate\"}", - "{id:\"item\",item:\"minecraft:leather_helmet\"}", - "{id:\"item\",item:\"minecraft:leather_leggings\"}", - "{id:\"item\",item:\"minecraft:lead\"}", - "{id:\"item\",item:\"minecraft:painting\"}", - "{id:\"item\",item:\"minecraft:acacia_boat\"}", - "{block:\"minecraft:acacia_door\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:dark_oak_boat\"}", - "{block:\"minecraft:dark_oak_door\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:birch_boat\"}", - "{block:\"minecraft:birch_door\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:jungle_boat\"}", - "{block:\"minecraft:jungle_door\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:oak_boat\"}", - "{block:\"minecraft:oak_door\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:spruce_boat\"}", - "{block:\"minecraft:spruce_door\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:saddle\"}", - "{id:\"item\",item:\"minecraft:bone\"}", - "{id:\"item\",item:\"minecraft:sugar\"}", - "{id:\"item\",item:\"minecraft:paper\"}", - "{id:\"item\",item:\"minecraft:book\"}", - "{id:\"item\",item:\"minecraft:egg\"}", - "{id:\"item\",item:\"minecraft:fishing_rod\"}", - "{block:\"minecraft:cake\",id:\"block\"}", - "{block:\"minecraft:melon\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:shears\"}", - "{id:\"item\",item:\"minecraft:writable_book\"}", - "{id:\"item\",item:\"minecraft:written_book\"}", - "{block:\"minecraft:carrots\",id:\"block\"}", - "{block:\"minecraft:potatoes\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:poisonous_potato\"}", - "{id:\"item\",item:\"minecraft:baked_potato\"}", - "{id:\"item\",item:\"minecraft:map\"}", - "{id:\"item\",item:\"minecraft:filled_map\"}", - "{id:\"item\",item:\"minecraft:pumpkin_pie\"}", - "{id:\"item\",item:\"minecraft:name_tag\"}", - "{id:\"item\",item:\"minecraft:enchanted_book\"}", - "{id:\"item\",item:\"minecraft:elytra\"}", - "{id:\"item\",item:\"minecraft:mutton\"}", - "{id:\"item\",item:\"minecraft:cooked_mutton\"}", - "{id:\"item\",item:\"minecraft:rabbit\"}", - "{id:\"item\",item:\"minecraft:cooked_rabbit\"}", - "{id:\"item\",item:\"minecraft:rabbit_stew\"}", - "{id:\"item\",item:\"minecraft:beetroot\"}", - "{block:\"minecraft:beetroots\",id:\"block\"}", - "{id:\"item\",item:\"minecraft:beetroot_soup\"}", - "{id:\"item\",item:\"minecraft:shield\"}", - "{block:\"minecraft:wheat\",id:\"block\"}", - "{block:\"minecraft:pumpkin_stem\",id:\"block\"}", - "{block:\"minecraft:melon_stem\",id:\"block\"}", - "{id:\"fuel\"}", - "{id:\"item\",item:\"minecraft:spider_eye\"}", - "{id:\"item\",item:\"minecraft:rotten_flesh\"}", - "{id:\"item\",item:\"minecraft:snowball\"}" - ], - "isWhitelist": true - }, - "undestroyableItems": { - "entries": [ - "{id:\"item\",item:\"minecraft:nether_star\"}", - "{block:\"minecraft:bedrock\",id:\"block\"}", - "{block:\"minecraft:obsidian\",id:\"block\"}", - "{block:\"minecraft:barrier\",id:\"block\"}" - ], - "isWhitelist": true - } - }, - "pickup": { - "customPickup": false, - "pickupWhenSneaking": true, - "pickupNormally": false, - "maximumPickupRange": 5.0, - "alwaysPickup": { - "entries": [], - "isWhitelist": true - } - }, - "throw": { - "enabled": true, - "maxStages": 6, - "multiplierPerStage": 1, - "stageChargeTime": 10 - } -} \ No newline at end of file diff --git a/config/jade/hide-blocks.json b/config/jade/hide-blocks.json deleted file mode 100644 index 5dfb657..0000000 --- a/config/jade/hide-blocks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "__comment": "This is an ignore list for the target of Jade. You can add registry ids to the \"values\" list.", - "values": [ - "barrier" - ] -} \ No newline at end of file diff --git a/config/jade/hide-entities.json b/config/jade/hide-entities.json deleted file mode 100644 index 4f4c329..0000000 --- a/config/jade/hide-entities.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "__comment": "This is an ignore list for the target of Jade. You can add registry ids to the \"values\" list.", - "values": [ - "area_effect_cloud", - "firework_rocket", - "interaction", - "text_display", - "lightning_bolt" - ] -} \ No newline at end of file diff --git a/config/jade/jade.json b/config/jade/jade.json deleted file mode 100644 index d51d543..0000000 --- a/config/jade/jade.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "general": { - "itemModNameTooltip": true, - "bossBarOverlapMode": "PUSH_DOWN", - "builtinCamouflage": true, - "hideFromGUIs": true, - "accessibilityModMemory": false, - "enableAccessibilityPlugin": false, - "hideFromDebug": true, - "hideFromTabList": true, - "ttsMode": "PRESS", - "fluidMode": "ANY", - "extendedReach": 0.0, - "debug": false, - "displayEntities": true, - "displayBosses": true, - "displayMode": "TOGGLE", - "enableTextToSpeech": false, - "previewOverlay": true, - "displayTooltip": true, - "displayBlocks": true - }, - "overlay": { - "alpha": 0.7, - "iconMode": "TOP", - "animation": true, - "disappearingDelay": 0.0, - "overlaySquare": false, - "flipMainHand": false, - "autoScaleThreshold": 0.4, - "overlayScale": 1.0, - "overlayAnchorX": 0.5, - "overlayAnchorY": 0.0, - "activeTheme": "jade:dark", - "overlayPosX": 0.5, - "overlayPosY": 1.0 - }, - "formatting": { - "itemModNameStyle": { - "italic": true, - "color": "blue" - } - }, - "history": { - "themesHash": -328442023 - } -} \ No newline at end of file diff --git a/config/jade/plugins.json b/config/jade/plugins.json deleted file mode 100644 index a89f4ec..0000000 --- a/config/jade/plugins.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "minecraft": { - "item_storage.show_name_amount": 5, - "furnace": true, - "harvest_tool.show_unbreakable": false, - "animal_owner": true, - "harvest_tool.effective_tool": true, - "item_storage.normal_amount": 9, - "item_storage": true, - "harvest_tool": true, - "armor_stand": true, - "fluid_storage.detailed": false, - "next_entity_drop": true, - "energy_storage": true, - "entity_armor.max_for_render": 20, - "breaking_progress": true, - "tnt_stability": true, - "item_storage.items_per_line": 9, - "item_frame": true, - "crop_progress": true, - "command_block": true, - "mob_growth": true, - "waxed": true, - "harvest_tool.new_line": false, - "entity_health.max_for_render": 40, - "entity_health.show_fractions": false, - "mob_spawner": true, - "redstone": true, - "fluid_storage": true, - "jukebox": true, - "brewing_stand": true, - "energy_storage.detailed": false, - "note_block": true, - "beehive": true, - "item_storage.detailed_amount": 54, - "player_head": true, - "lectern": true, - "entity_armor": true, - "harvest_tool.creative": false, - "horse_stats": true, - "item_tooltip": true, - "entity_health": true, - "enchantment_power": true, - "zombie_villager": true, - "villager_profession": true, - "mob_breeding": true, - "entity_health.icons_per_line": 10, - "total_enchantment_power": true, - "potion_effects": true, - "painting": true, - "chiseled_bookshelf": true - }, - "jade_access": { - "held_item": true, - "sign": true, - "block": true, - "entity": true, - "entity_variant": true - }, - "mekanism": { - "chemical": true, - "remove_builtin": true, - "fluid": true, - "energy": true, - "tooltip_renderer": true - }, - "pipez": { - "pipe": true - }, - "jade": { - "coordinates.rel": false, - "registry_name.special": false, - "block_states": false, - "distance": false, - "block_face": false, - "coordinates": false, - "registry_name": "OFF", - "block_properties": false, - "mod_name": true - }, - "modern_industrialization": { - "overclock": true, - "pipe": true - }, - "waystones": { - "waystone": true - }, - "securitycraft": { - "showowner": true, - "showmodules": true, - "entity_info": true, - "block_info": true, - "showcustomname": true - }, - "custommachinery": { - "machine_component_provider": true - }, - "ae2": { - "part_icon": true, - "charger": true, - "debug": true, - "part_tooltip": true, - "grid_node_state": true, - "pattern_provider": true, - "part_mod_name": true, - "power_storage": true, - "crafting_monitor": true, - "part_name": true - } -} \ No newline at end of file diff --git a/config/jade/sort-order.json b/config/jade/sort-order.json deleted file mode 100644 index b1c35fb..0000000 --- a/config/jade/sort-order.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "ae2:base_cablebusblockentity": null, - "ae2:charger": null, - "ae2:crafting_monitor": null, - "ae2:debug": null, - "ae2:grid_node": null, - "ae2:grid_node_state": null, - "ae2:part_icon": null, - "ae2:part_mod_name": null, - "ae2:part_name": null, - "ae2:part_tooltip": null, - "ae2:pattern_provider": null, - "ae2:power_storage": null, - "custommachinery:machine_component_provider": null, - "custommachinery:machine_server_data_provider": null, - "jade:block_face": null, - "jade:block_properties": null, - "jade:block_states": null, - "jade:distance": null, - "jade:mod_name": null, - "jade:object_name": null, - "jade:registry_name": null, - "jade_access:block": null, - "jade_access:block_amount": null, - "jade_access:block_body": null, - "jade_access:entity": null, - "jade_access:entity_body": null, - "jade_access:entity_variant": null, - "jade_access:held_item": null, - "jade_access:sign": null, - "mekanism:data_provider": null, - "mekanism:entity_data_provider": null, - "mekanism:remove_builtin": null, - "mekanism:tooltip_renderer": null, - "minecraft:animal_owner": null, - "minecraft:armor_stand": null, - "minecraft:beehive": null, - "minecraft:block_display": null, - "minecraft:brewing_stand": null, - "minecraft:campfire": null, - "minecraft:chiseled_bookshelf": null, - "minecraft:command_block": null, - "minecraft:crop_progress": null, - "minecraft:enchantment_power": null, - "minecraft:energy_storage": null, - "minecraft:energy_storage.default": null, - "minecraft:entity_armor": null, - "minecraft:entity_health": null, - "minecraft:falling_block": null, - "minecraft:fluid_storage": null, - "minecraft:fluid_storage.default": null, - "minecraft:furnace": null, - "minecraft:harvest_tool": null, - "minecraft:hopper_lock": null, - "minecraft:horse_stats": null, - "minecraft:item_ber": null, - "minecraft:item_display": null, - "minecraft:item_frame": null, - "minecraft:item_storage": null, - "minecraft:item_storage.default": null, - "minecraft:item_tooltip": null, - "minecraft:jukebox": null, - "minecraft:lectern": null, - "minecraft:mob_breeding": null, - "minecraft:mob_growth": null, - "minecraft:mob_spawner": null, - "minecraft:mob_spawner.cooldown": null, - "minecraft:next_entity_drop": null, - "minecraft:note_block": null, - "minecraft:painting": null, - "minecraft:player_head": null, - "minecraft:potion_effects": null, - "minecraft:progress": null, - "minecraft:redstone": null, - "minecraft:tnt_stability": null, - "minecraft:total_enchantment_power": null, - "minecraft:villager_profession": null, - "minecraft:waxed": null, - "minecraft:zombie_villager": null, - "modern_industrialization:machine": null, - "modern_industrialization:overclock": null, - "modern_industrialization:pipe": null, - "moderndynamics:item_pipe": null, - "pipez:pipe": null, - "securitycraft:block_info": null, - "securitycraft:entity_info": null, - "waystones:waystone": null -} \ No newline at end of file diff --git a/config/jamlib/known_suspicious_jars.txt b/config/jamlib/known_suspicious_jars.txt deleted file mode 100644 index e69de29..0000000 diff --git a/config/jearchaeology-common.toml b/config/jearchaeology-common.toml deleted file mode 100644 index 2ad0b30..0000000 --- a/config/jearchaeology-common.toml +++ /dev/null @@ -1,4 +0,0 @@ -#Enable compatibility with ATM -atm_compat = true -#Enable compatibility with Better Archeology -betterarcheology_compat = true diff --git a/config/jei-server.toml b/config/jei-server.toml deleted file mode 100644 index 0bf2d54..0000000 --- a/config/jei-server.toml +++ /dev/null @@ -1,7 +0,0 @@ -["cheat mode"] - #Enable Cheat Mode for Operators (/op) - enableCheatModeForOp = true - #Enable Cheat Mode for users in Creative Mode - enableCheatModeForCreative = true - #Enable Cheat Mode for users who can use /give - enableCheatModeForGive = false diff --git a/config/jei/blacklist.json b/config/jei/blacklist.json deleted file mode 100644 index 79e1d53..0000000 --- a/config/jei/blacklist.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - {"version":2} -] \ No newline at end of file diff --git a/config/jei/ingredient-list-mod-sort-order.ini b/config/jei/ingredient-list-mod-sort-order.ini deleted file mode 100644 index 228724b..0000000 --- a/config/jei/ingredient-list-mod-sort-order.ini +++ /dev/null @@ -1,64 +0,0 @@ -Minecraft -AE2WTLib -Applied Energistics 2 -Chunk Loaders -Custom Machinery -Ender IO -Expanded Storage -Iron Jetpacks -MEGA Cells -Mekanism -Mekanism: Additions -Mekanism: Generators -Mekanism: Tools -More Furnace Variants -More Mekanism Processing -Pipez -Powah -Selfexpression -Traveler's Backpack -Waystones -Biomes O' Plenty -ME Requester -Macaw's Bridges -Macaw's Bridges - BOP -Macaw's Doors -Macaw's Fences - BOP -Macaw's Fences and Walls -Macaw's Furniture -Macaw's Furnitures - BOP -Macaw's Holidays -Macaw's Lights and Lamps -Macaw's Paths and Pavings -Macaw's Roofs -Macaw's Trapdoors -Macaw's Windows -Animal Feeding Trough -Chipped -Chococraft 4 -Creeper Overhaul -Friends&Foes -Industrial Foregoing -Oh The Biomes We've Gone -Patchouli -Rechiseled -The Bumblezone -Vanilla Constructs -You're in Grave Danger -[Let's Do Addon] Corn Expansion -[Let's Do] Farm & Charm -[Let's Do] Vinery -CC: Tweaked -Moving Elevators -Tom's Peripherals -UsefulSlime -AE2 Delight -DiscCord -Extended Drawers -Farmer's Delight -Fruits Delight -Inmis -Modern Dynamics -Modern Industrialization -SecurityCraft -WaterFrames diff --git a/config/jei/ingredient-list-type-sort-order.ini b/config/jei/ingredient-list-type-sort-order.ini deleted file mode 100644 index b75403e..0000000 --- a/config/jei/ingredient-list-type-sort-order.ini +++ /dev/null @@ -1,5 +0,0 @@ -net.minecraft.world.item.ItemStack -fr.frinn.custommachinery.impl.integration.jei.Energy -fr.frinn.custommachinery.impl.integration.jei.Experience -mekanism.api.chemical.ChemicalStack -net.neoforged.neoforge.fluids.FluidStack diff --git a/config/jei/jei-client.ini b/config/jei/jei-client.ini deleted file mode 100644 index eec2166..0000000 --- a/config/jei/jei-client.ini +++ /dev/null @@ -1,243 +0,0 @@ -[appearance] - # Description: Display search bar in the center - # Valid Values: [true, false] - # Default Value: false - CenterSearch = false - - # Description: Max. recipe gui height - # Valid Values: Any integer greater than or equal to 175 - # Default Value: 350 - RecipeGuiHeight = 350 - - -[cheat_mode] - # Description: How items should be handed to you - # Valid Values: [INVENTORY, MOUSE_PICKUP] - # Default Value: MOUSE_PICKUP - GiveMode = MOUSE_PICKUP - - # Description: Enable cheating items into the hotbar by using the shift+number keys. - # Valid Values: [true, false] - # Default Value: false - CheatToHotbarUsingHotkeysEnabled = false - - # Description: Enable showing items that are not in the creative menu. - # Valid Values: [true, false] - # Default Value: false - ShowHiddenItems = false - - -[bookmarks] - # Description: Add new bookmarks to the front of the bookmark list instead of the end. - # Valid Values: [true, false] - # Default Value: false - AddBookmarksToFrontEnabled = false - - # Description: Extra features for bookmark tooltips - # Valid Values: A comma-separated list containing values of: - # [PREVIEW, INGREDIENTS] - # Default Value: PREVIEW - BookmarkTooltipFeatures = PREVIEW - - # Description: Hold shift to show bookmark tooltip features - # Valid Values: [true, false] - # Default Value: true - HoldShiftToShowBookmarkTooltipFeatures = true - - # Description: Drag bookmarks to rearrange them in the list - # Valid Values: [true, false] - # Default Value: true - DragToRearrangeBookmarksEnabled = true - - -[advanced] - # Description: Set low-memory mode (makes search very slow, but uses less RAM) - # Valid Values: [true, false] - # Default Value: false - LowMemorySlowSearchEnabled = false - - # Description: Catch render errors from ingredients and attempt to recover from them instead of crashing. - # Valid Values: [true, false] - # Default Value: true - CatchRenderErrorsEnabled = true - - # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids. - # Valid Values: [true, false] - # Default Value: false - lookupFluidContentsEnabled = false - - # Description: When searching for item tags, also include tags for the default blocks contained in the items. - # Valid Values: [true, false] - # Default Value: true - lookupBlockTagsEnabled = true - - # Description: Show recipes for ingredient tags, like Item Tags and Block Tags - # Valid Values: [true, false] - # Default Value: false - showTagRecipesEnabled = false - - # Description: Show creative tab names in ingredient tooltips. - # Valid Values: [true, false] - # Default Value: false - showCreativeTabNamesEnabled = false - - -[input] - # Description: Number of milliseconds before a long mouse click is considered to become a drag operation - # Valid Values: An integer in the range [0, 1000] (inclusive) - # Default Value: 150 - dragDelayInMilliseconds = 150 - - # Description: Scroll rate for scrolling the mouse wheel in smooth-scrolling scroll boxes. Measured in pixels. - # Valid Values: An integer in the range [1, 50] (inclusive) - # Default Value: 9 - smoothScrollRate = 9 - - -[sorting] - # Description: Sorting order for the ingredient list - # Valid Values: A comma-separated list containing values of: - # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY] - # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU - IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU - - # Description: Sorting order for displayed recipes - # Valid Values: A comma-separated list containing values of: - # [BOOKMARKED, CRAFTABLE] - # Default Value: BOOKMARKED, CRAFTABLE - RecipeSorterStages = BOOKMARKED, CRAFTABLE - - -[tags] - # Description: Show tag content in tooltips - # Valid Values: [true, false] - # Default Value: true - TagContentTooltipEnabled = true - - # Description: Hide tags that only have 1 ingredient - # Valid Values: [true, false] - # Default Value: true - HideSingleIngredientTagsEnabled = true - - -[search] - # Description: Search mode for Mod Names (prefix: @) - # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] - # Default Value: REQUIRE_PREFIX - ModNameSearchMode = REQUIRE_PREFIX - - # Description: Search mode for Tooltips (prefix: #) - # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] - # Default Value: ENABLED - TooltipSearchMode = ENABLED - - # Description: Search mode for Tag Names (prefix: $) - # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] - # Default Value: REQUIRE_PREFIX - TagSearchMode = REQUIRE_PREFIX - - # Description: Search mode for Colors (prefix: ^) - # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] - # Default Value: DISABLED - ColorSearchMode = DISABLED - - # Description: Search mode for resources locations (prefix: &) - # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] - # Default Value: DISABLED - ResourceLocationSearchMode = DISABLED - - # Description: Search mode for Creative Tabs (prefix: %) - # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] - # Default Value: DISABLED - CreativeTabSearchMode = DISABLED - - # Description: Search advanced tooltips (visible with F3+H) - # Valid Values: [true, false] - # Default Value: false - SearchAdvancedTooltips = false - - # Description: Search mod ids in addition to mod names - # Valid Values: [true, false] - # Default Value: true - SearchModIds = true - - # Description: Search mod aliases (alternative names) that are added by plugins, in addition to mod names - # Valid Values: [true, false] - # Default Value: true - SearchModAliases = true - - # Description: Search by the shorthand first letters of a mod's name - # Valid Values: [true, false] - # Default Value: true - SearchShortModNames = true - - # Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names - # Valid Values: [true, false] - # Default Value: true - SearchIngredientAliases = true - - -[IngredientList] - # Description: Max number of rows shown - # Valid Values: An integer in the range [1, 100] (inclusive) - # Default Value: 16 - MaxRows = 16 - - # Description: Max number of columns shown - # Valid Values: An integer in the range [2, 100] (inclusive) - # Default Value: 9 - MaxColumns = 9 - - # Description: Horizontal alignment of the ingredient grid inside the available area - # Valid Values: [LEFT, CENTER, RIGHT] - # Default Value: RIGHT - HorizontalAlignment = RIGHT - - # Description: Vertical alignment of the ingredient grid inside the available area - # Valid Values: [TOP, CENTER, BOTTOM] - # Default Value: TOP - VerticalAlignment = TOP - - # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. - # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] - # Default Value: ENABLED - ButtonNavigationVisibility = ENABLED - - # Description: Set to true to draw a background texture behind the gui. - # Valid Values: [true, false] - # Default Value: false - DrawBackground = false - - -[BookmarkList] - # Description: Max number of rows shown - # Valid Values: An integer in the range [1, 100] (inclusive) - # Default Value: 16 - MaxRows = 16 - - # Description: Max number of columns shown - # Valid Values: An integer in the range [2, 100] (inclusive) - # Default Value: 9 - MaxColumns = 9 - - # Description: Horizontal alignment of the ingredient grid inside the available area - # Valid Values: [LEFT, CENTER, RIGHT] - # Default Value: LEFT - HorizontalAlignment = LEFT - - # Description: Vertical alignment of the ingredient grid inside the available area - # Valid Values: [TOP, CENTER, BOTTOM] - # Default Value: TOP - VerticalAlignment = TOP - - # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. - # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] - # Default Value: ENABLED - ButtonNavigationVisibility = ENABLED - - # Description: Set to true to draw a background texture behind the gui. - # Valid Values: [true, false] - # Default Value: false - DrawBackground = false - - diff --git a/config/jei/jei-colors.ini b/config/jei/jei-colors.ini deleted file mode 100644 index 1fc7da4..0000000 --- a/config/jei/jei-colors.ini +++ /dev/null @@ -1,8 +0,0 @@ -[colors] - # Description: Color values to search for - # Valid Values: A comma-separated list containing values of: - # Any color name and an RGB hex color, separated by a ':' - # Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 - SearchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 - - diff --git a/config/jei/jei-debug.ini b/config/jei/jei-debug.ini deleted file mode 100644 index eb75fc9..0000000 --- a/config/jei/jei-debug.ini +++ /dev/null @@ -1,32 +0,0 @@ -[debug] - # Description: Debug mode enabled - # Valid Values: [true, false] - # Default Value: false - DebugMode = false - - # Description: Debug GUIs enabled - # Valid Values: [true, false] - # Default Value: false - DebugGuis = false - - # Description: Debug inputs enabled - # Valid Values: [true, false] - # Default Value: false - DebugInputs = false - - # Description: Add debug information to ingredient tooltips when advanced tooltips are enabled - # Valid Values: [true, false] - # Default Value: false - debugInfoTooltipsEnabled = false - - # Description: Adds ingredients to JEI that intentionally crash, to help debug JEI. - # Valid Values: [true, false] - # Default Value: false - CrashingTestItemsEnabled = false - - # Description: Log information about the suffix trees used for searching, to help debug JEI - # Valid Values: [true, false] - # Default Value: false - logSuffixTreeStats = false - - diff --git a/config/jei/jei-mod-id-format.ini b/config/jei/jei-mod-id-format.ini deleted file mode 100644 index 05234a8..0000000 --- a/config/jei/jei-mod-id-format.ini +++ /dev/null @@ -1,11 +0,0 @@ -[modname] - # Description: Formatting for mod name tooltip - # Valid Values: A chat formatting string. - # Use these formatting colors: - # black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white - # With these formatting options: - # obfuscated bold strikethrough underline italic - # Default Value: blue italic - ModNameFormat = blue italic - - diff --git a/config/jei/recipe-category-sort-order.ini b/config/jei/recipe-category-sort-order.ini deleted file mode 100644 index 81e9b67..0000000 --- a/config/jei/recipe-category-sort-order.ini +++ /dev/null @@ -1,162 +0,0 @@ -minecraft:crafting -minecraft:anvil -minecraft:blasting -minecraft:brewing -minecraft:campfire_cooking -minecraft:compostable -minecraft:fuel -minecraft:smelting -minecraft:smithing -minecraft:smoking -minecraft:stonecutting -enderio:alloy_smelting -enderio:enchanter -enderio:fire_crafting -enderio:primitive_alloy_smelting -enderio:sagmilling -enderio:slicing -enderio:soul_binding -enderio:soul_engine -enderio:tank -enderio:vat_fermenting -jei:information -mekanism:activating -mekanism:boiler_casing -mekanism:centrifuging -mekanism:chemical_conversion -mekanism:chemical_infusing -mekanism:combining -mekanism:compressing -mekanism:condensentrating -mekanism:crushing -mekanism:crystallizing -mekanism:decondensentrating -mekanism:dissolution -mekanism:energy_conversion -mekanism:enriching -mekanism:evaporating -mekanism:injecting -mekanism:metallurgic_infusing -mekanism:nucleosynthesizing -mekanism:nutritional_liquifier -mekanism:oxidizing -mekanism:painting -mekanism:pigment_extracting -mekanism:pigment_mixing -mekanism:purifying -mekanism:reaction -mekanism:sawing -mekanism:separating -mekanism:smelting -mekanism:sps_casing -mekanism:washing -mekanismgenerators:fission -powah:coolant -powah:energizing -powah:heat_source -powah:magmatic -powah:reactor_fuel -powah:solid_coolant -jearchaeology:brush -jearchaeology:sniff -jei_mekanism_multiblocks:multiblock.mekanism.boiler -jei_mekanism_multiblocks:multiblock.mekanism.dynamic_tank -jei_mekanism_multiblocks:multiblock.mekanism.evaporation_plant -jei_mekanism_multiblocks:multiblock.mekanism.matrix -jei_mekanism_multiblocks:multiblock.mekanism.sps -jei_mekanism_multiblocks:multiblock.mekanismgenerators.fission_reactor -jei_mekanism_multiblocks:multiblock.mekanismgenerators.fusion_reactor -jei_mekanism_multiblocks:multiblock.mekanismgenerators.turbine -justenoughbreeding:breeding -chipped:workbench -farm_and_charm:cooking_pot -farm_and_charm:doughing -farm_and_charm:drying -farm_and_charm:mincer -farm_and_charm:roaster -farm_and_charm:stove -industrialforegoing:bioreactor -industrialforegoing:dissolution -industrialforegoing:fermenter -industrialforegoing:fluid_extractor -industrialforegoing:laser_fluid -industrialforegoing:laser_ore -industrialforegoing:machine_produce -industrialforegoing:mycelial_crimed -industrialforegoing:mycelial_culinary -industrialforegoing:mycelial_death -industrialforegoing:mycelial_disenchantment -industrialforegoing:mycelial_ender -industrialforegoing:mycelial_explosive -industrialforegoing:mycelial_frosty -industrialforegoing:mycelial_furnace -industrialforegoing:mycelial_halitosis -industrialforegoing:mycelial_magma -industrialforegoing:mycelial_meatallurgic -industrialforegoing:mycelial_netherstar -industrialforegoing:mycelial_pink -industrialforegoing:mycelial_potion -industrialforegoing:mycelial_rocket -industrialforegoing:mycelial_slimey -industrialforegoing:ore_sieve -industrialforegoing:ore_washer -industrialforegoing:stone_work -industrialforegoing:stone_work_generator -rechiseled:chiseling -the_bumblezone:queen_color_randomizer_trades -the_bumblezone:queen_trades -vinery:apple_mashing -vinery:wine_fermentation -farmersdelight:cooking -farmersdelight:cutting -farmersdelight:decomposition -fruitsdelight:cauldron -fruitsdelight:cauldron_heated -modern_industrialization:assembler -modern_industrialization:bronze_compressor -modern_industrialization:bronze_cutting_machine -modern_industrialization:bronze_furnace -modern_industrialization:bronze_macerator -modern_industrialization:bronze_mixer -modern_industrialization:centrifuge -modern_industrialization:chemical_reactor -modern_industrialization:coke_oven -modern_industrialization:distillation_tower -modern_industrialization:distillery -modern_industrialization:electric_blast_furnace_cupronickel_coil -modern_industrialization:electric_blast_furnace_kanthal_coil -modern_industrialization:electric_compressor -modern_industrialization:electric_cutting_machine -modern_industrialization:electric_furnace -modern_industrialization:electric_macerator -modern_industrialization:electric_mixer -modern_industrialization:electric_packer -modern_industrialization:electric_quarry -modern_industrialization:electric_unpacker -modern_industrialization:electric_wiremill -modern_industrialization:electrolyzer -modern_industrialization:fluid_fuels -modern_industrialization:forge_hammer -modern_industrialization:fusion_reactor -modern_industrialization:heat_exchanger -modern_industrialization:implosion_compressor -modern_industrialization:multiblock_shapes -modern_industrialization:neutron_interaction -modern_industrialization:oil_drilling_rig -modern_industrialization:polarizer -modern_industrialization:pressurizer -modern_industrialization:steam_blast_furnace -modern_industrialization:steam_quarry -modern_industrialization:steel_compressor -modern_industrialization:steel_cutting_machine -modern_industrialization:steel_furnace -modern_industrialization:steel_macerator -modern_industrialization:steel_mixer -modern_industrialization:steel_packer -modern_industrialization:steel_unpacker -modern_industrialization:steel_wiremill -modern_industrialization:thermal_interaction -modern_industrialization:vacuum_freezer -moderndynamics:upgrades -securitycraft:securitycraft_to_vanilla -securitycraft:vanilla_to_securitycraft diff --git a/config/jei_mekanism_multiblocks-client.toml b/config/jei_mekanism_multiblocks-client.toml deleted file mode 100644 index f50bb66..0000000 --- a/config/jei_mekanism_multiblocks-client.toml +++ /dev/null @@ -1,39 +0,0 @@ - #JEI 'Building [Dynamic Tank]' page configuration - [multiblocks.mekanism.dynamic_tank] - #Set page visibility - visible = true - - #JEI 'Building [Thermal Evaporation Plant]' page configuration - [multiblocks.mekanism.evaporation_plant] - #Set page visibility - visible = true - - #JEI 'Building [Thermoelectric Boiler]' page configuration - [multiblocks.mekanism.boiler] - #Set page visibility - visible = true - - #JEI 'Building [Supercritical Phase Shifter]' page configuration - [multiblocks.mekanism.sps] - #Set page visibility - visible = true - - #JEI 'Building [Induction Matrix]' page configuration - [multiblocks.mekanism.matrix] - #Set page visibility - visible = true - - #JEI 'Building [Industrial Turbine]' page configuration - [multiblocks.mekanismgenerators.turbine] - #Set page visibility - visible = true - - #JEI 'Building [Fission Reactor]' page configuration - [multiblocks.mekanismgenerators.fission_reactor] - #Set page visibility - visible = true - - #JEI 'Building [Fusion Reactor]' page configuration - [multiblocks.mekanismgenerators.fusion_reactor] - #Set page visibility - visible = true diff --git a/config/journeymap-server.toml b/config/journeymap-server.toml deleted file mode 100644 index 23acef0..0000000 --- a/config/journeymap-server.toml +++ /dev/null @@ -1,9 +0,0 @@ -[admins] - #Default, all Ops have access to Server Admin UI in the Options screen. - #If set to false, only users in the Admin List will have access. - #If set to true, all ops and users in the Admin List will have access. - opAccess = true - #Players in this list have access to the Journeymap's Server Admin Panel - #Add users by name or UUID, Prefer UUID as it is more secure! - #Each value on a new line with the example format provided. (please delete the default values) - serverAdmins = ["mysticdrew", "79f597fe-2877-4ecb-acdf-8c58cc1854ca"] diff --git a/config/justmobheads.json5 b/config/justmobheads.json5 deleted file mode 100644 index 015aa92..0000000 --- a/config/justmobheads.json5 +++ /dev/null @@ -1,20 +0,0 @@ -{ - // If enabled, overrides the 'overallDropChance' variable with the specific values. - "mobSpecificDropChances": true, - // If enabled, allows Creepers, Skeletons and Zombies to drop their heads. - "enableStandardHeads": false, - // If enabled, the looting enchant will have an effect on the drop chance. - "enableLootingEnchant": true, - // If enabled, only adult tameable mobs will have a chance to drop their head on death. - "onlyAdultMobsDropTheirHead": true, - // Sets the chance of a mob dropping its head if 'mobSpecificDropChances' is disabled. - // min: 1.0E-4, max: 1.0 - "overallDropChance": 0.1, - // Sets head drop chance for Zombies, Skeletons and Creepers if 'enableStandardHeads' is enabled. - // min: 1.0E-4, max: 1.0 - "creeperSkeletonZombieDropChance": 0.1, - // When enabled, only drops mob heads if the source on death is a charged creeper. This overwrites the onlyDropHeadsByPlayerKill value. - "onlyDropHeadsByChargedCreeper": false, - // When enabled, only drops mob heads if the source on death is from a player. - "onlyDropHeadsByPlayerKill": false -} \ No newline at end of file diff --git a/config/justmobheads/headchances.txt b/config/justmobheads/headchances.txt deleted file mode 100644 index d658102..0000000 --- a/config/justmobheads/headchances.txt +++ /dev/null @@ -1,171 +0,0 @@ -"all_black_cat" : 0.5, -"allay" : 0.5, -"armadillo" : 0.5, -"armorer" : 0.1, -"ashen_wolf" : 0.25, -"bat" : 0.25, -"bee" : 0.1, -"black_and_white_rabbit" : 0.1, -"black_cat" : 0.5, -"black_horse" : 0.1, -"black_rabbit" : 0.1, -"black_sheep" : 0.025, -"black_wolf" : 0.25, -"blaze" : 0.01, -"blue_axolotl" : 0.5, -"blue_parrot" : 0.75, -"blue_sheep" : 0.025, -"bogged" : 0.1, -"breeze" : 0.05, -"british_shorthair_cat" : 0.5, -"brown_horse" : 0.1, -"brown_llama" : 0.05, -"brown_mooshroom" : 0.05, -"brown_rabbit" : 0.1, -"brown_sheep" : 0.025, -"brown_trader_llama" : 0.25, -"butcher" : 0.1, -"calico_cat" : 0.5, -"camel" : 0.2, -"cartographer" : 0.1, -"cave_spider" : 0.01, -"charged_creeper" : 1.0, -"chestnut_horse" : 0.1, -"chestnut_wolf" : 0.25, -"chicken" : 0.05, -"cleric" : 0.1, -"cod" : 0.1, -"cold_frog" : 0.1, -"cow" : 0.05, -"creamy_horse" : 0.1, -"creamy_llama" : 0.05, -"creamy_trader_llama" : 0.25, -"cyan_axolotl" : 0.5, -"cyan_parrot" : 0.75, -"cyan_sheep" : 0.025, -"dark_brown_horse" : 0.1, -"dolphin" : 0.2, -"donkey" : 0.1, -"drowned" : 0.05, -"elder_guardian" : 0.3, -"enderman" : 0.02, -"endermite" : 0.02, -"evoker" : 0.02, -"farmer" : 0.1, -"fisherman" : 0.1, -"fletcher" : 0.1, -"ghast" : 0.1, -"glow_squid" : 0.2, -"goat" : 0.05, -"gold_axolotl" : 0.5, -"gold_rabbit" : 0.1, -"gray_horse" : 0.1, -"gray_llama" : 0.05, -"gray_parrot" : 0.75, -"gray_sheep" : 0.025, -"gray_trader_llama" : 0.25, -"green_parrot" : 0.75, -"green_sheep" : 0.025, -"guardian" : 0.02, -"hoglin" : 0.1, -"husk" : 0.03, -"illusioner" : 0.25, -"iron_golem" : 0.02, -"jeb_sheep" : 0.2, -"jellie_cat" : 0.5, -"killer_rabbit" : 0.5, -"leatherworker" : 0.1, -"librarian" : 0.1, -"light_blue_sheep" : 0.025, -"light_gray_sheep" : 0.025, -"lime_sheep" : 0.025, -"lucy_axolotl" : 0.5, -"magenta_sheep" : 0.025, -"magma_cube" : 0.05, -"mason" : 0.1, -"mooshroom" : 0.05, -"mule" : 0.1, -"nitwit" : 0.1, -"ocelot" : 0.1, -"orange_sheep" : 0.025, -"pale_wolf" : 0.25, -"panda" : 0.5, -"persian_cat" : 0.5, -"phantom" : 0.1, -"pig" : 0.05, -"piglin" : 0.05, -"piglin_brute" : 0.1, -"pillager" : 0.2, -"pink_sheep" : 0.025, -"polar_bear" : 0.2, -"pufferfish" : 0.1, -"purple_sheep" : 0.025, -"ragdoll_cat" : 0.5, -"ravager" : 0.2, -"red_cat" : 0.5, -"red_fox" : 0.25, -"red_parrot" : 0.75, -"red_sheep" : 0.025, -"rusty_wolf" : 0.25, -"salmon" : 0.1, -"salt_and_pepper_rabbit" : 0.1, -"shepherd" : 0.1, -"shulker" : 0.05, -"siamese_cat" : 0.5, -"silverfish" : 0.05, -"skeleton_horse" : 0.25, -"slime" : 0.05, -"sniffer" : 0.25, -"snow_fox" : 0.25, -"snow_golem" : 0.1, -"snowman" : 0.05, -"snowy_wolf" : 0.25, -"spider" : 0.05, -"spotted_wolf" : 0.25, -"squid" : 0.05, -"stray" : 0.1, -"strider" : 0.1, -"striped_wolf" : 0.25, -"tabby_cat" : 0.5, -"tadpole" : 0.05, -"temperate_frog" : 0.1, -"toast_rabbit" : 0.5, -"toolsmith" : 0.1, -"tropical_fish" : 0.1, -"turtle" : 0.1, -"vex" : 0.25, -"villager" : 0.1, -"vindicator" : 0.25, -"wandering_trader" : 1.0, -"warden" : 1.0, -"warm_frog" : 0.1, -"weaponsmith" : 0.1, -"white_cat" : 0.5, -"white_horse" : 0.1, -"white_llama" : 0.05, -"white_rabbit" : 0.1, -"white_sheep" : 0.025, -"white_trader_llama" : 0.25, -"wild_axolotl" : 0.5, -"witch" : 0.05, -"wither" : 1.0, -"woods_wolf" : 0.25, -"yellow_sheep" : 0.025, -"zoglin" : 0.1, -"zombie_armorer" : 0.1, -"zombie_butcher" : 0.1, -"zombie_cartographer" : 0.1, -"zombie_cleric" : 0.1, -"zombie_farmer" : 0.1, -"zombie_fisherman" : 0.1, -"zombie_fletcher" : 0.1, -"zombie_horse" : 0.25, -"zombie_leatherworker" : 0.1, -"zombie_librarian" : 0.1, -"zombie_mason" : 0.1, -"zombie_nitwit" : 0.1, -"zombie_shepherd" : 0.1, -"zombie_toolsmith" : 0.1, -"zombie_villager" : 0.1, -"zombie_weaponsmith" : 0.1, -"zombified_piglin" : 0.1, diff --git a/config/justplayerheads.json5 b/config/justplayerheads.json5 deleted file mode 100644 index a853922..0000000 --- a/config/justplayerheads.json5 +++ /dev/null @@ -1,7 +0,0 @@ -{ - // If enabled, allows players to drop their head on death. - "playerDropsHeadOnDeath": true, - // Sets the chance of a player dropping their head if 'playerDropsHeadOnDeath' is enabled. - // min: 1.0E-4, max: 1.0 - "playerHeadDropChance": 1.0 -} \ No newline at end of file diff --git a/config/justzoom/config.txt b/config/justzoom/config.txt deleted file mode 100644 index 0f1f3c8..0000000 --- a/config/justzoom/config.txt +++ /dev/null @@ -1,8 +0,0 @@ -##[zoom] - -B:smooth_zoom_in_out = 'true'; -F:zoom_in_change_modifier_per_scroll = '0.05'; -F:base_zoom_modifier = '0.25'; -F:zoom_out_change_modifier_per_scroll = '0.05'; -B:smooth_camera_movement_on_zoom = 'false'; -B:normalize_mouse_sensitivity_on_zoom = 'true'; \ No newline at end of file diff --git a/config/konkrete/locals/de_de.local b/config/konkrete/locals/de_de.local deleted file mode 100644 index 2da2a5a..0000000 --- a/config/konkrete/locals/de_de.local +++ /dev/null @@ -1,16 +0,0 @@ -general.width = Breite -general.height = Höhe -general.on = An -general.off = Aus - -popup.done = Fertig - -popup.yesno.confirm = Bestätigen -popup.yesno.cancel = Abbrechen - -popup.notification.accept = Akzeptieren - -popup.choosefile.back = ZURÜCK -popup.choosefile.title = Datei wählen -popup.choosefile.choose = Wählen -popup.choosefile.supported = Unterstützte Dateitypen: diff --git a/config/konkrete/locals/en_us.local b/config/konkrete/locals/en_us.local deleted file mode 100644 index 6b4b757..0000000 --- a/config/konkrete/locals/en_us.local +++ /dev/null @@ -1,19 +0,0 @@ -general.width = Width -general.height = Height -general.on = On -general.off = Off - -popup.done = Done - -popup.yesno.confirm = Confirm -popup.yesno.cancel = Cancel - -popup.notification.accept = Accept - -popup.choosefile.back = BACK -popup.choosefile.title = Choose File -popup.choosefile.choose = Choose -popup.choosefile.supported = Supported file types: - -configscreen.boolean.enabled = Enabled -configscreen.boolean.disabled = Disabled diff --git a/config/konkrete/locals/pl_pl.local b/config/konkrete/locals/pl_pl.local deleted file mode 100644 index 55c0df7..0000000 --- a/config/konkrete/locals/pl_pl.local +++ /dev/null @@ -1,15 +0,0 @@ -general.width = Szerokość -general.height = Wysokość -general.on = On -general.off = Off - -popup.done = Gotowe - -popup.yesno.confirm = Potwierdź -popup.yesno.cancel = Anuluj - -popup.notification.accept = Zaakceptuj - -popup.choosefile.back = BACK -popup.choosefile.title = Choose File -popup.choosefile.choose = Choose diff --git a/config/konkrete/locals/pt_br.local b/config/konkrete/locals/pt_br.local deleted file mode 100644 index ed797b2..0000000 --- a/config/konkrete/locals/pt_br.local +++ /dev/null @@ -1,15 +0,0 @@ -general.width = Largura -general.height = Altura -general.on = Ligado -general.off = Desligado - -popup.done = Pronto - -popup.yesno.confirm = Confirmar -popup.yesno.cancel = Cancelar - -popup.notification.accept = Aceitar - -popup.choosefile.back = VOLTAR -popup.choosefile.title = Escolher arquivo -popup.choosefile.choose = Escolher diff --git a/config/l2configs/l2core-client.toml b/config/l2configs/l2core-client.toml deleted file mode 100644 index 6b469e4..0000000 --- a/config/l2configs/l2core-client.toml +++ /dev/null @@ -1,4 +0,0 @@ -#Range: -1000000 ~ 1000000 -overlayZVal = 250 -#Allowed Values: DISABLE, SHIFT_ONLY, ALWAYS -addEnchantmentDescription = "ALWAYS" diff --git a/config/legendarytooltips.toml b/config/legendarytooltips.toml deleted file mode 100644 index 626e66b..0000000 --- a/config/legendarytooltips.toml +++ /dev/null @@ -1,118 +0,0 @@ -# Legendary Tooltips Configuration Instructions -# -# *** READ THIS FIRST *** -# -# By default, this mod does not apply special borders to most items. It was designed to work well with mod packs where -# the available selection of items can vary widely, so it is up to the user or mod pack designer to customize as needed. -# There are many options available for setting up which custom borders (also called frames) apply to which items. Follow these steps: -# 1. Decide which items you want to have custom borders, and which borders. Note that each custom border has a number associated with it (starting at 0). -# 2. For each custom border you want to use, fill out the associated list in the "definitions" section. This will be filled out with a list of "selectors", -# each of which tell the mod what items have that border. Please read the information above the definitions section for specifics. -# 3. Selectors for borders are checked in the order provided in the "priorities" section. Once a match is found, that border is displayed. -# For example, if border 0 had the selector "%Diamond" and border 1 had the selector "diamond_sword", they would both match for diamond swords. -# In this case, whichever border number came first in the priority list would be the border that would get drawn in-game. -# 4. Optionally, border colors associated with custom borders can be set in the "colors" section. The start color is the color at the top of the tooltip, -# and the end color is the bottom, with a smooth transition between. Please read the information above the color section for specifics. -[client] - - [client.visual_options] - # Whether item names in tooltips should have a line under them separating them from the rest of the tooltip. - name_separator = true - # If enabled, tooltip border colors will match item rarity colors (except for custom borders). - borders_match_rarity = true - # If enabled, tooltips will display a drop shadow. - tooltip_shadow = true - # If enabled, items showing a custom border will have a special shine effect when hovered over. - shine_effect = true - # If enabled, tooltip titles will be drawn centered. - centered_title = true - # If enabled, tooltips with custom borders will always be at least wide enough to display all border decorations. - enforce_minimum_width = false - # If enabled, some unnecessary text and spacing will be removed from equipment tooltips. - compact_tooltips = true - # Which items should have a 3D model rendered in the tooltip. If set to "equipment", the model will only be rendered for items with durability. - #Allowed Values: NONE, EQUIPMENT, ALL - render_item_model = "EQUIPMENT" - # The speed at which 3D models in tooltips will rotate. Lower values rotate faster, set to 0 to disable rotation. - #Range: 0.0 ~ 50.0 - model_rotation_speed = 12.0 - - # Entry types: - # Match all - Specifying just an asterisk (*) will match all items. Examples: "*" - # Item ID - Use item ID to match single items. Must include mod name for modded items. Examples: "minecraft:stick", "iron_ore", "spoiledeggs:spoiled_egg" - # Tag - $ followed by tag name to match all items with that tag. Examples: "$forge:stone", "$planks" - # Mod name - @ followed by mod identifier to match all items from that mod. Examples: "@spoiledeggs" - # Rarity - ! followed by item's rarity to match all items with that rarity. This is ONLY vanilla rarities. Examples: "!uncommon", "!rare", "!epic" - # Item name color - # followed by color hex code, to match all items with that exact color item name. Examples: "#23F632" - # Display name - % followed by any text. Will match any item with this text (case-sensitive) in its tooltip display name. Examples: "%Netherite", "%Uncommon" - # Tooltip text - ^ followed by any text. Will match any item with this text (case-sensitive) anywhere in the tooltip text (besides the name). Examples: "^Legendary" - # NBT/Item component - & followed by tag or component name and optional comparator (=, >, <, or !=) and value, in the format or just . Examples: "&damage>100", "&Tier>1", "&map_id!=128", "&enchantments" - # Negation - ~ followed by any selector above. This selector will be negated, matching every item that does NOT match the selector. Examples: "~minecraft:stick", "~!uncommon", "~@minecraft" - # Combining selectors - Any number of selectors can be combined by separating them with a plus sign. Examples: "minecraft:diamond_sword+&enchantments", "minecraft:stick+~!common+&damage>100" - [client.definitions] - level0_entries = ["!epic", "!rare"] - level1_entries = [] - level2_entries = [] - level3_entries = [] - level4_entries = [] - level5_entries = [] - level6_entries = [] - level7_entries = [] - level8_entries = [] - level9_entries = [] - level10_entries = [] - level11_entries = [] - level12_entries = [] - level13_entries = [] - level14_entries = [] - level15_entries = [] - # Enter blacklist selectors here using the same format as above. Any items that match these selectors will NOT show a border. - blacklist = [] - - # Set border priorities here. This should be a list of numbers that correspond to border levels, with numbers coming first being higher priority. - # Optionally, -1 can be inserted to indicate relative priority of data and api-defined borders. If you don't know what that means, you don't need to worry about it. - [client.priorities] - priorities = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] - - # The colors used for each tooltip, in this order: top border color, bottom border color, top background color, bottom background color. - # None of these colors are required, though any colors not specified will be replaced with the default tooltip colors. - # - # VALID COLOR FORMATS - # Hex color code - A hex color code is preceded by # or 0x and must be quoted. Supports 3, 4, 6, or 8 digit codes in the formats RGB, ARGB, RRGGBB, AARRGGBB. - # Examples: "#F4C", "0xFEE0", "#40FF2E", "#CC00E2EE" - # - # Decimal color code - A decimal color code, which is just a hex color code converted to decimal. May or may not be quoted. - # Examples: 15614720, "4278251143" - # - # Minecraft color name - One of the standard 16 Minecraft color names. Must be quoted. - # Examples: "red", "dark_purple", "gold" - # - # Web color name - One of the standard 140 web/HTML color names or "transparent". Must be quoted. - # Examples: "chartreuse", "darkorange", "deeppink", "deepskyblue" - # - # Modifiers - Colors specified in any of the above formats can be modified by using modifiers. - # Modifiers are specified after any color in the format "<+, -, or =>". - # The letters represent h - hue, s - saturation, v - value, r - red, g - green, b - blue, a - alpha. - # Valid amounts are 0 to 255 for all types except hue, which accepts 0 to 359. - # Examples: "red+h15", "#saddlebrown-v20+s5", "10_aqua_aqua+v15-h5", "#F4C-r15-v10=a40" - # - # Animated color - An animated color that fades from one to another in sequence. - # A string in the format "_". Must be quoted. - # Examples: "10_black_#7FFF00", "5.5_gold_orange_orangered", "20_red_orange_yellow_green_blue_purple" - [client.colors] - level0_colors = [-6723294, -10864099, -266991104, -401208832] - level1_colors = ["auto", "auto", "auto", "auto"] - level2_colors = ["auto", "auto", "auto", "auto"] - level3_colors = ["auto", "auto", "auto", "auto"] - level4_colors = ["auto", "auto", "auto", "auto"] - level5_colors = ["auto", "auto", "auto", "auto"] - level6_colors = ["auto", "auto", "auto", "auto"] - level7_colors = ["auto", "auto", "auto", "auto"] - level8_colors = ["auto", "auto", "auto", "auto"] - level9_colors = ["auto", "auto", "auto", "auto"] - level10_colors = ["auto", "auto", "auto", "auto"] - level11_colors = ["auto", "auto", "auto", "auto"] - level12_colors = ["auto", "auto", "auto", "auto"] - level13_colors = ["auto", "auto", "auto", "auto"] - level14_colors = ["auto", "auto", "auto", "auto"] - level15_colors = ["auto", "auto", "auto", "auto"] diff --git a/config/lootr-client.toml b/config/lootr-client.toml deleted file mode 100644 index 235cd0f..0000000 --- a/config/lootr-client.toml +++ /dev/null @@ -1,6 +0,0 @@ -[textures] - #configuration options for textures - #set to true to use vanilla textures instead of Lootr special textures. Note: this will prevent previously opened chests from rendering differently - vanilla_textures = false - #set to true to use the new Lootr textures - new_textures = false diff --git a/config/lootr-common.toml b/config/lootr-common.toml deleted file mode 100644 index 3399ba9..0000000 --- a/config/lootr-common.toml +++ /dev/null @@ -1,100 +0,0 @@ -[conversion] - #configuration options for the conversion of chests - #determine whether or not loot generated is the same for all players using the provided seed, or randomised per player - randomise_seed = true - #the maximum age for containers; entries above this age will be discarded [default: 60 * 20 * 15, fifteen minutes] [note: the value 6000 will be corrected to 18000. if you wish to use 6000, please use 6001 or 5999.] - #Range: > 0 - max_age = 18000 - #if true, no chests will be converted - disable = false - #whether or not mineshaft chest minecarts should be converted to standard loot chests - convert_mineshafts = true - #whether or not the Elytra item frame should be converted into a standard loot chest with a guaranteed elytra - convert_elytras = true - #lootr will automatically log all unresolved tables (i.e., for containers that have a loot table associated with them but, for whatever reason, the lookup for this table returns empty). setting this option to true additionally informs players when they open containers. - report_unresolved_tables = false - #disregard chests and chunks that are outside of the world border; enable this option if you are using a world border and are suffering consistent TPS issues; if you change the world border, you will need to restart your client - check_world_border = false - -[whitelist] - #configuration for specific whitelisting and blacklisting of dimensions, loot tables and modids - #list of dimensions (to the exclusion of all others) that loot chest should be replaced in (default: blank, allowing all dimensions, e.g., ["minecraft:overworld", "minecraft:the_end"]) - dimension_whitelist = [] - #list of dimensions that loot chests should not be replaced in (default: blank, allowing all dimensions, format e.g., ["minecraft:overworld", "minecraft:the_end"]) - dimension_blacklist = [] - #list of dimensions by modid that loot chests should not be replaced in (default: blank, allowing all modids, format e.g., ["minecraft - #othermod"]) - modid_dimension_blacklist = [] - #list of dimensions by modid that loot chest should be replaced in (default: blank, allowing all modids, format e.g., ["minecraft - #othermod"]) - modid_dimension_whitelist = [] - #list of loot tables which shouldn't be converted (in the format of ["modid:loot_table", "othermodid:other_loot_table"]) - loot_table_blacklist = [] - #list of modids whose loot tables shouldn't be converted (in the format of ["modid", "other_modid"]) - loot_modid_blacklist = [] - -[breaking] - #configuration options for breaking containers - #prevent the destruction of Lootr chests except while sneaking in creative mode - disable_break = false - #allow the destruction of Lootr chests regardless. overrides `disable_break` - enable_break = false - #allows fake players to destroy Lootr chests without having to sneak, overrides the `disable_break` option for fake players - enable_fake_player_break = false - #lootr chests cannot be destroyed by creeper or TNT explosions - blast_resistant = false - #lootr chests cannot be destroyed by any explosion - blast_immune = false - -[power] - #configuration options for comparators and redstone power - #when true, comparators on Lootr containers will give an output of 1; when false, they will give an output of 0 - power_comparators = true - #when true, custom inventories will act like trapped chests when opened - trapped_custom = false - -[notifications] - #configuration options for notifications - #prevent notifications of decaying or refreshed chests - disable_notifications = false - #maximum time (in ticks) remaining on a chest before a notification for refreshing or decaying is sent to a player (default 30 seconds, -1 for no delay) - #Range: > -1 - notification_delay = 600 - #disables styling of breaking, decaying and refreshing messages sent to players - disable_message_styles = false - -[decay] - #configuration options for decaying containers - #how long (in ticks) a decaying loot containers should take to decay (default 5 minutes = 5 * 60 * 20) - #Range: > 0 - decay_value = 6000 - #list of loot tables which will decay (default blank, meaning no chests decay, in the format of (in the format of ["modid:loot_table", "othermodid:other_loot_table"]) - decay_loot_tables = [] - #list of mod IDs whose loot tables will decay (default blank, meaning no chests decay, in the format ["modid", "othermodid"]) - decay_modids = [] - #list of dimensions where loot chests should automatically decay (default: blank, e.g., ["minecraft:the_nether", "minecraft:the_end"]) - decay_dimensions = [] - #containers that have already been marked as decaying will be decayed during level tick as well as when next opened - perform_decay_while_ticking = true - #containers that have not yet been marked as decaying will be marked for decay during level tick as well as when next opened - start_decay_while_ticking = false - #overriding decay_loot_tables, decay_modids and decay_dimensions: all chests will decay after being opened for the first time - decay_all = false - -[refresh] - #configuration options for refreshing containers - #how long (in ticks) a refreshing loot containers should take to refresh their contents (default 20 minutes = 20 * 60 * 20) - #Range: > 0 - refresh_value = 24000 - #list of loot tables which will refresh (default blank, meaning no chests refresh, in the format of ["modid:loot_table", "othermodid:loot_table"]) - refresh_loot_tables = [] - #list of mod IDs whose loot tables will refresh (default blank, meaning no chests refresh, in the format of ["modid", "othermodid"]) - refresh_modids = [] - #list of dimensions where loot chests should automatically refresh (default: blank, e.g., ["minecraft:overworld", "othermod:otherdimension"]) - refresh_dimensions = [] - #containers that have already been marked as refreshing will be refreshed during level tick as well as when next opened - perform_refresh_while_ticking = true - #containers that have not yet been marked as refreshing will be marked for refresh during level tick as well as when next opened - start_refresh_while_ticking = true - #overriding refresh_loot_tables, refresh_modids and refresh_dimensions: all chests will refresh after being opened for the first time - refresh_all = false diff --git a/config/megacells-common.toml b/config/megacells-common.toml deleted file mode 100644 index 1ac1b6b..0000000 --- a/config/megacells-common.toml +++ /dev/null @@ -1,3 +0,0 @@ -#Whether to allow the Radioactive Chemical Cell to store Spent Nuclear Waste. -#AppMek integration feature. -spentNuclearWasteAllowed = false diff --git a/config/mekanism_unleashed-startup.toml b/config/mekanism_unleashed-startup.toml deleted file mode 100644 index 8689ac5..0000000 --- a/config/mekanism_unleashed-startup.toml +++ /dev/null @@ -1,4 +0,0 @@ -[Tweaks] - #Maximum speed/energy upgrades a machine can accept, values higher than 32 are not recommended - #Range: 8 ~ 64 - maxUpgrades = 32 diff --git a/config/merequester-common.toml b/config/merequester-common.toml deleted file mode 100644 index 98e6ae4..0000000 --- a/config/merequester-common.toml +++ /dev/null @@ -1,9 +0,0 @@ -[requester] - #The amount of requests a single ME Requester can hold. - #Range: 1 ~ 64 - requests = 5 - #The amount of energy (in AE) the ME Requester drains from the ME network when idle. - #Range: 0.0 ~ 1.7976931348623157E308 - idle_energy = 5.0 - #Whether the ME Requester requires an ME network channel to function. - require_channel = true diff --git a/config/mi_tweaks-startup.toml b/config/mi_tweaks-startup.toml deleted file mode 100644 index 2f20ac8..0000000 --- a/config/mi_tweaks-startup.toml +++ /dev/null @@ -1,58 +0,0 @@ -[tweaks] - #Whether water pumps require a water biome (river or ocean) to operate - require_water_biome_for_pump = false - #Whether the voltage of a machine should be displayed. This includes displaying voltage of hatches and hulls - display_machine_voltage = false - #Whether efficiency should be locked when a redstone module locks a machine, rather than just the crafting operation - lock_efficiency_with_redstone = false - #Whether wrenches should render multiblock shapes in world. If false, then only blueprints will be able to render multiblock shapes in world - wrenches_render_multiblock_shapes = true - #Whether the tooltip on the energy bar should display the current energy consumption of the machine - display_energy_consumption_on_energy_bar = false - -[flux_transformer] - #The MI cable tier to require for inserting EU into the Flux Transformer - cable_tier = "hv" - #The EU capacity of the Flux Transformer - #Range: 1 ~ 9223372036854775807 - capacity = 204800 - #The max FE extractable at a time for the Flux Transformer - #Range: 1 ~ 9223372036854775807 - max_extract = 9223372036854775807 - #The multiplier to apply on the EU to get FE - #Range: 0.1 ~ 1.7976931348623157E308 - conversion_rate = 1.0 - -[efficiency] - #The machine efficiency hack mode to use. Only applies to electric machines - #DISABLED = No change will be made to MI's efficiency behavior - #ALWAYS_BASE = The efficiency will always be the base machine eu (or recipe eu if it's greater) + upgrades - #ALWAYS_MAX = The efficiency will always be forced to max - #USE_VOLTAGE = The speed of machines will be determined by their voltage (WARNING! This is designed specifically for pack creators, and existing recipes may not be accessible by all voltages, most notably EBF recipes. Use at your own risk. It is recommended when using this mode to modify recipes with higher EU costs to use the voltage recipe condition or the ebf coil recipe condition) - #Allowed Values: DISABLED, ALWAYS_BASE, ALWAYS_MAX, USE_VOLTAGE - hack = "DISABLED" - #Whether efficiency bar and multiblock efficiency data should be hidden or not - hide = false - -[machine_blueprints] - #Whether the learning system for blueprints is enabled or not. If true, then blueprints can be right-clicked to become learned - learning = false - #The list of machine ids (accepts regex) that require blueprints to place - #This is only used if any type of machine blueprint requirement is enabled - machines = [] - - #This section's options use the following values: - #DISABLED = Machine blueprints are not required at all - #INVENTORY = The machine blueprint must be in the inventory of the player - #LEARN = Once a machine blueprint is in the inventory of the player, it becomes 'learned' and is not required in the inventory - #INVENTORY_OR_LEARN = The blueprint must be in the inventory of the player or it needs to have been learned - [machine_blueprints.required] - #The machine blueprint requirement mode to use for displaying the tooltip warning - #Allowed Values: DISABLED, INVENTORY, LEARN, INVENTORY_OR_LEARN - tooltip = "DISABLED" - #The machine blueprint requirement mode to use for placing machines - #Allowed Values: DISABLED, INVENTORY, LEARN, INVENTORY_OR_LEARN - placing = "DISABLED" - #The machine blueprint requirement mode to use for rendering hatch positions when holding hatches - #Allowed Values: DISABLED, INVENTORY, LEARN, INVENTORY_OR_LEARN - rendering_hatches = "DISABLED" diff --git a/config/midnightlib.json b/config/midnightlib.json deleted file mode 100644 index 5449537..0000000 --- a/config/midnightlib.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "config_screen_list": "MODMENU" -} \ No newline at end of file diff --git a/config/mineralchance.json5 b/config/mineralchance.json5 deleted file mode 100644 index d31848d..0000000 --- a/config/mineralchance.json5 +++ /dev/null @@ -1,20 +0,0 @@ -{ - // The chance a mineral is dropped when an overworld stone block is broken. By default 1/50. - // min: 0.0, max: 1.0 - "extraMineralChanceOnOverworldStoneBreak": 0.02, - // The chance a mineral is dropped when a nether stone block is broken. By default 1/100. - // min: 0.0, max: 1.0 - "extraMineralChanceOnNetherStoneBreak": 0.01, - // If enabled, mining overworld stone blocks in the overworld has a chance to drop an overworld mineral. These consist of diamonds, gold nuggets, iron nuggets, lapis lazuli, redstone and emeralds. - "enableOverworldMinerals": true, - // If enabled, mining nether stone blocks in the nether has a chance to drop a nether mineral. These consist of quartz and gold nuggets. - "enableNetherMinerals": true, - // If enabled, minerals won't drop from stone mined with the silk touch enchantment. - "disableMineralDropsWithSilkTouch": true, - // If enabled, sends a message when a mineral is found to the player who broke the stone block. - "sendMessageOnMineralFind": true, - // The message sent to the player who found a hidden mineral when 'sendMessageOnMineralFind' is enabled. - "foundMineralMessage": "You've found a mineral hidden in the block!", - // If enabled, minerals won't be dropped if the player is a fake. For example when a mod breaks a block as a simulated player. - "ignoreFakePlayers": true -} \ No newline at end of file diff --git a/config/modelfix-client.toml b/config/modelfix-client.toml deleted file mode 100644 index 63b294a..0000000 --- a/config/modelfix-client.toml +++ /dev/null @@ -1,19 +0,0 @@ -[default] - #quad expansion increment. enlarges each quad. Use to hide gaps. Keep both as close to 0 as possible. Note that increasing it to non 0 will slightly increase the amount of quads per item model. Could be an issue with HD texture packs.Try these values: 0.002 or 0.008 - #Range: -0.1 ~ 0.1 - item_quads_expansion = 0.0 - #quad x/y offset. simply put moves the quad toward the center of the item. Use to hide gaps - #Range: -0.1 ~ 0.1 - item_quads_indent = 0.007 - -[mac_os] - #It has been reported that some mac os systems are affected by atlas bleeding so the mod cant apply its main fix by removing atlas shrinking. Instead it can reduce it as much as possible by multiplying it by shrink_value_multiplier - #quad expansion increment. enlarges each quad. Use to hide gaps. Keep both as close to 0 as possible. Note that increasing it to non 0 will slightly increase the amount of quads per item model. Could be an issue with HD texture packs - #Range: -0.1 ~ 0.1 - item_quads_expansion = 0.0 - #quad x/y offset. simply put moves the quad toward the center of the item. Use to hide gaps - #Range: -0.1 ~ 0.1 - item_quads_indent = 0.0099 - #set to 0 for non macos behavior. 1 keeps vanilla behavior to prevent atlas bleeding - #Range: 0.0 ~ 1.0 - shrink_ratio_multiplier = 1.0 diff --git a/config/modern_industrialization.toml b/config/modern_industrialization.toml deleted file mode 100644 index 4d5cdd0..0000000 --- a/config/modern_industrialization.toml +++ /dev/null @@ -1,21 +0,0 @@ -enableNoEmiMessage = true -spawnWithGuideBook = true -respawnWithGuideBook = true -disableFuelTooltips = false -disableItemTagTooltips = true -newVersionMessage = true -enableHatchPlacementOverlay = true -enableBarrelContentRendering = true -colorWaterLava = true -enableDebugCommands = false -enableBidirectionalEnergyCompat = false -enableAe2Integration = true -enableFtbQuestsIntegration = true -enableDefaultOreGenTooltips = true -datagenOnStartup = false -loadRuntimeGeneratedResources = false -removeIndustrialistTrades = false -maxDistillationTowerHeight = 9 -enableInterMachineConnectedTextures = false -armorHudYPosition = 4 -baseItemPipeTransfer = 16 diff --git a/config/modernfix-common.toml b/config/modernfix-common.toml deleted file mode 100644 index 45fb3c5..0000000 --- a/config/modernfix-common.toml +++ /dev/null @@ -1,2 +0,0 @@ -#These JEI plugins will be loaded on the main thread -blacklist_async_jei_plugins = ["jepb:jei_plugin"] diff --git a/config/modernfix-mixins.properties b/config/modernfix-mixins.properties deleted file mode 100644 index 4ad1a13..0000000 --- a/config/modernfix-mixins.properties +++ /dev/null @@ -1,78 +0,0 @@ -# This is the configuration file for ModernFix. -# In general, prefer using the config screen to editing this file. It can be accessed -# via the standard mod menu on your respective mod loader. Changes will, however, -# require restarting the game to take effect. -# -# The following options can be enabled or disabled if there is a compatibility issue. -# Add a line with your option name and =true or =false at the bottom of the file to enable -# or disable a rule. For example: -# mixin.perf.dynamic_resources=true -# Do not include the #. You may reset to defaults by deleting this file. -# -# Available options: -# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat) -# mixin.bugfix.cofh_core_crash=true # (default) -# mixin.bugfix.concurrency=true # (default) -# mixin.bugfix.ctm_resourceutil_cme=true # (default) -# mixin.bugfix.ender_dragon_leak=true # (default) -# mixin.bugfix.entity_pose_stack=true # (default) -# mixin.bugfix.extra_experimental_screen=true # (default) -# mixin.bugfix.fix_config_crashes=true # (default) -# mixin.bugfix.packet_leak=false # (default) -# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat) -# mixin.bugfix.recipe_book_type_desync=true # (default) -# mixin.bugfix.restore_old_dragon_movement=false # (default) -# mixin.bugfix.unsafe_modded_shape_caches=true # (default) -# mixin.bugfix.world_leaks=true # (default) -# mixin.bugfix.world_screen_skipped=true # (default) -# mixin.devenv=false # (default) -# mixin.feature.branding=true # (default) -# mixin.feature.cause_lag_by_disabling_threads=false # (default) -# mixin.feature.direct_stack_trace=false # (default) -# mixin.feature.disable_unihex_font=false # (default) -# mixin.feature.integrated_server_watchdog=true # (default) -# mixin.feature.measure_time=true # (default) -# mixin.feature.registry_event_progress=false # (default) -# mixin.feature.remove_chat_signing=false # (default) -# mixin.feature.snapshot_easter_egg=true # (default) -# mixin.feature.spam_thread_dump=false # (default) -# mixin.feature.spark_profile_launch=false # (default) -# mixin.feature.stalled_chunk_load_detection=false # (default) -# mixin.feature.warn_missing_perf_mods=true # (default) -# mixin.launch.class_search_cache=true # (default) -# mixin.perf.cache_blockstate_cache_arrays=true # (default) -# mixin.perf.cache_model_materials=true # (default) -# mixin.perf.cache_profile_texture_url=true # (default) -# mixin.perf.cache_strongholds=false # (overridden for mod compat) -# mixin.perf.chunk_meshing=true # (default) -# mixin.perf.clear_mixin_classinfo=false # (default) -# mixin.perf.compact_bit_storage=true # (default) -# mixin.perf.datapack_reload_exceptions=true # (default) -# mixin.perf.dedicated_reload_executor=true # (default) -# mixin.perf.deduplicate_climate_parameters=false # (default) -# mixin.perf.deduplicate_location=false # (default) -# mixin.perf.deduplicate_wall_shapes=true # (default) -# mixin.perf.dynamic_entity_renderers=false # (default) -# mixin.perf.dynamic_resources=false # (default) -# mixin.perf.dynamic_resources.ctm=true # (default) -# mixin.perf.dynamic_sounds=true # (default) -# mixin.perf.dynamic_structure_manager=true # (default) -# mixin.perf.faster_item_rendering=false # (default) -# mixin.perf.faster_texture_stitching=true # (default) -# mixin.perf.fix_loop_spin_waiting=true # (default) -# mixin.perf.kubejs=true # (default) -# mixin.perf.model_optimizations=true # (default) -# mixin.perf.mojang_registry_size=true # (default) -# mixin.perf.nbt_memory_usage=false # (overridden for mod compat) -# mixin.perf.patchouli_deduplicate_books=true # (default) -# mixin.perf.reduce_blockstate_cache_rebuilds=true # (default) -# mixin.perf.remove_biome_temperature_cache=true # (default) -# mixin.perf.resourcepacks=true # (default) -# mixin.perf.state_definition_construct=true # (default) -# mixin.perf.tag_id_caching=true # (default) -# mixin.perf.thread_priorities=false # (overridden for mod compat) -# mixin.perf.ticking_chunk_alloc=true # (default) -# mixin.perf.worldgen_allocation=false # (default) -# mixin.safety=true # (default) -# -# User overrides go here. diff --git a/config/mods_optimizer/config.toml b/config/mods_optimizer/config.toml deleted file mode 100644 index ec1005a..0000000 --- a/config/mods_optimizer/config.toml +++ /dev/null @@ -1,332 +0,0 @@ -# This file was auto-generated by Mods Optimizer -# -# This file contains a list of known client and server side mods. -# Most of the mods in this list using the wrong signals or are not -# compatible with the dedicated server. -# -# If your mod is included in this list, please refer to the following documentation for guidance: -# This documentation will assist you in supporting automatic detection of the correct side: -# https://github.com/MarkusBordihn/BOs-Mods-Optimizer/wiki/Define-the-correct-environment-for-a-Mod -# -# Add additional mod ids and their correct environment, if needed. -# Remove mod ids, if they are not needed anymore or -# use mod_id="default" to disable any optimization for them. -# -# Last update: 2024-09-24T02:16:45.530642800 -# Note: To automatic update this file after an mod update, just delete the file. -# Normally you only need to update this file, if you run into problems with specific mods. - -[Mods] -client_side_mod_id="client" -server_side_mod_id="server" -default_side_mod_id="default" -3dskinlayers = "client" -adaptive_performance_tweaks = "server" -adaptive_performance_tweaks_core = "server" -adaptive_performance_tweaks_gamerules = "server" -adaptive_performance_tweaks_items = "server" -adaptive_performance_tweaks_player = "server" -adaptive_performance_tweaks_spawn = "server" -advanced-tooltips = "client" -advancements_tracker = "client" -advancementscreenshot = "client" -ageingspawners = "default" -alternate-current = "server" -ambientsounds = "client" -amecs = "client" -animatica = "client" -appleskin = "default" -athena-ctm = "client" -attributefix = "default" -atum = "client" -audio-extension-for-fancymenu = "client" -auth-me = "client" -auto-third-person = "client" -auudio = "client" -beautifiedchatclient = "client" -bedrockwaters = "client" -better-animations-collection = "client" -better-beds = "client" -better-end-sky = "client" -better-mount-hud = "client" -better-ping-display-fabric = "client" -better-third-person = "client" -better_loading_screen = "client" -betteradvancements = "client" -betteranimalmodels = "client" -betterbiomeblend = "client" -bettercommandblockui = "client" -betterf3 = "client" -betterfpsdist = "client" -betterhurtcam = "client" -bettermodsbutton = "client" -bettersigns = "client" -betterstats = "client" -betterstrongholds = "default" -bettertaskbar = "client" -betterthirdperson = "client" -bettertitlescreen = "client" -blur = "client" -blur-fabric = "client" -boat-item-view = "client" -bobby = "client" -boosted-brightness = "client" -borderless-mining = "client" -brb = "client" -camera-utils = "client" -capes = "client" -catalogue = "client" -cave-dust = "client" -cavedust = "client" -cem = "client" -charmonium = "client" -chat-heads = "client" -chatting = "client" -cherished-worlds = "client" -chest-tracker = "client" -chunk-sending-forge-fabric = "server" -chunkanimator = "client" -chunks-fade-in = "client" -cit-resewn = "client" -citresewn = "client" -clear-skies = "client" -cleardespawn = "client" -clearwater = "client" -client-crafting = "client" -client-tweaks = "client" -clienttweaks = "client" -colormatic = "client" -connectedness = "client" -continuity = "client" -controlify = "client" -controlling = "client" -cosmetica = "client" -craftify = "client" -craftpresence = "client" -ctrl-q = "client" -cull-leaves = "client" -cull-less-leaves = "client" -cullleaves = "client" -customskinloader = "client" -dailydad = "client" -dark-loading-screen = "client" -dashloader = "client" -dcwa = "client" -deathbackup = "server" -default-options = "client" -detail-armor-bar = "client" -ding = "client" -discordsrv = "server" -distanthorizons = "client" -distinguished-potions = "client" -drawerfps = "client" -drippy-loading-screen = "client" -drippyloadingscreen = "client" -dripsounds-fabric = "client" -durabilitytooltip = "client" -dynamic-fps = "client" -dynamiccrosshair = "client" -dynamicsurroundings_remasteredfabric = "client" -e4mc = "server" -ears = "client" -eating-animation = "client" -eatinganimation = "client" -ebe = "client" -effective = "client" -elytra-flight-hud = "client" -emiffect = "client" -emitrades = "client" -emoji-type = "client" -enchantment-descriptions = "client" -enhanced-attack-indicator = "client" -entity-model-features = "client" -entity_texture_features = "client" -entityculling = "client" -entitytexturefeatures = "client" -equipment-compare = "client" -essential = "client" -euphoria_patcher = "client" -evergreenhud = "client" -exordium = "client" -explosive-enhancement = "client" -explosiveenhancement = "client" -extendedclouds = "client" -extrasounds = "client" -extremesoundmuffler = "client" -fabricskyboxes = "client" -fabricskyboxes-interop = "client" -fabrishot = "client" -fadeless = "client" -fallingleaves = "client" -fancymenu = "client" -farsight = "client" -farsight_view = "client" -fastanim = "client" -fastquit = "client" -feytweaks = "client" -first-person-model = "client" -firstperson = "client" -fix-gpu-memory-leak = "client" -flickerfix = "client" -fm_audio_extension = "client" -forcecloseworldloadingscreen = "client" -forgeautofish = "client" -forgetmechunk = "client" -fps = "client" -fpsdisplay = "client" -fpsreducer = "client" -freecam = "client" -fusion-connected-textures = "client" -gamemenumodoption = "client" -gamemenuremovegfarb = "client" -gamma-utils = "client" -guiclock = "client" -guicompass = "client" -guifollowers = "client" -held-item-info = "client" -hiddenrecipebook = "client" -highlight = "client" -highlighter = "client" -hold-that-chunk = "client" -humancompanions = "default" -hytils = "client" -i18nupdatemod = "client" -iknowwhatimdoing = "client" -immediatelyfast = "client" -in-game-account-switcher = "client" -indium = "client" -inventory-profiles-next = "client" -invmove = "client" -invmove_compat = "client" -iris = "client" -item-highlighter = "client" -item-model-fix = "client" -itemborders = "client" -itemphysiclite = "client" -itemsdontbreak = "client" -itemzoom = "client" -justzoom = "client" -kobolds = "default" -lambdabettergrass = "client" -lambdynamiclights = "client" -language-reload = "client" -leaky = "server" -leave-my-bars-alone = "client" -legendary-tooltips = "client" -legendarytooltips = "client" -letsleepingdogslie = "client" -libipn = "client" -light-overlay = "client" -litematica-printer = "client" -load-my-resources = "client" -loadmyresources = "client" -logical-zoom = "client" -lootr = "default" -low-fire = "client" -macos-input-fixes = "client" -main-menu-credits = "client" -make_bubbles_pop = "client" -mcwifipnp = "client" -medievalmusic = "client" -merchant-markers = "client" -midnightlib = "client" -minimap = "client" -mixmetica = "client" -modernworldcreation = "client" -modmenu = "client" -modnametooltip = "client" -morechathistory = "client" -moreculling = "client" -moreoverlays = "client" -mouse-tweaks = "client" -mousetweaks = "client" -myserveriscompatible = "client" -namepain = "client" -neat = "client" -nebs = "client" -no-resource-pack-warnings = "client" -no-telemetry = "client" -no_fog = "client" -not-enough-animations = "client" -notenoughanimations = "client" -notes = "client" -noxesium = "client" -nvidium = "client" -ob_tooltips = "client" -oculus = "client" -ok-zoomer = "client" -optigui = "client" -paperdoll = "client" -paraglider = "default" -particlesenhanced = "client" -physicsmod = "client" -pickupnotifier = "client" -playerhealthindicators = "client" -presence-footsteps = "client" -publicguiannouncement = "server" -puzzle = "client" -quick-leaf-decay = "server" -raised = "client" -reauth = "client" -rebind-narrator = "client" -reeses-sodium-options = "client" -reforgium = "client" -replanter = "client" -replaymod = "client" -resourcify = "client" -reward-claim = "client" -roughly-searchable = "client" -rrls = "client" -rubidium = "client" -rubidium-extra = "client" -ryoamiclights = "client" -screenscale = "client" -screenshot-to-clipboard = "client" -searchables = "client" -shutupexperimentalsettings = "client" -simplebackups = "server" -skyguide = "client" -smooth-swapping = "client" -smoothboot = "client" -smoothchunk = "server" -sodium = "client" -sodium-extra = "client" -sodium-shadowy-path-blocks = "client" -spyglass_improvements = "client" -starterkit = "default" -status-effect-bars = "client" -stendhal = "client" -stylisheffects = "client" -textbook = "client" -textrues-rubidium-options = "client" -tipthescales = "client" -title-fixer = "client" -toastcontrol = "client" -tool-stats = "client" -tooltipfix = "client" -tooltipscroller = "client" -torohealth = "client" -totemcounter = "client" -transparent = "client" -travelers-titles = "client" -tumbleweed = "default" -uiinputundo = "client" -ukulib = "client" -villagerdeathmessages = "server" -visuality = "client" -voxelmap-updated = "client" -vrjester = "client" -vulkanmod = "client" -wakes = "client" -wavey-capes = "client" -waveycapes = "client" -whats-that-slot = "client" -worldtime = "client" -wynntils = "client" -yungsmenutweaks = "client" -zmedievalmusic = "client" -zoomify = "client" - -[Debug] -debugForceSide = "default" -debugEnabled = "false" diff --git a/config/mooshroomspawn.json5 b/config/mooshroomspawn.json5 deleted file mode 100644 index 331b9ad..0000000 --- a/config/mooshroomspawn.json5 +++ /dev/null @@ -1,5 +0,0 @@ -{ - // The chance a cow that has spawned is of the mooshroom variant. - // min: 0.0, max: 1.0 - "chanceCowIsMooshroom": 0.05 -} \ No newline at end of file diff --git a/config/mooshroomtweaks.json5 b/config/mooshroomtweaks.json5 deleted file mode 100644 index c8ddd6a..0000000 --- a/config/mooshroomtweaks.json5 +++ /dev/null @@ -1,5 +0,0 @@ -{ - // The chance of a Red Mooshroom becoming a Brown Mooshroom. - // min: 0.0, max: 1.0 - "becomeBrownChance": 0.5 -} \ No newline at end of file diff --git a/config/moreculling.toml b/config/moreculling.toml deleted file mode 100644 index 07c4021..0000000 --- a/config/moreculling.toml +++ /dev/null @@ -1,21 +0,0 @@ -version = 1 -enableSodiumMenu = true -cloudCulling = true -signTextCulling = true -rainCulling = true -useBlockStateCulling = true -useCustomItemFrameRenderer = true -itemFrameMapCulling = true -useItemFrameLOD = true -itemFrameLODRange = 16 -useItemFrame3FaceCulling = true -itemFrame3FaceCullingRange = 2.0 -leavesCullingMode = "DEFAULT" -leavesCullingAmount = 2 -includeMangroveRoots = false -endGatewayCulling = false -beaconBeamCulling = true -useOnModdedBlocksByDefault = true - -[modCompatibility] -minecraft = true diff --git a/config/moremekanismprocessing-client.toml b/config/moremekanismprocessing-client.toml deleted file mode 100644 index ab7a595..0000000 --- a/config/moremekanismprocessing-client.toml +++ /dev/null @@ -1,177 +0,0 @@ -#color : ores rgb color -[ores] - - [ores.aluminum] - #if empty, use default - #default : a0c4d8 - color = "" - - [ores.amethyst] - #if empty, use default - #default : cc33cc - color = "" - - [ores.apatite] - #if empty, use default - #default : 3595b2 - color = "" - - [ores.azure_silver] - #if empty, use default - #default : ce9cf3 - color = "" - - [ores.bismuth] - #if empty, use default - #default : e8d8e8 - color = "" - - [ores.bort] - #if empty, use default - #default : 7495af - color = "" - - [ores.cinnabar] - #if empty, use default - #default : 990f0f - color = "" - - [ores.cobalt] - #if empty, use default - #default : 1e66bf - color = "" - - [ores.crimson_iron] - #if empty, use default - #default : f44770 - color = "" - - [ores.desh] - #if empty, use default - #default : ff9f51 - color = "" - - [ores.dilithium] - #if empty, use default - #default : d8c4c4 - color = "" - - [ores.draconium] - #if empty, use default - #default : a351cc - color = "" - - [ores.electrotine] - #if empty, use default - #default : cb4f8 - color = "" - - [ores.green_sapphire] - #if empty, use default - #default : 33cc33 - color = "" - - [ores.iridium] - #if empty, use default - #default : d8d8c4 - color = "" - - [ores.lithium] - #if empty, use default - #default : 808080 - color = "" - - [ores.nickel] - #if empty, use default - #default : e5e09e - color = "" - - [ores.niter] - #if empty, use default - #default : b8afaf - color = "" - - [ores.peridot] - #if empty, use default - #default : 66ff66 - color = "" - - [ores.platinum] - #if empty, use default - #default : a0f0ff - color = "" - - [ores.ruby] - #if empty, use default - #default : cc3333 - color = "" - - [ores.sapphire] - #if empty, use default - #default : 3333cc - color = "" - - [ores.ostrum] - #if empty, use default - #default : 9f616f - color = "" - - [ores.calorite] - #if empty, use default - #default : c44249 - color = "" - - [ores.silver] - #if empty, use default - #default : d8e4ed - color = "" - - [ores.sulfur] - #if empty, use default - #default : d8cc51 - color = "" - - [ores.titanium] - #if empty, use default - #default : 405060 - color = "" - - [ores.tungsten] - #if empty, use default - #default : 333333 - color = "" - - [ores.zinc] - #if empty, use default - #default : cccc8e - color = "" - - [ores.coal] - #if empty, use default - #default : 2d2d2d - color = "" - - [ores.lapis] - #if empty, use default - #default : 2c69c8 - color = "" - - [ores.diamond] - #if empty, use default - #default : 49ead6 - color = "" - - [ores.redstone] - #if empty, use default - #default : ff0000 - color = "" - - [ores.emerald] - #if empty, use default - #default : 17da61 - color = "" - - [ores.quartz] - #if empty, use default - #default : ebe3db - color = "" diff --git a/config/moremekanismprocessing-common.toml b/config/moremekanismprocessing-common.toml deleted file mode 100644 index dab9bdf..0000000 --- a/config/moremekanismprocessing-common.toml +++ /dev/null @@ -1,221 +0,0 @@ -[general] - #true : show all recipes - #false : hide ore not exist recipes (can hide recipes when some mod not installed) - showOreNotExistRecipes = false - #Each recipes output item be determined by this list. - #First is Highest. - recipeOutputPriority = ["alltheores", "create", "immersiveengineering"] - -#processingLevel: Set ores processing max level -# 5 : can into up x5 (able all procssing) -# 4 : can into up x4 (disable ore dissolution, slurry crystalizing) -# 3 : can into up x3 (disable injecting) -# 2 : can into up x2 (disable purifying and clumps crushing) -# 1 : reserved (currently same with 0) -# 0 : disable all processing in this mod -#disabled processing items are hided your world -[ores] - - [ores.aluminum] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.amethyst] - #Range: 0 ~ 5 - processingLevel = 5 - - [ores.apatite] - #Range: 0 ~ 5 - processingLevel = 5 - - [ores.azure_silver] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.bismuth] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.bort] - #Range: 0 ~ 5 - processingLevel = 5 - - [ores.cinnabar] - #Range: 0 ~ 5 - processingLevel = 5 - - [ores.cobalt] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.crimson_iron] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.desh] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.dilithium] - #Range: 0 ~ 5 - processingLevel = 5 - - [ores.draconium] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.electrotine] - #Range: 0 ~ 5 - processingLevel = 5 - - [ores.green_sapphire] - #Range: 0 ~ 5 - processingLevel = 5 - - [ores.iridium] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.lithium] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.nickel] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.niter] - #Range: 0 ~ 5 - processingLevel = 5 - - [ores.peridot] - #Range: 0 ~ 5 - processingLevel = 5 - - [ores.platinum] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.ruby] - #Range: 0 ~ 5 - processingLevel = 5 - - [ores.sapphire] - #Range: 0 ~ 5 - processingLevel = 5 - - [ores.ostrum] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.calorite] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.silver] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.sulfur] - #Range: 0 ~ 5 - processingLevel = 5 - - [ores.titanium] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.tungsten] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.zinc] - #Range: 0 ~ 5 - processingLevel = 5 - #Disable recipe what smelting/blasting dust into ingot. - disableDustCooking = false - - [ores.coal] - #Exist for modpacks, set greater than 2 to enable this material recipes - #less than or equals 2 is use Mekanism Default Recipes - # warning : when enabled, ore block can infinitely regenerate using Mekanism Combiner Default Recipe - # propose remove/override Mekanism Combiner Default Recipe - # e.g.) "ingredient":{"tag":"c:dusts/coal"}},"amount":8 - #Range: 0 ~ 5 - processingLevel = 0 - - [ores.lapis] - #Exist for modpacks, set greater than 2 to enable this material recipes - #less than or equals 2 is use Mekanism Default Recipes - # warning : when enabled, ore block can infinitely regenerate using Mekanism Combiner Default Recipe - # propose remove/override Mekanism Combiner Default Recipe - # e.g.) "ingredient":{"tag":"c:dusts/lapis"}},"amount":8 - #Range: 0 ~ 5 - processingLevel = 0 - - [ores.diamond] - #Exist for modpacks, set greater than 2 to enable this material recipes - #less than or equals 2 is use Mekanism Default Recipes - # warning : when enabled, ore block can infinitely regenerate using Mekanism Combiner Default Recipe - # propose remove/override Mekanism Combiner Default Recipe - # e.g.) "ingredient":{"tag":"c:dusts/diamond"}},"amount":8 - #Range: 0 ~ 5 - processingLevel = 0 - - [ores.redstone] - #Exist for modpacks, set greater than 2 to enable this material recipes - #less than or equals 2 is use Mekanism Default Recipes - # warning : when enabled, ore block can infinitely regenerate using Mekanism Combiner Default Recipe - # propose remove/override Mekanism Combiner Default Recipe - # e.g.) "ingredient":{"tag":"c:dusts/redstone"}},"amount":8 - #Range: 0 ~ 5 - processingLevel = 0 - - [ores.emerald] - #Exist for modpacks, set greater than 2 to enable this material recipes - #less than or equals 2 is use Mekanism Default Recipes - # warning : when enabled, ore block can infinitely regenerate using Mekanism Combiner Default Recipe - # propose remove/override Mekanism Combiner Default Recipe - # e.g.) "ingredient":{"tag":"c:dusts/emerald"}},"amount":8 - #Range: 0 ~ 5 - processingLevel = 0 - - [ores.quartz] - #Exist for modpacks, set greater than 2 to enable this material recipes - #less than or equals 2 is use Mekanism Default Recipes - # warning : when enabled, ore block can infinitely regenerate using Mekanism Combiner Default Recipe - # propose remove/override Mekanism Combiner Default Recipe - # e.g.) "ingredient":{"tag":"c:dusts/quartz"}},"amount":8 - #Range: 0 ~ 5 - processingLevel = 0 diff --git a/config/morezombievillagers.json5 b/config/morezombievillagers.json5 deleted file mode 100644 index 99d0a77..0000000 --- a/config/morezombievillagers.json5 +++ /dev/null @@ -1,5 +0,0 @@ -{ - // The overridden chance a new zombie spawn is of the villager variant. - // min: 0.0, max: 1.0 - "zombieIsVillagerChance": 0.25 -} \ No newline at end of file diff --git a/config/movingelevators-common.toml b/config/movingelevators-common.toml deleted file mode 100644 index 1b7c641..0000000 --- a/config/movingelevators-common.toml +++ /dev/null @@ -1,9 +0,0 @@ -[General] - # What should be the maximum width of an elevator cabin? Higher numbers may cause lag. - # Allowed range: 1 ~ 15 - Default: 7 - maxCabinHorizontalSize = 7 - - # What should be the maximum height of an elevator cabin? Higher numbers may cause lag. - # Allowed range: 1 ~ 15 - Default: 7 - maxCabinVerticalSize = 7 - diff --git a/config/nametagtweaks.json5 b/config/nametagtweaks.json5 deleted file mode 100644 index a2d62bf..0000000 --- a/config/nametagtweaks.json5 +++ /dev/null @@ -1,8 +0,0 @@ -{ - // If enabled, any name tag that drops on an entity's death will keep its named value. - "droppedNameTagbyEntityKeepsNameValue": true, - // If enabled, adds the /nametag command. Used to change the name value without an anvil. - "enableNameTagCommand": true, - // If enabled, replaces underscores with spaces when using the /nametag command. - "nameTagCommandReplaceUnderscoresWithSpaces": true -} \ No newline at end of file diff --git a/config/naturallychargedcreepers.json5 b/config/naturallychargedcreepers.json5 deleted file mode 100644 index 437c63b..0000000 --- a/config/naturallychargedcreepers.json5 +++ /dev/null @@ -1,5 +0,0 @@ -{ - // The chance of a creeper being naturally charged. - // min: 0.0, max: 1.0 - "isChargedChance": 0.1 -} \ No newline at end of file diff --git a/config/neoforge-client.toml b/config/neoforge-client.toml deleted file mode 100644 index d3f2e54..0000000 --- a/config/neoforge-client.toml +++ /dev/null @@ -1,8 +0,0 @@ -#EXPERIMENTAL: Enable the NeoForge block rendering pipeline - fixes the lighting of custom models. -experimentalForgeLightPipelineEnabled = false -#When enabled, NeoForge will show any warnings that occurred during loading. -showLoadWarnings = true -#Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones. -useCombinedDepthStencilAttachment = false -#A config option mainly for developers. Logs out configuration values that do not have translations when running a client in a development environment. -logUntranslatedConfigurationWarnings = true diff --git a/config/neoforge-common.toml b/config/neoforge-common.toml deleted file mode 100644 index 0e0a5b1..0000000 --- a/config/neoforge-common.toml +++ /dev/null @@ -1,6 +0,0 @@ -#A config option mainly for developers. Logs out modded item tags that do not have translations when running on integrated server. Format desired is tag.item.. for the translation key. Defaults to SILENCED. -#Allowed Values: SILENCED, DEV_SHORT, DEV_VERBOSE, PROD_SHORT, PROD_VERBOSE -logUntranslatedItemTagWarnings = "SILENCED" -#A config option mainly for developers. Logs out modded tags that are using the 'forge' namespace when running on integrated server. Defaults to DEV_SHORT. -#Allowed Values: SILENCED, DEV_SHORT, DEV_VERBOSE, PROD_SHORT, PROD_VERBOSE -logLegacyTagWarnings = "DEV_SHORT" diff --git a/config/neoforge-server.toml b/config/neoforge-server.toml deleted file mode 100644 index 99d6fcc..0000000 --- a/config/neoforge-server.toml +++ /dev/null @@ -1,10 +0,0 @@ -#Set this to true to remove any BlockEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. -removeErroringBlockEntities = false -#Set this to true to remove any Entity (Note: Does not include BlockEntities) that throws an error in its tick method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES. -removeErroringEntities = false -#Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticeable differences in mechanics so default is vanilla behavior. Default: false. -fullBoundingBoxLadders = false -#The permission handler used by the server. Defaults to neoforge:default_handler if no such handler with that name is registered. -permissionHandler = "neoforge:default_handler" -#Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically. -advertiseDedicatedServerToLan = true diff --git a/config/nerb.yaml b/config/nerb.yaml deleted file mode 100644 index 2ead480..0000000 --- a/config/nerb.yaml +++ /dev/null @@ -1,6 +0,0 @@ -# Recipe Book mode: -# DISABLED: Removes the recipe book button with its default functionality from your inventory. -# ENABLED: Retains the recipe book button in your inventory, but its default functionality remains disabled. -# DISCOVERED: Automatically unlocks all existing recipes in your recipe book. Does not apply any optimizations. -# TOGGLE: Keeps the recipe book button in your inventory, but instead of toggling the recipe book, it toggles the visibility of the JEI/REI/EMI UI. Its default functionality remains disabled. -buttonMode: TOGGLE diff --git a/config/nohostilesaroundcampfire.json5 b/config/nohostilesaroundcampfire.json5 deleted file mode 100644 index 1c2c31a..0000000 --- a/config/nohostilesaroundcampfire.json5 +++ /dev/null @@ -1,20 +0,0 @@ -{ - // The radius around the campfire in blocks where hostile mob spawns will be blocked. - // min: 1, max: 128 - "preventHostilesRadius": 48, - // If enabled, burns all hostile mobs around the campfire within the radius whenever a player places a campfire. - "burnHostilesAroundWhenPlaced": true, - // By default set to 0.5. This means that if the radius is 16, the campfire burns prior mobs in a radius of 8. - // min: 0.0, max: 1.0 - "burnHostilesRadiusModifier": 0.5, - // When enabled, the mob spawners spawns are also disabled when a campfire is within the radius. - "preventMobSpawnerSpawns": false, - // When enabled, the campfire only has an effect when the block is lit up. - "campfireMustBeLit": true, - // When enabled, the campfire only has an effect when the block is signalling. - "campfireMustBeSignalling": false, - // When enabled, the mod will work with normal campfires. - "enableEffectForNormalCampfires": true, - // When enabled, the mod will work with soul campfires. - "enableEffectForSoulCampfires": true -} \ No newline at end of file diff --git a/config/notenoughanimations.json b/config/notenoughanimations.json deleted file mode 100644 index e36e1c4..0000000 --- a/config/notenoughanimations.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "configVersion": 11, - "animationSmoothingSpeed": 0.2, - "holdingItems": [ - "minecraft:clock", - "minecraft:recovery_compass", - "minecraft:soul_lantern", - "minecraft:compass", - "minecraft:torch", - "minecraft:lantern", - "minecraft:soul_torch" - ], - "enableAnimationSmoothing": true, - "enableInWorldMapRendering": true, - "enableOffhandHiding": true, - "enableRotationLocking": true, - "enableLadderAnimation": true, - "ladderAnimationAmplifier": 0.35, - "ladderAnimationArmHeight": 1.7, - "ladderAnimationArmSpeed": 2.0, - "enableRotateToLadder": true, - "enableEatDrinkAnimation": true, - "enableRowBoatAnimation": true, - "enableHorseAnimation": true, - "dontHoldItemsInBed": true, - "freezeArmsInBed": true, - "rotationLock": "NONE", - "showLastUsedSword": false, - "sheathSwords": [ - "minecraft:golden_sword", - "minecraft:iron_sword", - "minecraft:wooden_sword", - "minecraft:stone_sword", - "minecraft:diamond_sword", - "minecraft:netherite_sword" - ], - "enableCrawlingAnimation": true, - "holdUpItemsMode": "CONFIG", - "holdUpItemOffset": 0.0, - "itemSwapAnimation": true, - "tweakElytraAnimation": true, - "petAnimation": true, - "fallingAnimation": false, - "freezingAnimation": true, - "huggingAnimation": false, - "narutoRunning": false, - "enableInWorldBookRendering": false, - "disableLegSmoothing": false, - "bowAnimation": "VANILLA" -} \ No newline at end of file diff --git a/config/openpartiesandclaims-server.toml b/config/openpartiesandclaims-server.toml deleted file mode 100644 index 62be0b8..0000000 --- a/config/openpartiesandclaims-server.toml +++ /dev/null @@ -1,296 +0,0 @@ -[serverConfig] - #The default language used for server-side localization for players that don't have the mod installed. - defaultLanguage = "en_us" - #How often to auto-save modified data, e.g. parties, claims, player configs (in minutes). - #Range: > 1 - autosaveInterval = 10 - #How many sub-configs (sub-claims) can each player create. - #Range: 0 ~ 1024 - playerSubConfigLimit = 64 - #The permission system to use for everything that requires permission checks (e.g. permission_api, ftb_ranks, luck_perms, prometheus). Non-built-in permission systems can be registered through the API with an addon. - permissionSystem = "prometheus" - #The player party system to prefer and use for anything that can't support multiple systems (e.g. default, ftb_teams, argonauts, argonauts_guilds). Non-built-in party systems can be registered through the API with an addon. - primaryPartySystem = "argonauts_guilds" - #A list of options in the player config that individual players can reconfigure. If an option is in neither of the configurable option lists, - #then the value in the default player config is used across the server. Check the default player config .toml file for the option names. - playerConfigurablePlayerConfigOptions = ["claims.protectClaimedChunks", "claims.forceload.enabled", "claims.name", "claims.color", "claims.protection.fromParty", "claims.protection.fromAllyParties", "claims.protection.buttonsFromProjectiles", "claims.protection.targetsFromProjectiles", "claims.protection.platesFromPlayers", "claims.protection.platesFromMobs", "claims.protection.platesFromOther", "claims.protection.tripwireFromPlayers", "claims.protection.tripwireFromMobs", "claims.protection.tripwireFromOther", "claims.protection.cropTrample", "claims.protection.playerLightning", "claims.protection.blocksFromEnchantments", "claims.protection.entitiesFromPlayers", "claims.protection.entitiesFromMobs", "claims.protection.entitiesFromOther", "claims.protection.entitiesRedirect", "claims.protection.entitiesFromExplosions", "claims.protection.entitiesFromFire", "claims.protection.netherPortalsPlayers", "claims.protection.netherPortalsMobs", "claims.protection.netherPortalsOther", "claims.protection.fluidBarrier", "claims.protection.dispenserBarrier", "claims.protection.pistonBarrier", "claims.protection.itemTossPlayers", "claims.protection.itemTossMobs", "claims.protection.itemTossOther", "claims.protection.itemTossRedirect", "claims.protection.mobLoot", "claims.protection.playerDeathLoot", "claims.protection.itemPickupPlayers", "claims.protection.itemPickupMobs", "claims.protection.itemPickupRedirect", "claims.protection.xpPickup", "claims.protection.raids", "claims.protection.naturalSpawnHostile", "claims.protection.naturalSpawnFriendly", "claims.protection.spawnersHostile", "claims.protection.spawnersFriendly", "claims.protection.projectileHitHostileSpawn", "claims.protection.projectileHitFriendlySpawn", "parties.name", "parties.shareLocationWithParty", "parties.shareLocationWithMutualAllyParties", "parties.receiveLocationsFromParty", "parties.receiveLocationsFromMutualAllyParties", "claims.protection.exceptionGroups.block.interact.Controls", "claims.protection.exceptionGroups.block.interact.Doors", "claims.protection.exceptionGroups.block.interact.Chests", "claims.protection.exceptionGroups.block.interact.Barrels", "claims.protection.exceptionGroups.block.interact.Ender_Chests", "claims.protection.exceptionGroups.block.interact.Shulker_Boxes", "claims.protection.exceptionGroups.block.interact.Furnaces", "claims.protection.exceptionGroups.block.interact.Hoppers", "claims.protection.exceptionGroups.block.interact.Dispenser-like", "claims.protection.exceptionGroups.block.interact.Anvils", "claims.protection.exceptionGroups.block.interact.Beds", "claims.protection.exceptionGroups.block.interact.Beacons", "claims.protection.exceptionGroups.block.interact.Enchanting_Tables", "claims.protection.exceptionGroups.block.break.Crops", "claims.protection.exceptionGroups.entity.interact.Traders", "claims.protection.exceptionGroups.entity.handInteract.Item_Frames", "claims.protection.exceptionGroups.entity.interact.Armor_Stands", "claims.protection.exceptionGroups.entity.break.Livestock", "claims.protection.exceptionGroups.entity.blockAccess.Villagers", "claims.protection.exceptionGroups.entity.entityAccess.Zombies", "claims.protection.exceptionGroups.entity.droppedItemAccess.Villagers", "claims.protection.exceptionGroups.entity.droppedItemAccess.Piglins", "claims.protection.exceptionGroups.entity.droppedItemAccess.Foxes", "claims.protection.exceptionGroups.item.interact.Books", "claims.protection.exceptionGroups.entity.barrier.Ender_Pearls", "/*remove comment to enable*/claims.protection.exceptionGroups.entity.barrier.Players"] - #A list of additional options in the player config that OPs can reconfigure for players. - #This is meant for options that should be configured per player but not by the players. - #If an option is in neither of the configurable option lists, then the value in the default player config is used across the server. - #Check the default player config .toml file for the option names. - opConfigurablePlayerConfigOptions = ["claims.bonusChunkClaims", "claims.bonusChunkForceloads"] - - [serverConfig.parties] - #Whether the parties part of this mod is enabled. - enabled = true - #The maximum number of members in a party. Existing members are not removed if the limit is reduced. - #Range: > 1 - maxPartyMembers = 64 - #The maximum number of allies for a party. Existing allies are not removed if the limit is reduced. - #Range: > 0 - maxPartyAllies = 64 - #The maximum number of invites to a party. Existing invites are not removed if the limit is reduced. - #Range: > 1 - maxPartyInvites = 16 - #For how long a party (members) can stay completely inactive on the server until it is deleted (in hours). This improves performance for servers running for years. - #Range: > 1 - partyExpirationTime = 720 - #How often to check for expired parties in order to remove them (in minutes). The interval is effectively rounded up to a multiple of 10 minutes. - #Range: > 10 - partyExpirationCheckInterval = 360 - - [serverConfig.claims] - #Whether the claims part of this mod is enabled. - enabled = true - #For how long a player can stay completely inactive on the server until their claims are expired (in hours). This improves performance for servers running for years. - #Range: > 1 - playerClaimsExpirationTime = 8760 - #How often to check for expired player chunk claims in order to remove them (in minutes). The interval is effectively rounded up to a multiple of 10 minutes. - #Range: > 10 - playerClaimsExpirationCheckInterval = 360 - #Whether to convert expired player chunk claims to "expired claims" instead of completely freeing them. This shouldn't be too bad for performance because it still reduces the number of unique claims. - playerClaimsConvertExpiredClaims = true - #The maximum number of chunks that a player can claim. Additional claims can be configured in the player config. - #This value can be overridden with a player permission. - #Range: > 0 - maxPlayerClaims = 500 - #The maximum number of claimed chunks that a player can forceload. Additional forceloads can be configured in the player config. - #This value can be overridden with a player permission. - #Range: > 0 - maxPlayerClaimForceloads = 10 - #The permission that should override the default "maxPlayerClaims" value. Set it to an empty string to never check permissions. The used permission system can be configured with "permissionSystem". - maxPlayerClaimsPermission = "xaero.pac_max_claims" - #The permission that should override the default "maxPlayerClaimForceloads" value. Set it to an empty string to never check permissions. - #The permission override only takes effect after the player logs in at least once after a server (re)launch, so it is recommended to keep all permission-based forceload limits equal to or greater than "maxPlayerClaimForceloads". - #The used permission system can be configured with "permissionSystem". - maxPlayerClaimForceloadsPermission = "xaero.pac_max_forceloads" - #The permission that gives non-OP players the ability to make server claims and enable server claim mode. The used permission system can be configured with "permissionSystem". - serverClaimPermission = "xaero.pac_server_claims" - #The permission that gives non-OP players the ability to enable claim admin mode. The used permission system can be configured with "permissionSystem". - adminModePermission = "xaero.pac_admin_mode" - #The maximum distance on the X or Z axis (forming a square) that a chunk can be claimed at by a player. - #Range: > 0 - maxClaimDistance = 5 - #The type of the list defined in "claimableDimensionsList". ONLY - include only the listed dimensions. ALL_BUT - include all but the listed dimensions. - #Allowed Values: ONLY, ALL_BUT - claimableDimensionsListType = "ALL_BUT" - #Dimensions to include/exclude from being claimable, depending on the list type in "claimableDimensionsListType". - #For example ["minecraft:overworld", "minecraft:the_nether"]. - #By default the list is empty and of type ALL_BUT, meaning that all dimensions are claimable. - claimableDimensionsList = [] - #Whether to allow existing player claims to stay active in unclaimable dimensions which were previously claimable. - allowExistingClaimsInUnclaimableDimensions = true - #Whether to allow existing player forceloads to stay active in unclaimable dimensions which were previously claimable. Only relevant if existing claims are allowed. - allowExistingForceloadsInUnclaimableDimensions = false - #Whether to synchronize world chunk claims to the game clients. Enables client-side mods to access the claims data, e.g. to display it on a map. - #ALL - all claims are synced. OWNED_ONLY - only the claims that the client player owns and server claims are synced. NOT_SYNCED - claims are not synced. - #Allowed Values: NOT_SYNCED, OWNED_ONLY, ALL - claimsSynchronization = "ALL" - - [serverConfig.claims.protection] - #The type of the list defined in "friendlyChunkProtectedEntityList". ONLY - include only the listed entities. ALL_BUT - include all but the listed entities. - #Allowed Values: ONLY, ALL_BUT - friendlyChunkProtectedEntityListType = "ALL_BUT" - #Friendly entities to fully include/exclude in chunk protection, depending on the list type in "friendlyChunkProtectedEntityListType". Supports entity type tags. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["*:villager", "minecraft:m(ule|ooshroom)", "#minecraft:axolotl_hunt_targets"]. - #By default the list is empty with the type set to ALL_BUT, which means that all friendly entities are included. - friendlyChunkProtectedEntityList = ["minecraft:boat"] - #The type of the list defined in "hostileChunkProtectedEntityList". ONLY - include only the listed entities. ALL_BUT - include all but the listed entities. - #Allowed Values: ONLY, ALL_BUT - hostileChunkProtectedEntityListType = "ONLY" - #Hostile entities to fully include/exclude in chunk protection, depending on the list type in "hostileChunkProtectedEntityListType". Supports entity type tags. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:(|wither_)skeleton", "minecraft:zombie(_villager|)", "#minecraft:raiders"] - hostileChunkProtectedEntityList = [] - #No longer a working option. Please transfer anything you still have here to "forcedBlockProtectionExceptionList" or "blockProtectionOptionalExceptionGroups", - #but keep in mind that those options work differently and please read their comments. - #This option will be completely removed on the full release of the mod. - blockProtectionExceptionList = [] - #No longer a working option. Please transfer anything you still have here to "forcedEntityProtectionExceptionList" or "entityProtectionOptionalExceptionGroups", - #but keep in mind that those options work differently and please read their comments. - #This option will be completely removed on the full release of the mod. - entityProtectionExceptionList = [] - #No longer a working option. Please transfer anything you still have here to "forcedEntityClaimBarrierList" or "entityClaimBarrierOptionalGroups", - #but keep in mind that those options work differently and please read their comments. - #This option will be completely removed on the full release of the mod. - entityClaimBarrierList = [] - #Blocks to partially exclude from chunk protection. Supports block tags. - #Just a block/tag ID in the list, e.g. "minecraft:lever" allows block interaction across the server if the item in the used hand isn't blocking it. - #Prefix "hand$" is the same as no prefix but enforces an empty hand requirement in protected chunks. Prefix "break$" allows breaking the block(s). - #Prefix "anything$" is the same as no prefix but allows interaction with any item held in the hand. Please make sure that no item does anything bad when used at a block with such an exception. - #Add the same block/tag multiple times to use multiple prefixes. Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:lever", "minecraft:*_button", "break$minecraft:*_button", "break$minecraft:(*_|)sand"] - forcedBlockProtectionExceptionList = ["minecraft:crafting_table"] - #Custom groups of blocks that a player/claim config should be able to make protection exceptions for. Each group can consist of multiple blocks and block tags. - #A group without a prefix creates a player config option for the right-click interaction with the group blocks. The format for a block group is {}. - #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-DIRT35{minecraft:dirt, minecraft:grass_block, minecraft:(oak|spruce)_*}". - #A group can be prefixed with "hand$" to create an option for the right-click interaction with an enforced empty hand requirement or "break$" for breaking the group blocks. - #Moreover, prefix "anything$" creates an option for the right-click interaction with any item held in the hand, not just allowed items. Please make sure that no item does anything - #bad when used at a block with such an exception. - #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. - #The exact paths of the added options can be found in the default player config file after you start the server. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - blockProtectionOptionalExceptionGroups = ["Controls{minecraft:lever, #minecraft:buttons}", "Doors{#minecraft:doors, #minecraft:fence_gates, #forge:fence_gates, #minecraft:trapdoors}", "Chests{minecraft:chest, minecraft:trapped_chest, #forge:chests/wooden}", "Barrels{minecraft:barrel, #forge:barrels}", "Ender_Chests{minecraft:ender_chest, #forge:chests/ender}", "Shulker_Boxes{#minecraft:shulker_boxes}", "Furnaces{minecraft:furnace, minecraft:blast_furnace, minecraft:smoker}", "Hoppers{minecraft:hopper}", "Dispenser-like{minecraft:dispenser, minecraft:dropper}", "Anvils{#minecraft:anvil}", "Beds{#minecraft:beds}", "Beacons{minecraft:beacon}", "Enchanting_Tables{minecraft:enchanting_table}", "break$Crops{#minecraft:crops}"] - #Entities to partially exclude from chunk protection. Supports entity type tags. - #Just an entity/tag ID in the list, e.g. "minecraft:horse" allows entity interaction across the server if the item in the used hand isn't blocking it. - #Prefix "hand$" is the same as no prefix but enforces an empty hand requirement in protected chunks. Prefix "break$" allows killing the entities across the server. - #Prefix "anything$" is the same as no prefix but allows interaction with any item held in the hand. Please make sure that no item does anything bad when used at an entity with such an exception. - #Add the same entity/tag multiple times to use multiple prefixes. Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:villager", "break$minecraft:villager", "break$minecraft:(trader_|)llama"] - forcedEntityProtectionExceptionList = ["minecraft:minecart"] - #Custom groups of entities that a player/claim config should be able to make protection exceptions for. Each group can consist of multiple entities and entity tags. - #A group without a prefix creates a player config option for the right-click interaction with the group entities. The format for an entity group is {}. - #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-GUYS98{minecraft:pig, minecraft:c(ow|at), #minecraft:beehive_inhabitors}". - #A group can be prefixed with "hand$" to create an option for the right-click interaction with an enforced empty hand requirement or "break$" for destroying the group entities. - #Moreover, prefix "anything$" creates an option for the right-click interaction with any item held in the hand, not just allowed items. Please make sure that no item does anything - #bad when used at an entity with such an exception. - #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. - #The exact paths of the added options can be found in the default player config file after you start the server. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - entityProtectionOptionalExceptionGroups = ["Traders{minecraft:villager, minecraft:wandering_trader}", "hand$Item_Frames{minecraft:item_frame}", "break$Livestock{minecraft:cow, minecraft:mooshroom, minecraft:sheep, minecraft:chicken, minecraft:pig, minecraft:rabbit, minecraft:goat}", "Armor_Stands{minecraft:armor_stand}"] - #Entities that are prevented from entering the claim. Supports entity type tags. An entity/tag ID in the list, e.g. "minecraft:falling_block" prevents the entities from entering. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. For example: "minecraft:zombie(_villager|)". - forcedEntityClaimBarrierList = ["minecraft:falling_block", "supplementaries:slingshot_projectile"] - #Custom groups of entities that a player/claim config should be able to enable a barrier for. Each group can consist of multiple entities and entity tags. - #Each group creates a player config option for controlling the entity barrier. The format for a entity group is {}. - #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-GUYS98{#minecraft:raiders, minecraft:zombie(_villager|)}". - #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. - #The exact paths of the added options can be found in the default player config file after you start the server. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - entityClaimBarrierOptionalGroups = ["Players{minecraft:player}", "Ender_Pearls{minecraft:ender_pearl}"] - #Entities that can bypass all block protection. Supports entity type tags. - #Prefixing an entity id/tag with "interact$" creates an exception which tries to exclude block breaking. - #Prefixing an entity id/tag with "break$" creates an exception that only includes block breaking. - #Leaving an entity id/tag without a prefix creates an exception that includes all block interactions. - #Projectiles landing on blocks is considered a non-breaking interaction first, even if it can result in a block break, - #which is protected separately afterwards. - #Projectile landing on blocks requires non-break block access through this option or blockAccessEntityGroups. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] - entitiesAllowedToGrief = ["minecraft:sheep", "interact$minecraft:potion", "interact$minecraft:trident", "interact$minecraft:(*_|)arrow", "interact$minecraft:ender_pearl", "interact$minecraft:egg"] - #Entities that can bypass all protection of other entities. Supports entity type tags. - #Prefixing an entity id/tag with "interact$" creates an exception which tries to exclude attacks. - #Prefixing an entity id/tag with "break$" creates an exception that only includes attacks. - #Leaving an entity id/tag without a prefix creates an exception that includes all entity interactions. - #Projectiles landing on entities is considered a non-attack interaction first, even if it can result in an attack, - #which is protected separately afterwards. - #Projectile landing on entities requires non-attack entity access through this option or entityAccessEntityGroups. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] - entitiesAllowedToGriefEntities = ["interact$minecraft:potion", "interact$minecraft:trident", "interact$minecraft:(*_|)arrow", "interact$minecraft:ender_pearl", "interact$minecraft:egg"] - #Entities that can bypass all dropped item protection. Supports entity type tags. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] - entitiesAllowedToGriefDroppedItems = [] - #(Forge-only option) Mobs that can grief entities/items but not blocks. This list is used when overriding the vanilla "mob griefing" game rule value. - #By default, the mod assumes that any "mob griefing" game rule check is meant for block protection. - #This means that the "Protect Blocks From Mobs" option might cause entity or item protection, if that's what the mob is trying to affect. - #By adding a mob to this list, you're removing the block protection check for it during the "mob griefing" game rule check. - #Supports entity type tags. Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:*illager", "minecraft:(v|p)illager", "#minecraft:raiders"] - nonBlockGriefingMobs = [] - #(Forge-only option) Mobs that can grief entities in ways other than attacking them, e.g. how evokers can change the color of sheep. This list is used when overriding the vanilla "mob griefing" game rule value. - #By default, the mod assumes that any "mob griefing" game rule check is meant for block protection only. Add a mob to this list if you want the entity protection option to be checked as well when the rule is checked. - #Check out the "nonBlockGriefingMobs" option if you want to also remove the default block protection check for the mob. - #Supports entity type tags. Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] - entityGriefingMobs = [] - #(Forge-only option) Mobs that can grief dropped items. This list is used when overriding the vanilla "mob griefing" game rule value. - #By default, the mod assumes that any "mob griefing" game rule check is meant for block protection only. Add a mob to this list if you want the item pickup protection option to be checked as well when the rule is checked. - #This mod should detect most mobs picking up items by default, but if it doesn't already detect a specific mob, this option might help. - #Check out the "nonBlockGriefingMobs" option if you want to also remove the default block protection check for the mob. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] - droppedItemGriefingMobs = [] - #Custom groups of entities that a player/claim config should be able to make block access exceptions for (e.g. letting sheep eat grass or endermen take blocks). Each group can consist of multiple entities and entity tags. - #The format for an entity group is {}. - #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-GUYS98{minecraft:pig, minecraft:c(ow|at), #minecraft:beehive_inhabitors}". - #The group can be prefixed with "interact$" to create an exception that tries to exclude block breaking. - #The group can be prefixed with "break$" to create an exception that only includes block breaking. - #The group can be left without a prefix to create an exception that includes all block interactions. - #Projectiles landing on blocks is considered a non-breaking interaction first, even if it can result in a block break, - #which is protected separately afterwards. - #Projectile landing on blocks requires non-break block access through this option or entitiesAllowedToGrief. - #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. - #The exact paths of the added options can be found in the default player config file after you start the server. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - blockAccessEntityGroups = ["Villagers{minecraft:villager}"] - #Custom groups of entities that a player/claim config should be able to make entity access exceptions for (e.g. letting zombies kill things). - #The groups should consist of entities that are the ones accessing other entities. The groups should not contain entities that are being accessed. Check out the "entityProtectionOptionalExceptionGroups" option for that. - #Each group can consist of multiple entities and entity tags. The format for an entity group is {}. - #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-GUYS98{minecraft:pig, minecraft:c(ow|at), #minecraft:beehive_inhabitors}". - #The group can be prefixed with "interact$" to create an exception that tries to exclude attacks. - #The group can be prefixed with "break$" to create an exception that only includes attacks. - #The group can be left without a prefix to create an exception that includes all entity interactions. - #Projectiles landing on entities is considered a non-attack interaction first, even if it can result in an attack, - #which is protected separately afterwards. - #Projectile landing on entities requires non-attack entity access through this option or entitiesAllowedToGriefEntities. - #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. - #The exact paths of the added options can be found in the default player config file after you start the server. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - entityAccessEntityGroups = ["Zombies{minecraft:zombie, minecraft:zombie_villager, minecraft:husk, minecraft:drowned}"] - #Custom groups of entities that a player/claim config should be able to make dropped item access exceptions for (e.g. letting piglins pick up gold). - #The groups should consist of entities that are the ones trying to pick up items, not consist of specific items. - #Each group can consist of multiple entities and entity tags. The format for an entity group is {}. - #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-GUYS98{minecraft:pig, minecraft:c(ow|at), #minecraft:beehive_inhabitors}". - #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. - #The exact paths of the added options can be found in the default player config file after you start the server. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - droppedItemAccessEntityGroups = ["Villagers{minecraft:villager}", "Piglins{minecraft:piglin}", "Foxes{minecraft:fox}"] - #A list of fake players (UUIDs or names) that shouldn't be affected by any chunk claim protection if they try to access a chunk with building protection compatible with - #the chunk that the fake player's origin block is positioned in, e.g. claims with the same owner and block protection option values. - #This works great for fake players that are bound to the position of a specific placed block (origin block). Moreover, the mod supports fake players placed at a block - #next to the origin block, even if that means entering another chunk, e.g. in the case of the Integrated Tunnels mod, or if the origin block is touching the target block. - #The mod will try all positions next to the target block and the fake player as the possible position of the fake player origin block. - #This will always protect the target block if it or the fake player touch a claim with incompatible build protection. Avoid building on such claim edges. - #However, some fake players' origin blocks can be nowhere near the fake player or the target block, e.g. in the case of the Create mod, or there might be no origin block at all, - #e.g. NPCs that can move around. In this case, the mods that use such fake players require explicit support to be implemented. Although they might also sometimes - #be supported by default, if the fake players use UUIDs of actual players. - #Explicit support exists for the Create mod (requires an extension on Fabric) and you are not required to add anything to this list. - #Make sure to always test that claim edges are protected from outside interaction by fake players that you add to this list. - #Wondering where to get the UUIDs or usernames of specific fake players? You can check the source code of the mods that use them or politely ask the mod authors. - #For example ["41C82C87-7AfB-4024-BB57-13D2C99CAE77", "FakePlayerName"] - staticFakePlayers = ["[IntegratedTunnels]"] - #A list of Java classes of fake players that should be excluded from claim protection exceptions given to fake players with the "staticFakePlayers" option - #or built-in fake player support, like in the case of Create mod deployers. - #This option is meant for fake players similar to ComputerCraft's turtles, which take the UUID of the player that places them. It becomes a problem when a turtle takes - #the UUID of a fake player from "staticFakePlayers" or a deployer because the turtle then gets the same privileges without actually being stationary itself nor a deployer. - #Adding classes here should not break support of fake players that take the UUID of their owner. It simply takes away privileges which aren't meant for them. - #For example ["dan200.computercraft.shared.turtle.core.TurtlePlayer"] - staticFakePlayerClassExceptions = ["dan200.computercraft.shared.turtle.core.TurtlePlayer"] - #By default, right-click use of some items is allowed in protected chunks, e.g. swords, pickaxes, bows, shield, tridents, splash potions, to let the players protect themselves or interact with some blocks/entities. - #To remove such exceptions for specific items, add them to this list. This list applies to both using an item at air and using it at a block/entity. Supports item tags. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:trident", "minecraft:shield", "minecraft:(oak|spruce)_boat", "#minecraft:boats"] - additionalBannedItemsList = ["supplementaries:slingshot"] - #By default, most item right-click uses are disabled in protected chunks. To make an exception for a specific item, add it to this list. This option has a higher priority than "additionalBannedItemsList". - #This list applies to both using an item at air and using it at a block/entity. Supports item tags. Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:fishing_rod", "minecraft:ender_pearl", "minecraft:(red|green)_bed", "#minecraft:beds"] - itemUseProtectionExceptionList = ["minecraft:firework_rocket"] - #Custom groups of items that a player/claim config should be able to make protection exceptions for. Each group can consist of multiple items and item tags. - #Each group creates a player config option for the right-click use of the group items. The format for an item group is {}. - #The group ID should consist of at most 32 characters that are letters A-Z, numbers 0-9 or the - and _ characters, e.g. "ePiC-stuff98{minecraft:(writable|written)_book, minecraft:*_book, #minecraft:compasses}". - #The player config options created for the groups, like regular options, must be added in the "playerConfigurablePlayerConfigOptions" list for players to have access to them. - #The exact paths of the added options can be found in the default player config file after you start the server. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - itemUseProtectionOptionalExceptionGroups = ["Books{minecraft:written_book, minecraft:writable_book}"] - #Items that are completely banned from right-click usage on the server, claimed or not. This list applies to both using an item at air and using it at a block/entity. Supports item tags. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:trident", "minecraft:shield", "minecraft:(oak|spruce)_boat", "#minecraft:boats"] - completelyDisabledItemInteractions = [] - #Blocks that are completely banned from being interacted with on the server, claimed or not. Does not affect block breaking. Supports block tags. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:dirt", "minecraft:*_table", "minecraft:(cartography|fletching)_table", "#minecraft:buttons"] - completelyDisabledBlockInteractions = [] - #Entities that are completely banned from being interacted with on the server, claimed or not. Does not affect killing the entities. Supports entity tags. - #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. - #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] - completelyDisabledEntityInteractions = [] - #Whether to always protect blocks from enchantments such as frost walking across the server. Use this if the regular claim protection doesn't work, since there is no game rule for it. - alwaysProtectBlocksFromEnchantments = false - #Whether to ignore most detected entity collisions for boats. - #By default, boats detect entity collisions and handle them every tick for every entity that touches them, which is a lot. - #This can become very slow on a server if we also add the necessary claim protection checks in the mix. - #This option makes it so most collisions with boats are randomly ignored, which helps the performance without affecting gameplay all that much. - reducedBoatEntityCollisions = true diff --git a/config/patchouli-client.toml b/config/patchouli-client.toml deleted file mode 100644 index 30db7fd..0000000 --- a/config/patchouli-client.toml +++ /dev/null @@ -1,15 +0,0 @@ -#Set this to true to disable advancement locking for ALL books, making all entries visible at all times. Config Flag: advancements_disabled -disableAdvancementLocking = false -#Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_ -noAdvancementBooks = [] -#Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. Config Flag: testing_mode -testingMode = false -#Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book. -inventoryButtonBook = "" -#Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature. -useShiftForQuickLookup = false -#Set how text overflow should be coped with: overflow the text off the page, truncate overflowed text, or resize everything to fit. Relogin after changing. -#Allowed Values: OVERFLOW, TRUNCATE, RESIZE -textOverflowMode = "RESIZE" -#How long in ticks the quick lookup key needs to be pressed before the book opens -quickLookupTime = 10 diff --git a/config/petnames.json5 b/config/petnames.json5 deleted file mode 100644 index 04dd9fb..0000000 --- a/config/petnames.json5 +++ /dev/null @@ -1,18 +0,0 @@ -{ - // Use the list of female names when naming pets. - "_useFemaleNames": true, - // Use the list of male names when naming pets. - "_useMaleNames": true, - // Give baby wolves a name. - "nameWolves": true, - // Give kittens a name. - "nameCats": true, - // Give baby horses a name. - "nameHorses": true, - // Give baby donkeys a name. - "nameDonkeys": true, - // Give baby mules a name. - "nameMules": true, - // Give baby llamas a name. - "nameLlamas": true -} \ No newline at end of file diff --git a/config/pipez-server.toml b/config/pipez-server.toml deleted file mode 100644 index a421a82..0000000 --- a/config/pipez-server.toml +++ /dev/null @@ -1,94 +0,0 @@ - [item_pipe.speed] - #The speed at which items are transferred - #A value of 1 means every tick - #Range: > 1 - no_upgrade = 20 - #The speed at which items are transferred - #A value of 1 means every tick - #Range: > 1 - basic = 15 - #The speed at which items are transferred - #A value of 1 means every tick - #Range: > 1 - improved = 10 - #The speed at which items are transferred - #A value of 1 means every tick - #Range: > 1 - advanced = 5 - #The speed at which items are transferred - #A value of 1 means every tick - #Range: > 1 - ultimate = 1 - - [item_pipe.amount] - #The amount of items transferred - #Range: > 1 - no_upgrade = 4 - #The amount of items transferred - #Range: > 1 - basic = 8 - #The amount of items transferred - #Range: > 1 - improved = 16 - #The amount of items transferred - #Range: > 1 - advanced = 32 - #The amount of items transferred - #Range: > 1 - ultimate = 64 - - [fluid_pipe.amount] - #The amount of mB transferred each tick - #Range: > 1 - no_upgrade = 50 - #The amount of mB transferred each tick - #Range: > 1 - basic = 100 - #The amount of mB transferred each tick - #Range: > 1 - improved = 500 - #The amount of mB transferred each tick - #Range: > 1 - advanced = 2000 - #The amount of mB transferred each tick - #Range: > 1 - ultimate = 10000 - - [energy_pipe.amount] - #The amount of FE transferred each tick - #Range: > 1 - no_upgrade = 256 - #The amount of FE transferred each tick - #Range: > 1 - basic = 1024 - #The amount of FE transferred each tick - #Range: > 1 - improved = 8192 - #The amount of FE transferred each tick - #Range: > 1 - advanced = 32768 - #The amount of FE transferred each tick - #Range: > 1 - ultimate = 131072 - - [gas_pipe.amount] - #The amount of mB transferred each tick - #Only available if Mekanism is installed - #Range: > 1 - no_upgrade = 200 - #The amount of mB transferred each tick - #Only available if Mekanism is installed - #Range: > 1 - basic = 400 - #The amount of mB transferred each tick - #Only available if Mekanism is installed - #Range: > 1 - improved = 2000 - #The amount of mB transferred each tick - #Only available if Mekanism is installed - #Range: > 1 - advanced = 8000 - #The amount of mB transferred each tick - #Only available if Mekanism is installed - #Range: > 1 - ultimate = 40000 diff --git a/config/potatoptimize.properties b/config/potatoptimize.properties deleted file mode 100644 index ff3b910..0000000 --- a/config/potatoptimize.properties +++ /dev/null @@ -1,8 +0,0 @@ -# This is the configuration file for Potatoptimize. -# This file exists for enabling and disabling optimizations via mixins. -# Before configuring anything, take a backup of the worlds that will be opened. -# -# You can find information on editing this file and all the available options here: -# https://github.com/Tater-Certified/Potatoptimize/wiki/Configuration-File -# -# By default, this file will be empty except for this notice. diff --git a/config/powah.json5 b/config/powah.json5 deleted file mode 100644 index 318dd81..0000000 --- a/config/powah.json5 +++ /dev/null @@ -1,358 +0,0 @@ -{ - // Other general config options. - "general": { - // Enable this to get Player Aerial Pearl by right clicking a Zombie or Husk with a Aerial Pearl. - "player_aerial_pearl": true, - // Enable this to get Dimensional Binding card by right clicking an Enderman or Endermite with a Binding card. - "dimensional_binding_card": true, - // Enable this to get Lens Of Ender by right clicking an Enderman or Endermite with a Photoelectric Pane. - "lens_of_ender": true, - // Energy produced per fuel tick in the Furnator. - "energy_per_fuel_tick": 30, - "energizing_range": 4, - /* Multiplier to the required energy applied after an energizing recipe is read. - Use this to adjust the cost of ALL energizing recipes. - */ - "energizing_energy_ratio": 1.0 - }, - // Configuration of energy values for generators. - "generators": { - "furnators": { - "capacities": { - "starter": 20000, - "basic": 80000, - "hardened": 200000, - "blazing": 800000, - "niotic": 2000000, - "spirited": 8000000, - "nitro": 40000000 - }, - "transfer_rates": { - "starter": 80, - "basic": 320, - "hardened": 800, - "blazing": 3200, - "niotic": 8000, - "spirited": 32000, - "nitro": 160000 - }, - "generation_rates": { - "starter": 20, - "basic": 80, - "hardened": 200, - "blazing": 800, - "niotic": 2000, - "spirited": 8000, - "nitro": 40000 - } - }, - "magmators": { - "capacities": { - "starter": 20000, - "basic": 80000, - "hardened": 200000, - "blazing": 800000, - "niotic": 2000000, - "spirited": 8000000, - "nitro": 40000000 - }, - "transfer_rates": { - "starter": 80, - "basic": 320, - "hardened": 800, - "blazing": 3200, - "niotic": 8000, - "spirited": 32000, - "nitro": 160000 - }, - "generation_rates": { - "starter": 20, - "basic": 80, - "hardened": 200, - "blazing": 800, - "niotic": 2000, - "spirited": 8000, - "nitro": 40000 - } - }, - "reactors": { - "capacities": { - "starter": 250000, - "basic": 1000000, - "hardened": 2500000, - "blazing": 10000000, - "niotic": 25000000, - "spirited": 100000000, - "nitro": 500000000 - }, - "transfer_rates": { - "starter": 1000, - "basic": 4000, - "hardened": 10000, - "blazing": 40000, - "niotic": 100000, - "spirited": 400000, - "nitro": 2000000 - }, - "generation_rates": { - "starter": 250, - "basic": 1000, - "hardened": 2500, - "blazing": 10000, - "niotic": 25000, - "spirited": 100000, - "nitro": 500000 - } - }, - "solar_panels": { - "capacities": { - "starter": 20000, - "basic": 80000, - "hardened": 200000, - "blazing": 800000, - "niotic": 2000000, - "spirited": 8000000, - "nitro": 40000000 - }, - "transfer_rates": { - "starter": 80, - "basic": 320, - "hardened": 800, - "blazing": 3200, - "niotic": 8000, - "spirited": 32000, - "nitro": 160000 - }, - "generation_rates": { - "starter": 20, - "basic": 60, - "hardened": 100, - "blazing": 200, - "niotic": 400, - "spirited": 800, - "nitro": 2000 - } - }, - "thermo_generators": { - "capacities": { - "starter": 20000, - "basic": 80000, - "hardened": 200000, - "blazing": 800000, - "niotic": 2000000, - "spirited": 8000000, - "nitro": 40000000 - }, - "transfer_rates": { - "starter": 80, - "basic": 320, - "hardened": 800, - "blazing": 3200, - "niotic": 8000, - "spirited": 32000, - "nitro": 160000 - }, - "generation_rates": { - "starter": 20, - "basic": 60, - "hardened": 100, - "blazing": 200, - "niotic": 400, - "spirited": 800, - "nitro": 2000 - } - } - }, - // Configuration of energy values for other devices. - "devices": { - "batteries": { - "capacities": { - "starter": 1000000, - "basic": 4000000, - "hardened": 10000000, - "blazing": 40000000, - "niotic": 100000000, - "spirited": 400000000, - "nitro": 2000000000 - }, - "transfer_rates": { - "starter": 1000, - "basic": 4000, - "hardened": 10000, - "blazing": 40000, - "niotic": 100000, - "spirited": 400000, - "nitro": 2000000 - } - }, - "cables": { - "transfer_rates": { - "starter": 500, - "basic": 2000, - "hardened": 5000, - "blazing": 20000, - "niotic": 50000, - "spirited": 200000, - "nitro": 1000000 - } - }, - "dischargers": { - "capacities": { - "starter": 1000000, - "basic": 4000000, - "hardened": 10000000, - "blazing": 40000000, - "niotic": 100000000, - "spirited": 400000000, - "nitro": 2000000000 - }, - "transfer_rates": { - "starter": 1000, - "basic": 4000, - "hardened": 10000, - "blazing": 40000, - "niotic": 100000, - "spirited": 400000, - "nitro": 2000000 - } - }, - "ender_cells": { - "transfer_rates": { - "starter": 1000, - "basic": 4000, - "hardened": 10000, - "blazing": 40000, - "niotic": 100000, - "spirited": 400000, - "nitro": 2000000 - }, - "channels": { - "starter": 1, - "basic": 2, - "hardened": 3, - "blazing": 5, - "niotic": 7, - "spirited": 9, - "nitro": 12 - } - }, - "ender_gates": { - "transfer_rates": { - "starter": 500, - "basic": 2000, - "hardened": 5000, - "blazing": 20000, - "niotic": 50000, - "spirited": 200000, - "nitro": 1000000 - }, - "channels": { - "starter": 1, - "basic": 2, - "hardened": 3, - "blazing": 5, - "niotic": 7, - "spirited": 9, - "nitro": 12 - } - }, - "energy_cells": { - "capacities": { - "starter": 1000000, - "basic": 4000000, - "hardened": 10000000, - "blazing": 40000000, - "niotic": 100000000, - "spirited": 400000000, - "nitro": 2000000000 - }, - "transfer_rates": { - "starter": 1000, - "basic": 4000, - "hardened": 10000, - "blazing": 40000, - "niotic": 100000, - "spirited": 400000, - "nitro": 2000000 - } - }, - "energizing_rods": { - "capacities": { - "starter": 10000, - "basic": 40000, - "hardened": 100000, - "blazing": 400000, - "niotic": 1000000, - "spirited": 4000000, - "nitro": 20000000 - }, - "transfer_rates": { - "starter": 100, - "basic": 400, - "hardened": 1000, - "blazing": 4000, - "niotic": 10000, - "spirited": 40000, - "nitro": 200000 - } - }, - "hoppers": { - "capacities": { - "starter": 1000000, - "basic": 4000000, - "hardened": 10000000, - "blazing": 40000000, - "niotic": 100000000, - "spirited": 400000000, - "nitro": 2000000000 - }, - "transfer_rates": { - "starter": 1000, - "basic": 4000, - "hardened": 10000, - "blazing": 40000, - "niotic": 100000, - "spirited": 400000, - "nitro": 2000000 - }, - "charging_rates": { - "starter": 500, - "basic": 2000, - "hardened": 5000, - "blazing": 20000, - "niotic": 50000, - "spirited": 200000, - "nitro": 1000000 - } - }, - "player_transmitters": { - "capacities": { - "starter": 1000000, - "basic": 4000000, - "hardened": 10000000, - "blazing": 40000000, - "niotic": 100000000, - "spirited": 400000000, - "nitro": 2000000000 - }, - "transfer_rates": { - "starter": 1000, - "basic": 4000, - "hardened": 10000, - "blazing": 40000, - "niotic": 100000, - "spirited": 400000, - "nitro": 2000000 - }, - "charging_rates": { - "starter": 500, - "basic": 2000, - "hardened": 5000, - "blazing": 20000, - "niotic": 50000, - "spirited": 200000, - "nitro": 1000000 - } - } - } -} \ No newline at end of file diff --git a/config/presencefootsteps/updater.json b/config/presencefootsteps/updater.json deleted file mode 100644 index e3fe626..0000000 --- a/config/presencefootsteps/updater.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "enabled": false, - "displayCount": 0, - "displayRemaining": 0 -} \ No newline at end of file diff --git a/config/presencefootsteps/userconfig.json b/config/presencefootsteps/userconfig.json deleted file mode 100644 index 159c56e..0000000 --- a/config/presencefootsteps/userconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "volume": 70, - "clientPlayerVolume": 100, - "otherPlayerVolume": 100, - "hostileEntitiesVolume": 100, - "passiveEntitiesVolume": 100, - "runningVolumeIncrease": 0, - "wetSoundsVolume": 50, - "foliageSoundsVolume": 100, - "maxSteppingEntities": 50, - "disabled": false, - "firstRun": true, - "multiplayer": true, - "global": true, - "footwear": true, - "visualiser": false, - "exclusive": false, - "stance": "NONE", - "targetEntities": "ALL" -} \ No newline at end of file diff --git a/config/quickerconnectbutton.json5 b/config/quickerconnectbutton.json5 deleted file mode 100644 index 1879800..0000000 --- a/config/quickerconnectbutton.json5 +++ /dev/null @@ -1,28 +0,0 @@ -{ - /* Leave empty to disable the quick connect button - - default: \"\" - */ - ip: "", - /* - default: 25565 - - must be between 0.0 and 65535.0 - */ - port: 25565, - /* (Deprecated, use buttonLocation) Whether to replace the default multiplayer button on the main menu, or add a new one to its right. - - default: false - */ - replaceMultiplayerButton: false, - /* Where to place the connect button - - default: RIGHT - - must be one of: RIGHT, REPLACE_MULTIPLAYER_BUTTON, REPLACE_SINGLEPLAYER_BUTTON, REPLACE_REALMS_BUTTON - */ - buttonLocation: "RIGHT", - /* The text to display on the button. Leave empty to use "Connect". - - default: \"\" - */ - text: "", - /* What to do if the server has a resource pack. - - default: PROMPT - - must be one of: ENABLED, DISABLED, PROMPT - */ - resourcePackBehaviour: "PROMPT" -} \ No newline at end of file diff --git a/config/quickerconnectbutton.json5.broken b/config/quickerconnectbutton.json5.broken deleted file mode 100644 index 1879800..0000000 --- a/config/quickerconnectbutton.json5.broken +++ /dev/null @@ -1,28 +0,0 @@ -{ - /* Leave empty to disable the quick connect button - - default: \"\" - */ - ip: "", - /* - default: 25565 - - must be between 0.0 and 65535.0 - */ - port: 25565, - /* (Deprecated, use buttonLocation) Whether to replace the default multiplayer button on the main menu, or add a new one to its right. - - default: false - */ - replaceMultiplayerButton: false, - /* Where to place the connect button - - default: RIGHT - - must be one of: RIGHT, REPLACE_MULTIPLAYER_BUTTON, REPLACE_SINGLEPLAYER_BUTTON, REPLACE_REALMS_BUTTON - */ - buttonLocation: "RIGHT", - /* The text to display on the button. Leave empty to use "Connect". - - default: \"\" - */ - text: "", - /* What to do if the server has a resource pack. - - default: PROMPT - - must be one of: ENABLED, DISABLED, PROMPT - */ - resourcePackBehaviour: "PROMPT" -} \ No newline at end of file diff --git a/config/randommobeffects.json5 b/config/randommobeffects.json5 deleted file mode 100644 index 831f3f5..0000000 --- a/config/randommobeffects.json5 +++ /dev/null @@ -1,9 +0,0 @@ -{ - // The default level of the effects the mod applies, by default 1. - // min: 1, max: 50 - "potionEffectLevel": 1, - // When enabled, hides the particles from the mobs with an effect. - "hideEffectParticles": false, - // Creepers can create infinite lingering potion effects which is probably not what you want. When enabled, the mod doesn't give creepers a random effect. - "disableCreepers": true -} \ No newline at end of file diff --git a/config/randommobeffects/blacklist.txt b/config/randommobeffects/blacklist.txt deleted file mode 100644 index edb80b6..0000000 --- a/config/randommobeffects/blacklist.txt +++ /dev/null @@ -1,94 +0,0 @@ -minecraft:speed, -minecraft:slowness, -minecraft:haste, -minecraft:mining_fatigue, -minecraft:strength, -!minecraft:instant_health, -!minecraft:instant_damage, -minecraft:jump_boost, -minecraft:nausea, -minecraft:regeneration, -minecraft:resistance, -minecraft:fire_resistance, -minecraft:water_breathing, -!minecraft:invisibility, -minecraft:blindness, -minecraft:night_vision, -minecraft:hunger, -minecraft:weakness, -minecraft:poison, -!minecraft:wither, -minecraft:health_boost, -minecraft:absorption, -minecraft:saturation, -!minecraft:glowing, -!minecraft:levitation, -minecraft:luck, -minecraft:unluck, -minecraft:slow_falling, -minecraft:conduit_power, -minecraft:dolphins_grace, -!minecraft:bad_omen, -!minecraft:hero_of_the_village, -minecraft:darkness, -minecraft:trial_omen, -minecraft:raid_omen, -minecraft:wind_charged, -minecraft:weaving, -minecraft:oozing, -minecraft:infested, -the_bumblezone:wrath_of_the_hive, -the_bumblezone:protection_of_the_hive, -the_bumblezone:beenergized, -the_bumblezone:hidden, -the_bumblezone:paralyzed, -celestria:insomnia, -farmersdelight:nourishment, -farmersdelight:comfort, -fruitsdelight:astringent, -fruitsdelight:sliding, -fruitsdelight:shrinking, -fruitsdelight:lozenge, -fruitsdelight:appetizing, -fruitsdelight:rage_aura, -fruitsdelight:heal_aura, -fruitsdelight:refreshing, -fruitsdelight:sweetening, -fruitsdelight:brightening, -fruitsdelight:recovering, -fruitsdelight:chorus, -fruitsdelight:digesting, -fruitsdelight:leaf_piercing, -fruitsdelight:cycling, -fruitsdelight:disgusted, -fruitsdelight:alienating, -fruitsdelight:suspicious_smell, -vinery:armor_effect, -vinery:health_effect, -vinery:luck_effect, -vinery:resistance_effect, -vinery:trippy, -vinery:trading, -vinery:experience_effect, -vinery:double_jump, -vinery:party_effect, -vinery:shiraaz_effect, -vinery:teleport, -vinery:creeper_effect, -vinery:climbing_effect, -vinery:frosty_armor, -vinery:jellie, -vinery:lava_walker, -vinery:magnet, -vinery:staggering, -vinery:water_walker, -farm_and_charm:sweets, -farm_and_charm:horse_fodder, -farm_and_charm:dog_food, -farm_and_charm:cluck, -farm_and_charm:grandmas_blessing, -farm_and_charm:rested, -farm_and_charm:farmers_blessing, -farm_and_charm:sustenance, -farm_and_charm:satiation, -farm_and_charm:feast, diff --git a/config/realisticbees.json5 b/config/realisticbees.json5 deleted file mode 100644 index d1bd1f2..0000000 --- a/config/realisticbees.json5 +++ /dev/null @@ -1,13 +0,0 @@ -{ - // This value determines the size of a bee. By default 0.25, which means they are 1/4th of their vanilla size. Set to 1.0 to disable the different bee size feature. - // min: 0.01, max: 5.0 - "beeSizeModifier": 0.25, - // In order to make bees a little more common. Whenever a bee naturally spawns, the mod spawns an additional 'extraBeeSpawnsPerBee' bees. - // min: 0, max: 50 - "extraBeeSpawnsPerBee": 9, - // How many bees should be able to enter the hive in total. Minecraft's default is 3, but bees are a lot smaller so there should be more space. - // min: 0, max: 50 - "beeHiveBeeSpace": 20, - // The smaller (baby) bees can sometimes do something unexpected with their AI and get suffocation damage. Preventing this damage fixes them disappearing. - "preventBeeSuffocationDamage": true -} \ No newline at end of file diff --git a/config/replantingcrops.json5 b/config/replantingcrops.json5 deleted file mode 100644 index abe48d8..0000000 --- a/config/replantingcrops.json5 +++ /dev/null @@ -1,4 +0,0 @@ -{ - // If enabled, players must hold a hoe in their hand to automatically replant the crop. - "mustHoldHoeForReplanting": true -} \ No newline at end of file diff --git a/config/repurposed_structures-neoforge/modded_loot.toml b/config/repurposed_structures-neoforge/modded_loot.toml deleted file mode 100644 index d96a86b..0000000 --- a/config/repurposed_structures-neoforge/modded_loot.toml +++ /dev/null @@ -1,7 +0,0 @@ -#Adds modded loot from vanilla structure's loot tables and injects them into Repurposed Structure's loot tables. -#Example: Snowy Pyramid gets all modded items that vanilla Desert Temple can have. -importModdedItems = true -#Add the identifiers for Repurposed Structures's loottable you want to turn off the automatic modded item importing code for. -#Separate multiple entries with a comma. -#Example: "repurposed_structures:chests/mansions/birch, repurposed_structures:chests/mineshafts/jungle" -blacklistedRSLoottablesFromImportingModdedItems = "" diff --git a/config/resourceful-config-web.json b/config/resourceful-config-web.json deleted file mode 100644 index 5dca44e..0000000 --- a/config/resourceful-config-web.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "enabled": false, - "port": 7903, - "validator": { - "uuids": [], - "if": { - "password": "e147c976-5b7c-4ef5-a7f2-57c8f3412297", - "type": "password" - }, - "type": "if" - } -} \ No newline at end of file diff --git a/config/resourcepackoverrides.json b/config/resourcepackoverrides.json deleted file mode 100644 index c97f634..0000000 --- a/config/resourcepackoverrides.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "schema_version": "2", - "default_packs": [ - "file/§2Overworld§f_§bnoon§f_§bclear§f.zip", - "file/MinClick.zip", - "file/Better-Leaves-8.1-1.20+.zip", - "file/cubic-sun-moon-v1-8a.zip", - "file/MandalasGUI_Dakmode_Vanilla1.20.4.zip", - "file/Enhanced Audio r6.zip", - "celestria:realistic", - "mod/lootr:resourcepacks/new_textures" - ], - "pack_overrides": { - "vanilla": { - "title": "\"Vanilla Assets\"", - "description": "\"Resource pack from Minecraft\"" - }, - "1": [ - "file/§2Overworld§f_§bnoon§f_§bclear§f.zip", - "file/MinClick.zip", - "file/Better-Leaves-8.1-1.20+.zip", - "file/cubic-sun-moon-v1-8a.zip", - "file/MandalasGUI_Dakmode_Vanilla1.20.4.zip", - "file/Enhanced Audio r6.zip", - "mod_resources", - "fabric", - "presencefootsteps:default_sound_pack", - "black_icons", - "extended_drawers:alt", - "extended_drawers:dev", - "classic_icons", - "white_icons", - "mod/the_bumblezone:resourcepacks/anti_tropophobia", - "mod/lootr:resourcepacks/new_textures", - "celestria:realistic", - "celestria:pixelperfect" - ], - "$$1": { - "hidden": true, - "required": true - } - }, - "default_overrides": { - "force_compatible": true - } -} diff --git a/config/respawningshulkers.json5 b/config/respawningshulkers.json5 deleted file mode 100644 index 79e9644..0000000 --- a/config/respawningshulkers.json5 +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The amount of time in ticks it takes for a shulker to respawn after it died. 20 ticks = 1 second. By default 60 seconds. - // min: 1, max: 72000 - "timeInTicksToRespawn": 1200, - // If enabled, shulkers which spawn from (modded) spawners will not be respawned after a death. - "shulkersFromSpawnersDoNotRespawn": true -} \ No newline at end of file diff --git a/config/rightclickharvest.json5 b/config/rightclickharvest.json5 deleted file mode 100644 index 235be71..0000000 --- a/config/rightclickharvest.json5 +++ /dev/null @@ -1,14 +0,0 @@ -{ - // - default: true - requireHoe: true, - // - default: true - harvestInRadius: true, - /* - default: NORMAL - - must be one of: NONE, LOW, NORMAL, HIGH - */ - hungerLevel: "NORMAL", - /* Modpack developers, set this to true to stop RCH telling users that they probably need to equip a hoe to harvest crops (if requireHoe is set to true). This message will only be displayed once. - - default: false - */ - hasUserBeenWarnedForNotUsingHoe: false -} \ No newline at end of file diff --git a/config/rightclickharvest.json5.broken b/config/rightclickharvest.json5.broken deleted file mode 100644 index 235be71..0000000 --- a/config/rightclickharvest.json5.broken +++ /dev/null @@ -1,14 +0,0 @@ -{ - // - default: true - requireHoe: true, - // - default: true - harvestInRadius: true, - /* - default: NORMAL - - must be one of: NONE, LOW, NORMAL, HIGH - */ - hungerLevel: "NORMAL", - /* Modpack developers, set this to true to stop RCH telling users that they probably need to equip a hoe to harvest crops (if requireHoe is set to true). This message will only be displayed once. - - default: false - */ - hasUserBeenWarnedForNotUsingHoe: false -} \ No newline at end of file diff --git a/config/roughlyenoughitems/collapsible.json5 b/config/roughlyenoughitems/collapsible.json5 deleted file mode 100644 index 505f0a8..0000000 --- a/config/roughlyenoughitems/collapsible.json5 +++ /dev/null @@ -1,4 +0,0 @@ -{ - "disabledGroups": [], - "customGroups": [] -} \ No newline at end of file diff --git a/config/roughlyenoughitems/config.json5 b/config/roughlyenoughitems/config.json5 deleted file mode 100644 index 5ec118e..0000000 --- a/config/roughlyenoughitems/config.json5 +++ /dev/null @@ -1,176 +0,0 @@ -{ - "basics": { - "favorites": [], - "hiddenFavorites": [], - "displayHistory": [], - "cheating": false, - "favoritesEnabled": true, - "reduceMotion": false, - "keyBindings": { - "useNativeKeybinds": false, - "recipeKeybind": { - "keyCode": "key.keyboard.r", - "modifier": 0 - }, - "usageKeybind": { - "keyCode": "key.keyboard.u", - "modifier": 0 - }, - "hideKeybind": { - "keyCode": "key.keyboard.o", - "modifier": 2 - }, - "previousPageKeybind": { - "keyCode": "key.keyboard.unknown", - "modifier": 0 - }, - "nextPageKeybind": { - "keyCode": "key.keyboard.unknown", - "modifier": 0 - }, - "focusSearchFieldKeybind": { - "keyCode": "key.keyboard.unknown", - "modifier": 0 - }, - "copyRecipeIdentifierKeybind": { - "keyCode": "key.mouse.middle", - "modifier": 0 - }, - "favoriteKeybind": { - "keyCode": "key.keyboard.a", - "modifier": 0 - }, - "exportImageKeybind": { - "keyCode": "key.keyboard.f8", - "modifier": 0 - }, - "previousScreenKeybind": { - "keyCode": "key.keyboard.backspace", - "modifier": 0 - } - }, - // Declares whether REI is visible. - "overlayVisible": true, - "cheatingStyle": "GRAB" - }, - "appearance": { - "recipeScreenType": "ORIGINAL", - // Declares the appearance of REI windows. - "theme": "LIGHT", - "layout": { - // Declares the position of the search field. - "searchFieldLocation": "CENTER", - // Declares the position of the config button. - "configButtonLocation": "LOWER", - // Declares whether the craftable filter button is enabled. - "showCraftableOnlyButton": true - }, - // Declares the appearance of recipe's border. - "recipeBorder": "DEFAULT", - // Declares whether entry panel is scrolled. - "scrollingEntryListWidget": false, - // Declares whether entry panel should be invisible when not searching - "hideEntryPanelIfIdle": false, - "rainbow": false, - "horizontalEntriesBoundaries": 1.0, - "verticalEntriesBoundaries": 1.0, - "horizontalEntriesBoundariesColumns": 50, - "verticalEntriesBoundariesRows": 1000, - "horizontalEntriesBoundariesAlignment": 1.0, - "verticalEntriesBoundariesAlignment": 0.5, - "favoritesHorizontalEntriesBoundaries": 1.0, - "favoritesHorizontalEntriesBoundariesColumns": 50, - "syntaxHighlightingMode": "COLORFUL", - "isFocusModeZoomed": false - }, - "functionality": { - "inputMethod": null, - // Declares whether REI should remove the recipe book. - "disableRecipeBook": false, - // Declares whether mob effects should be on the left side instead of the right side. - "leftSideMobEffects": false, - // Declares whether subsets is enabled. - "isSubsetsEnabled": false, - "allowInventoryHighlighting": true, - "itemCheatingMode": "REI_LIKE" - }, - "advanced": { - "tooltips": { - // Declares whether REI should append mod names to entries. - "appendModNames": true, - // Declares whether favorites tooltip should be displayed. - "displayFavoritesTooltip": false, - "displayIMEHints": true - }, - "layout": { - // The ordering of the items on the entry panel. - "entryPanelOrdering": "REGISTRY_ASCENDING", - // Declares the maximum amount of recipes displayed in a page if possible. - "maxRecipesPerPage": 8, - // Declares the maximum amount of recipes displayed in a page if possible. - "maxRecipesPageHeight": 300, - // Declares whether entry rendering time should be debugged. - "debugRenderTimeRequired": false, - // Merges displays with equal contents under 1 display. - "mergeDisplayUnderOne": true, - "favoriteAddWidgetMode": "ALWAYS_VISIBLE" - }, - "accessibility": { - "entrySize": 1.0, - // Declares the position of the entry panel. - "displayPanelLocation": "RIGHT", - // Declares how the scrollbar in composite screen should act. - "compositeScrollBarPermanent": false, - "toastDisplayedOnCopyIdentifier": true, - // Declares whether REI should use compact tabs for categories. - "useCompactTabs": true, - // Declares whether REI should use compact tab buttons for categories. - "useCompactTabButtons": false - }, - "search": { - // Declares whether search time should be debugged. - "debugSearchTimeRequired": false, - // Declares whether REI should search async. - "asyncSearch": true, - // Declares how many entries should be grouped one async search. - "asyncSearchPartitionSize": 100, - "patchAsyncThreadCrash": true, - "tooltipSearch": "ALWAYS", - "tagSearch": "PREFIX", - "identifierSearch": "ALWAYS", - "modSearch": "PREFIX" - }, - "commands": { - // Declares the command used to change gamemode. - "gamemodeCommand": "/gamemode {gamemode}", - // Declares the command used in servers to cheat items. - "giveCommand": "/give {player_name} {item_identifier}{nbt} {count}", - // Declares the command used to change weather. - "weatherCommand": "/weather {weather}", - // Declares the command used to change time. - "timeCommand": "/time set {time}" - }, - "miscellaneous": { - // Declares whether arrows in containers should be clickable. - "clickableRecipeArrows": true, - "registerRecipesInAnotherThread": true, - "newFastEntryRendering": true, - "cachingFastEntryRendering": false, - "cachingDisplayLookup": true, - "categorySettings": { - "filteringQuickCraftCategories": { }, - "categoryOrdering": [], - "hiddenCategories": [] - } - }, - "filtering": { - "filteredStacks": [], - "shouldFilterDisplays": true, - "filteringRules": [ - "{id:\"roughlyenoughitems:manual\",rule:{}}", - "{id:\"roughlyenoughitems:basic\",rule:{}}", - "{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}" - ] - } - } -} \ No newline at end of file diff --git a/config/roughlyenoughitems/favorites.json5 b/config/roughlyenoughitems/favorites.json5 deleted file mode 100644 index 55766d5..0000000 --- a/config/roughlyenoughitems/favorites.json5 +++ /dev/null @@ -1,8 +0,0 @@ -{ - "favorites": [ - "{data:{count:1,id:\"minecraft:oak_pressure_plate\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}", - "{data:{count:1,id:\"minecraft:oak_planks\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}" - ], - "hiddenFavorites": [], - "displays": [] -} \ No newline at end of file diff --git a/config/roughlyenoughitems/hints.json b/config/roughlyenoughitems/hints.json deleted file mode 100644 index 685f7fd..0000000 --- a/config/roughlyenoughitems/hints.json +++ /dev/null @@ -1 +0,0 @@ -{"UUID":"f396e2b9-cbb1-46a0-bb72-96898a1ca44d","shownHints":[]} \ No newline at end of file diff --git a/config/roughlyenoughitems/pinyin.properties b/config/roughlyenoughitems/pinyin.properties deleted file mode 100644 index a13f758..0000000 --- a/config/roughlyenoughitems/pinyin.properties +++ /dev/null @@ -1,2 +0,0 @@ -#Pinyin Options -#Wed Sep 25 17:28:19 CEST 2024 diff --git a/config/roughlyenoughitems/pinyin_double.properties b/config/roughlyenoughitems/pinyin_double.properties deleted file mode 100644 index 5d41f2f..0000000 --- a/config/roughlyenoughitems/pinyin_double.properties +++ /dev/null @@ -1,3 +0,0 @@ -#Double Pinyin Options -#Wed Sep 25 17:28:19 CEST 2024 -Converter=sougou diff --git a/config/securitycraft-client.toml b/config/securitycraft-client.toml deleted file mode 100644 index 1e25b0a..0000000 --- a/config/securitycraft-client.toml +++ /dev/null @@ -1,8 +0,0 @@ -#Display a 'tip' message at spawn? -sayThanksMessage = false -#Should reinforced blocks' textures be slightly darker than their vanilla counterparts? This setting can be overridden by servers. -reinforced_block_tint = true -#Set the color that reinforced blocks' textures have when reinforced_block_tint is enabled. This cannot be overridden by servers, and will be applied the same to all blocks. Grayscale values look best. -#Format: 0xRRGGBB -#Range: 0 ~ 16777215 -reinforced_block_tint_color = 10066329 diff --git a/config/securitycraft-server.toml b/config/securitycraft-server.toml deleted file mode 100644 index 668a5fb..0000000 --- a/config/securitycraft-server.toml +++ /dev/null @@ -1,68 +0,0 @@ -#Can the admin tool be used? -allowAdminTool = true -#Should mines spawn fire after exploding? -shouldSpawnFire = true -#Should players be able to break a mine without it exploding? -ableToBreakMines = true -#Should mines' explosions be smaller than usual. -smallerMineExplosion = false -#Should mines explode if broken while in Creative mode? -mineExplodesWhenInCreative = true -#Set this to false if you want mines to not break blocks when they explode. If this is set to true, the blockExplosionDropDecay gamerule will be respected -mineExplosionsBreakBlocks = true -#From how many blocks away can a laser block connect to another laser block? -#Range: > 0 -laserBlockRange = 5 -#From how many blocks away can an inventory scanner connect to another inventory scanner? -#Range: > 0 -inventoryScannerRange = 2 -#What is the maximum value that can be set for an alarm's range option? Do note, that this may be limited by chunk loading distance. Higher values may also not be finetuneable. -#Range: > 1 -maxAlarmRange = 100 -#Allow claiming unowned blocks? -allowBlockClaim = false -#Should reinforced blocks' textures be slightly darker than their vanilla counterparts? This does nothing unless force_reinforced_block_tint is set to true. -reinforced_block_tint = true -#Set this to true if you want to force the setting of reinforced_block_tint for players. -force_reinforced_block_tint = false -#Display owner face on retinal scanner? -retinalScannerFace = true -#Set this to true to enable every player on a scoreboard team (or FTB Teams party) to own the blocks of every other player on the same team. -#This enables players on the same team to break each other's reinforced blocks, change options, add/remove modules, and have access to all other owner-restricted things. -enable_team_ownership = false -#Set this to true to disable sending the message that SecurityCraft shows when a player joins. -#Note, that this stops showing the message for every player, even those that want to see them. -disable_thanks_message = true -#Set this to true if you want players wearing a different player's skull to be able to trick their retinal scanners and scanner doors into activating. -trick_scanners_with_player_heads = false -#Set this to true to prevent players from glitching through a floor made of reinforced blocks using a boat. This is achieved by not letting players exit a boat in a way that would place them inside reinforced blocks. -prevent_reinforced_floor_glitching = false -#Set the amount of damage the taser inflicts onto the mobs it hits. Default is half a heart. -#Range: 0.0 ~ 1.7976931348623157E308 -taser_damage = 1.0 -#Set the amount of damage the powered taser inflicts onto the mobs it hits. Default is one heart. -#Range: 0.0 ~ 1.7976931348623157E308 -powered_taser_damage = 2.0 -#Defines the damage inflicted to an entity if it passes through a laser with installed harming module. This is given in health points, meaning 2 health points = 1 heart -#Range: 0.0 ~ 1.7976931348623157E308 -laser_damage = 10.0 -#Defines the damage that a block requiring a passcode deals to the player, if the player enters an incorrect code. This only works if a harming module is installed. -#Default is two hearts of damage. -#Range: > 1 -incorrectPasscodeDamage = 4 -#Set the amount of damage the default Sentry bullet inflicts onto the mobs it hits. This will not affect other projectiles the Sentry can use, like arrows. Default is one heart. -#Range: > 0 -sentry_bullet_damage = 2 -#Set this to false to disallow players to activate night vision without having the potion effect when looking through cameras. -allow_camera_night_vision = true -#Defines the amount of time in milliseconds that needs to pass between two separate attempts from a player to enter a passcode. -#Range: 0 ~ 2000 -passcode_check_cooldown = 250 -#Set this to false to disable the log warning that is sent whenever a player tries to enter a passcode while on passcode cooldown. -passcode_spam_log_warning_enabled = true -#The warning that is sent into the server log whenever a player tries to enter a passcode while on passcode cooldown. "%1$s" will be replaced with the player's name, "%2$s" with the passcode-protected object's name and "%3$s" with the object's position and dimension. -passcode_spam_log_warning = "Player \"%1$s\" tried to enter a passcode into \"%2$s\" at position [%3$s] too quickly!" -#Add entities to this list that the Sentry currently does not attack, but that you want the Sentry to attack. The denylist takes priority over the allowlist. -sentry_attackable_entities_allowlist = [] -#Add entities to this list that the Sentry currently attacks, but that you want the Sentry to NOT attack. The denylist takes priority over the allowlist. -sentry_attackable_entities_denylist = [] diff --git a/config/serilumsspawnbundle.json5 b/config/serilumsspawnbundle.json5 deleted file mode 100644 index d8cd3ba..0000000 --- a/config/serilumsspawnbundle.json5 +++ /dev/null @@ -1,26 +0,0 @@ -{ - // If the bundled Bogged Spawn mod should be enabled. - "enableBoggedSpawn": true, - // If the bundled Breeze Spawn mod should be enabled. - "enableBreezeSpawn": true, - // If the bundled Cave Spider Spawn mod should be enabled. - "enableCaveSpiderSpawn": true, - // If the bundled Giant Spawn mod should be enabled. - "enableGiantSpawn": true, - // If the bundled Husk Spawn mod should be enabled. - "enableHuskSpawn": true, - // If the bundled Mooshroom Spawn mod should be enabled. - "enableMooshroomSpawn": true, - // If the bundled Mooshroom Tweaks mod should be enabled. - "enableMooshroomTweaks": true, - // If the bundled More Zombie Villagers mod should be enabled. - "enableMoreZombieVillagers": true, - // If the bundled Skeleton Horse Spawn mod should be enabled. - "enableSkeletonHorseSpawn": true, - // If the bundled Stray Spawn mod should be enabled. - "enableStraySpawn": true, - // If the bundled Zombie Horse Spawn mod should be enabled. - "enableZombieHorseSpawn": true, - // If the bundled Zombie Villagers From Spawner mod should be enabled. - "enableZombieVillagersFromSpawner": true -} \ No newline at end of file diff --git a/config/skeletonhorsespawn.json5 b/config/skeletonhorsespawn.json5 deleted file mode 100644 index fb37924..0000000 --- a/config/skeletonhorsespawn.json5 +++ /dev/null @@ -1,9 +0,0 @@ -{ - // The chance a skeleton that has spawned on the surface is riding a horse. - // min: 0.0, max: 1.0 - "chanceSurfaceSkeletonHasHorse": 0.05, - // If enabled, burns skeleton horses when daylight shines upon them. - "shouldBurnSkeletonHorsesInDaylight": true, - // If enabled, a skeleton horse with rider will only spawn on the surface. - "onlySpawnSkeletonHorsesOnSurface": true -} \ No newline at end of file diff --git a/config/skinlayers.json b/config/skinlayers.json deleted file mode 100644 index 1326d56..0000000 --- a/config/skinlayers.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "enableHat": true, - "enableJacket": true, - "enableLeftSleeve": true, - "enableRightSleeve": true, - "enableLeftPants": true, - "enableRightPants": true, - "baseVoxelSize": 1.15, - "bodyVoxelWidthSize": 1.05, - "headVoxelSize": 1.18, - "renderDistanceLOD": 14, - "enableSkulls": true, - "enableSkullsItems": true, - "skullVoxelSize": 1.1, - "fastRender": true, - "firstPersonPixelScaling": 1.1 -} \ No newline at end of file diff --git a/config/skintypefix-client.toml b/config/skintypefix-client.toml deleted file mode 100644 index 7f7e200..0000000 --- a/config/skintypefix-client.toml +++ /dev/null @@ -1,2 +0,0 @@ -#Skip fix for SLIM players, default to true -skipFixForSlimPlayers = true diff --git a/config/smoothscroll.json b/config/smoothscroll.json deleted file mode 100644 index 8dbec1f..0000000 --- a/config/smoothscroll.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "note": "Safe values for settings are 0 - 1 (inclusive). 0 means animation off (infinite speed) and bigger values mean slower speed (up to 1). Press F3+T in a world to update config.", - "hotbarSpeed": 0.2, - "chatSpeed": 0.5, - "chatOpeningSpeed": 0.5, - "creativeScreenSpeed": 0.5, - "entryListSpeed": 0.5, - "enableMaskDebug": false, - "cfgVersion": 2.1 -} \ No newline at end of file diff --git a/config/sodium-extra-options.json b/config/sodium-extra-options.json deleted file mode 100644 index d95eeb4..0000000 --- a/config/sodium-extra-options.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "animation_settings": { - "animation": true, - "water": true, - "lava": true, - "fire": true, - "portal": true, - "block_animations": true, - "sculk_sensor": true - }, - "particle_settings": { - "particles": true, - "rain_splash": true, - "block_break": true, - "block_breaking": true, - "other": {} - }, - "detail_settings": { - "sky": true, - "sun_moon": true, - "stars": true, - "rain_snow": true, - "biome_colors": true, - "sky_colors": true - }, - "render_settings": { - "fog_distance": 0, - "fog_start": 100, - "multi_dimension_fog_control": true, - "dimensionFogDistance": { - "minecraft:overworld": 0, - "minecraft:the_nether": 0, - "minecraft:the_end": 0 - }, - "light_updates": true, - "item_frame": true, - "armor_stand": true, - "painting": true, - "piston": true, - "beacon_beam": true, - "limit_beacon_beam_height": false, - "enchanting_table_book": true, - "item_frame_name_tag": true, - "player_name_tag": true - }, - "extra_settings": { - "overlay_corner": "TOP_LEFT", - "text_contrast": "NONE", - "show_fps": false, - "show_f_p_s_extended": true, - "show_coords": false, - "reduce_resolution_on_mac": false, - "use_adaptive_sync": false, - "cloud_height": 192, - "cloud_distance": 100, - "toasts": true, - "advancement_toast": true, - "recipe_toast": false, - "system_toast": false, - "tutorial_toast": false, - "instant_sneak": false, - "prevent_shaders": false, - "steady_debug_hud": true, - "steady_debug_hud_refresh_interval": 1 - } -} \ No newline at end of file diff --git a/config/sodium-extra.properties b/config/sodium-extra.properties deleted file mode 100644 index dde224b..0000000 --- a/config/sodium-extra.properties +++ /dev/null @@ -1,7 +0,0 @@ -# This is the configuration file for Sodium Extra. -# This file exists for debugging purposes and should not be configured otherwise. -# -# You can find information on editing this file and all the available options here: -# https://github.com/FlashyReese/sodium-extra-fabric/wiki/Configuration-File -# -# By default, this file will be empty except for this notice. diff --git a/config/sodium-fingerprint.json b/config/sodium-fingerprint.json deleted file mode 100644 index 9d0c1af..0000000 --- a/config/sodium-fingerprint.json +++ /dev/null @@ -1 +0,0 @@ -{"v":1,"s":"6cd4fa11299c68f4b01e9a01f3b93c7db9539cf98dd22c4a549cb5aec15d9ddf01729c90a92be15c1ffc2e43dd0f59188c8575344da58e1cc0ee0322c2bec49a","u":"d5a2abcdf5efa39c5a88ee8e1236eba2399ec5cdccda41a3d8f273bfbaf1f92270414c4af601d3fa3916869c4a2405e972ddf1606f75945225825ad4eeb56bcd","p":"10192866dbdddf51714145b31fa7a6c94a961a55e8cf6a8c2b71d2261766172f394f7aed5672a0416ff8cc16e12ba92c16efb1fcff8f9341962b6818dca2cc8c","t":1727136654} \ No newline at end of file diff --git a/config/sodium-mixins.properties b/config/sodium-mixins.properties deleted file mode 100644 index 731e8bb..0000000 --- a/config/sodium-mixins.properties +++ /dev/null @@ -1,6 +0,0 @@ -# This is the configuration file for Sodium. -# -# You can find information on editing this file and all the available options here: -# https://github.com/CaffeineMC/sodium-fabric/wiki/Configuration-File -# -# By default, this file will be empty except for this notice. diff --git a/config/sodium-options.json b/config/sodium-options.json deleted file mode 100644 index 18101de..0000000 --- a/config/sodium-options.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "quality": { - "weather_quality": "DEFAULT", - "leaves_quality": "FANCY", - "enable_vignette": true - }, - "advanced": { - "enable_memory_tracing": false, - "use_advanced_staging_buffers": true, - "cpu_render_ahead_limit": 3 - }, - "performance": { - "chunk_builder_threads": 0, - "always_defer_chunk_updates_v2": true, - "animate_only_visible_textures": true, - "use_entity_culling": true, - "use_fog_occlusion": true, - "use_block_face_culling": true, - "use_no_error_g_l_context": true, - "sorting_enabled_v2": true - }, - "notifications": { - "has_cleared_donation_button": true, - "has_seen_donation_prompt": false - } -} \ No newline at end of file diff --git a/config/sodiumdynamiclights-client.toml b/config/sodiumdynamiclights-client.toml deleted file mode 100644 index df0ba0f..0000000 --- a/config/sodiumdynamiclights-client.toml +++ /dev/null @@ -1,18 +0,0 @@ -[sodiumdynamiclights] - #Lighting mode - #Allowed Values: OFF, SLOW, FAST, REALTIME - mode = "REALTIME" - #Enable entities light source. - entities = true - #Enable first-person player light source. - self = true - #Enable block entities light source. - block_entities = true - #Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. - water_sensitive_check = true - #TNT lighting mode. May be off, simple or fancy. - #Allowed Values: OFF, SIMPLE, FANCY - tnt = "SIMPLE" - #Creeper lighting mode. May be off, simple or fancy. - #Allowed Values: OFF, SIMPLE, FANCY - creeper = "OFF" diff --git a/config/sodiumextras-client.toml b/config/sodiumextras-client.toml deleted file mode 100644 index 824ad3e..0000000 --- a/config/sodiumextras-client.toml +++ /dev/null @@ -1,125 +0,0 @@ - [embeddiumextras.general] - #Set Fullscreen mode - #Borderless let you change between screens more faster and move your mouse across monitors - #Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN - fullscreen = "WINDOWED" - #Configure FPS Display mode - #Complete mode gives you min FPS count and average count - #Allowed Values: OFF, SIMPLE, ADVANCED - fpsDisplay = "ADVANCED" - #Configure FPS Display gravity - #Places counter on specified corner of your screen - #Allowed Values: LEFT, CENTER, RIGHT - fpsDisplayGravity = "LEFT" - #Shows GPU and memory usage onto FPS display - #Allowed Values: OFF, ON, GPU, RAM - fpsDisplaySystem = "OFF" - #Configure FPS Display margin - #Give some space between corner and text - #Range: 0 ~ 48 - fpsDisplayMargin = 12 - #Toggle FPS Display shadow - #In case sometimes you can't see the text - fpsDisplayShadow = false - - [embeddiumextras.quality] - #Toggle fog feature - #Fog was a vanilla feature, toggling off may increases performance - fog = true - #Raise clouds - #Modify clouds height perfect for a adaptative world experience - #Range: 0 ~ 512 - cloudsHeight = 192 - #Chunks fade in speed - #This option doesn't affect performance, just changes speed - #Allowed Values: OFF, FAST, SLOW - chunkFadeSpeed = "SLOW" - - [embeddiumextras.quality.darkness] - #Configure Darkness Mode - #Each config changes what is considered 'true darkness' - #Allowed Values: PITCH_BLACK, TOTAL_DARKNESS, DARK, DIM, OFF - mode = "OFF" - #Toggle Darkness on Overworld dimension - enableOnOverworld = true - #Toggle Darkness on Nether dimension - enableOnNether = false - #Configure fog brightness on nether when darkness is enabled - #Range: 0.0 ~ 1.0 - netherFogBright = 0.5 - #Toggle Darkness on End dimension - enableOnEnd = false - #Configure fog brightness on nether when darkness is enabled - #Range: 0.0 ~ 1.0 - endFogBright = 0.5 - #Toggle Darkness default mode for modded dimensions - valueByDefault = false - #List of all dimensions to use True Darkness - #This option overrides 'valueByDefault' state - dimensionWhitelist = [] - #Toggle darkness when dimension has no SkyLight - enableOnNoSkyLight = false - #Disables all bright sources of darkness like moon or fog - #Only affects darkness effect - enableBlockLightOnly = false - #Toggles if moon phases affects darkness in the overworld - affectedByMoonPhase = true - #Configure max moon brightness level with darkness - #Range: 0.0 ~ 1.0 - fullMoonBright = 0.25 - #Configure min moon brightness level with darkness - #Range: 0.0 ~ 1.0 - newMoonBright = 0.0 - - [embeddiumextras.performance] - #Toggles JREI item rendering until searching - #Increases performance a little bit and cleans your screen when you don't want to use it - hideJREI = false - #Toggles Minecraft Fonts shadows - #Depending of the case may increase performance - #Gives a flat style text - fontShadows = true - - [embeddiumextras.performance.distanceCulling.tileEntities] - #Toggles distance culling for Block Entities - #Maybe you use another mod for that :( - enable = true - #Configure horizontal max distance before cull Block entities - #Value is squared, default was 64^2 (or 64x64) - #Range: > 0 - cullingMaxDistanceX = 4096 - #Configure vertical max distance before cull Block entities - #Value is raw - #Range: 0 ~ 512 - cullingMaxDistanceY = 32 - #List of all Block Entities to be ignored by distance culling - #Uses ResourceLocation to identify it - #Example 1: "minecraft:chest" - Ignores chests only - #Example 2: "ae2:*" - ignores all Block entities from Applied Energetics 2 - whitelist = ["waterframes:*"] - - [embeddiumextras.performance.distanceCulling.entities] - #Toggles distance culling for entities - #Maybe you use another mod for that :( - enable = true - #Configure horizontal max distance before cull entities - #Value is squared, default was 64^2 (or 64x64) - #Range: > 0 - cullingMaxDistanceX = 4096 - #Configure vertical max distance before cull entities - #Value is raw - #Range: 0 ~ 512 - cullingMaxDistanceY = 32 - #List of all Entities to be ignored by distance culling - #Uses ResourceLocation to identify it - #Example 1: "minecraft:bat" - Ignores bats only - #Example 2: "alexsmobs:*" - ignores all entities for alexmobs mod - whitelist = ["minecraft:ghast", "minecraft:ender_dragon", "iceandfire:*", "create:*"] - - [embeddiumextras.others] - #Configure if borderless fullscreen option should be attached to F11 or replace vanilla fullscreen - #Allowed Values: ATTACH, REPLACE, OFF - borderlessAttachModeOnF11 = "OFF" - #Toggles fast language reload - #Embeddedt points it maybe cause troubles to JEI, so ¿why not add it as a toggleable option? - fastLanguageReload = true diff --git a/config/sounds/chat.json b/config/sounds/chat.json deleted file mode 100644 index 1f58a1d..0000000 --- a/config/sounds/chat.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "typingSoundEffect": { - "shouldPlay": true, - "pitch": 1.6, - "volume": 0.4, - "id": "typing", - "soundEvent": "minecraft:block.note_block.hat" - }, - "messageSoundEffect": { - "shouldPlay": true, - "pitch": 2.0, - "volume": 0.8, - "id": "message", - "soundEvent": "minecraft:block.note_block.hat" - }, - "mentionSoundEffect": { - "shouldPlay": true, - "pitch": 1.8, - "volume": 0.9, - "id": "mention", - "soundEvent": "minecraft:block.note_block.chime" - }, - "mentionKeywords": [ - "@Vaporvee" - ], - "ignoreSystemChats": false, - "enableChatSoundCooldown": false, - "chatSoundCooldown": 0.5 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/README.txt b/config/sounds/dynamic_sounds/README.txt deleted file mode 100644 index c0425ed..0000000 --- a/config/sounds/dynamic_sounds/README.txt +++ /dev/null @@ -1 +0,0 @@ -This folder contains various dynamic sound definitions, you should consult the documentation site for more information: https://docs.imb11.dev/sounds \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/acacia_leaves.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/acacia_leaves.json deleted file mode 100644 index a478242..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/acacia_leaves.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.acacia_leaves.break" - }, - "fall": { - "sound_id": "sounds:block.acacia_leaves.fall" - }, - "hit": { - "sound_id": "sounds:block.acacia_leaves.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.acacia_leaves.place" - }, - "step": { - "sound_id": "sounds:block.acacia_leaves.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:acacia_leaves", - "minecraft:acacia_sapling" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/acacia_log.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/acacia_log.json deleted file mode 100644 index 52ea1f6..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/acacia_log.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.acacia_log.break" - }, - "fall": { - "sound_id": "sounds:block.acacia_log.fall" - }, - "hit": { - "sound_id": "sounds:block.acacia_log.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.acacia_log.place" - }, - "step": { - "sound_id": "sounds:block.acacia_log.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:acacia_log", - "minecraft:acacia_wood" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/acacia_object.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/acacia_object.json deleted file mode 100644 index ada5b0d..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/acacia_object.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.acacia_planks.break" - }, - "fall": { - "sound_id": "sounds:block.acacia_planks.fall" - }, - "hit": { - "sound_id": "sounds:block.acacia_planks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.acacia_planks.place" - }, - "step": { - "sound_id": "sounds:block.acacia_planks.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:acacia_pressure_plate", - "minecraft:acacia_fence_gate", - "minecraft:acacia_fence", - "minecraft:acacia_sign", - "minecraft:acacia_button", - "minecraft:acacia_door", - "minecraft:acacia_trapdoor" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/acacia_planks.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/acacia_planks.json deleted file mode 100644 index 2b2d156..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/acacia_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.acacia_planks.break" - }, - "fall": { - "sound_id": "sounds:block.acacia_planks.fall" - }, - "hit": { - "sound_id": "sounds:block.acacia_planks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.acacia_planks.place" - }, - "step": { - "sound_id": "sounds:block.acacia_planks.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:acacia_planks", - "minecraft:acacia_slab", - "minecraft:acacia_stairs", - "minecraft:stripped_acacia_log", - "minecraft:stripped_acacia_wood" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/barrel.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/barrel.json deleted file mode 100644 index 5db4535..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/barrel.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.wood.break" - }, - "fall": { - "sound_id": "minecraft:block.wood.fall" - }, - "hit": { - "sound_id": "sounds:block.barrel.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.barrel.place" - }, - "step": { - "sound_id": "sounds:block.barrel.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:barrel" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/beehive.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/beehive.json deleted file mode 100644 index 32f595d..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/beehive.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.beehive.break" - }, - "fall": { - "sound_id": "minecraft:block.wood.fall" - }, - "hit": { - "sound_id": "sounds:block.beehive.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.beehive.place" - }, - "step": { - "sound_id": "sounds:block.bookshelf.step" - }, - "volume": 1.5 - }, - "keys": [ - "minecraft:beehive" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/birch_leaves.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/birch_leaves.json deleted file mode 100644 index e83d8f6..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/birch_leaves.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.birch_leaves.break" - }, - "fall": { - "sound_id": "sounds:block.birch_leaves.fall" - }, - "hit": { - "sound_id": "sounds:block.birch_leaves.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.birch_leaves.place" - }, - "step": { - "sound_id": "sounds:block.birch_leaves.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:birch_leaves", - "minecraft:birch_sapling" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/birch_log.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/birch_log.json deleted file mode 100644 index 98a496b..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/birch_log.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.birch_log.break" - }, - "fall": { - "sound_id": "sounds:block.birch_log.fall" - }, - "hit": { - "sound_id": "sounds:block.birch_log.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.birch_log.place" - }, - "step": { - "sound_id": "sounds:block.birch_log.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:birch_log", - "minecraft:birch_wood", - "minecraft:birch_door", - "minecraft:birch_trapdoor" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/birch_object.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/birch_object.json deleted file mode 100644 index 7493a43..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/birch_object.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.birch_object.break" - }, - "fall": { - "sound_id": "sounds:block.birch_object.fall" - }, - "hit": { - "sound_id": "sounds:block.birch_planks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.birch_object.place" - }, - "step": { - "sound_id": "sounds:block.birch_object.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:birch_pressure_plate", - "minecraft:birch_fence_gate", - "minecraft:birch_fence", - "minecraft:birch_sign", - "minecraft:birch_button", - "minecraft:birch_slab" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/birch_planks.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/birch_planks.json deleted file mode 100644 index 8eb65be..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/birch_planks.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.birch_planks.break" - }, - "fall": { - "sound_id": "sounds:block.birch_planks.fall" - }, - "hit": { - "sound_id": "sounds:block.birch_planks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.birch_planks.place" - }, - "step": { - "sound_id": "sounds:block.birch_planks.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:birch_planks", - "minecraft:birch_stairs", - "minecraft:stripped_birch_log", - "minecraft:stripped_birch_wood" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/bookshelf.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/bookshelf.json deleted file mode 100644 index cc74aae..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/bookshelf.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.bookshelf.break" - }, - "fall": { - "sound_id": "minecraft:block.wood.fall" - }, - "hit": { - "sound_id": "sounds:block.bookshelf.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.bookshelf.place" - }, - "step": { - "sound_id": "sounds:block.bookshelf.step" - }, - "volume": 1.5 - }, - "keys": [ - "minecraft:bookshelf" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/chest.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/chest.json deleted file mode 100644 index ef33b3b..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/chest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.wood.break" - }, - "fall": { - "sound_id": "minecraft:block.wood.fall" - }, - "hit": { - "sound_id": "sounds:block.chest.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.barrel.place" - }, - "step": { - "sound_id": "sounds:block.chest.step" - }, - "volume": 1.5 - }, - "keys": [ - "minecraft:chest" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/clay.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/clay.json deleted file mode 100644 index 9691e9f..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/clay.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.clay.break" - }, - "fall": { - "sound_id": "minecraft:block.mud.fall" - }, - "hit": { - "sound_id": "sounds:block.clay.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.clay.place" - }, - "step": { - "sound_id": "sounds:block.clay.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:clay" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/clay_bricks.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/clay_bricks.json deleted file mode 100644 index 76592a6..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/clay_bricks.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.nether_bricks.break" - }, - "fall": { - "sound_id": "minecraft:block.nether_bricks.fall" - }, - "hit": { - "sound_id": "minecraft:block.nether_bricks.hit" - }, - "pitch": 1.3, - "place": { - "sound_id": "minecraft:block.nether_bricks.place" - }, - "step": { - "sound_id": "minecraft:block.nether_bricks.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:bricks", - "minecraft:brick_slab", - "minecraft:brick_stairs", - "minecraft:brick_wall" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/cobblestone.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/cobblestone.json deleted file mode 100644 index fc13d7b..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/cobblestone.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.cobblestone.break" - }, - "fall": { - "sound_id": "sounds:block.cobblestone.fall" - }, - "hit": { - "sound_id": "sounds:block.cobblestone.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.cobblestone.place" - }, - "step": { - "sound_id": "sounds:block.cobblestone.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:cobblestone", - "minecraft:cobblestone_slab", - "minecraft:cobblestone_stairs", - "minecraft:cobblestone_wall", - "minecraft:infested_cobblestone", - "minecraft:mossy_cobblestone", - "minecraft:mossy_cobblestone_slab", - "minecraft:mossy_cobblestone_stairs", - "minecraft:mossy_cobblestone_wall" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/copper_ore.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/copper_ore.json deleted file mode 100644 index ab51b07..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/copper_ore.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.copper_ore.break" - }, - "fall": { - "sound_id": "sounds:block.copper_ore.fall" - }, - "hit": { - "sound_id": "sounds:block.copper_ore.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.copper_ore.place" - }, - "step": { - "sound_id": "sounds:block.copper_ore.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:copper_ore" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/dark_prismarine.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/dark_prismarine.json deleted file mode 100644 index 314b8bc..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/dark_prismarine.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.deepslate_tiles.break" - }, - "fall": { - "sound_id": "minecraft:block.deepslate_tiles.fall" - }, - "hit": { - "sound_id": "minecraft:block.deepslate_tiles.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "minecraft:block.deepslate_tiles.place" - }, - "step": { - "sound_id": "minecraft:block.deepslate_tiles.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:dark_prismarine", - "minecraft:dark_prismarine_stairs", - "minecraft:dark_prismarine_slab" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/deepslate_copper_ore.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/deepslate_copper_ore.json deleted file mode 100644 index f1eb816..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/deepslate_copper_ore.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.copper_ore.break" - }, - "fall": { - "sound_id": "sounds:block.deepslate_copper_ore.fall" - }, - "hit": { - "sound_id": "sounds:block.deepslate_copper_ore.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.deepslate_copper_ore.place" - }, - "step": { - "sound_id": "sounds:block.deepslate_copper_ore.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:deepslate_copper_ore" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/deepslate_gold_ore.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/deepslate_gold_ore.json deleted file mode 100644 index b90bd26..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/deepslate_gold_ore.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.deepslate_gold_ore.break" - }, - "fall": { - "sound_id": "sounds:block.deepslate_gold_ore.fall" - }, - "hit": { - "sound_id": "sounds:block.deepslate_gold_ore.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.deepslate_gold_ore.place" - }, - "step": { - "sound_id": "sounds:block.deepslate_gold_ore.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:deepslate_gold_ore" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/deepslate_iron_ore.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/deepslate_iron_ore.json deleted file mode 100644 index e82ab48..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/deepslate_iron_ore.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.deepslate_iron_ore.break" - }, - "fall": { - "sound_id": "sounds:block.deepslate_iron_ore.fall" - }, - "hit": { - "sound_id": "sounds:block.deepslate_iron_ore.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.deepslate_iron_ore.place" - }, - "step": { - "sound_id": "sounds:block.deepslate_iron_ore.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:deepslate_iron_ore" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/emerald_block.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/emerald_block.json deleted file mode 100644 index 09c9804..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/emerald_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.bone_block.break" - }, - "fall": { - "sound_id": "minecraft:block.bone_block.fall" - }, - "hit": { - "sound_id": "minecraft:block.bone_block.hit" - }, - "pitch": 1.2, - "place": { - "sound_id": "sounds:block.quartz.place" - }, - "step": { - "sound_id": "minecraft:block.bone_block.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:emerald_block" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/end_stone.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/end_stone.json deleted file mode 100644 index 5e0d307..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/end_stone.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.quartz.break" - }, - "fall": { - "sound_id": "minecraft:block.stone.fall" - }, - "hit": { - "sound_id": "minecraft:block.stone.hit" - }, - "pitch": 0.8, - "place": { - "sound_id": "sounds:block.quartz.place" - }, - "step": { - "sound_id": "sounds:block.quartz.step" - }, - "volume": 0.9 - }, - "keys": [ - "minecraft:end_stone" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/end_stone_bricks.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/end_stone_bricks.json deleted file mode 100644 index 1f5524b..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/end_stone_bricks.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.deepslate_bricks.break" - }, - "fall": { - "sound_id": "minecraft:block.deepslate_bricks.fall" - }, - "hit": { - "sound_id": "minecraft:block.deepslate_bricks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "minecraft:block.deepslate_bricks.place" - }, - "step": { - "sound_id": "sounds:block.quartz.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:end_stone_bricks", - "minecraft:end_stone_brick_stairs", - "minecraft:end_stone_brick_slab", - "minecraft:end_stone_brick_wall" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/glass.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/glass.json deleted file mode 100644 index 7923f2e..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/glass.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.glass.break" - }, - "fall": { - "sound_id": "minecraft:block.glass.fall" - }, - "hit": { - "sound_id": "minecraft:block.glass.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.glass.place" - }, - "step": { - "sound_id": "sounds:block.glass.step" - }, - "volume": 1.0 - }, - "keys": [ - "#c:glass_blocks", - "#c:glass_panes", - "minecraft:glowstone", - "minecraft:beacon", - "minecraft:redstone_lamp", - "minecraft:sea_lantern" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/gold.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/gold.json deleted file mode 100644 index f941b40..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/gold.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.netherite_block.break" - }, - "fall": { - "sound_id": "minecraft:block.netherite_block.fall" - }, - "hit": { - "sound_id": "minecraft:block.netherite_block.hit" - }, - "pitch": 1.6, - "place": { - "sound_id": "minecraft:block.netherite_block.place" - }, - "step": { - "sound_id": "sounds:block.gold_block.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:gold_block", - "minecraft:light_weighted_pressure_plate" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/gold_ore.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/gold_ore.json deleted file mode 100644 index c43f96c..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/gold_ore.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.gold_ore.break" - }, - "fall": { - "sound_id": "sounds:block.gold_ore.fall" - }, - "hit": { - "sound_id": "sounds:block.gold_ore.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.gold_ore.place" - }, - "step": { - "sound_id": "sounds:block.gold_ore.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:gold_ore" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/gravel.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/gravel.json deleted file mode 100644 index def5687..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/gravel.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.gravel.break" - }, - "fall": { - "sound_id": "minecraft:block.gravel.fall" - }, - "hit": { - "sound_id": "sounds:block.gravel.hit" - }, - "pitch": 1.2, - "place": { - "sound_id": "sounds:block.gravel.place" - }, - "step": { - "sound_id": "sounds:block.gravel.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:gravel" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/hay_block.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/hay_block.json deleted file mode 100644 index f8a3e3e..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/hay_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.hay_block.break" - }, - "fall": { - "sound_id": "minecraft:block.tuff.fall" - }, - "hit": { - "sound_id": "sounds:block.hay_block.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.hay_block.place" - }, - "step": { - "sound_id": "sounds:block.hay_block.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:hay_block" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/ice.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/ice.json deleted file mode 100644 index 8aa2baa..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/ice.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.ice.break" - }, - "fall": { - "sound_id": "sounds:block.ice.fall" - }, - "hit": { - "sound_id": "sounds:block.ice.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.ice.place" - }, - "step": { - "sound_id": "sounds:block.ice.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:ice", - "minecraft:frosted_ice" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/iron.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/iron.json deleted file mode 100644 index e00e950..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/iron.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.netherite_block.break" - }, - "fall": { - "sound_id": "minecraft:block.netherite_block.fall" - }, - "hit": { - "sound_id": "minecraft:block.netherite_block.hit" - }, - "pitch": 1.2, - "place": { - "sound_id": "minecraft:block.netherite_block.place" - }, - "step": { - "sound_id": "sounds:block.iron_block.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:iron_door", - "minecraft:iron_block", - "minecraft:heavy_weighted_pressure_plate" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/iron_ore.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/iron_ore.json deleted file mode 100644 index 864474a..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/iron_ore.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.deepslate_iron_ore.break" - }, - "fall": { - "sound_id": "sounds:block.iron_ore.fall" - }, - "hit": { - "sound_id": "sounds:block.iron_ore.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.iron_ore.place" - }, - "step": { - "sound_id": "sounds:block.iron_ore.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:iron_ore" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/jungle_leaves.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/jungle_leaves.json deleted file mode 100644 index b1ec7fc..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/jungle_leaves.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.jungle_leaves.break" - }, - "fall": { - "sound_id": "sounds:block.jungle_leaves.fall" - }, - "hit": { - "sound_id": "sounds:block.jungle_leaves.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.jungle_leaves.place" - }, - "step": { - "sound_id": "sounds:block.jungle_leaves.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:jungle_leaves", - "minecraft:jungle_sapling" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/jungle_object.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/jungle_object.json deleted file mode 100644 index d2e57b4..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/jungle_object.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.jungle_planks.break" - }, - "fall": { - "sound_id": "sounds:block.jungle_planks.fall" - }, - "hit": { - "sound_id": "sounds:block.spruce_planks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.jungle_planks.place" - }, - "step": { - "sound_id": "sounds:block.jungle_planks.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:jungle_pressure_plate", - "minecraft:jungle_fence_gate", - "minecraft:jungle_fence", - "minecraft:jungle_sign", - "minecraft:jungle_button", - "minecraft:jungle_door", - "minecraft:jungle_trapdoor" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/jungle_planks.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/jungle_planks.json deleted file mode 100644 index 220ddc2..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/jungle_planks.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.jungle_planks.break" - }, - "fall": { - "sound_id": "sounds:block.jungle_planks.fall" - }, - "hit": { - "sound_id": "sounds:block.spruce_planks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.jungle_planks.place" - }, - "step": { - "sound_id": "sounds:block.jungle_planks.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:jungle_planks", - "minecraft:jungle_stairs", - "minecraft:jungle_slab", - "minecraft:stripped_jungle_log", - "minecraft:stripped_jungle_wood", - "minecraft:jungle_wood", - "minecraft:jungle_log" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/lapis_block.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/lapis_block.json deleted file mode 100644 index 0207961..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/lapis_block.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.bone_block.break" - }, - "fall": { - "sound_id": "minecraft:block.bone_block.fall" - }, - "hit": { - "sound_id": "minecraft:block.bone_block.hit" - }, - "pitch": 1.2, - "place": { - "sound_id": "minecraft:block.bone_block.place" - }, - "step": { - "sound_id": "minecraft:block.bone_block.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:lapis_block", - "minecraft:black_glazed_terracotta", - "minecraft:blue_glazed_terracotta", - "minecraft:brown_glazed_terracotta", - "minecraft:cyan_glazed_terracotta", - "minecraft:gray_glazed_terracotta", - "minecraft:green_glazed_terracotta", - "minecraft:light_blue_glazed_terracotta", - "minecraft:light_gray_glazed_terracotta", - "minecraft:lime_glazed_terracotta", - "minecraft:magenta_glazed_terracotta", - "minecraft:orange_glazed_terracotta", - "minecraft:pink_glazed_terracotta", - "minecraft:purple_glazed_terracotta", - "minecraft:red_glazed_terracotta", - "minecraft:white_glazed_terracotta", - "minecraft:yellow_glazed_terracotta" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/loom.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/loom.json deleted file mode 100644 index 24e5c83..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/loom.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.loom.break" - }, - "fall": { - "sound_id": "minecraft:block.wood.fall" - }, - "hit": { - "sound_id": "sounds:block.loom.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.loom.place" - }, - "step": { - "sound_id": "sounds:block.loom.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:loom" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/magma_block.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/magma_block.json deleted file mode 100644 index d736599..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/magma_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.magma_block.break" - }, - "fall": { - "sound_id": "sounds:block.magma_block.fall" - }, - "hit": { - "sound_id": "sounds:block.magma_block.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.magma_block.place" - }, - "step": { - "sound_id": "sounds:block.magma_block.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:magma_block" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mangrove_leaves.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mangrove_leaves.json deleted file mode 100644 index fb13fc0..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mangrove_leaves.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.mangrove_leaves.break" - }, - "fall": { - "sound_id": "sounds:block.mangrove_leaves.fall" - }, - "hit": { - "sound_id": "sounds:block.mangrove_leaves.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.mangrove_leaves.place" - }, - "step": { - "sound_id": "sounds:block.mangrove_leaves.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:mangrove_leaves" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mangrove_log.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mangrove_log.json deleted file mode 100644 index 691fd55..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mangrove_log.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.mangrove_log.break" - }, - "fall": { - "sound_id": "sounds:block.mangrove_log.fall" - }, - "hit": { - "sound_id": "sounds:block.mangrove_log.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.mangrove_log.place" - }, - "step": { - "sound_id": "sounds:block.mangrove_log.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:mangrove_log", - "minecraft:mangrove_wood" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mangrove_object.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mangrove_object.json deleted file mode 100644 index 211574f..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mangrove_object.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.mangrove_planks.break" - }, - "fall": { - "sound_id": "sounds:block.mangrove_planks.fall" - }, - "hit": { - "sound_id": "sounds:block.mangrove_planks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.mangrove_planks.place" - }, - "step": { - "sound_id": "sounds:block.mangrove_planks.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:mangrove_pressure_plate", - "minecraft:mangrove_fence_gate", - "minecraft:mangrove_fence", - "minecraft:mangrove_sign", - "minecraft:mangrove_button", - "minecraft:mangrove_door", - "minecraft:mangrove_trapdoor" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mangrove_planks.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mangrove_planks.json deleted file mode 100644 index 8d1f32b..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mangrove_planks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.mangrove_planks.break" - }, - "fall": { - "sound_id": "sounds:block.mangrove_planks.fall" - }, - "hit": { - "sound_id": "sounds:block.mangrove_planks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.mangrove_planks.place" - }, - "step": { - "sound_id": "sounds:block.mangrove_planks.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:mangrove_planks" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mossy_cobblestone.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mossy_cobblestone.json deleted file mode 100644 index 065156c..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mossy_cobblestone.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.mossy_cobblestone.break" - }, - "fall": { - "sound_id": "sounds:block.cobblestone.fall" - }, - "hit": { - "sound_id": "sounds:block.mossy_cobblestone.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.cobblestone.place" - }, - "step": { - "sound_id": "sounds:block.mossy_cobblestone.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:mossy_cobblestone", - "minecraft:mossy_cobblestone_slab", - "minecraft:mossy_cobblestone_stairs", - "minecraft:mossy_cobblestone_wall" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mossy_stone_bricks.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mossy_stone_bricks.json deleted file mode 100644 index f81658e..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/mossy_stone_bricks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.mossy_cobblestone.break" - }, - "fall": { - "sound_id": "sounds:block.mossy_stone_bricks.fall" - }, - "hit": { - "sound_id": "sounds:block.mossy_stone_bricks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "minecraft:block.deepslate_bricks.place" - }, - "step": { - "sound_id": "sounds:block.mossy_stone_bricks.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:mossy_stone_bricks", - "minecraft:infested_mossy_stone_bricks", - "minecraft:mossy_stone_brick_slab", - "minecraft:mossy_stone_brick_stairs", - "minecraft:mossy_stone_brick_wall" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/oak_log.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/oak_log.json deleted file mode 100644 index 983c81c..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/oak_log.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.oak_log.break" - }, - "fall": { - "sound_id": "sounds:block.oak_log.fall" - }, - "hit": { - "sound_id": "sounds:block.oak_log.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.oak_log.place" - }, - "step": { - "sound_id": "sounds:block.oak_log.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:oak_log", - "minecraft:oak_wood", - "minecraft:dark_oak_log", - "minecraft:dark_oak_wood" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/obsidian.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/obsidian.json deleted file mode 100644 index 82430d2..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/obsidian.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.deepslate.break" - }, - "fall": { - "sound_id": "minecraft:block.deepslate.fall" - }, - "hit": { - "sound_id": "minecraft:block.deepslate.hit" - }, - "pitch": 0.7, - "place": { - "sound_id": "minecraft:block.deepslate.place" - }, - "step": { - "sound_id": "minecraft:block.deepslate.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:respawn_anchor", - "minecraft:enchanting_table", - "minecraft:ender_chest" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/packed_ice.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/packed_ice.json deleted file mode 100644 index e3e72bb..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/packed_ice.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.packed_ice.break" - }, - "fall": { - "sound_id": "sounds:block.packed_ice.fall" - }, - "hit": { - "sound_id": "sounds:block.packed_ice.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.packed_ice.place" - }, - "step": { - "sound_id": "sounds:block.packed_ice.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:frosted_ice", - "minecraft:packed_ice", - "minecraft:blue_ice" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/prismarine.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/prismarine.json deleted file mode 100644 index 4100db5..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/prismarine.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.deepslate.break" - }, - "fall": { - "sound_id": "minecraft:block.deepslate.fall" - }, - "hit": { - "sound_id": "minecraft:block.deepslate.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "minecraft:block.deepslate.place" - }, - "step": { - "sound_id": "minecraft:block.deepslate.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:prismarine", - "minecraft:prismarine_stairs", - "minecraft:prismarine_slab", - "minecraft:prismarine_wall", - "minecraft:end_stone" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/quartz.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/quartz.json deleted file mode 100644 index 6d90401..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/quartz.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.quartz.break" - }, - "fall": { - "sound_id": "minecraft:block.deepslate.fall" - }, - "hit": { - "sound_id": "minecraft:block.stone.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "minecraft:block.deepslate.place" - }, - "step": { - "sound_id": "sounds:block.quartz.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:quartz_block", - "minecraft:quartz_stairs", - "minecraft:quartz_slab", - "minecraft:chiseled_quartz_block", - "minecraft:quartz_pillar", - "minecraft:smooth_quartz", - "minecraft:smooth_quartz_stairs", - "minecraft:smooth_quartz_slab", - "minecraft:quartz_bricks", - "minecraft:redstone_block", - "minecraft:diamond_block", - "minecraft:obsidian", - "minecraft:crying_obsidian" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/raw_gold_block.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/raw_gold_block.json deleted file mode 100644 index f11c18c..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/raw_gold_block.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.raw_gold_block.break" - }, - "fall": { - "sound_id": "sounds:block.raw_gold_block.fall" - }, - "hit": { - "sound_id": "sounds:block.raw_gold_block.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.raw_gold_block.place" - }, - "step": { - "sound_id": "sounds:block.raw_gold_block.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:raw_gold_block" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/sandstone.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/sandstone.json deleted file mode 100644 index 60a003e..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/sandstone.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.tuff.break" - }, - "fall": { - "sound_id": "minecraft:block.tuff.fall" - }, - "hit": { - "sound_id": "minecraft:block.tuff.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "minecraft:block.tuff.place" - }, - "step": { - "sound_id": "sounds:block.sandstone.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:sandstone", - "minecraft:chiseled_sandstone", - "minecraft:cut_sandstone", - "minecraft:smooth_sandstone", - "minecraft:red_sandstone", - "minecraft:chiseled_red_sandstone", - "minecraft:cut_red_sandstone", - "minecraft:smooth_red_sandstone", - "minecraft:sandstone_slab", - "minecraft:red_sandstone_slab", - "minecraft:cut_sandstone_slab", - "minecraft:cut_red_sandstone_slab", - "minecraft:sandstone_stairs", - "minecraft:sandstone_wall", - "minecraft:red_sandstone_wall", - "minecraft:red_sandstone_stairs", - "minecraft:smooth_sandstone_stairs", - "minecraft:smooth_sandstone_slab", - "minecraft:smooth_red_sandstone_stairs", - "minecraft:smooth_red_sandstone_slab" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/sheet_metal.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/sheet_metal.json deleted file mode 100644 index c95426f..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/sheet_metal.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.sheet_metal.break" - }, - "fall": { - "sound_id": "minecraft:block.netherite_block.fall" - }, - "hit": { - "sound_id": "minecraft:block.netherite_block.hit" - }, - "pitch": 1.2, - "place": { - "sound_id": "minecraft:block.netherite_block.place" - }, - "step": { - "sound_id": "sounds:block.sheet_metal.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:iron_bars", - "minecraft:iron_trapdoor", - "minecraft:hopper", - "#minecraft:cauldrons" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/spruce_leaves.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/spruce_leaves.json deleted file mode 100644 index 8b4cffe..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/spruce_leaves.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.spruce_leaves.break" - }, - "fall": { - "sound_id": "sounds:block.spruce_leaves.fall" - }, - "hit": { - "sound_id": "sounds:block.spruce_leaves.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.spruce_leaves.place" - }, - "step": { - "sound_id": "sounds:block.spruce_leaves.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:spruce_leaves", - "minecraft:spruce_sapling" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/spruce_log.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/spruce_log.json deleted file mode 100644 index 054700f..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/spruce_log.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.spruce_log.break" - }, - "fall": { - "sound_id": "sounds:block.spruce_log.fall" - }, - "hit": { - "sound_id": "sounds:block.spruce_log.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.spruce_log.place" - }, - "step": { - "sound_id": "sounds:block.spruce_log.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:spruce_log", - "minecraft:spruce_wood" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/spruce_object.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/spruce_object.json deleted file mode 100644 index 9a189a0..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/spruce_object.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.spruce_object.break" - }, - "fall": { - "sound_id": "sounds:block.spruce_planks.fall" - }, - "hit": { - "sound_id": "sounds:block.spruce_planks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.spruce_object.place" - }, - "step": { - "sound_id": "sounds:block.spruce_planks.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:spruce_pressure_plate", - "minecraft:spruce_fence_gate", - "minecraft:spruce_fence", - "minecraft:spruce_sign", - "minecraft:spruce_button", - "minecraft:spruce_door", - "minecraft:spruce_trapdoor" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/spruce_planks.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/spruce_planks.json deleted file mode 100644 index ceb4a2f..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/spruce_planks.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.spruce_planks.break" - }, - "fall": { - "sound_id": "sounds:block.spruce_planks.fall" - }, - "hit": { - "sound_id": "sounds:block.spruce_planks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "sounds:block.spruce_planks.place" - }, - "step": { - "sound_id": "sounds:block.spruce_planks.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:spruce_planks", - "minecraft:spruce_stairs", - "minecraft:spruce_slab", - "minecraft:stripped_spruce_log", - "minecraft:stripped_spruce_wood" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/stone_bricks.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/stone_bricks.json deleted file mode 100644 index 24a9cfe..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/stone_bricks.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "sounds:block.cobblestone.break" - }, - "fall": { - "sound_id": "sounds:block.stone_bricks.fall" - }, - "hit": { - "sound_id": "sounds:block.stone_bricks.hit" - }, - "pitch": 1.0, - "place": { - "sound_id": "minecraft:block.deepslate_bricks.place" - }, - "step": { - "sound_id": "sounds:block.stone_bricks.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:stone_bricks", - "minecraft:cracked_stone_bricks", - "minecraft:chiseled_stone_bricks", - "minecraft:infested_stone_bricks", - "minecraft:infested_cracked_stone_bricks", - "minecraft:infested_chiseled_stone_bricks", - "minecraft:stone_brick_slab", - "minecraft:stone_brick_stairs", - "minecraft:stone_brick_wall" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/terracotta.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/terracotta.json deleted file mode 100644 index 33f3724..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/blocks/terracotta.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "enabled": true, - "group": { - "break": { - "sound_id": "minecraft:block.calcite.break" - }, - "fall": { - "sound_id": "minecraft:block.calcite.fall" - }, - "hit": { - "sound_id": "minecraft:block.calcite.hit" - }, - "pitch": 0.6, - "place": { - "sound_id": "minecraft:block.calcite.place" - }, - "step": { - "sound_id": "minecraft:block.calcite.step" - }, - "volume": 1.0 - }, - "keys": [ - "minecraft:white_terracotta", - "minecraft:orange_terracotta", - "minecraft:magenta_terracotta", - "minecraft:light_blue_terracotta", - "minecraft:yellow_terracotta", - "minecraft:lime_terracotta", - "minecraft:pink_terracotta", - "minecraft:gray_terracotta", - "minecraft:light_gray_terracotta", - "minecraft:cyan_terracotta", - "minecraft:purple_terracotta", - "minecraft:blue_terracotta", - "minecraft:brown_terracotta", - "minecraft:green_terracotta", - "minecraft:red_terracotta", - "minecraft:black_terracotta", - "minecraft:terracotta", - "minecraft:bedrock" - ] -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/acacia_boat.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/acacia_boat.json deleted file mode 100644 index 5fe6f85..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/acacia_boat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": [ - "minecraft:acacia_boat", - "minecraft:acacia_chest_boat" - ], - "pitch": 1.75, - "soundEvent": "sounds:block.acacia_planks.hit", - "volume": 0.75 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/anvils.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/anvils.json deleted file mode 100644 index a7c09d9..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/anvils.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "keys": [ - "minecraft:anvil", - "minecraft:chipped_anvil", - "minecraft:damaged_anvil" - ], - "soundEvent": "minecraft:block.anvil.fall" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/arrows.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/arrows.json deleted file mode 100644 index fbe95ff..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/arrows.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "keys": [ - "#minecraft:arrows" - ], - "pitch": 0.7, - "soundEvent": "minecraft:entity.arrow.hit", - "volume": 0.3 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bamboo_raft.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bamboo_raft.json deleted file mode 100644 index b3f0fc8..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bamboo_raft.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": [ - "minecraft:bamboo_raft", - "minecraft:bamboo_chest_raft" - ], - "pitch": 1.75, - "soundEvent": "minecraft:block.bamboo_wood.hit", - "volume": 0.75 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/banner_templates.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/banner_templates.json deleted file mode 100644 index 282ddbe..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/banner_templates.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "keys": [ - "minecraft:creeper_banner_pattern", - "minecraft:flower_banner_pattern", - "minecraft:globe_banner_pattern", - "minecraft:mojang_banner_pattern", - "minecraft:skull_banner_pattern", - "minecraft:piglin_banner_pattern" - ], - "soundEvent": "minecraft:block.wool.hit" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/birch_boat.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/birch_boat.json deleted file mode 100644 index 7d61596..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/birch_boat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": [ - "minecraft:birch_boat", - "minecraft:birch_chest_boat" - ], - "pitch": 1.75, - "soundEvent": "sounds:block.birch_planks.hit", - "volume": 0.75 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bones.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bones.json deleted file mode 100644 index b7af1d2..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bones.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "keys": [ - "minecraft:bone", - "minecraft:bone_meal" - ], - "soundEvent": "minecraft:entity.skeleton.ambient" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bowl.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bowl.json deleted file mode 100644 index 542292c..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bowl.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "keys": [ - "minecraft:bowl" - ], - "pitch": 1.85, - "soundEvent": "minecraft:block.bamboo_sapling.hit", - "volume": 0.25 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bowl_food.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bowl_food.json deleted file mode 100644 index 6991d5c..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bowl_food.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "keys": [ - "#c:foods/soups" - ], - "pitch": 1.58, - "soundEvent": "minecraft:entity.mooshroom.suspicious_milk", - "volume": 0.5 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bows.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bows.json deleted file mode 100644 index be5e636..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/bows.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "keys": [ - "minecraft:bow", - "minecraft:crossbow" - ], - "soundEvent": "minecraft:entity.arrow.shoot" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/brewing_items.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/brewing_items.json deleted file mode 100644 index 6207ef1..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/brewing_items.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "keys": [ - "minecraft:glass_bottle", - "minecraft:potion", - "minecraft:dragon_breath", - "minecraft:splash_potion", - "minecraft:ominous_bottle", - "minecraft:lingering_potion" - ], - "soundEvent": "minecraft:item.bottle.fill" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/chainmail_equipment.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/chainmail_equipment.json deleted file mode 100644 index 9fbeb2a..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/chainmail_equipment.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": [ - "minecraft:chainmail_helmet", - "minecraft:chainmail_chestplate", - "minecraft:chainmail_leggings", - "minecraft:chainmail_boots" - ], - "soundEvent": "minecraft:item.armor.equip_chain" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/cherry_boat.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/cherry_boat.json deleted file mode 100644 index 537a921..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/cherry_boat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": [ - "minecraft:cherry_boat", - "minecraft:cherry_chest_boat" - ], - "pitch": 1.75, - "soundEvent": "minecraft:block.wood.hit", - "volume": 0.75 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/crop_food.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/crop_food.json deleted file mode 100644 index 650b832..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/crop_food.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "keys": [ - "#c:foods/vegetables", - "#c:foods/fruits", - "#c:foods/berries", - "#c:foods/breads" - ], - "pitch": 1.76, - "soundEvent": "minecraft:block.crop.break", - "volume": 1.0 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/dark_oak_boat.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/dark_oak_boat.json deleted file mode 100644 index d8b7b01..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/dark_oak_boat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": [ - "minecraft:dark_oak_boat", - "minecraft:dark_oak_chest_boat" - ], - "pitch": 1.75, - "soundEvent": "minecraft:block.wood.hit", - "volume": 0.75 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/diamond_equipment.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/diamond_equipment.json deleted file mode 100644 index 26e81d3..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/diamond_equipment.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "keys": [ - "minecraft:diamond_axe", - "minecraft:diamond_hoe", - "minecraft:diamond_pickaxe", - "minecraft:diamond_shovel", - "minecraft:diamond_sword", - "minecraft:diamond_horse_armor", - "minecraft:diamond_helmet", - "minecraft:diamond_chestplate", - "minecraft:diamond_leggings", - "minecraft:diamond_boots" - ], - "soundEvent": "minecraft:item.armor.equip_diamond" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/dirty_metals.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/dirty_metals.json deleted file mode 100644 index 6e00107..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/dirty_metals.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "keys": [ - "minecraft:coal", - "minecraft:charcoal", - "minecraft:flint", - "minecraft:clay_ball", - "minecraft:redstone", - "minecraft:glowstone", - "minecraft:gunpowder" - ], - "soundEvent": "minecraft:block.gravel.hit" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/dyes.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/dyes.json deleted file mode 100644 index 9f6d8f2..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/dyes.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "#c:dyes" - ], - "soundEvent": "minecraft:item.dye.use" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/elytra.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/elytra.json deleted file mode 100644 index 4df049f..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/elytra.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:elytra" - ], - "soundEvent": "minecraft:item.armor.equip_elytra" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/enchanting_books.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/enchanting_books.json deleted file mode 100644 index c8a0214..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/enchanting_books.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": [ - "minecraft:enchanted_book", - "minecraft:experience_bottle" - ], - "pitch": 0.01, - "soundEvent": "minecraft:block.end_portal_frame.fill", - "volume": 0.2 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/exoskeletal.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/exoskeletal.json deleted file mode 100644 index 2f8c124..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/exoskeletal.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "keys": [ - "minecraft:armadillo_scute", - "minecraft:turtle_scute", - "minecraft:turtle_egg" - ], - "pitch": 1.8, - "soundEvent": "minecraft:item.armor.equip_turtle", - "volume": 0.5 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/filled_buckets.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/filled_buckets.json deleted file mode 100644 index 8382e04..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/filled_buckets.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "keys": [ - "#c:buckets/water", - "#c:buckets/entity_water" - ], - "soundEvent": "minecraft:item.bucket.fill" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/fireworks.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/fireworks.json deleted file mode 100644 index 971cc0a..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/fireworks.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:firework_rocket" - ], - "soundEvent": "minecraft:block.bamboo_sapling.hit" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/fishing_rods.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/fishing_rods.json deleted file mode 100644 index cff94ec..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/fishing_rods.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:fishing_rod" - ], - "soundEvent": "minecraft:block.pointed_dripstone.drip_water_into_cauldron" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/flint_and_steel.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/flint_and_steel.json deleted file mode 100644 index ec851f1..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/flint_and_steel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:flint_and_steel" - ], - "soundEvent": "minecraft:item.flintandsteel.use" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/golden_equipment.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/golden_equipment.json deleted file mode 100644 index ada1248..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/golden_equipment.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "keys": [ - "minecraft:golden_axe", - "minecraft:golden_hoe", - "minecraft:golden_pickaxe", - "minecraft:golden_shovel", - "minecraft:golden_sword", - "minecraft:clock", - "minecraft:golden_horse_armor", - "minecraft:golden_helmet", - "minecraft:golden_chestplate", - "minecraft:golden_leggings", - "minecraft:golden_boots" - ], - "soundEvent": "minecraft:item.armor.equip_gold" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/ingot_metals.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/ingot_metals.json deleted file mode 100644 index f166fa2..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/ingot_metals.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "keys": [ - "minecraft:iron_ingot", - "minecraft:gold_ingot", - "minecraft:netherite_ingot", - "minecraft:copper_ingot", - "minecraft:iron_nugget", - "minecraft:gold_nugget", - "minecraft:netherite_scrap", - "minecraft:raw_gold", - "minecraft:raw_iron", - "minecraft:raw_copper" - ], - "soundEvent": "minecraft:block.metal.break" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/iron_equipment.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/iron_equipment.json deleted file mode 100644 index 1bc0a12..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/iron_equipment.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "keys": [ - "minecraft:shears", - "minecraft:shield", - "minecraft:iron_axe", - "minecraft:iron_hoe", - "minecraft:iron_pickaxe", - "minecraft:iron_shovel", - "minecraft:iron_sword", - "minecraft:iron_horse_armor", - "minecraft:iron_helmet", - "minecraft:iron_chestplate", - "minecraft:iron_leggings", - "minecraft:iron_boots" - ], - "soundEvent": "minecraft:item.armor.equip_iron" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/jungle_boat.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/jungle_boat.json deleted file mode 100644 index e60e386..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/jungle_boat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": [ - "minecraft:jungle_boat", - "minecraft:jungle_chest_boat" - ], - "pitch": 1.75, - "soundEvent": "sounds:block.jungle_planks.hit", - "volume": 0.75 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/leather_equipment.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/leather_equipment.json deleted file mode 100644 index 0812fc8..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/leather_equipment.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "keys": [ - "minecraft:leather_horse_armor", - "minecraft:leather_helmet", - "minecraft:leather_chestplate", - "minecraft:leather_leggings", - "minecraft:leather_boots", - "minecraft:leather", - "minecraft:saddle", - "minecraft:brush", - "minecraft:wolf_armor", - "minecraft:rabbit_hide" - ], - "soundEvent": "minecraft:item.armor.equip_leather" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/mangrove_boat.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/mangrove_boat.json deleted file mode 100644 index 6ec5207..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/mangrove_boat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": [ - "minecraft:mangrove_boat", - "minecraft:mangrove_chest_boat" - ], - "pitch": 1.75, - "soundEvent": "sounds:block.mangrove_planks.hit", - "volume": 0.75 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/meat_and_fish.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/meat_and_fish.json deleted file mode 100644 index f27b411..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/meat_and_fish.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "keys": [ - "#c:foods/raw_fishes", - "#c:foods/raw_meats", - "#c:foods/cooked_fishes", - "#c:foods/cooked_meats" - ], - "pitch": 1.8, - "soundEvent": "minecraft:entity.puffer_fish.flop", - "volume": 0.2 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/minecarts.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/minecarts.json deleted file mode 100644 index 3b7b961..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/minecarts.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "keys": [ - "minecraft:minecart", - "minecraft:chest_minecart", - "minecraft:furnace_minecart", - "minecraft:tnt_minecart", - "minecraft:hopper_minecart", - "minecraft:command_block_minecart" - ], - "pitch": 1.75, - "soundEvent": "minecraft:block.metal_pressure_plate.click_on", - "volume": 0.75 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/moo.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/moo.json deleted file mode 100644 index e82f017..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/moo.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:milk_bucket" - ], - "soundEvent": "minecraft:entity.cow.ambient" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/netherite_equipment.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/netherite_equipment.json deleted file mode 100644 index ffb259e..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/netherite_equipment.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "keys": [ - "minecraft:netherite_axe", - "minecraft:netherite_hoe", - "minecraft:netherite_pickaxe", - "minecraft:netherite_shovel", - "minecraft:netherite_sword", - "minecraft:mace", - "minecraft:netherite_helmet", - "minecraft:netherite_chestplate", - "minecraft:netherite_leggings", - "minecraft:netherite_boots" - ], - "soundEvent": "minecraft:item.armor.equip_netherite" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/oak_boat.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/oak_boat.json deleted file mode 100644 index 6a59c48..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/oak_boat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": [ - "minecraft:oak_boat", - "minecraft:oak_chest_boat" - ], - "pitch": 1.75, - "soundEvent": "minecraft:block.wood.hit", - "volume": 0.75 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/sculk.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/sculk.json deleted file mode 100644 index 401ecfd..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/sculk.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:echo_shard" - ], - "soundEvent": "minecraft:block.sculk_vein.fall" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/shards.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/shards.json deleted file mode 100644 index f3d628f..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/shards.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "keys": [ - "minecraft:disc_fragment_5", - "#minecraft:decorated_pot_sherds" - ], - "soundEvent": "minecraft:block.decorated_pot.step" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/shiny_metals.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/shiny_metals.json deleted file mode 100644 index 682aa5a..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/shiny_metals.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "keys": [ - "minecraft:amethyst_shard", - "minecraft:quartz", - "minecraft:emerald", - "minecraft:lapis_lazuli", - "minecraft:diamond" - ], - "soundEvent": "minecraft:block.amethyst_cluster.hit" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/smithing_templates.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/smithing_templates.json deleted file mode 100644 index 458dec8..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/smithing_templates.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "keys": [ - "minecraft:netherite_upgrade_smithing_template", - "#minecraft:trim_templates" - ], - "soundEvent": "minecraft:entity.iron_golem.step" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/spawn_eggs.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/spawn_eggs.json deleted file mode 100644 index 76160fc..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/spawn_eggs.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "keys": [ - "minecraft:egg", - "minecraft:armadillo_spawn_egg", - "minecraft:allay_spawn_egg", - "minecraft:axolotl_spawn_egg", - "minecraft:bat_spawn_egg", - "minecraft:bee_spawn_egg", - "minecraft:blaze_spawn_egg", - "minecraft:bogged_spawn_egg", - "minecraft:breeze_spawn_egg", - "minecraft:cat_spawn_egg", - "minecraft:camel_spawn_egg", - "minecraft:cave_spider_spawn_egg", - "minecraft:chicken_spawn_egg", - "minecraft:cod_spawn_egg", - "minecraft:cow_spawn_egg", - "minecraft:creeper_spawn_egg", - "minecraft:dolphin_spawn_egg", - "minecraft:donkey_spawn_egg", - "minecraft:drowned_spawn_egg", - "minecraft:elder_guardian_spawn_egg", - "minecraft:ender_dragon_spawn_egg", - "minecraft:enderman_spawn_egg", - "minecraft:endermite_spawn_egg", - "minecraft:evoker_spawn_egg", - "minecraft:fox_spawn_egg", - "minecraft:frog_spawn_egg", - "minecraft:ghast_spawn_egg", - "minecraft:glow_squid_spawn_egg", - "minecraft:goat_spawn_egg", - "minecraft:guardian_spawn_egg", - "minecraft:hoglin_spawn_egg", - "minecraft:horse_spawn_egg", - "minecraft:husk_spawn_egg", - "minecraft:iron_golem_spawn_egg", - "minecraft:llama_spawn_egg", - "minecraft:magma_cube_spawn_egg", - "minecraft:mooshroom_spawn_egg", - "minecraft:mule_spawn_egg", - "minecraft:ocelot_spawn_egg", - "minecraft:panda_spawn_egg", - "minecraft:parrot_spawn_egg", - "minecraft:phantom_spawn_egg", - "minecraft:pig_spawn_egg", - "minecraft:piglin_spawn_egg", - "minecraft:piglin_brute_spawn_egg", - "minecraft:pillager_spawn_egg", - "minecraft:polar_bear_spawn_egg", - "minecraft:pufferfish_spawn_egg", - "minecraft:rabbit_spawn_egg", - "minecraft:ravager_spawn_egg", - "minecraft:salmon_spawn_egg", - "minecraft:sheep_spawn_egg", - "minecraft:shulker_spawn_egg", - "minecraft:silverfish_spawn_egg", - "minecraft:skeleton_spawn_egg", - "minecraft:skeleton_horse_spawn_egg", - "minecraft:slime_spawn_egg", - "minecraft:sniffer_spawn_egg", - "minecraft:snow_golem_spawn_egg", - "minecraft:spider_spawn_egg", - "minecraft:squid_spawn_egg", - "minecraft:stray_spawn_egg", - "minecraft:strider_spawn_egg", - "minecraft:tadpole_spawn_egg", - "minecraft:trader_llama_spawn_egg", - "minecraft:tropical_fish_spawn_egg", - "minecraft:turtle_spawn_egg", - "minecraft:vex_spawn_egg", - "minecraft:villager_spawn_egg", - "minecraft:vindicator_spawn_egg", - "minecraft:wandering_trader_spawn_egg", - "minecraft:warden_spawn_egg", - "minecraft:witch_spawn_egg", - "minecraft:wither_spawn_egg", - "minecraft:wither_skeleton_spawn_egg", - "minecraft:wolf_spawn_egg", - "minecraft:zoglin_spawn_egg", - "minecraft:zombie_spawn_egg", - "minecraft:zombie_horse_spawn_egg", - "minecraft:zombie_villager_spawn_egg", - "minecraft:zombified_piglin_spawn_egg" - ], - "soundEvent": "minecraft:block.sniffer_egg.plop" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/spruce_boat.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/spruce_boat.json deleted file mode 100644 index b2558c8..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/spruce_boat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": [ - "minecraft:spruce_boat", - "minecraft:spruce_chest_boat" - ], - "pitch": 1.75, - "soundEvent": "sounds:block.spruce_planks.hit", - "volume": 0.75 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/stone_equipment.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/stone_equipment.json deleted file mode 100644 index 79a04a9..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/stone_equipment.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "keys": [ - "minecraft:stone_axe", - "minecraft:stone_hoe", - "minecraft:stone_pickaxe", - "minecraft:stone_shovel", - "minecraft:stone_sword" - ], - "soundEvent": "minecraft:item.armor.equip_generic" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/trial_keys.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/trial_keys.json deleted file mode 100644 index 6ae94d9..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/trial_keys.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "keys": [ - "minecraft:trial_key", - "minecraft:ominous_trial_key" - ], - "pitch": 1.0, - "soundEvent": "minecraft:block.trial_spawner.spawn_item_begin", - "volume": 0.4 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/trident.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/trident.json deleted file mode 100644 index f950c94..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/trident.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:trident" - ], - "soundEvent": "minecraft:item.trident.hit" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/wet_mob_drops.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/wet_mob_drops.json deleted file mode 100644 index 4c63534..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/wet_mob_drops.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "keys": [ - "minecraft:slime_ball", - "minecraft:honeycomb", - "minecraft:honey_bottle", - "minecraft:fermented_spider_eye", - "minecraft:blaze_powder", - "minecraft:rabbit_foot", - "minecraft:spider_eye", - "minecraft:rotten_flesh", - "minecraft:glistering_melon_slice", - "minecraft:magma_cream", - "minecraft:ghast_tear" - ], - "soundEvent": "minecraft:block.slime_block.hit" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/wind_charge.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/wind_charge.json deleted file mode 100644 index 9d63320..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/wind_charge.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "keys": [ - "minecraft:wind_charge" - ], - "pitch": 2.0, - "soundEvent": "minecraft:entity.breeze.wind_burst", - "volume": 0.1 -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/wooden_equipment.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/wooden_equipment.json deleted file mode 100644 index a67e707..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/items/wooden_equipment.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "keys": [ - "minecraft:wooden_axe", - "minecraft:wooden_hoe", - "minecraft:wooden_pickaxe", - "minecraft:wooden_shovel", - "minecraft:wooden_sword", - "minecraft:carrot_on_a_stick", - "minecraft:stick", - "minecraft:warped_fungus_on_a_stick", - "minecraft:debug_stick" - ], - "soundEvent": "minecraft:item.axe.strip" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/anvil.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/anvil.json deleted file mode 100644 index 4978c85..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/anvil.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:anvil" - ], - "soundEvent": "minecraft:block.anvil.place" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/beacon.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/beacon.json deleted file mode 100644 index 5874667..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/beacon.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:beacon" - ], - "soundEvent": "minecraft:block.amethyst_block.resonate" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/brewing_stand.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/brewing_stand.json deleted file mode 100644 index e4d30f1..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/brewing_stand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:brewing_stand" - ], - "soundEvent": "minecraft:item.bottle.empty" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/cartography_table.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/cartography_table.json deleted file mode 100644 index 9d27f5d..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/cartography_table.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:cartography_table" - ], - "soundEvent": "minecraft:entity.villager.work_cartographer" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/crafting.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/crafting.json deleted file mode 100644 index 7b915db..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/crafting.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:crafting" - ], - "soundEvent": "minecraft:block.wood.hit" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/enchantment_table.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/enchantment_table.json deleted file mode 100644 index c95d2ab..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/enchantment_table.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:enchantment" - ], - "soundEvent": "minecraft:block.end_portal_frame.fill" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/furnace.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/furnace.json deleted file mode 100644 index 8a9ae20..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/furnace.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "keys": [ - "minecraft:furnace", - "minecraft:blast_furnace" - ], - "soundEvent": "minecraft:block.fire.ambient" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/grindstone.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/grindstone.json deleted file mode 100644 index ec7ade5..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/grindstone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:grindstone" - ], - "soundEvent": "minecraft:block.stone.place" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/lectern.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/lectern.json deleted file mode 100644 index d16eb88..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/lectern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:lectern" - ], - "soundEvent": "minecraft:entity.villager.work_librarian" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/loom.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/loom.json deleted file mode 100644 index d264203..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/loom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:loom" - ], - "soundEvent": "minecraft:block.tripwire.detach" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/redstone_item_movement.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/redstone_item_movement.json deleted file mode 100644 index 6bb048f..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/redstone_item_movement.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "keys": [ - "minecraft:generic_3x3", - "minecraft:hopper" - ], - "soundEvent": "minecraft:block.stone.hit" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/smithing.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/smithing.json deleted file mode 100644 index 0cf1a4f..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/smithing.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:smithing" - ], - "soundEvent": "minecraft:entity.iron_golem.step" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/smoker.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/smoker.json deleted file mode 100644 index 4c566fd..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/smoker.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:smoker" - ], - "soundEvent": "minecraft:block.campfire.crackle" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/stonecutter.json b/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/stonecutter.json deleted file mode 100644 index e25653b..0000000 --- a/config/sounds/dynamic_sounds/assets/minecraft/sounds/screens/stonecutter.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "keys": [ - "minecraft:stonecutter" - ], - "soundEvent": "minecraft:entity.villager.work_mason" -} \ No newline at end of file diff --git a/config/sounds/dynamic_sounds/pack.mcmeta b/config/sounds/dynamic_sounds/pack.mcmeta deleted file mode 100644 index 3fa7aea..0000000 --- a/config/sounds/dynamic_sounds/pack.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pack": { - "description": "This folder contains various dynamic sound definitions, you should consult the documentation site for more information: https://docs.imb11.dev/sounds", - "pack_format": 34 - } -} \ No newline at end of file diff --git a/config/sounds/event.json b/config/sounds/event.json deleted file mode 100644 index 86850fd..0000000 --- a/config/sounds/event.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "ignoreSilencedStatusEffects": true, - "positiveStatusEffectGainSoundEffect": { - "shouldPlay": true, - "pitch": 2.0, - "volume": 0.1, - "id": "positiveStatusEffectGain", - "soundEvent": "minecraft:item.trident.thunder" - }, - "negativeStatusEffectGainSoundEffect": { - "shouldPlay": true, - "pitch": 0.3, - "volume": 0.2, - "id": "negativeStatusEffectGain", - "soundEvent": "minecraft:entity.illusioner.mirror_move" - }, - "positiveStatusEffectLoseSoundEffect": { - "shouldPlay": true, - "pitch": 0.5, - "volume": 0.1, - "id": "positiveStatusEffectLose", - "soundEvent": "minecraft:item.trident.riptide_1" - }, - "negativeStatusEffectLoseSoundEffect": { - "shouldPlay": true, - "pitch": 0.5, - "volume": 0.1, - "id": "negativeStatusEffectLose", - "soundEvent": "minecraft:item.trident.riptide_1" - } -} \ No newline at end of file diff --git a/config/sounds/mod_utils.json b/config/sounds/mod_utils.json deleted file mode 100644 index 767bfc0..0000000 --- a/config/sounds/mod_utils.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "hideSoundsButtonInSoundMenu": false -} \ No newline at end of file diff --git a/config/sounds/ui.json b/config/sounds/ui.json deleted file mode 100644 index 2b1537c..0000000 --- a/config/sounds/ui.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "hotbarScrollSoundEffect": { - "pitch": 1.8, - "volume": 0.2, - "enabledDynamic": true, - "id": "hotbarScroll", - "soundEvent": "minecraft:block.note_block.hat", - "shouldPlay": true - }, - "hotbarPickSoundEffect": { - "pitch": 1.8, - "volume": 0.2, - "enabledDynamic": true, - "id": "hotbarPick", - "soundEvent": "minecraft:block.note_block.hat", - "shouldPlay": true - }, - "inventoryOpenSoundEffect": { - "pitch": 2.0, - "volume": 0.5, - "enabledDynamic": true, - "id": "inventoryOpen", - "soundEvent": "minecraft:ui.toast.in", - "shouldPlay": true - }, - "inventoryCloseSoundEffect": { - "pitch": 2.0, - "volume": 0.5, - "enabledDynamic": false, - "id": "inventoryClose", - "soundEvent": "minecraft:ui.toast.out", - "shouldPlay": true - }, - "inventoryScrollSoundEffect": { - "shouldPlay": true, - "pitch": 1.8, - "volume": 0.2, - "id": "inventoryScroll", - "soundEvent": "minecraft:block.note_block.hat" - }, - "inventoryTypingSoundEffect": { - "shouldPlay": true, - "pitch": 1.6, - "volume": 0.4, - "id": "inventoryTyping", - "soundEvent": "minecraft:block.note_block.hat" - }, - "ignoreEmptyInventorySlots": false, - "itemDropSoundEffect": { - "pitch": 1.5, - "volume": 0.4, - "enabledDynamic": true, - "id": "itemDrop", - "soundEvent": "minecraft:block.dispenser.launch", - "shouldPlay": true - }, - "itemCopySoundEffect": { - "pitch": 2.0, - "volume": 0.2, - "enabledDynamic": true, - "id": "itemCopy", - "soundEvent": "minecraft:block.fire.extinguish", - "shouldPlay": true - }, - "itemDeleteSoundEffect": { - "pitch": 1.6, - "volume": 0.2, - "enabledDynamic": true, - "id": "itemDelete", - "soundEvent": "minecraft:block.fire.extinguish", - "shouldPlay": true - }, - "itemDragSoundEffect": { - "pitch": 1.6, - "volume": 0.4, - "enabledDynamic": true, - "id": "itemDrag", - "soundEvent": "minecraft:block.stone.hit", - "shouldPlay": true - }, - "itemClickSoundEffect": { - "pitch": 2.0, - "volume": 0.4, - "enabledDynamic": true, - "id": "itemPick", - "soundEvent": "minecraft:block.stone.hit", - "shouldPlay": true - }, - "ignoreEmptyHotbarSlots": false, - "itemSoundCooldown": 0.05, - "enableItemSoundCooldown": true -} \ No newline at end of file diff --git a/config/sounds/world.json b/config/sounds/world.json deleted file mode 100644 index 4d71440..0000000 --- a/config/sounds/world.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "repeaterUseSoundEffect": { - "pitch": 0.95, - "volume": 0.3, - "enabledDynamic": true, - "id": "repeaterUse", - "soundEvent": "minecraft:block.stone_button.click_on", - "shouldPlay": true - }, - "jukeboxUseSoundEffect": { - "shouldPlay": true, - "pitch": 0.8, - "volume": 0.75, - "id": "jukeboxUse", - "soundEvent": "minecraft:block.note_block.basedrum" - }, - "daylightDetectorUseSoundEffect": { - "shouldPlay": true, - "pitch": 0.8, - "volume": 0.45, - "id": "daylightDetectorUse", - "soundEvent": "minecraft:block.note_block.hat" - }, - "furnaceMinecartFuelSoundEffect": { - "shouldPlay": true, - "pitch": 1.9, - "volume": 0.2, - "id": "furnaceMinecartFuel", - "soundEvent": "minecraft:entity.creeper.hurt" - }, - "frostWalkerSoundEffect": { - "shouldPlay": true, - "pitch": 2.0, - "volume": 0.5, - "id": "frostWalker", - "soundEvent": "minecraft:block.powder_snow.fall" - }, - "leadSnappingSoundEffect": { - "shouldPlay": true, - "pitch": 1.0, - "volume": 0.5, - "id": "leadSnapping", - "soundEvent": "minecraft:entity.leash_knot.break" - }, - "bowPullSoundEffect": { - "shouldPlay": true, - "pitch": 1.0, - "volume": 0.25, - "id": "bowPull", - "soundEvent": "minecraft:item.crossbow.loading_middle" - }, - "plantPotFillSoundEffect": { - "shouldPlay": true, - "pitch": 0.5, - "volume": 0.4, - "id": "plantPotFill", - "soundEvent": "minecraft:block.grass.place" - }, - "cakeEatSoundEffect": { - "shouldPlay": true, - "pitch": 1.2, - "volume": 0.7, - "id": "cakeEat", - "soundEvent": "minecraft:entity.generic.eat" - }, - "enableEnderpearlVariety": true, - "disableBlocksEntirely": false -} \ No newline at end of file diff --git a/config/spark/config.json b/config/spark/config.json deleted file mode 100644 index 480c9e6..0000000 --- a/config/spark/config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "_header": "spark configuration file - https://spark.lucko.me/docs/Configuration", - "backgroundProfiler": true -} \ No newline at end of file diff --git a/config/spark/tmp-client/about.txt b/config/spark/tmp-client/about.txt deleted file mode 100644 index 31c393f..0000000 --- a/config/spark/tmp-client/about.txt +++ /dev/null @@ -1,10 +0,0 @@ -# What is this directory? - -* In order to perform certain functions, spark sometimes needs to write temporary data to the disk. -* Previously, a temporary directory provided by the operating system was used for this purpose. -* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead! - -spark will automatically cleanup the contents of this directory. -(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp) - -tl;dr: spark uses this folder to store some temporary data. diff --git a/config/spark/tmp/about.txt b/config/spark/tmp/about.txt deleted file mode 100644 index 31c393f..0000000 --- a/config/spark/tmp/about.txt +++ /dev/null @@ -1,10 +0,0 @@ -# What is this directory? - -* In order to perform certain functions, spark sometimes needs to write temporary data to the disk. -* Previously, a temporary directory provided by the operating system was used for this purpose. -* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead! - -spark will automatically cleanup the contents of this directory. -(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp) - -tl;dr: spark uses this folder to store some temporary data. diff --git a/config/starterkit.json5 b/config/starterkit.json5 deleted file mode 100644 index 657df5f..0000000 --- a/config/starterkit.json5 +++ /dev/null @@ -1,15 +0,0 @@ -{ - // When multiple starter kits are added via /starterkit add, there are two ways to distribute them. With this enabled, one is chosen at random. When disabled, players can choose one on first join. - "randomizeMultipleKitsToggle": true, - // Whether items that existed in the inventory, such as books added by other mods, should be added back to the inventory after the kit was set. If disabled, they'll be removed. You can still manually set them via the kit. - "addExistingItemsAfterKitSet": true, - // If potion/mob effect functionality should be enabled. This means that when creating a kit via /sk (add/set), it also saves the active effects the player has. And when handing out the starter kits, it adds the effects to new players. - "usePotionEffectsInStarterKit": true, - // If kit names should be formatted. Each word will be capitalized. - "formatKitNames": true, - "chooseKitText": "%s, you can choose a starter kit!", - // Whether an announcement should be broadcasted to the server whenever a new player makes a kit choice. 'randomizeMultipleKitsToggle' must be disabled, and there must be at least 2 starter kits available. - "announcePlayerKitChoiceInDedicatedServer": true, - // Whether the starter kit should be re-set after the '/ftbteamislands create' command from FTB Team Islands. Does nothing when it's not installed. - "enableFTBIslandCreateCompatibility": true -} \ No newline at end of file diff --git a/config/starterkit/descriptions/Archer.txt b/config/starterkit/descriptions/Archer.txt deleted file mode 100644 index 6b9d98f..0000000 --- a/config/starterkit/descriptions/Archer.txt +++ /dev/null @@ -1 +0,0 @@ -Survive longer by defeating your enemies from a distance. \ No newline at end of file diff --git a/config/starterkit/descriptions/Default.txt b/config/starterkit/descriptions/Default.txt deleted file mode 100644 index cb2fba7..0000000 --- a/config/starterkit/descriptions/Default.txt +++ /dev/null @@ -1 +0,0 @@ -Worn by many adventurers over the years. A good pair of boots, the ability to defend yourself and enough food for a few days. \ No newline at end of file diff --git a/config/starterkit/descriptions/Lumberjack.txt b/config/starterkit/descriptions/Lumberjack.txt deleted file mode 100644 index 1eeeced..0000000 --- a/config/starterkit/descriptions/Lumberjack.txt +++ /dev/null @@ -1 +0,0 @@ -There's no need to punch a tree, use an axe instead! \ No newline at end of file diff --git a/config/starterkit/descriptions/Witch.txt b/config/starterkit/descriptions/Witch.txt deleted file mode 100644 index 962f001..0000000 --- a/config/starterkit/descriptions/Witch.txt +++ /dev/null @@ -1 +0,0 @@ -Has a good mix of potions, useful in many scenarios. \ No newline at end of file diff --git a/config/starterkit/kits/Default.txt b/config/starterkit/kits/Default.txt deleted file mode 100644 index e2ef910..0000000 --- a/config/starterkit/kits/Default.txt +++ /dev/null @@ -1,42 +0,0 @@ -'head' : '', -'chest' : '', -'legs' : '', -'feet' : '{count:1,id:"minecraft:leather_boots"}', -'offhand' : '{count:1,id:"minecraft:shield"}', -0 : '{count:1,id:"minecraft:wooden_sword"}', -1 : '{count:9,id:"minecraft:bread"}', -2 : '', -3 : '', -4 : '', -5 : '', -6 : '', -7 : '', -8 : '', -9 : '', -10 : '', -11 : '', -12 : '', -13 : '', -14 : '', -15 : '', -16 : '', -17 : '', -18 : '', -19 : '', -20 : '', -21 : '', -22 : '', -23 : '', -24 : '', -25 : '', -26 : '', -27 : '', -28 : '', -29 : '', -30 : '', -31 : '', -32 : '', -33 : '', -34 : '', -35 : '', -'effects' : '', diff --git a/config/starterkit/kits/inactive/Archer.txt b/config/starterkit/kits/inactive/Archer.txt deleted file mode 100644 index b6b39e1..0000000 --- a/config/starterkit/kits/inactive/Archer.txt +++ /dev/null @@ -1,42 +0,0 @@ -'head' : '{count:1,id:"minecraft:leather_helmet"}', -'chest' : '', -'legs' : '', -'feet' : '{count:1,id:"minecraft:leather_boots"}', -'offhand' : '', -0 : '{count:1,id:"minecraft:bow",components:{"minecraft:enchantments":{levels:{"minecraft:power":1}}}}', -1 : '', -2 : '', -3 : '', -4 : '', -5 : '', -6 : '', -7 : '{count:6,id:"minecraft:baked_potato"}', -8 : '{count:32,id:"minecraft:arrow"}', -9 : '', -10 : '', -11 : '', -12 : '', -13 : '', -14 : '', -15 : '', -16 : '', -17 : '', -18 : '', -19 : '', -20 : '', -21 : '', -22 : '', -23 : '', -24 : '', -25 : '', -26 : '', -27 : '', -28 : '', -29 : '', -30 : '', -31 : '', -32 : '', -33 : '', -34 : '', -35 : '', -'effects' : '', diff --git a/config/starterkit/kits/inactive/Lumberjack.txt b/config/starterkit/kits/inactive/Lumberjack.txt deleted file mode 100644 index f8760e6..0000000 --- a/config/starterkit/kits/inactive/Lumberjack.txt +++ /dev/null @@ -1,42 +0,0 @@ -'head' : '', -'chest' : '', -'legs' : '', -'feet' : '{count:1,id:"minecraft:iron_boots"}', -'offhand' : '{count:4,id:"minecraft:oak_sapling"}', -0 : '{count:1,id:"minecraft:iron_axe",components:{"minecraft:enchantments":{levels:{"minecraft:efficiency":1}}}}', -1 : '', -2 : '', -3 : '', -4 : '', -5 : '', -6 : '', -7 : '', -8 : '{count:8,id:"minecraft:cooked_beef"}', -9 : '', -10 : '', -11 : '', -12 : '', -13 : '', -14 : '', -15 : '', -16 : '', -17 : '', -18 : '', -19 : '', -20 : '', -21 : '', -22 : '', -23 : '', -24 : '', -25 : '', -26 : '', -27 : '', -28 : '', -29 : '', -30 : '', -31 : '', -32 : '', -33 : '', -34 : '', -35 : '', -'effects' : '', diff --git a/config/starterkit/kits/inactive/Witch.txt b/config/starterkit/kits/inactive/Witch.txt deleted file mode 100644 index 51681b5..0000000 --- a/config/starterkit/kits/inactive/Witch.txt +++ /dev/null @@ -1,42 +0,0 @@ -'head' : '', -'chest' : '', -'legs' : '', -'feet' : '{count:1,id:"minecraft:golden_boots"}', -'offhand' : '', -0 : '{count:1,id:"minecraft:stick"}', -1 : '{count:16,id:"minecraft:apple"}', -2 : '', -3 : '{count:1,id:"minecraft:splash_potion",components:{"minecraft:potion_contents":{potion:"minecraft:strong_swiftness"}}}', -4 : '{count:1,id:"minecraft:splash_potion",components:{"minecraft:potion_contents":{potion:"minecraft:strong_healing"}}}', -5 : '', -6 : '{count:1,id:"minecraft:splash_potion",components:{"minecraft:potion_contents":{potion:"minecraft:strong_poison"}}}', -7 : '{count:1,id:"minecraft:splash_potion",components:{"minecraft:potion_contents":{potion:"minecraft:strong_harming"}}}', -8 : '{count:1,id:"minecraft:splash_potion",components:{"minecraft:potion_contents":{potion:"minecraft:strong_harming"}}}', -9 : '', -10 : '', -11 : '', -12 : '', -13 : '', -14 : '', -15 : '', -16 : '', -17 : '', -18 : '', -19 : '', -20 : '', -21 : '', -22 : '', -23 : '', -24 : '', -25 : '', -26 : '', -27 : '', -28 : '', -29 : '', -30 : '', -31 : '', -32 : '', -33 : '', -34 : '', -35 : '', -'effects' : '', diff --git a/config/stoneworks-common.toml b/config/stoneworks-common.toml deleted file mode 100644 index 88d5d08..0000000 --- a/config/stoneworks-common.toml +++ /dev/null @@ -1,3 +0,0 @@ -#Add vanilla stone block variants to the creative tab provided this mod. -#Default Value: true -vanilla_variants_in_creative_tab = true diff --git a/config/strayspawn.json5 b/config/strayspawn.json5 deleted file mode 100644 index 7796bc6..0000000 --- a/config/strayspawn.json5 +++ /dev/null @@ -1,5 +0,0 @@ -{ - // The chance a skeleton that has spawned is of the stray variant. - // min: 0.0, max: 1.0 - "chanceSkeletonIsStray": 0.25 -} \ No newline at end of file diff --git a/config/stutterfix-config.json b/config/stutterfix-config.json deleted file mode 100644 index d64d651..0000000 --- a/config/stutterfix-config.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "main_worker_executor_count": 8, - "main_worker_executor_priority_cut": 6, - "render_thread_priority": 10, - "server_thread_priority": 10, - "render_remove_yield": true, - "hide_gui": false -} \ No newline at end of file diff --git a/config/tectonic.json b/config/tectonic.json deleted file mode 100644 index c98226c..0000000 --- a/config/tectonic.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "experimental": { - // The increased height setting will change the max Overworld build and generation height to y640. - // The horizontal mountain scale setting will change the thickness of mountain ranges and the spacing between them. - // Lower values = thicker mountain ranges and more space between ranges. 0.15-0.25 is the sweet spot. - // The terrain scale setting will vertically stretch/compress terrain. Higher values = more extreme terrain heights. - "horizontal_mountain_scale": 0.25, - "increased_height": false, - "terrain_scale": 1.125 - }, - "features": { - // Enabling deeper oceans will lower vanilla ocean monuments to compensate for lower depth. - // Snow start offset moves where snow starts, preventing biomes like Taigas looking weird next to mountain ranges. - "deeper_oceans": true, - "desert_dunes": true, - "lava_rivers": true, - "snow_start_offset": 128, - "underground_rivers": true - }, - "legacy": { - // Tectonic v1 worlds have old biome data preventing them from being opened in Tectonic v2.1+. - // Enabling legacy mode will add back the biomes and upgrade worlds to the new format upon opening them. - // Once a world is upgraded by opening it, turn off legacy mode. - "enabled": false - }, - "mod_enabled": true -} \ No newline at end of file diff --git a/config/terrablender.toml b/config/terrablender.toml deleted file mode 100644 index 480598c..0000000 --- a/config/terrablender.toml +++ /dev/null @@ -1,27 +0,0 @@ -[general] - #The size of overworld biome regions from each mod that uses TerraBlender. - overworld_region_size = 3 - #The weighting of vanilla biome regions in the nether. - vanilla_nether_region_weight = 10 - #The size of nether biome regions from each mod that uses TerraBlender. - nether_region_size = 2 - #The weighting of vanilla biome regions in the overworld. - vanilla_overworld_region_weight = 10 - -[end] - #The size of edge end biomes. - edge_biome_size = 3 - #The size of highlands end biomes. - highlands_biome_size = 4 - #The weight of Vanilla end barrens biomes. - vanilla_end_barrens_weight = 10 - #The size of island end biomes. - island_biome_size = 2 - #The weight of Vanilla end highlands biomes. - vanilla_end_highlands_weight = 10 - #The weight of Vanilla end midlands biomes. - vanilla_end_midlands_weight = 10 - #The size of midlands end biomes. - midlands_biome_size = 4 - #The weight of Vanilla small end islands biomes. - vanilla_small_end_islands_weight = 10 diff --git a/config/the_bumblezone/bee_aggression.toml b/config/the_bumblezone/bee_aggression.toml deleted file mode 100644 index 80e91b7..0000000 --- a/config/the_bumblezone/bee_aggression.toml +++ /dev/null @@ -1,89 +0,0 @@ - ["Wrath of the Hive Options"."Bees Aggression Options"] - #---------------------------- - # - # Turn off or on the ability to get Wrath of the Hive effect. - # - # The bees can see you through walls and will have - # speed, absorption, and strength effects applied to them. - # - # Will also affect the bee's aggression toward other mobs in the dimension. - # Note: Peaceful mode will always override the bee aggressive setting. - # - allowWrath = true - #---------------------------- - # - # How far away the bee can be to become angry and hunt you down if - # you get Wrath of the Hive effect in the Bumblezone dimension. - # - # Will also affect the bee's aggression range toward other mobs in the dimension. - # - #Range: 1 ~ 200 - aggressionTriggerRadius = 64 - #---------------------------- - # - # How long Wrath of the Hive lasts which is basically how long - # angry bees will keep their effects for (speed, absorption, strength). - # Note: This is in ticks. 20 ticks = 1 second. And bee's normal anger will remain. - # - #Range: > 1 - howLongWrathOfTheHiveLasts = 1680 - #---------------------------- - # - # Determines if Wrath of the Hive can be applied to players outside - # the Bumblezone dimension when they pick up Honey blocks, take honey - # from Filled Porous Honey blocks, or drink Honey Bottles. - # - allowWrathOfTheHiveOutsideBumblezone = false - #---------------------------- - # - # If set to true, any entity that harms a beehemoth and is not owner of it, - # that entity will get Wrath of the Hive effect. - beehemothTriggersWrath = false - #---------------------------- - # - # Show the orange-ish particles when you get Wrath of the Hive - # after you angered the bees in the Bumblezone dimension. - # - showWrathOfTheHiveParticles = true - - ["Wrath of the Hive Options"."Bee Buffs From Wrath"] - #---------------------------- - # - # How fast bees move along the ground (Not while flying). - # You will see this a lot when bees are about to attack - # you, they tend to touch the floor and the speed boost - # makes them dash forward at you. Set this to higher for - # faster dash attacks from bees. - # - #Range: > 1 - speedBoostLevel = 2 - #---------------------------- - # - # How much extra health bees get that always instantly regenerates. - # This means you need to deal more damage than the extra health gives - # order to actually damage the bee's real health bar. - # - # For example, Absorption 1 here makes bees get 4 extra padding of health (2 full hearts). - # Your attacks need to deal 4 1/2 or more damage to actually be able to - # kill the bee. This means using Bane of Arthropod 5 is needed to kill bees - # if you set the absorption to a higher value like 2 or 3. - # If you set this to like 5 or something, bees may be invincible! - # - #Range: > 1 - absorptionBoostLevel = 1 - #---------------------------- - # - # How strong the bees attacks become. - # (5 or higher will instant kill you without armor). - # - #Range: > 1 - strengthBoostLevel = 1 - -["Protection of the Hive Options"] - #---------------------------- - # - # How long entities will keep Protection of the Hive effect after feeding bees - # or Brood Blocks. Bees will attack anyone that damages someone with the effect. - # - #Range: > 1 - howLongProtectionOfTheHiveLasts = 6000 diff --git a/config/the_bumblezone/client.toml b/config/the_bumblezone/client.toml deleted file mode 100644 index f4f0e09..0000000 --- a/config/the_bumblezone/client.toml +++ /dev/null @@ -1,150 +0,0 @@ -["The Bumblezone Client Dimension Options"] - #---------------------------- - # - # How bright the fog is in the Bumblezone dimension. - # - # The brightness is represented as a percentage - # so 0 will be pitch black, 50 will be half - # as bright, 100 will be normal orange brightness, - # and 100000 will be white. - # - #Range: 0.0 ~ 100000.0 - fogBrightnessPercentage = 100.0 - #---------------------------- - # - # How thick the fog in Bumblezone is. - # 2 is a little bit of fog and 50 is super thick fog. Decimal values are allowed. - # - #Range: 0.0 ~ 100.0 - fogThickness = 4.0 - #---------------------------- - # - # Whether Bumblezone dimension has thick fog or not. - # - enableDimensionFog = true - -["Essence Item HUD Rendering Configs"] - #---------------------------- - # - # How many of the rotating texture layers to show on HUD when Essence item is in offhand slot. - # 0 to turn the rendering off. - # - #Range: 0 ~ 3 - essenceItemHUDVisualEffectLayers = 3 - #---------------------------- - # - # How fast to spin the rotating texture layers on HUD when Essence item is in offhand slot. - # 0.5 for half speed. 0 to turn the spinning off. - # - #Range: 0.0 ~ 100.0 - essenceItemHUDVisualEffectSpeed = 1.0 - -["Knowing Essence Highlighting Configs (see block and entity tags for even more options)"] - #---------------------------- - # - # Whether Knowing Essence will highlight bosses in purple. (Does not override the forced highlighting entity tag) - # - knowingEssenceHighlightBosses = true - #---------------------------- - # - # Whether Knowing Essence will highlight monsters in red. (Does not override the forced highlighting entity tag) - # - knowingEssenceHighlightMonsters = true - #---------------------------- - # - # Whether Knowing Essence will highlight mobs you tamed in green. (Does not override the forced highlighting entity tag) - # - knowingEssenceHighlightTamed = true - #---------------------------- - # - # Whether Knowing Essence will highlight any other mobs in orange. (Does not override the forced highlighting entity tag) - # - knowingEssenceHighlightLivingEntities = true - #---------------------------- - # - # Whether Knowing Essence will highlight common items in world in white color. - # - knowingEssenceHighlightCommonItems = true - #---------------------------- - # - # Whether Knowing Essence will highlight uncommon items in world in yellow color. - # - knowingEssenceHighlightUncommonItems = true - #---------------------------- - # - # Whether Knowing Essence will highlight rare items in world in cyan color. - # - knowingEssenceHighlightRareItems = true - #---------------------------- - # - # Whether Knowing Essence will highlight epic items in world in purple color. - # - knowingEssenceHighlightEpicItems = true - #---------------------------- - # - # Whether Knowing Essence will tell you the name of structures you are in. (Server config can disable this) - # - knowingEssenceStructureNameClient = true - #---------------------------- - # - # X coordinate for where to render the structure name on screen. (Based on bottom left corner) - # - #Range: 0 ~ 10000 - knowingEssenceStructureNameXCoord = 4 - #---------------------------- - # - # Y coordinate for where to render the structure name on screen. (Based on bottom left corner) - # - #Range: 0 ~ 10000 - knowingEssenceStructureNameYCoord = 16 - -["Radiance Essence configs"] - #---------------------------- - # - # Whether Radiance Essence will show the durability of your armor. - # - radianceEssenceArmorDurability = true - #---------------------------- - # - # X coordinate for where to render the armor durability on screen. (Based on bottom left corner) - # - #Range: 0 ~ 10000 - radianceEssenceArmorDurabilityXCoord = 4 - #---------------------------- - # - # Y coordinate for where to render the armor durability on screen. (Based on bottom left corner) - # - #Range: 0 ~ 10000 - radianceEssenceArmorDurabilityYCoord = 16 - -["Entity Model/Renderer configs"] - #---------------------------- - # - # Turn this on if Variant Bee's model is messed up by another mod or resourcepack. Requires restart. - # - useBackupModelForVariantBee = false - #---------------------------- - # - # Whether to show the item on the Bee Queen that the Queen wants for Bonus Trades. - # - renderBeeQueenBonusTradeItem = true - -["Music configs"] - #---------------------------- - # - # If on, Flight of the Bumblebee by Rimsky Korsakov will play when you have Wrath of the Hive effect on. - # - playWrathOfHiveEffectMusic = true - #---------------------------- - # - # If on, Bee-ware of the Temple by LudoCrypt will play when you are in Sempiternal Sanctum. - # - playSempiternalSanctumMusic = true - -["Essence Block configs"] - #---------------------------- - # - # Whether to not render the shader for Essence Blocks. - # - # Will default to normal block textures instead if shader is disabled. - disableEssenceBlockShaders = false diff --git a/config/the_bumblezone/dimension.toml b/config/the_bumblezone/dimension.toml deleted file mode 100644 index 91cdabc..0000000 --- a/config/the_bumblezone/dimension.toml +++ /dev/null @@ -1,63 +0,0 @@ -["The Bumblezone Welcome Options"] - #---------------------------- - # - # Whether to show message saying to check out Bumblezone's advancements when you get near beehive for first time. - # - enableInitialWelcomeMessage = true - -["The Bumblezone Teleportation Options"] - #---------------------------- - # - # Allow Bumblezone mod to handle teleporting into the Bumblezone dimension. - # - enableEntranceTeleportation = true - #---------------------------- - # - # Allow Bumblezone mod to handle teleporting out of the Bumblezone dimension. - # - enableExitTeleportation = true - #---------------------------- - # - # If this is enabled, mobs that originally spawned in Bumblezone will be teleported - # to 0, 0 center of the Overworld when exiting Bumblezone dimension. - # - forceBumblezoneOriginMobToOverworldCenter = true - #---------------------------- - # - # Makes leaving The Bumblezone dimension always places you back - # at the Overworld regardless of which dimension you originally - # came from. Use this option if this dimension becomes locked in - # with another dimension so you are stuck teleporting between the - # two and cannot get back to the Overworld. - # - forceExitToOverworld = false - #---------------------------- - # - # Makes throwing Enderpearls at Bee Nests or Hives only - # work in the Overworld. What this means setting this to true makes it - # only possible to enter The Bumblezone dimension from the Overworld - onlyOverworldHivesTeleports = false - #---------------------------- - # - # If the block tag `the_bumblezone:dimension_teleportation/required_blocks_under_beehive_to_teleport` - # has blocks specified and this config is set to true, then player will get a warning if they - # throw an Enderpearl at a Bee Nest/Beehive but the block under it is - # not the correct required block. It will also tell the player what - # block is needed under the Bee Nest/Beehive to teleport to the dimension. - # - warnPlayersOfWrongBlockUnderHive = true - #---------------------------- - # - # Should teleporting to and from The Bumblezone work - # with modded Bee Nests and modded Beehives as well. - # - allowTeleportationWithModdedBeehives = true - #---------------------------- - # - # Changes the default dimension that teleporting exiting will take mobs to - # if there is no previously saved dimension on the mob. - # Use this option ONLY if your modpack's default dimension is not the Overworld. - # This will affect forceExitToOverworld, forceBumblezoneOriginMobToOverworldCenter, and onlyOverworldHivesTeleports - # config options so that they use this new default dimension instead of Overworld. - # - defaultDimension = "minecraft:overworld" diff --git a/config/the_bumblezone/general.toml b/config/the_bumblezone/general.toml deleted file mode 100644 index 7e34232..0000000 --- a/config/the_bumblezone/general.toml +++ /dev/null @@ -1,291 +0,0 @@ -["Bumblezone Fluid Options"] - #---------------------------- - # - # Whether extracting fluid from Honey Bottles will attempt to generate Bumblezone Honey Fluid. (Think extraction machines) - # - bzHoneyFluidFromHoneyBottles = true - -["Variant Bee Options"] - #---------------------------- - # - # What skin variations of Variant Bees can spawn! Add more bee textures to this folder `assets/the_bumblezone/textures/entity/bee_variants` and define the bee in this config! - # - variantBeeTypes = ["redtail_bee", "green_bee", "blue_bee", "white_bee", "ukraine_bee", "trans_bee", "asexual_bee", "agender_bee", "aroace_bee", "aromantic_bee", "bisexual_bee", "pan_bee", "enby_bee", "reverse_bee", "neapolitan_bee", "rainbow_bee"] - -["Beehemoth Options"] - #---------------------------- - # - # Base speed for the Beehemoth when being rode by a player. - # - #Range: 0.0 ~ 100.0 - beehemothSpeed = 0.95 - #---------------------------- - # - # Allows tamed Beehemoths to take damage from owner. - # - beehemothFriendlyFire = true - -["Special Bee Spawning Options"] - #---------------------------- - # - # Whether Bumblezone will handle spawning vanilla bees near players in the Bumblezone to make it feel full of Bees. - # Bees too far will be despawned in Bumblezone unless the bee has a hive, is name tagged, or is set to persistent. - # - specialBeeSpawning = true - #---------------------------- - # - # If specialBeeSpawning is set to true, this config controls how many vanilla bees should be - # near each player in Bumblezone dimension. Higher numbers like 100 is insane lol. 25 is nice. - # - #Range: 0 ~ 1000 - nearbyBeesPerPlayerInBz = 25 - -["Bee Loot Injection Options"] - #---------------------------- - # - # Whether Bee Stingers should drop from adult Bees that die while still having their stinger. - # This pulls from this loot table for the drops: `the_bumblezone:entities/bee_stinger_drops` - # - beeLootInjection = true - #---------------------------- - # - # Whether Bee Stingers should drop from adult modded Bees that die while still having their stinger. - # This pulls from this loot table for the drops: `the_bumblezone:entities/bee_stinger_drops` - # - moddedBeeLootInjection = true - -["Brewing Recipe Options"] - #---------------------------- - # - # Whether Glistering Honey Crystals can be used to make Potions of Luck. - glisteringHoneyBrewingRecipe = true - #---------------------------- - # - # Whether Bee Stingers can be used to make Potions of Long Poison. - beeStingerBrewingRecipe = true - #---------------------------- - # - # Whether Bee Soup can be used to make Potions of Neurotoxin. - beeSoupBrewingRecipe = true - -["Enchantments Options"] - #---------------------------- - # - # Maximum level that Neurotoxin enchantment's strength can be regardless of the enchantment's level. - # Note, changing this won't change enchantment's own max level. Just that this config set to 2 will make level 3 enchant behave like level 2. - # To change an enchantment's max level display, datapack replace data/the_bumblezone/enchantment/neurotoxin.json file. - # - #Range: 1 ~ 255 - neurotoxinMaxLevel = 2 - #---------------------------- - # - # Sets maximum tick duration the Paralyzed effect can be on an entity. Actions that reapply Paralyzed can still reset the timer and keep entity stunned. - # - #Range: 1 ~ 1000000 - paralyzedMaxTickDuration = 600 - -["Bee Queen Options"] - #---------------------------- - # - # Bonus Trades will multiply the normal trade's quantity by this amount! - # 0 or 1 set here disables Bonus Trades. - # - #Range: 0 ~ 256 - beeQueenBonusTradeRewardMultiplier = 3 - #---------------------------- - # - # How long in ticks that bonus Trades will last for before the Bee Queen asks for a new item. - # Setting this to 0 disables bonus Trades. Anything less than a minute (1200) will not broadcast request message to players. - # - #Range: 0 ~ 2000000 - beeQueenBonusTradeDurationInTicks = 24000 - #---------------------------- - # - # How many boosted trades are allowed until the Bonus Trade is depleted. - # The queen will request a new item for Bonus Trades after some time to recharge. - # Setting this to 0 disables bonus Trades. - # - #Range: 0 ~ 1000000 - beeQueenBonusTradeAmountTillSatified = 24 - #---------------------------- - # - # Whether to allow special trades to activate during certain days of the year. - # - beeQueenSpecialDayTrades = true - #---------------------------- - # - # Allow Bee Queen to respawn in Throne Pillar when located with fresh Throne Honey Compass. - # - beeQueenRespawning = true - -["Crystalline Flower Options"] - #---------------------------- - # - # Whether the Crystalline Flower block will eat any item entity that touches the block's collision box in the world. - # - crystallineFlowerConsumeItemEntities = true - #---------------------------- - # - # Whether the Crystalline Flower block will pull in and eat any experience orb that touches it in the world. - # - crystallineFlowerConsumeExperienceOrbEntities = true - #---------------------------- - # - # Whether the Crystalline Flower's GUI allows players to feed it items directly. - # - crystallineFlowerConsumeItemUI = true - #---------------------------- - # - # Whether the Crystalline Flower's GUI allows players to feed it the player's experience. - # - crystallineFlowerConsumeExperienceUI = true - #---------------------------- - # - # How much extra experience is required to reach the next tier for the Crystalline Flower. - # Remember, item consuming is also affected as items are converted to experience when the flower consumes it. - # - #Range: -1000000 ~ 1000000 - crystallineFlowerExtraXpNeededForTiers = 0 - #---------------------------- - # - # Increases or decreases the tier cost of all enchantments available by whatever value you set. - # The enchantment's final tier cost will be capped between 1 and 6. - # - #Range: -5 ~ 5 - crystallineFlowerExtraTierCost = 0 - #---------------------------- - # - # Controls how much "enchanting power" is used per tier to determine what enchantment shows up. - # Enchantments of higher levels or rarity requires more "enchanting power" before they show up in the UI. - # Think of this like how Enchanting Tables only shows stronger or rarer enchantments when you have more bookshelves. - # Except here, the flower's tier times this config value is used as the threshold to know what enchantment and level to show. - # - #Range: 0 ~ 1000 - crystallineFlowerEnchantingPowerAllowedPerTier = 8 - -["General Mechanics Options"] - #---------------------------- - # - # Should Dispensers always drop the Glass Bottle when using specific - # bottle items on certain The Bumblezone blocks? - # - # Example: Using Honey Bottle to feed Honeycomb Brood Blocks will grow the larva and - # drop the Glass Bottle instead of putting it back into Dispenser if this is set to true. - # - dispensersDropGlassBottles = false - #---------------------------- - # - # Brood Blocks will automatically spawn bees until the number of active bees is the value below. - # Set this higher to allow Brood Blocks to spawn more bees in a smaller area or set it to 0 to turn - # off automatic Brood Block bee spawning. - # - #Range: 0 ~ 1000 - broodBlocksBeeSpawnCapacity = 40 - #---------------------------- - # - # Whether Pile of Pollen should spread fire super quickly to burn away huge swathes of pollen. - # - pileOfPollenHyperFireSpread = false - #---------------------------- - # - # Allows lit Super Candles/Potion Candle to burn living entities in its flame. - # - superCandlesBurnsMobs = true - -["Music Disc Options"] - #---------------------------- - # - # Whether Wandering Traders can have a rare trade for Bumblezone Music Discs. - # - allowWanderingTraderMusicDiscsTrades = true - -["Essence Item And Events Options"] - #---------------------------- - # - # Whether the Essence events in Sempiternal Sanctums can be repeated after beating it once. - # - repeatableEssenceEvents = true - #---------------------------- - # - # How much max health Cosmic Crystal entity has. (For Continuity Essence event in White Sempiternal Sanctum) - # - #Range: 1 ~ 1000000 - cosmicCrystalHealth = 60 - #---------------------------- - # - # How much ability use this item has before depleted. - # - #Range: 0 ~ 1000000 - ragingEssenceAbilityUse = 28 - #---------------------------- - # - # How long the cooldown is in ticks before recharged for this item. - # - #Range: 0 ~ 1000000 - ragingEssenceCooldown = 36000 - #---------------------------- - # - # How many rage levels there are and what level Strength effect each rage level gives. - # The list is in order of the effect levels that the player will get as they make highlighted kills. - # Adding or removing numbers will change the maximum number of rage tiers too. - # - ragingEssenceStrengthLevels = [1, 2, 3, 5, 8, 14, 20] - #---------------------------- - # - # How much ability use (per second) this item has before depleted. - # - #Range: 0 ~ 1000000 - knowingEssenceAbilityUse = 1200 - #---------------------------- - # - # How long the cooldown is in ticks before recharged for this item. - # - #Range: 0 ~ 1000000 - knowingEssenceCooldown = 18000 - #---------------------------- - # - # Whether clients should be allowed to see names of structures they are in with this item. - # - knowingEssenceStructureNameServer = true - #---------------------------- - # - # How much ability use (per second) this item has before depleted. - # - #Range: 0 ~ 1000000 - calmingEssenceAbilityUse = 600 - #---------------------------- - # - # How long the cooldown is in ticks before recharged for this item. - # - #Range: 0 ~ 1000000 - calmingEssenceCooldown = 12000 - #---------------------------- - # - # How much ability use this item has before depleted. - # - #Range: 0 ~ 1000000 - lifeEssenceAbilityUse = 1000 - #---------------------------- - # - # How long the cooldown is in ticks before recharged for this item. - # - #Range: 0 ~ 1000000 - lifeEssenceCooldown = 12000 - #---------------------------- - # - # How much ability use (per 25 ticks) this item has before depleted. - # - #Range: 0 ~ 1000000 - radianceEssenceAbilityUse = 4800 - #---------------------------- - # - # How long the cooldown is in ticks before recharged for this item. - # - #Range: 0 ~ 1000000 - radianceEssenceCooldown = 12000 - #---------------------------- - # - # How long the cooldown is in ticks before recharged for this item. - # - #Range: 0 ~ 1000000 - continuityEssenceCooldown = 48000 diff --git a/config/the_bumblezone/mod_compatibility.toml b/config/the_bumblezone/mod_compatibility.toml deleted file mode 100644 index 71bd6ce..0000000 --- a/config/the_bumblezone/mod_compatibility.toml +++ /dev/null @@ -1,225 +0,0 @@ -["Misc Compat Options"] - #---------------------------- - # - # The fluid to replace Bumblezone's Honey Fluid in the dimension. Requires game restart. - # Note, this will not replace already placed Bumblezone Honey Fluid. - # - alternativeFluidToReplaceHoneyFluid = "" - -["Pokecube Compat"] - #---------------------------- - # - # Spawn Pokecube's bee-like pokemon in The Bumblezone and from Honey Brood Blocks. - # - spawnPokecubeBeePokemon = true - #---------------------------- - # - # Pokecube's bee-like pokemon that spawn in The Bumblezone will get - # Protection of the Hive effect. Attacking these pokemon in bumblezone will - # give you Wrath of the Hive effect and swarmed of angry bees. - # - beePokemonGetsProtectionEffect = true - #---------------------------- - # - # Chance of a Bee spawning from Honeycomb Brood Blocks being replaced by Pokecube's bee Pokemon. - # 0 is no Pokemon mobs and 1 is max Pokemon mobs. - # - #Range: 0.0 ~ 1.0 - spawnrateOfPokecubeBeePokemon = 0.05 - -["Tropicraft Compat"] - #---------------------------- - # - # Spawn Tropicraft's Tropibee in The Bumblezone and from Honey Brood Blocks alongside - # regular bees at a spawnrateOfTropicraftBeesMobs chance when spawning regular bees. - # - spawnTropicraftBeesMob = true - #---------------------------- - # - # Chance of a Bee spawning from Honeycomb Brood Blocks in Bumblezone dimension being replaced by Tropicraft's Tropibee. - # 0 is no Tropicraft's mobs and 1 is max Tropicraft's mobs. - # - #Range: 0.0 ~ 1.0 - spawnrateOfTropicraftBeesMobs = 0.025 - #---------------------------- - # - # Allow Honeycomb Brood blocks fed by Dispenser to be able to have chance of spawning Tropicraft's Tropibee. - # - allowTropicraftSpawnFromDispenserFedBroodBlock = true - -["Resourceful Bees Compat"] - #---------------------------- - # - # Spawn Resourceful Bees in The Bumblezone and from Honey Brood Blocks alongside - # regular bees at a spawnrateOfResourcefulBeesMobs chance. - # You can datapack `the_bumblezone:resourcefulbees/spawnable_from_brood_block` entity tag - # and/or `the_bumblezone:resourcefulbees/spawnable_from_chunk_creation` entity tag - # for more control of what kinds of bees spawns. - # - spawnResourcefulBeesBeesMob = true - #---------------------------- - # - # Chance of a Bee spawning from Honeycomb Brood Blocks in Bumblezone dimension being replaced by Resourceful Bee's mob. - # 0 is no Resourceful Bees mobs and 1 is max Resourceful Bees mobs. - # - #Range: 0.0 ~ 1.0 - spawnrateOfResourcefulBeesMobsBrood = 0.03 - #---------------------------- - # - # Chance of a regular Bee spawning in Bumblezone being replaced by Resourceful Bee's mob. - # 0 is no Resourceful Bees mobs and 1 is max Resourceful Bees mobs. - # - #Range: 0.0 ~ 1.0 - spawnrateOfResourcefulBeesMobsOther = 0.008 - #---------------------------- - # - # How much of Bee Dungeons is made of honeycombs from `the_bumblezone:resourcefulbees/spawns_in_bee_dungeons` block tag. - # 0 is no Resourceful Bees honeycombs and 1 is max Resourceful Bees honeycombs. - # - #Range: 0.0 ~ 1.0 - RBOreHoneycombSpawnRateBeeDungeon = 0.06 - #---------------------------- - # - # How much of Spider Infested Bee Dungeons is made of honeycombs from `the_bumblezone:resourcefulbees/spawns_in_spider_infested_bee_dungeons` block tag. - # 0 is no Resourceful Bees honeycombs and 1 is max Resourceful Bees honeycombs. - # - #Range: 0.0 ~ 1.0 - RBOreHoneycombSpawnRateSpiderBeeDungeon = 0.12 - #---------------------------- - # - # Spawn Resourceful Bees's various honeycomb variants in The Bumblezone at all - # kinds of heights and height bands. Start exploring to find where they spawn! - # - # NOTE: Will require a restart of the world to take effect. - # - spawnResourcefulBeesHoneycombVeins = true - #---------------------------- - # - # Allow Bee Jars with bees inside to turn Empty Honeycomb Brood blocks into - # a regular Honeycomb Brood Block with a larva inside! - # - allowResourcefulBeesBeeJarRevivingEmptyBroodBlock = true - #---------------------------- - # - # Allow Honeycomb Brood blocks fed by Dispenser to be able to have chance of spawning Resourceful Bees's bees. - # - allowResourcefulBeesSpawnFromDispenserFedBroodBlock = true - -["Productive Bees Compat"] - #---------------------------- - # - # Spawn Productive Bees in The Bumblezone and from Honey Brood Blocks alongside - # regular bees at a spawnrateOfProductiveBeesMobs chance when spawning regular bees. - # - spawnProductiveBeesBeesMob = true - #---------------------------- - # - # Allow what Productive Bees bees should be able to spawn in Bumblezone. - # - allowedBees = ["productivebees:iron", "productivebees:coal", "productivebees:redstone", "productivebees:copper", "productivebees:lapis", "productivebees:gold", "productivebees:emerald", "productivebees:obsidian", "productivebees:experience", "productivebees:magmatic", "productivebees:amethyst", "productivebees:prismarine", "productivebees:crystalline", "productivebees:sugarbag", "productivebees:glowing", "productivebees:frosty", "productivebees:slimy", "productivebees:silky", "productivebees:blazing", "productivebees:ender", "productivebees:skeletal", "productivebees:ghostly", "productivebees:zombie"] - #---------------------------- - # - # Chance of a Bee spawning in Bumblezone or from Honeycomb Brood Blocks being replaced by Productive Bees mob. - # 0 is no Productive Bees mobs and 1 is max Productive Bees mobs. - # - #Range: 0.0 ~ 1.0 - spawnrateOfProductiveBeesMobs = 0.03 - #---------------------------- - # - # Spawn Productive Bees various honeycomb variants in The Bumblezone at all - # kinds of heights and height bands. Start exploring to find where they spawn! - # Disabling this config will make all Productive Bees comb blocks not spawn in Bumblezone dimension. - # - # To add or remove specific combs from spawning, datapack replace this placed feature tag file: - #`data/the_bumblezone/tags/worldgen/placed_feature/productive_bees_combs.json` - # - # NOTE: This config will require a restart of the world to take effect. - # - spawnProductiveBeesHoneycombVariants = true - #---------------------------- - # - # Allow what Productive Bees combs should be able to spawn in Bumblezone dungeons. - allowedCombsForDungeons = ["productivebees:diamond", "productivebees:iron", "productivebees:coal", "productivebees:redstone", "productivebees:copper", "productivebees:lapis", "productivebees:gold", "productivebees:emerald", "productivebees:obsidian", "productivebees:experience", "productivebees:magmatic", "productivebees:amethyst", "productivebees:prismarine", "productivebees:crystalline", "productivebees:sugarbag", "productivebees:glowing", "productivebees:frosty", "productivebees:slimy", "productivebees:silky", "productivebees:blazing", "productivebees:ender", "productivebees:skeletal", "productivebees:ghostly", "productivebees:zombie"] - #---------------------------- - # - # Allow Bee Cages with bees inside to turn Empty Honeycomb Brood blocks into - # a regular Honeycomb Brood Block with a larva inside! - # - allowProductiveBeesBeeCageRevivingEmptyBroodBlock = true - #---------------------------- - # - # Allow Honeycomb Brood blocks fed by Dispenser to be able to have chance of spawning Productive Bees bees. - # - allowProductiveBeesSpawnFromDispenserFedBroodBlock = true - #---------------------------- - # - # How much of Bee Dungeons is made of ore-based honeycombs. - # 0 is no Productive Bees honeycombs and 1 is max Productive Bees honeycombs. - # - #Range: 0.0 ~ 1.0 - PBOreHoneycombSpawnRateBeeDungeon = 0.125 - #---------------------------- - # - # How much of Spider Infested Bee Dungeons is made of ore-based honeycombs. - # 0 is no Productive Bees honeycombs and 1 is max Productive Bees honeycombs. - # - #Range: 0.0 ~ 1.0 - PBOreHoneycombSpawnRateSpiderBeeDungeon = 0.25 - -["Friends and Foes Compat"] - #---------------------------- - # - # Adds Bumblezone items to Friends and Foes's Beekeeper trades! - # - allowFriendsAndFoesBeekeeperTradesCompat = true - -["Quark Compat"] - #---------------------------- - # - # Adds Bumblezone items symbols to Quark's enchantment tooltips! - # - injectBzItemsIntoQuarkEnchantmentTooltipsCompat = true - -["Buzzier Bees Compat"] - #---------------------------- - # - # Allow Bee Bottle to turn Empty Honeycomb Brood blocks into a regular Honeycomb Brood Block with a larva inside! - # - allowBeeBottleRevivingEmptyBroodBlock = true - -["Forbidden Arcanus Compat"] - #---------------------------- - # - # Allow Bee Bucket to turn Empty Honeycomb Brood blocks into a regular Honeycomb Brood Block with a larva inside! - # - allowBeeBucketRevivingEmptyBroodBlock = true - -["Potion of Bees Compat"] - #---------------------------- - # - # Allow Potion of Bees to turn Empty Honeycomb Brood blocks into - # a regular Honeycomb Brood Block with a larva inside! - # - allowPotionOfBeesRevivingEmptyBroodBlock = true - -["Goodall Compat"] - #---------------------------- - # - # Allow Bottled Bees to turn Empty Honeycomb Brood blocks into - # a regular Honeycomb Brood Block with a larva inside! - # - allowGoodallBottledBeesRevivingEmptyBroodBlock = true - -["Beekeeper Compat"] - #---------------------------- - # - # Adds Bumblezone items to Beekeeper mod's Beekeeper trades! - # - allowBeekeeperTradesCompat = true - -["Lootr Compat"] - #---------------------------- - # - # Allow loot Cocoons to have compat with Lootr - # - allowLootrCompat = true diff --git a/config/the_bumblezone/worldgen.toml b/config/the_bumblezone/worldgen.toml deleted file mode 100644 index 2e052d0..0000000 --- a/config/the_bumblezone/worldgen.toml +++ /dev/null @@ -1,29 +0,0 @@ -["Dungeon Options"] - #---------------------------- - # - # How rare Bee Dungeons are. Higher numbers means more rare. - # Default rate is 1. Setting to 1001 will disable Bee Dungeons. - # - #Range: 1 ~ 1001 - beeDungeonRarity = 1 - #---------------------------- - # - # How rare Tree Dungeons are. Higher numbers means more rare. - # Default rate is 1. Setting to 1001 will disable Tree Dungeons. - # - #Range: 1 ~ 1001 - treeDungeonRarity = 2 - #---------------------------- - # - # How rare Spider Infested Bee Dungeons are. Higher numbers means more rare. - # Default rate is 5. Setting to 1001 will disable Bee Dungeons. - # - #Range: 1 ~ 1001 - spiderInfestedBeeDungeonRarity = 5 - #---------------------------- - # - # How rare are Spider/Cave Spider Spawners in Spider Infested Bee Dungeons. - # 0 is no spawners, 1 is maximum spawners, and default is 0.2D - # - #Range: 0.0 ~ 1.0 - spawnerRateSpiderBeeDungeon = 0.2 diff --git a/config/threadtweak.json b/config/threadtweak.json deleted file mode 100644 index 9ef3349..0000000 --- a/config/threadtweak.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "threadCount": { - "bootstrap": 1, - "main": 15 - }, - "threadPriority": { - "game": 5, - "bootstrap": 1, - "main": 1, - "io": 1, - "integratedServer": 5 - } -} \ No newline at end of file diff --git a/config/titanium/titanium-tags.toml b/config/titanium/titanium-tags.toml deleted file mode 100644 index e468365..0000000 --- a/config/titanium/titanium-tags.toml +++ /dev/null @@ -1,3 +0,0 @@ -[TagConfig] - #A list of mod ids sorted by preference when getting an Item for a tag - ITEM_PREFERENCE = ["minecraft", "emendatusenigmatica", "immersiveengineering", "thermal", "create", "mekanism", "jaopca", "kubejs", "appliedenergistics2", "pneumaticcraft", "occultism", "tmechworks", "industrialforegoing", "botania", "quark", "pedestals"] diff --git a/config/titanium/titanium.toml b/config/titanium/titanium.toml deleted file mode 100644 index f7d707e..0000000 --- a/config/titanium/titanium.toml +++ /dev/null @@ -1,12 +0,0 @@ -[TitaniumConfig] - #A Boolean that is true by default - thisIsABoolean = true - #A Boolean that is false by default - NOT_BOOLEAN = false - intAngery = 7 - - [TitaniumConfig.Dabber] - dabby = "lil dab" - - [TitaniumConfig.TestBlock] - DUMB_VALUE = 135 diff --git a/config/toms_peripherals-common.toml b/config/toms_peripherals-common.toml deleted file mode 100644 index c24d284..0000000 --- a/config/toms_peripherals-common.toml +++ /dev/null @@ -1,7 +0,0 @@ -#IMPORTANT NOTICE: -#THIS IS ONLY THE COMMON CONFIG. It does not contain all the values adjustable for Tom's Peripherals -#The settings have been moved to toms-peripherals-server.toml -#That file is PER WORLD, meaning you have to go into 'saves//serverconfig' to adjust it. Those changes will then only apply for THAT WORLD. -#You can then take that config file and put it in the 'defaultconfigs' folder to make it apply automatically to all NEW worlds you generate FROM THERE ON. -#This may appear confusing to many of you, but it is a new sensible way to handle configuration, because the server configuration is synced when playing multiplayer. -importantInfo = true diff --git a/config/toms_peripherals-server.toml b/config/toms_peripherals-server.toml deleted file mode 100644 index 362e895..0000000 --- a/config/toms_peripherals-server.toml +++ /dev/null @@ -1,6 +0,0 @@ -#Max Screen Size -#Range: 1 ~ 64 -maxScreenSize = 16 -#Maximum VRAM Size in GPU peripherals -#Range: > 16384 -maxVRAMSize = 16777216 diff --git a/config/towns_and_towers/structure_enable_or_disable_new.json5 b/config/towns_and_towers/structure_enable_or_disable_new.json5 deleted file mode 100644 index 617df71..0000000 --- a/config/towns_and_towers/structure_enable_or_disable_new.json5 +++ /dev/null @@ -1,89 +0,0 @@ -/* -This config file makes it possible to switch off any structure from Towns and Towers. Big thanks to Cristelknight for making this all possible. -To disable a structure, simply set the value of that structure to "false". -o change the rarity of a structure category, use the other file in the config. - -LINKS -===== -Curseforge link: https://www.curseforge.com/minecraft/mc-mods/towns-and-towers -Modrinth link: https://modrinth.com/mod/towns-and-towers -PMC link: https://www.planetminecraft.com/data-pack/towns-amp-towers-structure-overhaul/ -GitHub Repository: [NEED TO MAKE ONE] -*/ -{ - // Here you can find all pillager outposts. - "towers": { - "pillager_outpost_badlands": true, - "pillager_outpost_beach": true, - "pillager_outpost_birch_forest": true, - "pillager_outpost_desert": true, - "pillager_outpost_flower_forest": true, - "pillager_outpost_forest": true, - "pillager_outpost_grove": true, - "pillager_outpost_jungle": true, - "pillager_outpost_meadow": true, - "pillager_outpost_mushroom_fields": true, - "pillager_outpost_ocean": true, - "pillager_outpost_old_growth_taiga": true, - "pillager_outpost_savanna": true, - "pillager_outpost_savanna_plateau": true, - "pillager_outpost_snowy_beach": true, - "pillager_outpost_snowy_plains": true, - "pillager_outpost_snowy_slopes": true, - "pillager_outpost_sparse_jungle": true, - "pillager_outpost_sunflower_plains": true, - "pillager_outpost_swamp": true, - "pillager_outpost_taiga": true, - "pillager_outpost_snowy_taiga": true, - "pillager_outpost_wooded_badlands": true, - // Here you can find all pillager outposts which are exclusive to other worldgen mods (ex.: WWOO, Terralith, BoP, BYG, etc.). - "exclusives": { - "pillager_outpost_mediterranean": true, - "pillager_outpost_tudor": true, - "pillager_outpost_classic": true, - "pillager_outpost_oriental": true, - "pillager_outpost_swedish": true, - "pillager_outpost_iberian": true, - "pillager_outpost_rustic": true, - "pillager_outpost_nilotic": true - } - }, - // Here you can find all structures that aren't villages or outposts. - "other": { - "mimic_desert": true, - "wreckage_ocean": true - }, - // Here you can find all villages. - "towns": { - "village_badlands": true, - "village_beach": true, - "village_birch_forest": true, - "village_flower_forest": true, - "village_forest": true, - "village_snowy_slopes": true, - "village_jungle": true, - "village_meadow": true, - "village_mushroom_fields": true, - "village_ocean": true, - "village_old_growth_taiga": true, - "village_grove": true, - "village_savanna_plateau": true, - "village_sunflower_plains": true, - "village_snowy_taiga": true, - "village_sparse_jungle": true, - "village_swamp": true, - "village_wooded_badlands": true, - // Here you can find all villages which are exclusive to other worldgen mods (ex.: WWOO, Terralith, BoP, BYG, etc.). - "exclusives": { - "village_mediterranean": true, - "village_swedish": true, - "village_tudor": true, - "village_wandering_trader_camp": true, - "village_classic": true, - "village_rustic": true, - "village_iberian": true, - "village_nilotic": true, - "village_piglin": true - } - } -} \ No newline at end of file diff --git a/config/towns_and_towers/structure_rarity_new.json5 b/config/towns_and_towers/structure_rarity_new.json5 deleted file mode 100644 index c143c0a..0000000 --- a/config/towns_and_towers/structure_rarity_new.json5 +++ /dev/null @@ -1,43 +0,0 @@ -/* -This config file makes it possible to change the spacing, separation, salt (and frequency) of Towns and Towers' structure sets. Big thanks to Cristelknight for making this all possible. - SPACING --- controls how far a structure can be from others of its kind - SEPARATION --- controls how close to each other two structures of the same type can be. -By default, the values should be 48/24 for villages and outposts (spacing/separation respectively) - a hypothetical village is going to appear not further than 48 chunks away (ca. 760 blocks), but not closer than 24 chunks (ca. 380 blocks). - * If you want a structure to spawn more frequently, decrease those values. - * If you want a structure to spawn less frequently, increase those values. -KEEP IN MIND THAT SPACING ALWAYS NEEDS TO BE HIGHER THAN SEPARATION. - -LINKS -===== -Curseforge link: https://www.curseforge.com/minecraft/mc-mods/towns-and-towers -Modrinth link: https://modrinth.com/mod/towns-and-towers -PMC link: https://www.planetminecraft.com/data-pack/towns-amp-towers-structure-overhaul/ -GitHub Repository: [NEED TO MAKE ONE] -*/ -{ - // Here you can find all pillager outposts. - "towers": { - // DEFAULT 48 - "spacing": 48, - // DEFAULT 24 - "separation": 12, - "frequency": 0.2, - "salt": 213742069 - }, - // Here you can find all structures that aren't villages or outposts. - "other": { - // DEFAULT 32 - "spacing": 32, - // DEFAULT 16 - "separation": 16, - "salt": 213742069 - }, - // Here you can find all villages. - "towns": { - // DEFAULT 48 - "spacing": 51, - // DEFAULT 24 - "separation": 12, - "salt": 213742069 - } -} \ No newline at end of file diff --git a/config/travelersbackpack-client.toml b/config/travelersbackpack-client.toml deleted file mode 100644 index fe733e0..0000000 --- a/config/travelersbackpack-client.toml +++ /dev/null @@ -1,31 +0,0 @@ -#Client-only settings -[client] - #Whether the backpack icon should be visible in player's inventory - showBackpackIconInInventory = true - #Sends a message to the player on death with backpack coordinates - sendBackpackCoordinatesMessage = true - #Enables tool cycling via keybind (Default Z) + scroll combination, while backpack is worn - enableToolCycling = true - #Allows tool cycling using keybinding only (Default Z) - disableScrollWheel = false - #Enables legacy GUI (Blue slots for storage, brown for crafting and green for tools) - enableLegacyGui = false - #Enables tip, how to obtain a backpack, if there's no crafting recipe for it - obtainTips = true - #Render tools in tool slots on the backpack, while worn - renderTools = true - #Render backpack if elytra is present - renderBackpackWithElytra = true - #Disable backpack rendering - disableBackpackRender = false - - #The position of the Overlay on the screen - [client.overlay] - #Enables tanks and tool slots overlay, while backpack is worn - enableOverlay = true - #Offsets to left side - #Range: > -2147483648 - offsetX = 20 - #Offsets to up - #Range: > -2147483648 - offsetY = 30 diff --git a/config/travelersbackpack-common.toml b/config/travelersbackpack-common.toml deleted file mode 100644 index 7154afe..0000000 --- a/config/travelersbackpack-common.toml +++ /dev/null @@ -1,6 +0,0 @@ -#Common config settings -[common] - #Enables backpacks spawning in loot chests - enableLoot = true - #Enables trade for Villager Backpack in Librarian villager trades - enableVillagerTrade = true diff --git a/config/travelersbackpack-server.toml b/config/travelersbackpack-server.toml deleted file mode 100644 index c057301..0000000 --- a/config/travelersbackpack-server.toml +++ /dev/null @@ -1,133 +0,0 @@ -#Server config settings -[server] - - [server.backpackSettings] - enableTierUpgrades = true - #Enables equipping the backpack on right-click from the ground - rightClickEquip = true - #Enables unequipping the backpack on right-click on the ground with empty hand - rightClickUnequip = false - #Allows to use only equipped backpack - allowOnlyEquippedBackpack = false - #Backpack immune to any damage source (lava, fire), can't be destroyed, never disappears as floating item - invulnerableBackpack = true - #Tool slots accept any item - toolSlotsAcceptEverything = false - #List of items that can be put in tool slots (Use registry names, for example: "minecraft:apple", "minecraft:flint") - toolSlotsAcceptableItems = [] - #List of items that can't be put in backpack inventory (Use registry names, for example: "minecraft:apple", "minecraft:flint") - blacklistedItems = [] - #Allows putting shulker boxes and other items with inventory in backpack - allowShulkerBoxes = false - #Prevents backpack disappearing in void, spawns floating backpack above minimum Y when player dies in void - voidProtection = true - #Places backpack at place where player died - backpackDeathPlace = true - #Places backpack at place where player died, replacing all blocks that are breakable and do not have inventory (backpackDeathPlace must be true in order to work) - backpackForceDeathPlace = false - enableSleepingBagSpawnPoint = false - #If true, backpack can only be worn by placing it in Accessories 'Back' slot - #WARNING - Remember to TAKE OFF BACKPACK BEFORE enabling or disabling this integration!! - if not you'll lose your backpack - accessoriesIntegration = true - #If true, backpack can only be worn by placing it in Curios 'Back' slot - #WARNING - Remember to TAKE OFF BACKPACK BEFORE enabling or disabling this integration!! - if not you'll lose your backpack - curiosIntegration = true - - #Leather Tier Backpack Settings - [server.backpackSettings.leatherTierBackpack] - #Number of inventory slots for the tier - #Range: 1 ~ 63 - inventorySlotCount = 27 - #Number of tool slots for the tier - #Range: 0 ~ 6 - toolSlotCount = 2 - #Tank capacity for the tier, 1000 equals 1 Bucket - #Range: 1 ~ 128000 - tankCapacity = 3000 - - #Iron Tier Backpack Settings - [server.backpackSettings.ironTierBackpack] - #Number of inventory slots for the tier - #Range: 1 ~ 63 - inventorySlotCount = 36 - #Number of tool slots for the tier - #Range: 0 ~ 6 - toolSlotCount = 3 - #Tank capacity for the tier, 1000 equals 1 Bucket - #Range: 1 ~ 128000 - tankCapacity = 4000 - - #Gold Tier Backpack Settings - [server.backpackSettings.goldTierBackpack] - #Number of inventory slots for the tier - #Range: 1 ~ 63 - inventorySlotCount = 45 - #Number of tool slots for the tier - #Range: 0 ~ 6 - toolSlotCount = 4 - #Tank capacity for the tier, 1000 equals 1 Bucket - #Range: 1 ~ 128000 - tankCapacity = 5000 - - #Diamond Tier Backpack Settings - [server.backpackSettings.diamondTierBackpack] - #Number of inventory slots for the tier - #Range: 1 ~ 63 - inventorySlotCount = 54 - #Number of tool slots for the tier - #Range: 0 ~ 6 - toolSlotCount = 5 - #Tank capacity for the tier, 1000 equals 1 Bucket - #Range: 1 ~ 128000 - tankCapacity = 6000 - - #Netherite Tier Backpack Settings - [server.backpackSettings.netheriteTierBackpack] - #Number of inventory slots for the tier - #Range: 1 ~ 63 - inventorySlotCount = 63 - #Number of tool slots for the tier - #Range: 0 ~ 6 - toolSlotCount = 6 - #Tank capacity for the tier, 1000 equals 1 Bucket - #Range: 1 ~ 128000 - tankCapacity = 7000 - - #Crafting Upgrade Settings - [server.backpackSettings.craftingUpgrade] - enableUpgrade = true - #Newly crafted backpacks will have crafting upgrade included by default - includeByDefault = false - #Whether crafting grid should save items - savesItems = true - - [server.world] - #Enables chance to spawn Zombie, Skeleton, Wither Skeleton, Piglin or Enderman with random backpack equipped - spawnEntitiesWithBackpack = true - #Defines spawn chance of entity with a backpack - #Range: 0.0 ~ 1.0 - chance = 0.005 - #List of overworld entity types that can spawn with equipped backpack. DO NOT ADD anything to this list, because the game will crash, remove entries if mob should not spawn with backpack - possibleOverworldEntityTypes = ["minecraft:zombie", "minecraft:skeleton", "minecraft:enderman"] - #List of nether entity types that can spawn with equipped backpack. DO NOT ADD anything to this list, because the game will crash, remove entries if mob should not spawn with backpack - possibleNetherEntityTypes = ["minecraft:wither_skeleton", "minecraft:piglin"] - #List of backpacks that can spawn on overworld mobs - overworldBackpacks = ["travelersbackpack:standard", "travelersbackpack:diamond", "travelersbackpack:gold", "travelersbackpack:emerald", "travelersbackpack:iron", "travelersbackpack:lapis", "travelersbackpack:redstone", "travelersbackpack:coal", "travelersbackpack:bookshelf", "travelersbackpack:sandstone", "travelersbackpack:snow", "travelersbackpack:sponge", "travelersbackpack:cake", "travelersbackpack:cactus", "travelersbackpack:hay", "travelersbackpack:melon", "travelersbackpack:pumpkin", "travelersbackpack:creeper", "travelersbackpack:enderman", "travelersbackpack:skeleton", "travelersbackpack:spider", "travelersbackpack:bee", "travelersbackpack:wolf", "travelersbackpack:fox", "travelersbackpack:ocelot", "travelersbackpack:horse", "travelersbackpack:cow", "travelersbackpack:pig", "travelersbackpack:sheep", "travelersbackpack:chicken", "travelersbackpack:squid"] - #List of backpacks that can spawn on nether mobs - netherBackpacks = ["travelersbackpack:quartz", "travelersbackpack:nether", "travelersbackpack:blaze", "travelersbackpack:ghast", "travelersbackpack:magma_cube", "travelersbackpack:wither"] - - [server.backpackAbilities] - enableBackpackAbilities = true - #Newly crafted backpacks will have ability enabled by default - forceAbilityEnabled = true - #List of backpacks that are allowed to have an ability. DO NOT ADD anything to this list, because the game will crash, remove entries if backpack should not have ability - allowedAbilities = ["travelersbackpack:netherite", "travelersbackpack:diamond", "travelersbackpack:gold", "travelersbackpack:emerald", "travelersbackpack:iron", "travelersbackpack:lapis", "travelersbackpack:redstone", "travelersbackpack:bookshelf", "travelersbackpack:sponge", "travelersbackpack:cake", "travelersbackpack:cactus", "travelersbackpack:melon", "travelersbackpack:pumpkin", "travelersbackpack:creeper", "travelersbackpack:dragon", "travelersbackpack:enderman", "travelersbackpack:blaze", "travelersbackpack:ghast", "travelersbackpack:magma_cube", "travelersbackpack:spider", "travelersbackpack:wither", "travelersbackpack:bat", "travelersbackpack:bee", "travelersbackpack:ocelot", "travelersbackpack:cow", "travelersbackpack:chicken", "travelersbackpack:squid"] - - [server.slownessDebuff] - #Player gets slowness effect, if carries too many backpacks in inventory - tooManyBackpacksSlowness = false - #Maximum number of backpacks, which can be carried in inventory, without slowness effect - #Range: 1 ~ 37 - maxNumberOfBackpacks = 3 - #Range: 0.1 ~ 5.0 - slownessPerExcessedBackpack = 1.0 diff --git a/config/treeharvester.json5 b/config/treeharvester.json5 deleted file mode 100644 index 105ce18..0000000 --- a/config/treeharvester.json5 +++ /dev/null @@ -1,38 +0,0 @@ -{ - // If enabled, tree harvesting only works when a player is holding an axe in the main hand. - "mustHoldAxeForTreeHarvest": true, - // If enabled, tree harvesting works when not holding the sneak button. If disabled it's reversed, and only works when sneaking. - "treeHarvestWithoutSneak": false, - // Whether the mod should attempt to find the actual bottom log of the tree and start there. This means you can break a tree in the middle and it will still completely be felled. - "automaticallyFindBottomBlock": true, - // If enabled, the leaves around a broken tree will quickly disappear. Only works with 'instantBreakLeavesAround' disabled. - "enableFastLeafDecay": true, - // If enabled, the warped stem/crimson trees in the nether will also be chopped down quickly. - "enableNetherTrees": true, - // If enabled, giant/huge mushrooms will also be chopped down quickly. - "enableHugeMushrooms": true, - // If enabled, trees with leaves placed by players won't be destroyed. - "ignorePlayerMadeTrees": true, - // If enabled, automatically replaces the sapling from the drops when a tree is harvested. - "replaceSaplingOnTreeHarvest": true, - // If enabled, automatically replaces the sapling from the drops when a huge mushroom is harvested and 'enableHugeMushrooms' is enabled. - "replaceMushroomOnMushroomHarvest": true, - // If enabled, for every log harvested, the axe held loses durability. - "loseDurabilityPerHarvestedLog": true, - // Here you can set how much durability chopping down a tree should take from the axe. For example if set to 0.1, this means that every 10 logs take 1 durability. - // min: 0.001, max: 1.0 - "loseDurabilityModifier": 1.0, - // If enabled, players' exhaustion level increases 0.005 per harvested log (Minecraft's default per broken block) * increaseExhaustionModifier. - "increaseExhaustionPerHarvestedLog": true, - // This determines how much exhaustion should be added to the player per harvested log. By default 0.005 * 1.0. - // min: 0.001, max: 1.0 - "increaseExhaustionModifier": 1.0, - // If enabled, harvesting time will increase per existing log in the tree. The amount is determined by 'increasedHarvestingTimePerLogModifier'. - "increaseHarvestingTimePerLog": true, - // How much longer it takes to harvest a tree with 'increaseHarvestingTimePerLog' enabled. The actual speed is: newSpeed = originalSpeed / (1 + (logCount * increasedHarvestingTimePerLogModifier)). - // min: 0.01, max: 10.0 - "increasedHarvestingTimePerLogModifier": 0.2, - // How many leaves should be broken per tick after a tree has been harvested. Increasing this will speed up the fast leaf decay, but costs more processing power per tick. - // min: 1, max: 16 - "amountOfLeavesBrokenPerTick": 5 -} \ No newline at end of file diff --git a/config/treeharvester/harvestable_axe_blacklist.txt b/config/treeharvester/harvestable_axe_blacklist.txt deleted file mode 100644 index 8e6e8c8..0000000 --- a/config/treeharvester/harvestable_axe_blacklist.txt +++ /dev/null @@ -1,29 +0,0 @@ -// To disable a certain axe from being able to harvest trees, add an exclamation mark (!) in front of the line, -minecraft:wooden_axe, -minecraft:stone_axe, -minecraft:golden_axe, -minecraft:iron_axe, -minecraft:diamond_axe, -minecraft:netherite_axe, -mekanismtools:wood_paxel, -mekanismtools:stone_paxel, -mekanismtools:iron_paxel, -mekanismtools:diamond_paxel, -mekanismtools:gold_paxel, -mekanismtools:netherite_paxel, -mekanismtools:bronze_axe, -mekanismtools:bronze_paxel, -mekanismtools:lapis_lazuli_axe, -mekanismtools:lapis_lazuli_paxel, -mekanismtools:osmium_axe, -mekanismtools:osmium_paxel, -mekanismtools:refined_glowstone_axe, -mekanismtools:refined_glowstone_paxel, -mekanismtools:refined_obsidian_axe, -mekanismtools:refined_obsidian_paxel, -mekanismtools:steel_axe, -mekanismtools:steel_paxel, -ae2:certus_quartz_axe, -ae2:nether_quartz_axe, -ae2:fluix_axe, -modern_industrialization:diesel_chainsaw, diff --git a/config/universalbonemeal-server.toml b/config/universalbonemeal-server.toml deleted file mode 100644 index 08e7662..0000000 --- a/config/universalbonemeal-server.toml +++ /dev/null @@ -1,44 +0,0 @@ -#Allow bone meal to work on fully grown stems to force producing a melon or pumpkin block. -#Default Value: true -allow_fruit_stems = true -#Allow bone meal to work on lily pads making them spread around on water. -#Default Value: true -allow_lily_pad = true -#Allow bone meal to work on nether warts. -#Default Value: true -allow_nether_wart = true -#Allow bone meal to work on podzol for creating ferns and sweet berry bushes. -#Default Value: true -allow_podzol = true -#Allow bone meal to work on all kinds of vines. -#Default Value: true -allow_vines = true -#Allow bone meal to work on chorus plants and flowers. -#The algorithm searches upwards for connected chorus flowers and has a range limit of 48 blocks. -#Default Value: true -allow_chorus = true -#Allow bone meal to work on small flowers making them spread around. -#Default Value: true -allow_small_flowers = true -#Allow bone meal to work on coral turning it into coral reef tree structures for farming coral blocks. -#This does only work when inside of a warm ocean biome and requires a fair bit of open space above the coral. -#Default Value: true -allow_corals = true -#Allow bone meal to work on spore blossoms for dropping an additional spore blossom per bone meal used. -#Default Value: true -allow_spore_blossom = true -#Allow bone meal to work on sugar canes. -#Default Value: true -allow_sugar_cane = true -#Allow bone meal to work on mycelium blocks, spawning various types of mushrooms in the vicinity. -#Default Value: true -allow_mycelium = true -#Allow bone meal to work on all kinds of dirt blocks for converting into a grass block or mycelium when such a block is right next to it. -#Default Value: true -allow_dirt = true -#Allow bone meal to work on cactus. -#Default Value: true -allow_cactus = true -#Allow bone meal to work on dead bushes making them spread around. -#Default Value: true -allow_dead_bush = true diff --git a/config/usefulslime-common.toml b/config/usefulslime-common.toml deleted file mode 100644 index d46b030..0000000 --- a/config/usefulslime-common.toml +++ /dev/null @@ -1,12 +0,0 @@ -#Should the Slime Helmet be damaged by climbing on the ceiling -hangClimbingDamagesSlimeHelmet = true -#Should Slime Chestplates and Slime Leggings be damaged by wall climbing (not inculding including already climbable blocks) -wallClimbingDamagesSlimeChestplateAndLeggings = true -#Should Slime Boots be damaged by bouncing -bouncingDamagesSlimeBoots = true -#The maximum speed an entity on a Slippery Slime Block can go. -#Setting this to a high value can cause lag due to entities being sent hundreds\thousands of blocks away -#Range: 0 ~ 100 -maxSlipperySlimeBlockSpeed = 8 -#Allows the player to keep momentum and continue bouncing endlessly below 1.5 blocks of fall distance by holding the jump key -slimeBootSurfing = false diff --git a/config/villagernames.json5 b/config/villagernames.json5 deleted file mode 100644 index ae95e0f..0000000 --- a/config/villagernames.json5 +++ /dev/null @@ -1,20 +0,0 @@ -{ - // Use the custom name list, editable in ./mods/villagernames/customnames.txt, seperated by a comma. If custom names are found, the default name list is ignored. - "useCustomNames": true, - // Use the list of pre-defined female names when naming villagers. - "useDefaultFemaleNames": true, - // Use the list of pre-defined male names when naming villagers. - "useDefaultMaleNames": true, - // Disabled by default. Whether both custom and default names should be used to name villagers. Custom names will probably not be chosen often due to the amount of default names. - "useBothCustomAndDefaultNames": false, - // If enabled, also gives modded villagers a name. If you've found a 'villager'-entity that isn't named let me know by opening an issue so I can add it in. - "nameModdedVillagers": true, - // Whether the profession should be added to the villager's trade screen next to their name. - "showProfessionOnTradeScreen": true, - // If enabled, switches the name and profession on the villager trading screen. Result: - . - "switchNameAndProfessionTradeScreen": false, - // Whether the merchant level (novice, apprentice etc.) should be hidden on the trade screen. - "hideMerchantLevelTradeScreen": false, - // If enabled, the mod capitalizes each word in the custom name list. - "shouldCapitalizeNames": true -} \ No newline at end of file diff --git a/config/villagernames/customnames.txt b/config/villagernames/customnames.txt deleted file mode 100644 index e69de29..0000000 diff --git a/config/vinery/config.json5 b/config/vinery/config.json5 deleted file mode 100644 index 7c6f02f..0000000 --- a/config/vinery/config.json5 +++ /dev/null @@ -1,32 +0,0 @@ -/* -Vinery Config - -=========== -Discord: https://discord.gg/Vqu6wYZwdZ -Modrinth: https://modrinth.com/mod/lets-do-vinery -CurseForge: https://www.curseforge.com/minecraft/mc-mods/lets-do-vinery -*/ -{ - "wine_effect_duration": 900, - "wine_effect_strength": 1, - // Whether the CreeperEffect should destroy blocks (true) or just kill the player (false). - "destroy_blocks": true, - // Probability for the set bonus to work (in %) - "probability_to_keep_bone_meal": 100, - // Ticks it takes to ferment a bottle - "fermentation_barrel_time": 6000, - // Percentage multiplier for the growth speed of grapes - "grape_growth_speed": 100, - // Whether the winemaker armor should give a set bonus, which can prevent your bone meal from being used - "enable_wine_maker_set_bonus": true, - // Amount of damage when the armor gets damaged because of the set bonus - "damage_per_use": 1, - // Probability for damaging armor on using the set bonus (in %) - "probability_for_damage": 30, - // How many % of the normal wandering traders should be a wandering wine trader? - "wine_trader_chance": 50, - // Length of a year (in days). - "year_length_in_days": 16, - // Years per effect level - "years_per_effect_level": 4 -} \ No newline at end of file diff --git a/config/vistas.json b/config/vistas.json deleted file mode 100644 index 00f8184..0000000 --- a/config/vistas.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "panorama": "vistas:default", - "forcePanorama": false, - "randomPerScreen": false, - "lockScreenshotPitch": true, - "lockScreenshotYaw": false, - "screenshotIndividually": true -} \ No newline at end of file diff --git a/config/visuality.json b/config/visuality.json deleted file mode 100644 index 786243c..0000000 --- a/config/visuality.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "slimeEnabled": true, - "slimeColor": { - "value": 8978297 - }, - "chargeEnabled": true, - "sparkleEnabled": true, - "soulEnabled": true, - "waterCircles": { - "density": 10, - "radius": 16, - "enabled": true, - "colored": true - }, - "hitParticlesEnabled": true, - "hitParticleEntries": [ - "minecraft:skeleton/visuality:bone", - "minecraft:skeleton_horse/visuality:bone", - "minecraft:stray/visuality:bone", - "minecraft:wither_skeleton/visuality:wither_bone", - "minecraft:chicken/visuality:feather", - "minecraft:villager/visuality:emerald" - ], - "shinyArmorEnabled": true, - "shinyArmorEntries": [ - "minecraft:golden_helmet", - "minecraft:golden_chestplate", - "minecraft:golden_leggings", - "minecraft:golden_boots", - "minecraft:diamond_helmet", - "minecraft:diamond_chestplate", - "minecraft:diamond_leggings", - "minecraft:diamond_boots" - ], - "shinyBlocksEnabled": true, - "shinyBlockEntries": [ - "#minecraft:gold_ores", - "#minecraft:diamond_ores", - "#minecraft:emerald_ores" - ] -} \ No newline at end of file diff --git a/config/visualworkbench-client.toml b/config/visualworkbench-client.toml deleted file mode 100644 index e9e4df6..0000000 --- a/config/visualworkbench-client.toml +++ /dev/null @@ -1,10 +0,0 @@ -#Rotate crafting table contents so they always face the closest player. -#Default Value: CLOSEST_PLAYER -#Allowed Values: CLOSEST_PLAYER, CRAFTING_PLAYER, NEVER -rotate_ingredients = "CLOSEST_PLAYER" -#Makes crafting table contents lay flat on the table instead of floating above. -#Default Value: false -flat_rendering = false -#Render the result of the crafting operation in addition to crafting table contents. -#Default Value: true -render_result = true diff --git a/config/visualworkbench-common.toml b/config/visualworkbench-common.toml deleted file mode 100644 index d43d3d3..0000000 --- a/config/visualworkbench-common.toml +++ /dev/null @@ -1,6 +0,0 @@ -#Leftover vanilla crafting tables in a world become unusable until they are broken and replaced. -#Default Value: true -disable_vanilla_workbench = true -#Replace vanilla crafting tables created in structures during world generation. Does not affect already generated blocks. -#Default Value: true -convert_vanilla_workbench_during_world_gen = true diff --git a/config/voicechat/translations.properties b/config/voicechat/translations.properties deleted file mode 100644 index d683314..0000000 --- a/config/voicechat/translations.properties +++ /dev/null @@ -1,14 +0,0 @@ -# Simple Voice Chat translations -# This file contains all server-side translations for the Simple Voice Chat mod - -# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled -# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version -force_voicechat_kick_message=You need %s %s to play on this server -# The message a player gets when joining a server with an incompatible voice chat version -# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name -voicechat_not_compatible_message=Your voice chat version is not compatible with the servers version.\\nPlease install version %s of %s. -# The message a player gets when trying to execute a command that requires voice chat -# The first parameter is the mod/plugin name -voicechat_needed_for_command_message=You need to have %s installed on your client to use this command -# The message a player gets when trying to execute a command that can only be executed as a player -player_command_message=This command can only be executed as a player diff --git a/config/voicechat/username-cache.json b/config/voicechat/username-cache.json deleted file mode 100644 index 3eecea4..0000000 --- a/config/voicechat/username-cache.json +++ /dev/null @@ -1 +0,0 @@ -{"f396e2b9-cbb1-46a0-bb72-96898a1ca44d":"Vaporvee"} \ No newline at end of file diff --git a/config/voicechat/voicechat-client.properties b/config/voicechat/voicechat-client.properties deleted file mode 100644 index 42ba76b..0000000 --- a/config/voicechat/voicechat-client.properties +++ /dev/null @@ -1,90 +0,0 @@ -# Simple Voice Chat client config v1.21.1-2.5.22 - -# If the voice chat onboarding process has been finished -onboarding_finished=true -# The voice chat volume -voice_chat_volume=1.0 -# The threshold for voice activation in dB -voice_activation_threshold=-50.0 -# The voice chat microphone amplification -microphone_amplification=1.0 -# Microphone activation type -# Possible values are 'PTT' and 'VOICE' -microphone_activation_type=PTT -# The size of the audio output buffer in packets -# Higher values mean a higher latency, but less crackles -# Increase this value if you have an unstable internet connection -output_buffer_size=5 -# The maximum amount of audio packets that are held back if a packet arrives out of order or gets dropped -# This prevents discarding audio packets that are slightly out of order -# Set this to 0 to disable -audio_packet_threshold=3 -# The time it takes for the microphone to deactivate when using voice activation -# A value of 1 means 20 milliseconds, 2=40 ms, 3=60 ms, ... -voice_deactivation_delay=25 -# The microphone used by the voice chat -# Empty for default device -microphone= -# The speaker used by the voice chat -# Empty for default device -speaker= -# If the microphone is muted (only when using voice activation) -muted=false -# If the voice chat is disabled (sound and microphone off) -disabled=false -# If the voice chat icons should be hidden -hide_icons=false -# If the group HUD should be visible -show_group_hud=true -# If the own icon should be shown when in a group -show_own_group_icon=true -# The scale of the group HUD -group_hud_icon_scale=2.0 -# The orientation of the player icons in the group HUD -# Possible values are 'VERTICAL' and 'HORIZONTAL' -group_player_icon_orientation=VERTICAL -# The X position of the player icons in the group HUD -# Negative values mean anchoring to the right -group_player_icon_pos_x=4 -# The Y position of the player icons in the group HUD -# Negative values mean anchoring to the bottom -group_player_icon_pos_y=4 -# The X position of the HUD icons -# Negative values mean anchoring to the right -hud_icon_pos_x=16 -# The Y position of the HUD icons -# Negative values mean anchoring to the bottom -hud_icon_pos_y=-16 -# The scale of the HUD icons -hud_icon_scale=1.0 -# The location where recordings should be saved -# Leave empty for default location -recording_destination= -# The quality of the recorded audio -# 0 = highest quality, 9 = lowest quality -recording_quality=2 -# If noise cancellation should be enabled -denoiser=true -# If voice chat should work in singleplayer/LAN worlds -run_local_server=true -# Whether to use the Java implementation of microphone capturing instead of OpenAL -java_microphone_implementation=false -# If the mod should check for microphone permissions (MacOS only) -macos_check_microphone_permission=true -# If fake players should have the disconnected icon above their head -show_fake_players_disconnected=false -# If the volume adjustment GUI should also show offline players -offline_player_volume_adjustment=false -# The 3D audio type -# Possible values are 'NORMAL', 'REDUCED' and 'OFF' -audio_type=NORMAL -# If the mod should load native libraries -# If set to false, the Java Opus implementation will be used, the denoiser won't be available and you won't be able to record audio. -use_natives=true -# How listening to other players should work when using freecam mods -# Possible values are 'CAMERA' and 'PLAYER' -# CAMERA: You will hear voice chat audio around your camera. Whether you hear distant audio depends on the voice chat broadcast range of the server -# PLAYER: You will hear voice chat audio around your player no matter where your camera is -freecam_mode=CAMERA -# If enabled, you will be automatically muted when joining a world -mute_on_join=false diff --git a/config/voicechat/voicechat-server.properties b/config/voicechat/voicechat-server.properties deleted file mode 100644 index 8066314..0000000 --- a/config/voicechat/voicechat-server.properties +++ /dev/null @@ -1,45 +0,0 @@ -# Simple Voice Chat server config v1.21.1-2.5.22 - -# The port of the voice chat server -# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended) -port=24454 -# The IP address to bind the voice chat server on -# Leave empty to use 'server-ip' of server.properties -# To bind to the wildcard address, use '*' -bind_address= -# The distance to where the voice can be heard -max_voice_distance=48.0 -# The multiplier of the voice distance when crouching -crouch_distance_multiplier=1.0 -# The multiplier of the voice distance when whispering -whisper_distance_multiplier=0.5 -# The opus codec -# Possible values are 'VOIP', 'AUDIO' and 'RESTRICTED_LOWDELAY' -codec=VOIP -# The maximum size in bytes that voice packets are allowed to have -mtu_size=1024 -# The frequency at which keep alive packets are sent -# Setting this to a higher value may result in timeouts -keep_alive=1000 -# If group chats are allowed -enable_groups=true -# The host name that clients should use to connect to the voice chat -# This may also include a port, e.g. 'example.com:24454' -# Don't change this value if you don't know what you are doing -voice_host= -# If players are allowed to record the voice chat -allow_recording=true -# If spectators are allowed to talk to other players -spectator_interaction=false -# If spectators can talk to players they are spectating -spectator_player_possession=false -# If players without the mod should get kicked from the server -force_voice_chat=false -# The amount of milliseconds, the server should wait to check if the player has the mod installed -# Only active when force_voice_chat is set to true -login_timeout=10000 -# The range where the voice chat should broadcast audio to -# A value <0 means 'max_voice_distance' -broadcast_range=-1.0 -# If the voice chat server should reply to pings -allow_pings=true diff --git a/config/voicechat/voicechat-volumes.properties b/config/voicechat/voicechat-volumes.properties deleted file mode 100644 index c029ae3..0000000 --- a/config/voicechat/voicechat-volumes.properties +++ /dev/null @@ -1,2 +0,0 @@ -# Simple Voice Chat volume config - diff --git a/config/wailt-client.toml b/config/wailt-client.toml deleted file mode 100644 index e781535..0000000 --- a/config/wailt-client.toml +++ /dev/null @@ -1,13 +0,0 @@ -[metadata] - #The URL to download track metadata from. This should generally be left at the default. - url = "https://raw.githubusercontent.com/GlyphMods/wailt/1.20.6/src/main/resources/tracks.json" - #Force the mod to use track metadata embedded in the JAR. Only useful for development. - force-embedded = false - -[toast] - #How long to show the toast on screen, in seconds - duration = 5.0 - #Always use white text for the artist name in the toast - disable-color = false - #Automatically show the toast when the music changes - automatically-show = true diff --git a/config/waterframes-client.toml b/config/waterframes-client.toml deleted file mode 100644 index da722eb..0000000 --- a/config/waterframes-client.toml +++ /dev/null @@ -1,15 +0,0 @@ - #Configurations to override server config - [waterframes.overrideConfig] - #Enables the option - enable = false - #Overrides 'waterframes.watermedia.enable' option - #Enables VLC/FFMPEG usage for multimedia processing (support added by WATERMeDIA) - useMultimedia = false - #overrides 'waterframes.rendering.keepRendering' - #Enables media processing and rendering, disabling it will not render nothing, you can still hear videos - keepRendering = false - #WARNING: DO NOT CHANGE IT EXCEPT IF YOU KNOW WHAT ARE YOU DOING, TOGGLING IT ON MAY CAUSE CORRUPTIONS, UNEXPECTED BEHAVIORS OR WORLD DESTRUCTION - #forces WATERMeDIA and WATERFrAMES to run in developer mode - #This is was done for developers who has mods that causes compatibilities with waterframes (or watermedia) - #Let those modders test waterframes x incompatible mods (i see you stellarity owner) - forceDevMode = false diff --git a/config/waterframes-server.toml b/config/waterframes-server.toml deleted file mode 100644 index 5033a47..0000000 --- a/config/waterframes-server.toml +++ /dev/null @@ -1,79 +0,0 @@ - #All configurations about rendering - [waterframes.rendering] - #Width limit of displays in blocks - #Range: 1.0 ~ 256.0 - maxWidth = 40.0 - #Height limit of displays in blocks - #Range: 1.0 ~ 256.0 - maxHeight = 40.0 - #Max Radius of rendering distance in blocks - #Range: 4 ~ 512 - maxRenderDistance = 64 - #Max distance of projections in blocks - #Range: 4.0 ~ 512.0 - maxProjectionDistance = 64.0 - #Enables media processing and rendering, disabling it will not render nothing, you can still hear videos - keepRendering = true - - #Configuration related to multimedia sources like Videos or Music - [waterframes.multimedia] - #Max volume distance radius - #Range: 8 ~ 512 - maxVolumeDistance = 64 - #Max volume value - #values over 100 uses VLC überVolume - #Range: 10 ~ 120 - maxVolume = 100 - #Makes Minecraft master volume affects waterframes volume - masterVolume = false - #Enables compatibility with VSEureka - #In case VS breaks something on their side, this option should stop client/server crashing - #Or if the audio isn't working, disable this option should help - #(This option is called VSEureka because valkirienskies is too long, and VS may be misleading) - vsEurekaCompat = true - - [waterframes.multimedia.watermedia] - #Enables VLC/FFMPEG usage for multimedia processing like videos and music (support added by WATERMeDIA) - enable = true - - #Configuration related to interactions with vanilla and modded features - [waterframes.block_behavior] - #Enable light feature on frames while is playing - lightOnPlay = true - #Forces light feature on frames while is playing - #Requires lightOnPlay be true - forceLightOnPlay = false - #Enable lag tick time correction - #Helps when server is too laggy and playback is regressing in time - #Disable if causes problems - lagTickCorrection = true - - #Redstone interaction options - [waterframes.block_behavior.redstone] - #Enable the feature - enable = true - #Redstone inputs forces paused playback and ignores any other control sources - masterMode = false - - #Configuration related to remote control - [waterframes.remote_control] - #Distance in blocks of RC range - #Range: 4 ~ 256 - distance = 32 - - #Configurations related to permissions - [waterframes.permissions] - #Changes if players in Adventure mode can use displays - usableInAdventureMode = false - #Changes if players in Survival mode can use displays - usableInSurvivalMode = true - #Changes if any player can use displays, otherwise only admins can use it - usableForAnyone = true - - #Whitelist configuration: please stop bugging me with this :( - [waterframes.permissions.whitelist] - #Enables whitelist feature - #[WARNING]: THE AUTHOR OF THE MOD IS NOT RESPONSIBLE IF IN YOUR SERVER SOMEONE PUTS NSFW MEDIA - #WATERMEDIA HAVE SUPPORT FOR ADULT PAGES AND WHITELIST WAS DESIGNED TO PREVENT THAT - enable = true - urls = ["imgur.com", "gyazo.com", "prntscr.com", "tinypic.com", "puu.sh", "pinimg.com", "photobucket.com", "staticflickr.com", "flic.kr", "tenor.co", "gfycat.com", "giphy.com", "gph.is", "gifbin.com", "i.redd.it", "media.tumblr.com", "twimg.com", "discordapp.com", "images.discordapp.net", "discord.com", "githubusercontent.com", "googleusercontent.com", "googleapis.com", "wikimedia.org", "ytimg.com", "youtube.com", "youtu.be", "twitch.tv", "twitter.com", "soundcloud.com", "kick.com", "srrapero720.me", "fbcdn.net", "drive.google.com"] diff --git a/config/watermedia/assets/loading.gif b/config/watermedia/assets/loading.gif deleted file mode 100644 index 8bca5e9..0000000 Binary files a/config/watermedia/assets/loading.gif and /dev/null differ diff --git a/config/watut-client.toml b/config/watut-client.toml deleted file mode 100644 index ece52ad..0000000 --- a/config/watut-client.toml +++ /dev/null @@ -1,47 +0,0 @@ -#General mod settings -[general] - #Sends relative mouse position and clicking - sendMouseInfo = true - #Sends a calculated rate of typing. If off, uses a default value on server - sendTypingSpeed = true - #Sends when you open a Gui, and what Gui - sendActiveGui = true - #Sends when you go idle / return - sendIdleState = true - #Enables or disables idle visual in the server player list tab screen - showIdleStatesInPlayerList = true - #Enables or disables idle visual above player head - showIdleStatesInPlayerAboveHead = true - #Setting false disables all animations - showPlayerAnimations = true - #Enables or disables typing animation - showPlayerAnimation_Typing = true - #Enables or disables idle animation - showPlayerAnimation_Idle = true - #Enables or disables the non typing animations used when showing the open Gui, such as head looking, arms moving up, arms pointing and clicking - showPlayerAnimation_Gui = true - #Show any Gui they're using that isn't chat typing related in world - showPlayerActiveNonChatGui = true - #Show the chat typing Gui in world - showPlayerActiveChatGui = true - #If there isnt an exact Gui available for what the player is using, it will show the Chest Gui. If this is false, it will show nothing, lots of modded Guis will use this for now - showPlayerActiveGuiIfNotExactMatch = true - #Show 'Player is typing...' on the chat screen - screenTypingVisible = true - #Adjust the X position where the 'Player is typing...' text shows in the chat Gui - #Range: > -2147483648 - screenTypingRelativePosition_X = 0 - #Adjust the Y position where the 'Player is typing...' text shows in the chat Gui - #Range: > -2147483648 - screenTypingRelativePosition_Y = 0 - #Max characters allowed before it switches to using string set in screenTypingMultiplePlayersText - #Range: > -2147483648 - screenTypingCharacterLimit = 50 - #String to use when too many people are typing determined by screenTypingCharacterLimit - screenTypingMultiplePlayersText = "Several people are typing" - #String to use next to the typing player(s) name - screenTypingText = " is typing" - #Plays a sound when a player opens some Guis - playScreenOpenSounds = true - #Plays a sutble sound when a player clicks their mouse in a Gui - playMouseClickSounds = true diff --git a/config/watut-common.toml b/config/watut-common.toml deleted file mode 100644 index ae15421..0000000 --- a/config/watut-common.toml +++ /dev/null @@ -1,7 +0,0 @@ -#General mod settings -[general] - #- - announceIdleStatesInChat = false - #Default 5 minutes - #Range: > -2147483648 - ticksToMarkPlayerIdle = 6000 diff --git a/config/watut-item-arm-adjustments.json b/config/watut-item-arm-adjustments.json deleted file mode 100644 index 8f0533a..0000000 --- a/config/watut-item-arm-adjustments.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "comment1": "These filters and adjustments affect all watut animations in the same way", - "comment2": "filters support @ for mod id, and * at the start or end of the match for partial matches", - "comment3": "in adjustments section, you can specify 'DISABLED' to outright disable any animation on that hand and axis, or use degrees to adjust by a certain amount", - "comment4": "matchingHandX and matchingHandY are probably all you need, for watuts animations, X is the main up/down, and Y is left/right, Z is available but usually not needed", - "comment5": "matchingHand is for adjusting the hand that actually has the item, otherHand is for adjusting the other hand if matchingHand matched something", - "comment6": "using otherHand along with matchingHand is useful for disabling or adjusting movement when using items that change both hands, like gun mods or 2 handed weapons", - "comment7": "you can make a rule only active if a specfic mod is installed by using 'only_if_mod_installed' with a mod id, see its use below for an example", - "comment8": "matching priority order is first to last, so in this file, highest to lowest, higher overrides lower if both match", - "comment9": "use '/watut reloadJSON' (forge builds only) to reload this config in game to see your changes instantly", - "held_item_arm_adjustments": [ - { - "comment1": "example1", - "filters": [ - "themodid:someitem" - ], - "adjustment": { - "matchingHandX": "-90", - "matchingHandY": "DISABLED", - "matchingHandZ": "DISABLED" - } - }, - { - "comment1": "example2", - "filters": [ - "themodid:ingot_*" - ], - "adjustment": { - "matchingHandX": "45" - } - }, - { - "comment1": "example3", - "filters": [ - "*_wacky_tornado_item_*" - ], - "adjustment": { - "matchingHandX": "DISABLED", - "matchingHandY": "DISABLED", - "matchingHandZ": "DISABLED", - "otherHandX": "DISABLED", - "otherHandY": "DISABLED", - "otherHandZ": "DISABLED" - } - }, - { - "filters": [ - "artifacts:umbrella" - ], - "adjustment": { - "matchingHandX": "DISABLED", - "matchingHandY": "DISABLED", - "matchingHandZ": "DISABLED" - } - }, - { - "filters": [ - "tacz:modern_kinetic_gun" - ], - "adjustment": { - "matchingHandX": "DISABLED", - "matchingHandY": "DISABLED", - "matchingHandZ": "DISABLED", - "otherHandX": "-90", - "otherHandY": "60" - } - }, - { - "only_if_mod_installed": "notenoughanimations", - "filters": [ - "minecraft:compass", "minecraft:recovery_compass", "minecraft:torch", "minecraft:soul_torch" - ], - "adjustment": { - "matchingHandX": "DISABLED", - "matchingHandY": "DISABLED", - "matchingHandZ": "DISABLED" - } - }, - { - "only_if_mod_installed": "notenoughanimations", - "filters": [ - "minecraft:filled_map" - ], - "adjustment": { - "matchingHandX": "DISABLED", - "matchingHandY": "DISABLED", - "matchingHandZ": "DISABLED", - "otherHandX": "DISABLED", - "otherHandY": "DISABLED", - "otherHandZ": "DISABLED" - } - } - ] -} \ No newline at end of file diff --git a/config/waystones-common.toml b/config/waystones-common.toml deleted file mode 100644 index e166de8..0000000 --- a/config/waystones-common.toml +++ /dev/null @@ -1,82 +0,0 @@ -[general] - #List of waystone origins that should prevent others from editing. PLAYER is special in that it allows only edits by the owner of the waystone. - restrictedWaystones = ["PLAYER"] - #Add GLOBAL to allow every player to create global waystones. - allowedVisibilities = [] - #The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click. - #Range: > -2147483648 - warpStoneUseTime = 32 - #The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for. - #Range: > -2147483648 - warpPlateUseTime = 15 - #The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click. - #Range: > -2147483648 - scrollUseTime = 32 - -[teleports] - #Set to false to simply disable all xp costs. See warpRequirements for more fine-grained control. - enableCosts = true - #Set to false to simply disable all cooldowns. See warpRequirements for more fine-grained control. - enableCooldowns = true - #List of warp requirements with comma-separated parameters in parentheses. Conditions can be defined as comma-separated list in square brackets. Will be applied in order. - warpRequirements = ["[is_not_interdimensional] scaled_add_xp_cost(distance, 0.01)", "[is_interdimensional] add_xp_cost(27)", "[source_is_warp_plate] multiply_xp_cost(0)", "[target_is_global] multiply_xp_cost(0)", "min_xp_cost(0)", "max_xp_cost(27)", "[source_is_inventory_button] add_cooldown(inventory_button, 300)"] - #Set to ENABLED to have nearby pets teleport with you. Set to SAME_DIMENSION to have nearby pets teleport with you only if you're not changing dimensions. Set to DISABLED to disable. - #Allowed Values: ENABLED, SAME_DIMENSION, DISABLED - transportPets = "DISABLED" - #Set to ENABLED to have leashed mobs teleport with you. Set to SAME_DIMENSION to have leashed mobs teleport with you only if you're not changing dimensions. Set to DISABLED to disable. - #Allowed Values: ENABLED, SAME_DIMENSION, DISABLED - transportLeashed = "ENABLED" - #List of entities that cannot be teleported, either as pet, leashed, or on warp plates. - entityDenyList = ["minecraft:wither"] - -[inventoryButton] - #Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone. - inventoryButton = "" - #The x position of the inventory button in the inventory. - #Range: > -2147483648 - inventoryButtonX = 58 - #The y position of the inventory button in the inventory. - #Range: > -2147483648 - inventoryButtonY = 60 - #The y position of the inventory button in the creative menu. - #Range: > -2147483648 - creativeInventoryButtonX = 88 - #The y position of the inventory button in the creative menu. - #Range: > -2147483648 - creativeInventoryButtonY = 33 - -[worldGen] - #Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in. - #Allowed Values: DEFAULT, MOSSY, SANDY, BLACKSTONE, DEEPSLATE, END_STONE, BIOME - wildWaystoneStyle = "BIOME" - #Approximate chunk distance between wild waystones being generated. Set to 0 to disable generation. - #Range: > -2147483648 - chunksBetweenWildWaystones = 25 - #List of dimensions that wild waystones are allowed to spawn in. If left empty, all dimensions except those in wildWaystonesDimensionDenyList are used. - wildWaystonesDimensionAllowList = ["minecraft:the_end", "minecraft:overworld", "minecraft:the_nether"] - #List of dimensions that wild waystones are not allowed to spawn in. Only used if wildWaystonesDimensionAllowList is empty. - wildWaystonesDimensionDenyList = [] - #Set to 'PRESET_FIRST' to first use names from the nameGenerationPresets. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names. - #Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED - nameGenerationMode = "PRESET_FIRST" - #The template to use when generating new names. Supported placeholders are {Biome} (english biome name) and {MrPork} (the default name generator). - nameGenerationTemplate = "{MrPork}" - #These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info. - nameGenerationPresets = [] - #Set to REGULAR to have waystones spawn in some villages. Set to FREQUENT to have waystones spawn in most villages. Set to DISABLED to disable waystone generation in villages. Waystones will only spawn in vanilla or supported villages. - #Allowed Values: DISABLED, REGULAR, FREQUENT - spawnInVillages = "REGULAR" - -[client] - #If enabled, the text overlay on waystones will no longer always render at full brightness. - disableTextGlow = false - -[compatibility] - #If enabled, JourneyMap waypoints will be created for each activated waystone. - journeyMap = true - #If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed - preferJourneyMapIntegrationMod = true - #If enabled, Waystones will add markers for waystones and sharestones to BlueMap. - blueMap = true - #If enabled, Waystones will add markers for waystones and sharestones to Dynmap. - dynmap = true diff --git a/config/weakerspiderwebs.json5 b/config/weakerspiderwebs.json5 deleted file mode 100644 index 758724f..0000000 --- a/config/weakerspiderwebs.json5 +++ /dev/null @@ -1,5 +0,0 @@ -{ - // The delay in ms after walking in a spiderweb until it breaks. - // min: 0, max: 10000 - "breakSpiderwebDelay": 500 -} \ No newline at end of file diff --git a/config/whiteout.properties b/config/whiteout.properties deleted file mode 100644 index 632318e..0000000 --- a/config/whiteout.properties +++ /dev/null @@ -1,2 +0,0 @@ -# This is the configuration file for Whiteout. -# By default, this file will be empty except for this notice. diff --git a/config/world-host-friends.json b/config/world-host-friends.json deleted file mode 100644 index 0637a08..0000000 --- a/config/world-host-friends.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/config/world-host.json5 b/config/world-host.json5 deleted file mode 100644 index 73a6e15..0000000 --- a/config/world-host.json5 +++ /dev/null @@ -1,14 +0,0 @@ -{ - serverIp: "world-host.jemnetworks.com", - onlineStatusLocation: "right", - enableFriends: true, - enableReconnectionToasts: false, - UPnP: false, - useShortIp: false, - showOutdatedWorldHost: true, - shareButton: true, - allowFriendRequests: true, - announceFriendsOnline: true, - whitelistJoins: false, - requiredSecurityLevel: "secure" -} \ No newline at end of file diff --git a/config/yacl.json5 b/config/yacl.json5 deleted file mode 100644 index 2c8b942..0000000 --- a/config/yacl.json5 +++ /dev/null @@ -1,3 +0,0 @@ -{ - showColorPickerIndicator: true -} \ No newline at end of file diff --git a/config/yigd.json b/config/yigd.json deleted file mode 100644 index 9352490..0000000 --- a/config/yigd.json +++ /dev/null @@ -1,180 +0,0 @@ -{ - "inventoryConfig": { - "dropPlayerHead": false, - "itemLoss": { - "enabled": false, - "affectStacks": false, - "usePercentRange": true, - "lossRangeFrom": 0, - "lossRangeTo": 100, - "percentChanceOfLoss": 50, - "canLoseSoulbound": false - }, - "loseSoulboundLevelOnDeath": false, - "vanishingSlots": [], - "soulboundSlots": [], - "dropOnGroundSlots": [] - }, - "expConfig": { - "dropBehaviour": "BEST_OF_BOTH", - "dropPercentage": 0, - "keepPercentage": 0 - }, - "graveConfig": { - "enabled": true, - "storeItems": true, - "storeXp": true, - "informGraveLocation": true, - "requireItem": false, - "requiredItem": "yigd:grave", - "requireShovelToLoot": false, - "retrieveMethods": { - "onClick": true, - "onBreak": false, - "onSneak": false, - "onStand": false - }, - "mergeStacksOnRetrieve": true, - "dropOnRetrieve": "IN_INVENTORY", - "dropGraveBlock": false, - "generateEmptyGraves": false, - "overrideSpawnProtection": true, - "claimPriority": "GRAVE", - "graveRobbing": { - "enabled": true, - "onlyMurderer": false, - "afterTime": 1, - "timeUnit": "HOURS", - "robPriority": "INVENTORY", - "notifyWhenRobbed": true, - "tellWhoRobbed": true - }, - "graveTimeout": { - "enabled": false, - "afterTime": 5, - "timeUnit": "HOURS", - "dropContentsOnTimeout": true - }, - "treatBindingCurse": true, - "generateGraveInVoid": true, - "lowestGraveY": 3, - "generateOnlyWithinBorder": true, - "ignoredDeathTypes": [], - "unlockable": true, - "randomSpawn": { - "percentSpawnChance": 0, - "spawnEntity": "minecraft:zombie", - "spawnNbt": "{ArmorItems:[{},{},{},{id:\"minecraft:player_head\",components:{\"minecraft:profile\":{name:\"${owner.name}\",id:${owner.uuid}}}}]}" - }, - "generateOnLastGroundPos": false, - "generationMaxDistance": { - "x": 5, - "y": 5, - "z": 5 - }, - "useSoftBlockWhitelist": false, - "useStrictBlockBlacklist": true, - "replaceOldWhenClaimed": true, - "dropItemsIfDestroyed": false, - "notifyOwnerIfDestroyed": true, - "persistentGraves": { - "enabled": false, - "showDeathDay": true, - "showDeathIrlTime": true, - "useAmPm": true - }, - "dimensionBlacklist": [], - "blockUnderGrave": { - "enabled": true, - "blockInDimensions": [ - { - "key": "minecraft:overworld", - "value": "minecraft:cobblestone" - }, - { - "key": "minecraft:the_nether", - "value": "minecraft:soul_soil" - }, - { - "key": "minecraft:the_end", - "value": "minecraft:end_stone" - }, - { - "key": "misc", - "value": "minecraft:dirt" - } - ] - }, - "sellOutOfflinePeople": false, - "maxBackupsPerPerson": 50, - "dropFromOldestWhenDeleted": true - }, - "respawnConfig": { - "respawnEffects": [], - "respawnHealth": -1, - "resetHunger": true, - "respawnHunger": -1, - "resetSaturation": true, - "respawnSaturation": -1.0, - "extraItemDrops": [] - }, - "compatConfig": { - "enableAccessoriesCompat": true, - "defaultAccessoriesDropRule": "PUT_IN_GRAVE", - "enableTravelersBackpackCompat": true, - "defaultTravelersBackpackDropRule": "PUT_IN_GRAVE", - "enableCuriosCompat": true, - "defaultCuriosDropRule": "PUT_IN_GRAVE" - }, - "commandConfig": { - "mainCommand": "yigd", - "basePermissionLevel": 0, - "viewLatestPermissionLevel": 0, - "viewSelfPermissionLevel": 0, - "viewUserPermissionLevel": 2, - "viewAllPermissionLevel": 2, - "restorePermissionLevel": 2, - "robPermissionLevel": 2, - "whitelistPermissionLevel": 3, - "deletePermissionLevel": 3, - "unlockPermissionLevel": 0 - }, - "graveRendering": { - "useCustomFeatureRenderer": true, - "useSkullRenderer": true, - "useTextRenderer": true, - "adaptRenderer": false, - "useGlowingEffect": true, - "glowingDistance": 15 - }, - "extraFeatures": { - "enableSoulbound": true, - "deathSightEnchant": { - "enabled": false, - "range": 64.0, - "targets": "PLAYER_GRAVES" - }, - "graveKeys": { - "enabled": false, - "rebindable": true, - "required": true, - "receiveOnRespawn": true, - "obtainableFromGui": false, - "targeting": "PLAYER_GRAVE" - }, - "deathScroll": { - "enabled": false, - "rebindable": false, - "receiveOnRespawn": false, - "clickFunction": "VIEW_CONTENTS", - "consumeOnUse": false - }, - "graveCompass": { - "receiveOnRespawn": false, - "consumeOnUse": true, - "deleteWhenUnlinked": true, - "cloneRecoveryCompassWithGUI": false, - "pointToClosest": "DISABLED" - } - } -} \ No newline at end of file diff --git a/config/zombiehorsespawn.json5 b/config/zombiehorsespawn.json5 deleted file mode 100644 index 4779936..0000000 --- a/config/zombiehorsespawn.json5 +++ /dev/null @@ -1,9 +0,0 @@ -{ - // The chance a zombie that has spawned on the surface is riding a horse. - // min: 0.0, max: 1.0 - "chanceSurfaceZombieHasHorse": 0.05, - // If enabled, burns zombie horses when daylight shines upon them. - "shouldBurnZombieHorsesInDaylight": true, - // If enabled, a zombie horse with rider will only spawn on the surface. - "onlySpawnZombieHorsesOnSurface": true -} \ No newline at end of file diff --git a/config/zombievillagersfromspawner.json5 b/config/zombievillagersfromspawner.json5 deleted file mode 100644 index 84c0526..0000000 --- a/config/zombievillagersfromspawner.json5 +++ /dev/null @@ -1,5 +0,0 @@ -{ - // The chance a new zombie spawn from a spawner is of the villager variant. - // min: 0.0, max: 1.0 - "isZombieVillagerChance": 0.1 -} \ No newline at end of file