diff --git a/config[client]/cofh_core-client.toml b/config[client]/cofh_core-client.toml index 89bd200..0361200 100644 --- a/config[client]/cofh_core-client.toml +++ b/config[client]/cofh_core-client.toml @@ -1,13 +1,13 @@ [Tooltips] - #If TRUE, Enchantment descriptions will be added to the tooltip for Enchanted Books containing only a single enchantment. - "Show Enchantment Descriptions" = false - #If TRUE, Item descriptions will be added to their tooltips if possible. - "Show Item Descriptions" = true #If TRUE and Advanced Tooltips are enabled (F3+H), Tags will be will be added to item tooltips if possible. "Show Item Tags" = false - #If TRUE, CoFH Items will always show full details (charge state, etc.) and will not require Shift to be held down. - "Always Show Item Details" = false #If TRUE, CoFH Items will display a message prompting to hold Shift to see full details (charge state, etc.). This does not change the behavior, only if the informational message should display. "Show 'Hold Shift for Details' Message" = true + #If TRUE, CoFH Items will always show full details (charge state, etc.) and will not require Shift to be held down. + "Always Show Item Details" = false + #If TRUE, Item descriptions will be added to their tooltips if possible. + "Show Item Descriptions" = true + #If TRUE, Enchantment descriptions will be added to the tooltip for Enchanted Books containing only a single enchantment. + "Show Enchantment Descriptions" = false diff --git a/config[client]/ding.toml b/config[client]/ding.toml index 93e5e25..e9b5f4c 100644 --- a/config[client]/ding.toml +++ b/config[client]/ding.toml @@ -1,6 +1,13 @@ #Configs related to how ding works [ding] + #Pitch of the sound (when resources complete reloading) + #Range: 0.0 ~ 10.0 + pitchResourcesReload = 1.0 + #Play sound when resources complete reloading. Requires game to be restarted. + playOnResourcesReload = true + #If Ding can't find the third party sound you added with other mods (EG: Additional Resources), try turning this on to skip that check. + skipSoundEventCheck = false #Resource Location based name of the sound file to play when Minecraft finishes loading. #EG: "ui.button.click" or "entity.experience_orb.pickup" # @@ -9,13 +16,6 @@ # #If you want to use external sounds, consider looking into the mod Additional Resources name = "entity.experience_orb.pickup" - #Pitch of the sound (when Minecraft loads) - #Range: 0.0 ~ 10.0 - pitch = 1.0 - #Resource Location based name of the sound file to play when the world finishes loading (after connecting to a server). - # - #Look at the "name" config for more details. - nameWorld = "entity.experience_orb.pickup" #Pitch of the sound (when the world loads after connecting to a server) #Range: 0.0 ~ 10.0 pitchWorld = 1.0 @@ -23,15 +23,15 @@ # #Look at the "name" config for more details. nameResourcesReload = "entity.experience_orb.pickup" - #Pitch of the sound (when resources complete reloading) - #Range: 0.0 ~ 10.0 - pitchResourcesReload = 1.0 - #Play sound when the game loads. - playOnLoad = true #Play sound when the world loads after connecting to a server. playOnWorld = true - #Play sound when resources complete reloading. Requires game to be restarted. - playOnResourcesReload = true - #If Ding can't find the third party sound you added with other mods (EG: Additional Resources), try turning this on to skip that check. - skipSoundEventCheck = false + #Pitch of the sound (when Minecraft loads) + #Range: 0.0 ~ 10.0 + pitch = 1.0 + #Play sound when the game loads. + playOnLoad = true + #Resource Location based name of the sound file to play when the world finishes loading (after connecting to a server). + # + #Look at the "name" config for more details. + nameWorld = "entity.experience_orb.pickup" diff --git a/config[client]/forge-client.toml b/config[client]/forge-client.toml index 2590e91..3b8f9c0 100644 --- a/config[client]/forge-client.toml +++ b/config[client]/forge-client.toml @@ -1,24 +1,24 @@ #Client only settings, mostly things related to rendering [client] - #Toggle off to make missing model text in the gui fit inside the slot. - zoomInMissingModelTextInGui = false - #Enable uploading cloud geometry to the GPU for faster rendering. - forgeCloudsEnabled = true #Disable culling of hidden faces next to stairs and slabs. Causes extra rendering, but may fix some resource packs that exploit this vanilla mechanic. disableStairSlabCulling = false + #Toggle off to make missing model text in the gui fit inside the slot. + zoomInMissingModelTextInGui = false #Enable Forge to queue all chunk updates to the Chunk Update thread. #May increase FPS significantly, but may also cause weird rendering lag. #Not recommended for computers without a significant number of cores available. alwaysSetupTerrainOffThread = false - #Enable the Forge block rendering pipeline - fixes the lighting of custom models. - forgeLightPipelineEnabled = true #EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models. experimentalForgeLightPipelineEnabled = true - #When enabled, makes specific reload tasks such as language changing quicker to run. - selectiveResourceReloadEnabled = true + #Enable the Forge block rendering pipeline - fixes the lighting of custom models. + forgeLightPipelineEnabled = true #When enabled, Forge will show any warnings that occurred during loading. showLoadWarnings = true + #Enable uploading cloud geometry to the GPU for faster rendering. + forgeCloudsEnabled = true + #When enabled, makes specific reload tasks such as language changing quicker to run. + selectiveResourceReloadEnabled = true #Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones. useCombinedDepthStencilAttachment = false diff --git a/config[client]/theoneprobe-client.toml b/config[client]/theoneprobe-client.toml new file mode 100644 index 0000000..2f158f8 --- /dev/null +++ b/config[client]/theoneprobe-client.toml @@ -0,0 +1,111 @@ +#This is a list of entities that will not be rendered by TOP. This option also works if it is set client-side alone +renderBlacklist = [] +#The amount of milliseconds to wait before updating probe information from the server +#Range: 10 ~ 100000 +timeout = 300 +#The amount of milliseconds to wait before showing a 'fetch from server' info on the client (if the server is slow to respond) (-1 to disable this feature) +#Range: -1 ~ 100000 +waitingForServerTimeout = 2000 +#The maximum packet size to send an itemstack from client to server. Reduce this if you have issues with network lag caused by TOP +#Range: -1 ~ 32768 +maxPacketToServer = 20000 +#Distance at which the probe works +#Range: 0.1 ~ 200.0 +probeDistance = 6.0 +#Show mod name (0 = not, 1 = always, 2 = sneak) +showModName = "NORMAL" +#Show harvest level (0 = not, 1 = always, 2 = sneak) +showHarvestLevel = "NORMAL" +#Show if the block can be harvested (0 = not, 1 = always, 2 = sneak) +showCanBeHarvested = "NORMAL" +#Show the growth level of crops (0 = not, 1 = always, 2 = sneak) +showCropPercentage = "NORMAL" +#Show chest contents (0 = not, 1 = always, 2 = sneak) +showChestContents = "EXTENDED" +#Show chest contents in detail (0 = not, 1 = always, 2 = sneak), used only if number of items is below 'showItemDetailThresshold' +showChestContentsDetailed = "EXTENDED" +#Show redstone (0 = not, 1 = always, 2 = sneak) +showRedstone = "NORMAL" +#Show mob health (0 = not, 1 = always, 2 = sneak) +showMobHealth = "NORMAL" +#Show time to adulthood for baby mobs (0 = not, 1 = always, 2 = sneak) +showMobGrowth = "NORMAL" +#Show mob potion effects (0 = not, 1 = always, 2 = sneak) +showMobPotionEffects = "EXTENDED" +#Show lever/comparator/repeater settings (0 = not, 1 = always, 2 = sneak) +showLeverSetting = "NORMAL" +#Show tank setting (0 = not, 1 = always, 2 = sneak) +showTankSetting = "EXTENDED" +#Show brewing stand setting (0 = not, 1 = always, 2 = sneak) +showBrewStandSetting = "NORMAL" +#Show mob spawner setting (0 = not, 1 = always, 2 = sneak) +showMobSpawnerSetting = "NORMAL" +#Show animal owner setting (0 = not, 1 = always, 2 = sneak) +showAnimalOwnerSetting = "EXTENDED" +#Show horse stats setting (0 = not, 1 = always, 2 = sneak) +showHorseStatSetting = "EXTENDED" +#Reveal monster eggs (0 = not, 1 = always, 2 = sneak) +showSilverfish = "NOT" +#The distance to the left side of the screen. Use -1 if you don't want to set this +#Range: -1 ~ 10000 +boxLeftX = 5 +#The distance to the right side of the screen. Use -1 if you don't want to set this +#Range: -1 ~ 10000 +boxRightX = -1 +#The distance to the top side of the screen. Use -1 if you don't want to set this +#Range: -1 ~ 10000 +boxTopY = 5 +#The distance to the bottom side of the screen. Use -1 if you don't want to set this +#Range: -1 ~ 10000 +boxBottomY = -1 +#Color of the border of the box (0 to disable) +boxBorderColor = "ff999999" +#Color of the box (0 to disable) +boxFillColor = "55006699" +#Thickness of the border of the box (0 to disable) +#Range: 0 ~ 20 +boxThickness = 2 +#How much the border should be offset (i.e. to create an 'outer' border) +#Range: 0 ~ 20 +boxOffset = 0 +#If true show liquid information when the probe hits liquid first +showLiquids = false +#Toggle default probe visibility (client can override) +isVisible = true +#If true then the probe hotkey must be held down to show the tooltip +holdKeyToMakeVisible = false +#The scale of the tooltips, 1 is default, 2 is smaller +#Range: 0.4 ~ 5.0 +tooltipScale = 1.0 +#Color of the border of the chest contents box (0 to disable) +chestContentsBorderColor = "ff006699" +#0 means don't show break progress, 1 is show as bar, 2 is show as text +#Range: 0 ~ 2 +showBreakProgress = 1 +#true means shows harvestability with vanilla style icons +harvestStyleVanilla = true + +[style] + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + High = "gold" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + Obsolete = "gray,strikethrough" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + Progress = "white" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + ModName = "blue,italic" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + Warning = "yellow" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + Label = "gray" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + Error = "red,bold" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + InfoImportant = "blue" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + Info = "white" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + Ok = "green" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + Name = "white" + diff --git a/config[common]/apotheosis/enchantments.cfg b/config[common]/apotheosis/enchantments.cfg index 077e6c9..9659478 100644 --- a/config[common]/apotheosis/enchantments.cfg +++ b/config[common]/apotheosis/enchantments.cfg @@ -1,4 +1,5 @@ # Configuration file + "apotheosis:bane_of_illagers" { # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 10] I:"Max Level"=10 @@ -13,6 +14,7 @@ S:"Min Power Function"= } + "apotheosis:berserk" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4] I:"Max Level"=4 @@ -27,6 +29,7 @@ S:"Min Power Function"= } + "apotheosis:capturing" { # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7] I:"Max Level"=7 @@ -41,6 +44,7 @@ S:"Min Power Function"= } + "apotheosis:crescendo" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 5] I:"Max Level"=5 @@ -55,6 +59,7 @@ S:"Min Power Function"= } + "apotheosis:depth_miner" { # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 5] I:"Max Level"=5 @@ -69,6 +74,7 @@ S:"Min Power Function"= } + "apotheosis:hell_infusion" { # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7] I:"Max Level"=7 @@ -83,6 +89,7 @@ S:"Min Power Function"= } + "apotheosis:icy_thorns" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4] I:"Max Level"=4 @@ -97,6 +104,7 @@ S:"Min Power Function"= } + "apotheosis:knowledge" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4] I:"Max Level"=4 @@ -111,6 +119,7 @@ S:"Min Power Function"= } + "apotheosis:life_mending" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4] I:"Max Level"=4 @@ -125,6 +134,7 @@ S:"Min Power Function"= } + "apotheosis:magic_protection" { # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 5] I:"Max Level"=5 @@ -139,6 +149,7 @@ S:"Min Power Function"= } + "apotheosis:natures_blessing" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] I:"Max Level"=7 @@ -153,6 +164,7 @@ S:"Min Power Function"= } + "apotheosis:obliteration" { # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9] I:"Max Level"=9 @@ -167,6 +179,7 @@ S:"Min Power Function"= } + "apotheosis:rebounding" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 6] I:"Max Level"=6 @@ -181,6 +194,7 @@ S:"Min Power Function"= } + "apotheosis:reflective" { # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7] I:"Max Level"=7 @@ -195,6 +209,7 @@ S:"Min Power Function"= } + "apotheosis:scavenger" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3] I:"Max Level"=3 @@ -209,6 +224,7 @@ S:"Min Power Function"= } + "apotheosis:sea_infusion" { # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7] I:"Max Level"=7 @@ -223,6 +239,7 @@ S:"Min Power Function"= } + "apotheosis:shield_bash" { # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 7] I:"Max Level"=7 @@ -237,6 +254,7 @@ S:"Min Power Function"= } + "apotheosis:splitting" { # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9] I:"Max Level"=9 @@ -251,6 +269,7 @@ S:"Min Power Function"= } + "apotheosis:stable_footing" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -265,6 +284,7 @@ S:"Min Power Function"= } + "apotheosis:tempting" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -279,6 +299,7 @@ S:"Min Power Function"= } + "apotheosis:true_infinity" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -293,6 +314,7 @@ S:"Min Power Function"= } + "ars_nouveau:mana_boost" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3] I:"Max Level"=3 @@ -307,6 +329,7 @@ S:"Min Power Function"= } + "ars_nouveau:mana_regen" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3] I:"Max Level"=3 @@ -321,6 +344,7 @@ S:"Min Power Function"= } + "ars_nouveau:reactive" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3] I:"Max Level"=3 @@ -335,6 +359,7 @@ S:"Min Power Function"= } + "astralsorcery:night_vision" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -349,6 +374,7 @@ S:"Min Power Function"= } + "astralsorcery:scorching_heat" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -363,6 +389,7 @@ S:"Min Power Function"= } + "cofh_core:holding" { # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 11] I:"Max Level"=11 @@ -377,7 +404,38 @@ S:"Min Power Function"= } -"farmersdelight:backstabbing" { + +"cyclic:auto_smelt" { + # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] + I:"Max Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:beekeeper" { + # The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 6] + I:"Max Level"=6 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:beheading" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] I:"Max Level"=7 @@ -391,6 +449,232 @@ S:"Min Power Function"= } + +"cyclic:curse" { + # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] + I:"Max Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:disarm" { + # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] + I:"Max Level"=7 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:ender" { + # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] + I:"Max Level"=7 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:excavate" { + # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9] + I:"Max Level"=9 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:experience_boost" { + # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 5] + I:"Max Level"=5 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:growth" { + # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] + I:"Max Level"=7 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:launch" { + # The max level of this enchantment - normally 10. [range: 1 ~ 127, default: 12] + I:"Max Level"=12 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:life_leech" { + # The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 6] + I:"Max Level"=6 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:magnet" { + # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] + I:"Max Level"=7 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:multishot" { + # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] + I:"Max Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:quickshot" { + # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] + I:"Max Level"=7 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:reach" { + # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] + I:"Max Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:step" { + # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] + I:"Max Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:traveler" { + # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] + I:"Max Level"=1 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + +"cyclic:venom" { + # The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 6] + I:"Max Level"=6 + + # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] + S:"Max Power Function"= + + # The min level of this enchantment. [range: 1 ~ 127, default: 1] + I:"Min Level"=1 + + # A function to determine the min enchanting power. [default: ] + S:"Min Power Function"= +} + + "mana-and-artifice:aura-depths" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -405,6 +689,7 @@ S:"Min Power Function"= } + "mana-and-artifice:aura-healing" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -419,6 +704,7 @@ S:"Min Power Function"= } + "mana-and-artifice:aura-jumping" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -433,6 +719,7 @@ S:"Min Power Function"= } + "mana-and-artifice:aura-mining" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -447,6 +734,7 @@ S:"Min Power Function"= } + "mana-and-artifice:aura-repair" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -461,6 +749,7 @@ S:"Min Power Function"= } + "mana-and-artifice:aura-running" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -475,6 +764,7 @@ S:"Min Power Function"= } + "mana-and-artifice:bouncing" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -489,6 +779,7 @@ S:"Min Power Function"= } + "mana-and-artifice:cloudstep" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] I:"Max Level"=7 @@ -503,6 +794,7 @@ S:"Min Power Function"= } + "mana-and-artifice:transitorystep" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -517,6 +809,7 @@ S:"Min Power Function"= } + "minecolonies:raider_damage_enchant" { # The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 2] I:"Max Level"=2 @@ -531,6 +824,7 @@ S:"Min Power Function"= } + "minecraft:aqua_affinity" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -545,6 +839,7 @@ S:"Min Power Function"= } + "minecraft:bane_of_arthropods" { # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 10] I:"Max Level"=10 @@ -559,6 +854,7 @@ S:"Min Power Function"= } + "minecraft:binding_curse" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -573,6 +869,7 @@ S:"Min Power Function"= } + "minecraft:blast_protection" { # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8] I:"Max Level"=8 @@ -587,6 +884,7 @@ S:"Min Power Function"= } + "minecraft:channeling" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -601,6 +899,7 @@ S:"Min Power Function"= } + "minecraft:depth_strider" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] I:"Max Level"=7 @@ -615,6 +914,7 @@ S:"Min Power Function"= } + "minecraft:efficiency" { # The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9] I:"Max Level"=9 @@ -629,6 +929,7 @@ S:"Min Power Function"= } + "minecraft:feather_falling" { # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8] I:"Max Level"=8 @@ -643,6 +944,7 @@ S:"Min Power Function"= } + "minecraft:fire_aspect" { # The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 5] I:"Max Level"=5 @@ -657,6 +959,7 @@ S:"Min Power Function"= } + "minecraft:fire_protection" { # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8] I:"Max Level"=8 @@ -671,6 +974,7 @@ S:"Min Power Function"= } + "minecraft:flame" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 @@ -685,6 +989,7 @@ S:"Min Power Function"= } + "minecraft:fortune" { # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] I:"Max Level"=7 diff --git a/config[common]/apotheosis/names.cfg b/config[common]/apotheosis/names.cfg new file mode 100644 index 0000000..126023d --- /dev/null +++ b/config[common]/apotheosis/names.cfg @@ -0,0 +1,1160 @@ +# Configuration file + +armors { + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:chainmail_helmet, minecraft:chainmail_chestplate, minecraft:chainmail_leggings, minecraft:chainmail_boots + # Repair Material: minecraft:iron_ingot + # [default: [Chainmail], [Chain], [Chain Link], [Scale]] + S:CHAIN < + Chainmail + Chain + Chain Link + Scale + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:diamond_helmet, minecraft:diamond_chestplate, minecraft:diamond_leggings, minecraft:diamond_boots + # Repair Material: minecraft:diamond + # [default: [Diamond], [Zircon], [Gemstone], [Jewel], [Crystal]] + S:DIAMOND < + Diamond + Zircon + Gemstone + Jewel + Crystal + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:golden_helmet, minecraft:golden_chestplate, minecraft:golden_leggings, minecraft:golden_boots + # Repair Material: minecraft:gold_ingot + # [default: [Golden], [Gold], [Gilt], [Auric], [Ornate]] + S:GOLD < + Golden + Gold + Gilt + Auric + Ornate + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: naturesaura:infused_iron_helmet, naturesaura:infused_iron_chest, naturesaura:infused_iron_pants, naturesaura:infused_iron_shoes + # Repair Material: naturesaura:infused_iron + # [default: ] + S:INFUSED < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:iron_helmet, minecraft:iron_chestplate, minecraft:iron_leggings, minecraft:iron_boots + # Repair Material: minecraft:iron_ingot + # [default: [Iron], [Steel], [Ferrous], [Rusty], [Wrought Iron]] + S:IRON < + Iron + Steel + Ferrous + Rusty + Wrought Iron + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: simplyjetpacks:jetpack_creative, simplyjetpacks:jetpack_vanilla1, simplyjetpacks:jetpack_vanilla2, simplyjetpacks:jetpack_vanilla3, simplyjetpacks:jetpack_vanilla4, simplyjetpacks:jetpack_ie1, simplyjetpacks:jetpack_ie2, simplyjetpacks:jetpack_ie3, simplyjetpacks:jetpack_mek1, simplyjetpacks:jetpack_mek2, simplyjetpacks:jetpack_mek3, simplyjetpacks:jetpack_mek4, simplyjetpacks:jetpack_te1, simplyjetpacks:jetpack_te2, simplyjetpacks:jetpack_te3, simplyjetpacks:jetpack_te4 + # Repair Material: minecraft:iron_ingot + # [default: ] + S:JETPACK < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: simplyjetpacks:jetpack_creative_armored, simplyjetpacks:jetpack_vanilla1_armored, simplyjetpacks:jetpack_vanilla2_armored, simplyjetpacks:jetpack_vanilla3_armored, simplyjetpacks:jetpack_vanilla4_armored, simplyjetpacks:jetpack_ie1_armored, simplyjetpacks:jetpack_ie2_armored, simplyjetpacks:jetpack_ie3_armored, simplyjetpacks:jetpack_mek1_armored, simplyjetpacks:jetpack_mek2_armored, simplyjetpacks:jetpack_mek3_armored, simplyjetpacks:jetpack_mek4_armored, simplyjetpacks:jetpack_te1_armored, simplyjetpacks:jetpack_te2_armored, simplyjetpacks:jetpack_te3_armored, simplyjetpacks:jetpack_te4_armored, simplyjetpacks:jetpack_te5 + # Repair Material: minecraft:iron_ingot + # [default: ] + S:JETPACK_ARMORED < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:leather_helmet, minecraft:leather_chestplate, minecraft:leather_leggings, minecraft:leather_boots, quark:backpack + # Repair Material: minecraft:leather + # [default: [Leather], [Rawhide], [Lamellar], [Cow Skin]] + S:LEATHER < + Leather + Rawhide + Lamellar + Cow Skin + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:netherite_helmet, minecraft:netherite_chestplate, minecraft:netherite_leggings, minecraft:netherite_boots + # Repair Material: minecraft:netherite_ingot + # [default: [Burnt], [Embered], [Fiery], [Hellborn], [Flameforged]] + S:NETHERITE < + Burnt + Embered + Fiery + Hellborn + Flameforged + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: simplyjetpacks:pilot_goggles + # Repair Material: minecraft:iron_ingot + # [default: ] + S:PILOT_GOGGLES < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: naturesaura:sky_helmet, naturesaura:sky_chest, naturesaura:sky_pants, naturesaura:sky_shoes + # Repair Material: naturesaura:sky_ingot + # [default: ] + S:SKY < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:turtle_helmet + # Repair Material: minecraft:scute + # [default: [Tortollan], [Very Tragic], [Environmental], [Organic]] + S:TURTLE < + Tortollan + Very Tragic + Environmental + Organic + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: ars_nouveau:apprentice_boots, ars_nouveau:apprentice_leggings, ars_nouveau:apprentice_robes, ars_nouveau:apprentice_hood + # Repair Material: minecraft:scute + # [default: ] + S:ars_nouveau_apprentice_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: ars_nouveau:archmage_boots, ars_nouveau:archmage_leggings, ars_nouveau:archmage_robes, ars_nouveau:archmage_hood + # Repair Material: minecraft:scute + # [default: ] + S:ars_nouveau_archmage_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: ars_nouveau:novice_boots, ars_nouveau:novice_leggings, ars_nouveau:novice_robes, ars_nouveau:novice_hood + # Repair Material: minecraft:white_wool + # [default: ] + S:ars_nouveau_novice_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: astralsorcery:mantle + # Repair Material: astralsorcery:stardust + # [default: ] + S:astralsorcery_mantle < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: bloodmagic:livinghelmet, bloodmagic:livingplate, bloodmagic:livingleggings, bloodmagic:livingboots + # Repair Material: minecraft:iron_ingot + # [default: ] + S:bloodmagic_livinghelmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:crystal_boots, cyclic:crystal_helmet, cyclic:crystal_chestplate, cyclic:crystal_leggings + # Repair Material: cyclic:gem_obsidian + # [default: ] + S:cyclic_crystal_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:emerald_boots, cyclic:emerald_helmet, cyclic:emerald_chestplate, cyclic:emerald_leggings + # Repair Material: minecraft:emerald + # [default: ] + S:cyclic_emerald_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:glowing_helmet + # Repair Material: cyclic:gem_amber + # [default: ] + S:cyclic_glowing_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: dustrial_decor:cardboard_helmet, dustrial_decor:cardboard_chestplate, dustrial_decor:cardboard_leggings, dustrial_decor:cardboard_boots + # Repair Material: dustrial_decor:cardboard + # [default: ] + S:dustrial_decor_cardboard_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: immersiveengineering:armor_faraday_feet, immersiveengineering:armor_faraday_legs, immersiveengineering:armor_faraday_chest, immersiveengineering:armor_faraday_head + # Repair Material: null + # [default: ] + S:immersiveengineering_armor_faraday_feet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: immersiveengineering:armor_steel_feet, immersiveengineering:armor_steel_legs, immersiveengineering:armor_steel_chest, immersiveengineering:armor_steel_head + # Repair Material: null + # [default: ] + S:immersiveengineering_armor_steel_feet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanism:free_runners + # Repair Material: null + # [default: ] + S:mekanism_free_runners < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanism:hazmat_mask, mekanism:hazmat_gown, mekanism:hazmat_pants, mekanism:hazmat_boots + # Repair Material: null + # [default: ] + S:mekanism_hazmat_mask < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanism:jetpack + # Repair Material: null + # [default: ] + S:mekanism_jetpack < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanism:jetpack_armored + # Repair Material: null + # [default: ] + S:mekanism_jetpack_armored < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanism:mekasuit_helmet, mekanism:mekasuit_bodyarmor, mekanism:mekasuit_pants, mekanism:mekasuit_boots + # Repair Material: null + # [default: ] + S:mekanism_mekasuit_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanism:scuba_mask + # Repair Material: null + # [default: ] + S:mekanism_scuba_mask < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanism:scuba_tank + # Repair Material: null + # [default: ] + S:mekanism_scuba_tank < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanismtools:bronze_helmet, mekanismtools:bronze_chestplate, mekanismtools:bronze_leggings, mekanismtools:bronze_boots + # Repair Material: null + # [default: ] + S:mekanismtools_bronze_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanismtools:lapis_lazuli_helmet, mekanismtools:lapis_lazuli_chestplate, mekanismtools:lapis_lazuli_leggings, mekanismtools:lapis_lazuli_boots + # Repair Material: null + # [default: ] + S:mekanismtools_lapis_lazuli_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanismtools:osmium_helmet, mekanismtools:osmium_chestplate, mekanismtools:osmium_leggings, mekanismtools:osmium_boots + # Repair Material: null + # [default: ] + S:mekanismtools_osmium_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanismtools:refined_glowstone_helmet, mekanismtools:refined_glowstone_chestplate, mekanismtools:refined_glowstone_leggings, mekanismtools:refined_glowstone_boots + # Repair Material: null + # [default: ] + S:mekanismtools_refined_glowstone_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanismtools:refined_obsidian_helmet, mekanismtools:refined_obsidian_chestplate, mekanismtools:refined_obsidian_leggings, mekanismtools:refined_obsidian_boots + # Repair Material: null + # [default: ] + S:mekanismtools_refined_obsidian_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanismtools:steel_helmet, mekanismtools:steel_chestplate, mekanismtools:steel_leggings, mekanismtools:steel_boots + # Repair Material: null + # [default: ] + S:mekanismtools_steel_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecolonies:pirate_cap, minecolonies:pirate_chest, minecolonies:pirate_legs, minecolonies:pirate_shoes + # Repair Material: minecraft:diamond + # [default: ] + S:minecolonies_pirate_cap < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecolonies:pirate_hat, minecolonies:pirate_top, minecolonies:pirate_leggins, minecolonies:pirate_boots + # Repair Material: minecraft:diamond + # [default: ] + S:minecolonies_pirate_hat < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecolonies:santa_hat + # Repair Material: null + # [default: ] + S:minecolonies_santa_hat < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: pneumaticcraft:pneumatic_helmet, pneumaticcraft:pneumatic_chestplate, pneumaticcraft:pneumatic_leggings, pneumaticcraft:pneumatic_boots + # Repair Material: null + # [default: ] + S:pneumaticcraft_pneumatic_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: theoneprobe:diamond_helmet_probe + # Repair Material: null + # [default: ] + S:theoneprobe_diamond_helmet_probe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: theoneprobe:gold_helmet_probe + # Repair Material: null + # [default: ] + S:theoneprobe_gold_helmet_probe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: theoneprobe:iron_helmet_probe + # Repair Material: null + # [default: ] + S:theoneprobe_iron_helmet_probe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: thermal:beekeeper_helmet, thermal:beekeeper_chestplate, thermal:beekeeper_leggings, thermal:beekeeper_boots + # Repair Material: thermal:beekeeper_fabric + # [default: ] + S:thermal_beekeeper_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: thermal:diving_helmet, thermal:diving_chestplate, thermal:diving_leggings, thermal:diving_boots + # Repair Material: thermal:diving_fabric + # [default: ] + S:thermal_diving_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: thermal:hazmat_helmet, thermal:hazmat_chestplate, thermal:hazmat_leggings, thermal:hazmat_boots + # Repair Material: thermal:hazmat_fabric + # [default: ] + S:thermal_hazmat_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: xreliquary:witch_hat + # Repair Material: null + # [default: ] + S:xreliquary_witch_hat < + > +} + + +entity { + # A list of name pieces, which can be spliced together to create full names. May be empty only if names is not empty. [default: [Grab], [Thar], [Ger], [Ald], [Mas], [On], [O], [Din], [Thor], [Jon], [Ath], [Burb], [En], [A], [E], [I], [U], [Hab], [Bloo], [Ena], [Dit], [Aph], [Ern], [Bor], [Dav], [Id], [Toast], [Son], [Dottir], [For], [Wen], [Lob], [Ed], [Die], [Van], [Y], [Zap], [Ear], [Ben], [Don], [Bran], [Gro], [Jen], [Bob], [Ette], [Ere], [Man], [Qua], [Bro], [Cree], [Per], [Skel], [Ton], [Zom], [Bie], [Wolf], [End], [Er], [Pig], [Sil], [Ver], [Fish], [Cow], [Chic], [Ken], [Sheep], [Squid], [Hell]] + S:"Name Parts" < + Grab + Thar + Ger + Ald + Mas + On + O + Din + Thor + Jon + Ath + Burb + En + A + E + I + U + Hab + Bloo + Ena + Dit + Aph + Ern + Bor + Dav + Id + Toast + Son + Dottir + For + Wen + Lob + Ed + Die + Van + Y + Zap + Ear + Ben + Don + Bran + Gro + Jen + Bob + Ette + Ere + Man + Qua + Bro + Cree + Per + Skel + Ton + Zom + Bie + Wolf + End + Er + Pig + Sil + Ver + Fish + Cow + Chic + Ken + Sheep + Squid + Hell + > + + # A list of full names, which are used in the generation of boss names. May be empty only if name parts is not empty. [default: [Albert], [Andrew], [Anderson], [Andy], [Allan], [Arthur], [Aaron], [Allison], [Arielle], [Amanda], [Anne], [Annie], [Amy], [Alana], [Brandon], [Brady], [Bernard], [Ben], [Benjamin], [Bob], [Bobette], [Brooke], [Brandy], [Beatrice], [Bea], [Bella], [Becky], [Carlton], [Carl], [Calvin], [Cameron], [Carson], [Chase], [Cassandra], [Cassie], [Cas], [Carol], [Carly], [Cherise], [Charlotte], [Cheryl], [Chasity], [Danny], [Drake], [Daniel], [Derrel], [David], [Dave], [Donovan], [Don], [Donald], [Drew], [Derrick], [Darla], [Donna], [Dora], [Danielle], [Edward], [Elliot], [Ed], [Edson], [Elton], [Eddison], [Earl], [Eric], [Ericson], [Eddie], [Ediovany], [Emma], [Elizabeth], [Eliza], [Esperanza], [Esper], [Esmeralda], [Emi], [Emily], [Elaine], [Fernando], [Ferdinand], [Fred], [Feddie], [Fredward], [Frank], [Franklin], [Felix], [Felicia], [Fran], [Greg], [Gregory], [George], [Gerald], [Gina], [Geraldine], [Gabby], [Hendrix], [Henry], [Hobbes], [Herbert], [Heath], [Henderson], [Helga], [Hera], [Helen], [Helena], [Hannah], [Ike], [Issac], [Israel], [Ismael], [Irlanda], [Isabelle], [Irene], [Irenia], [Jimmy], [Jim], [Justin], [Jacob], [Jake], [Jon], [Johnson], [Jonny], [Jonathan], [Josh], [Joshua], [Julian], [Jesus], [Jericho], [Jeb], [Jess], [Joan], [Jill], [Jillian], [Jessica], [Jennifer], [Jenny], [Jen], [Judy], [Kenneth], [Kenny], [Ken], [Keith], [Kevin], [Karen], [Kassandra], [Kassie], [Leonard], [Leo], [Leroy], [Lee], [Lenny], [Luke], [Lucas], [Liam], [Lorraine], [Latasha], [Lauren], [Laquisha], [Livia], [Lydia], [Lila], [Lilly], [Lillian], [Lilith], [Lana], [Mason], [Mike], [Mickey], [Mario], [Manny], [Mark], [Marcus], [Martin], [Marty], [Matthew], [Matt], [Max], [Maximillian], [Marth], [Mia], [Marriah], [Maddison], [Maddie], [Marissa], [Miranda], [Mary], [Martha], [Melonie], [Melody], [Mel], [Minnie], [Nathan], [Nathaniel], [Nate], [Ned], [Nick], [Norman], [Nicholas], [Natasha], [Nicki], [Nora], [Nelly], [Nina], [Orville], [Oliver], [Orlando], [Owen], [Olsen], [Odin], [Olaf], [Ortega], [Olivia], [Patrick], [Pat], [Paul], [Perry], [Pinnochio], [Patrice], [Patricia], [Pennie], [Petunia], [Patti], [Pernelle], [Quade], [Quincy], [Quentin], [Quinn], [Roberto], [Robbie], [Rob], [Robert], [Roy], [Roland], [Ronald], [Richard], [Rick], [Ricky], [Rose], [Rosa], [Rhonda], [Rebecca], [Roberta], [Sparky], [Shiloh], [Stephen], [Steve], [Saul], [Sheen], [Shane], [Sean], [Sampson], [Samuel], [Sammy], [Stefan], [Sasha], [Sam], [Susan], [Suzy], [Shelby], [Samantha], [Sheila], [Sharon], [Sally], [Stephanie], [Sandra], [Sandy], [Sage], [Tim], [Thomas], [Thompson], [Tyson], [Tyler], [Tom], [Tyrone], [Timmothy], [Tamara], [Tabby], [Tabitha], [Tessa], [Tiara], [Tyra], [Uriel], [Ursala], [Uma], [Victor], [Vincent], [Vince], [Vance], [Vinny], [Velma], [Victoria], [Veronica], [Wilson], [Wally], [Wallace], [Will], [Wilard], [William], [Wilhelm], [Xavier], [Xandra], [Young], [Yvonne], [Yolanda], [Zach], [Zachary]] + S:Names < + Albert + Andrew + Anderson + Andy + Allan + Arthur + Aaron + Allison + Arielle + Amanda + Anne + Annie + Amy + Alana + Brandon + Brady + Bernard + Ben + Benjamin + Bob + Bobette + Brooke + Brandy + Beatrice + Bea + Bella + Becky + Carlton + Carl + Calvin + Cameron + Carson + Chase + Cassandra + Cassie + Cas + Carol + Carly + Cherise + Charlotte + Cheryl + Chasity + Danny + Drake + Daniel + Derrel + David + Dave + Donovan + Don + Donald + Drew + Derrick + Darla + Donna + Dora + Danielle + Edward + Elliot + Ed + Edson + Elton + Eddison + Earl + Eric + Ericson + Eddie + Ediovany + Emma + Elizabeth + Eliza + Esperanza + Esper + Esmeralda + Emi + Emily + Elaine + Fernando + Ferdinand + Fred + Feddie + Fredward + Frank + Franklin + Felix + Felicia + Fran + Greg + Gregory + George + Gerald + Gina + Geraldine + Gabby + Hendrix + Henry + Hobbes + Herbert + Heath + Henderson + Helga + Hera + Helen + Helena + Hannah + Ike + Issac + Israel + Ismael + Irlanda + Isabelle + Irene + Irenia + Jimmy + Jim + Justin + Jacob + Jake + Jon + Johnson + Jonny + Jonathan + Josh + Joshua + Julian + Jesus + Jericho + Jeb + Jess + Joan + Jill + Jillian + Jessica + Jennifer + Jenny + Jen + Judy + Kenneth + Kenny + Ken + Keith + Kevin + Karen + Kassandra + Kassie + Leonard + Leo + Leroy + Lee + Lenny + Luke + Lucas + Liam + Lorraine + Latasha + Lauren + Laquisha + Livia + Lydia + Lila + Lilly + Lillian + Lilith + Lana + Mason + Mike + Mickey + Mario + Manny + Mark + Marcus + Martin + Marty + Matthew + Matt + Max + Maximillian + Marth + Mia + Marriah + Maddison + Maddie + Marissa + Miranda + Mary + Martha + Melonie + Melody + Mel + Minnie + Nathan + Nathaniel + Nate + Ned + Nick + Norman + Nicholas + Natasha + Nicki + Nora + Nelly + Nina + Orville + Oliver + Orlando + Owen + Olsen + Odin + Olaf + Ortega + Olivia + Patrick + Pat + Paul + Perry + Pinnochio + Patrice + Patricia + Pennie + Petunia + Patti + Pernelle + Quade + Quincy + Quentin + Quinn + Roberto + Robbie + Rob + Robert + Roy + Roland + Ronald + Richard + Rick + Ricky + Rose + Rosa + Rhonda + Rebecca + Roberta + Sparky + Shiloh + Stephen + Steve + Saul + Sheen + Shane + Sean + Sampson + Samuel + Sammy + Stefan + Sasha + Sam + Susan + Suzy + Shelby + Samantha + Sheila + Sharon + Sally + Stephanie + Sandra + Sandy + Sage + Tim + Thomas + Thompson + Tyson + Tyler + Tom + Tyrone + Timmothy + Tamara + Tabby + Tabitha + Tessa + Tiara + Tyra + Uriel + Ursala + Uma + Victor + Vincent + Vince + Vance + Vinny + Velma + Victoria + Veronica + Wilson + Wally + Wallace + Will + Wilard + William + Wilhelm + Xavier + Xandra + Young + Yvonne + Yolanda + Zach + Zachary + > + + # A list of prefixes, which are used in the generation of boss names. May be empty. [default: [Sir], [Mister], [Madam], [Doctor], [Father], [Mother]] + S:Prefixes < + Sir + Mister + Madam + Doctor + Father + Mother + > + + # A list of suffixes, which are used in the generation of boss names. A suffix is always preceeded by "The". May be empty. [default: [Mighty], [Supreme], [Superior], [Ultimate], [Lame], [Wimpy], [Curious], [Sneaky], [Pathetic], [Crying], [Eagle], [Errant], [Unholy], [Questionable], [Mean], [Hungry], [Thirsty], [Feeble], [Wise], [Sage], [Magical], [Mythical], [Legendary], [Not Very Nice], [Jerk], [Doctor], [Misunderstood], [Angry], [Knight], [Bishop], [Godly], [Special], [Toasty], [Shiny], [Shimmering], [Light], [Dark], [Odd-Smelling], [Funky], [Rock Smasher], [Son of Herobrine], [Cracked], [Sticky], [§kAlien§r], [Baby], [Manly], [Rough], [Scary], [Undoubtable], [Honest], [Non-Suspicious], [Boring], [Odd], [Lazy], [Super], [Nifty], [Ogre Slayer], [Pig Thief], [Dirt Digger], [Really Cool], [Doominator], [... Something]] + S:Suffixes < + Mighty + Supreme + Superior + Ultimate + Lame + Wimpy + Curious + Sneaky + Pathetic + Crying + Eagle + Errant + Unholy + Questionable + Mean + Hungry + Thirsty + Feeble + Wise + Sage + Magical + Mythical + Legendary + Not Very Nice + Jerk + Doctor + Misunderstood + Angry + Knight + Bishop + Godly + Special + Toasty + Shiny + Shimmering + Light + Dark + Odd-Smelling + Funky + Rock Smasher + Son of Herobrine + Cracked + Sticky + §kAlien§r + Baby + Manly + Rough + Scary + Undoubtable + Honest + Non-Suspicious + Boring + Odd + Lazy + Super + Nifty + Ogre Slayer + Pig Thief + Dirt Digger + Really Cool + Doominator + ... Something + > +} + + +formatting { + # The format string that will be used to indicate ownership. [default: %s's] + S:"Ownership Format"=%s's + + # The format string that will be used when a suffix is applied. [default: %s the %s] + S:"Suffix Format"=%s the %s +} + + +items { + # A list of root names for helms, used in the generation of item names. May not be empty. [default: [Helmet], [Cap], [Crown], [Great Helm], [Bassinet], [Sallet], [Close Helm], [Barbute]] + S:Helms < + Helmet + Cap + Crown + Great Helm + Bassinet + Sallet + Close Helm + Barbute + > + + # A list of root names for axes, used in the generation of item names. May not be empty. [default: [Axe], [Chopper], [Hatchet], [Tomahawk], [Cleaver], [Hacker], [Tree-Cutter], [Truncator]] + S:axes < + Axe + Chopper + Hatchet + Tomahawk + Cleaver + Hacker + Tree-Cutter + Truncator + > + + # A list of root names for boots, used in the generation of item names. May not be empty. [default: [Boots], [Shoes], [Greaves], [Sabatons], [Sollerets]] + S:boots < + Boots + Shoes + Greaves + Sabatons + Sollerets + > + + # A list of root names for bows, used in the generation of item names. May not be empty. [default: [Bow], [Shortbow], [Longbow], [Flatbow], [Recurve Bow], [Reflex Bow], [Self Bow], [Composite Bow], [Arrow-Flinger]] + S:bows < + Bow + Shortbow + Longbow + Flatbow + Recurve Bow + Reflex Bow + Self Bow + Composite Bow + Arrow-Flinger + > + + # A list of root names for chestplates, used in the generation of item names. May not be empty. [default: [Chestplate], [Tunic], [Brigandine], [Hauberk], [Cuirass]] + S:chestplates < + Chestplate + Tunic + Brigandine + Hauberk + Cuirass + > + + # A list of root names for leggings, used in the generation of item names. May not be empty. [default: [Leggings], [Pants], [Tassets], [Cuisses], [Schynbalds]] + S:leggings < + Leggings + Pants + Tassets + Cuisses + Schynbalds + > + + # A list of root names for pickaxes, used in the generation of item names. May not be empty. [default: [Pickaxe], [Pick], [Mattock], [Rock-Smasher], [Miner]] + S:pickaxes < + Pickaxe + Pick + Mattock + Rock-Smasher + Miner + > + + # A list of root names for shovels, used in the generation of item names. May not be empty. [default: [Shovel], [Spade], [Digger], [Excavator], [Trowel], [Scoop]] + S:shovels < + Shovel + Spade + Digger + Excavator + Trowel + Scoop + > + + # A list of root names for swords, used in the generation of item names. May not be empty. [default: [Sword], [Cutter], [Slicer], [Dicer], [Knife], [Blade], [Machete], [Brand], [Claymore], [Cutlass], [Foil], [Dagger], [Glaive], [Rapier], [Saber], [Scimitar], [Shortsword], [Longsword], [Broadsword], [Calibur]] + S:swords < + Sword + Cutter + Slicer + Dicer + Knife + Blade + Machete + Brand + Claymore + Cutlass + Foil + Dagger + Glaive + Rapier + Saber + Scimitar + Shortsword + Longsword + Broadsword + Calibur + > +} + + +tools { + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:diamond_sword, minecraft:diamond_shovel, minecraft:diamond_pickaxe, minecraft:diamond_axe, minecraft:diamond_hoe, engineerstools:redia_tool, integratedtunnels:dummy_pickaxe, mekanismtools:diamond_paxel, cyclic:mattock, rftoolsbuilder:superharvestingtool, minecolonies:chiefsword + # Repair Material: minecraft:diamond + # [default: [Diamond], [Zircon], [Gemstone], [Jewel], [Crystal]] + S:DIAMOND < + Diamond + Zircon + Gemstone + Jewel + Crystal + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: extcaves:picker_flint + # Repair Material: minecraft:flint + # [default: ] + S:FLINT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:golden_sword, minecraft:golden_shovel, minecraft:golden_pickaxe, minecraft:golden_axe, minecraft:golden_hoe, xreliquary:mercy_cross, xreliquary:magicbane, mekanismtools:gold_paxel + # Repair Material: minecraft:gold_ingot + # [default: [Golden], [Gold], [Gilt], [Auric], [Ornate]] + S:GOLD < + Golden + Gold + Gilt + Auric + Ornate + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: naturesaura:infused_iron_pickaxe, naturesaura:infused_iron_axe, naturesaura:infused_iron_shovel, naturesaura:infused_iron_hoe, naturesaura:infused_iron_sword + # Repair Material: naturesaura:infused_iron + # [default: ] + S:INFUSED < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:iron_sword, minecraft:iron_shovel, minecraft:iron_pickaxe, minecraft:iron_axe, minecraft:iron_hoe, extcaves:butcher_knife, extcaves:chef_knife, extcaves:gourmet_fork, extcaves:gourmet_spoon, extcaves:iron_dagger, mekanismtools:iron_paxel, appliedenergistics2:certus_quartz_axe, appliedenergistics2:certus_quartz_hoe, appliedenergistics2:certus_quartz_shovel, appliedenergistics2:certus_quartz_pickaxe, appliedenergistics2:certus_quartz_sword, appliedenergistics2:nether_quartz_axe, appliedenergistics2:nether_quartz_hoe, appliedenergistics2:nether_quartz_shovel, appliedenergistics2:nether_quartz_pickaxe, appliedenergistics2:nether_quartz_sword, minecolonies:iron_scimitar + # Repair Material: minecraft:iron_ingot + # [default: [Iron], [Steel], [Ferrous], [Rusty], [Wrought Iron]] + S:IRON < + Iron + Steel + Ferrous + Rusty + Wrought Iron + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:netherite_sword, minecraft:netherite_shovel, minecraft:netherite_pickaxe, minecraft:netherite_axe, minecraft:netherite_hoe, cyclic:crystal_hoe, cyclic:emerald_hoe, cyclic:sandstone_hoe, cyclic:netherbrick_hoe, mekanismtools:netherite_paxel + # Repair Material: minecraft:netherite_ingot + # [default: [Burnt], [Embered], [Fiery], [Hellborn], [Flameforged]] + S:NETHERITE < + Burnt + Embered + Fiery + Hellborn + Flameforged + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: create:deforester + # Repair Material: create:refined_radiance + # [default: ] + S:RADIANT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: extcaves:rusty_sword, extcaves:rusty_pickaxe + # Repair Material: minecraft:iron_ingot + # [default: ] + S:RUSTY < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: bloodmagic:soulsword, bloodmagic:soulaxe, bloodmagic:soulpickaxe, bloodmagic:soulshovel, bloodmagic:soulscythe + # Repair Material: bloodmagic:infusedslate + # [default: ] + S:SENTIENT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: naturesaura:sky_pickaxe, naturesaura:sky_axe, naturesaura:sky_shovel, naturesaura:sky_hoe, naturesaura:sky_sword + # Repair Material: naturesaura:sky_ingot + # [default: ] + S:SKY < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:stone_sword, minecraft:stone_shovel, minecraft:stone_pickaxe, minecraft:stone_axe, minecraft:stone_hoe, farmersdelight:flint_knife, mekanismtools:stone_paxel + # Repair Material: null + # [default: [Stone], [Rock], [Marble], [Cobblestone]] + S:STONE < + Stone + Rock + Marble + Cobblestone + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: extcaves:picker_stone + # Repair Material: null + # [default: ] + S:STONE_WEAK < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:wooden_sword, minecraft:wooden_shovel, minecraft:wooden_pickaxe, minecraft:wooden_axe, minecraft:wooden_hoe, extcaves:wooden_cane, mekanismtools:wood_paxel + # Repair Material: null + # [default: [Wooden], [Wood], [Hardwood], [Balsa Wood], [Mahogany], [Plywood]] + S:WOOD < + Wooden + Wood + Hardwood + Balsa Wood + Mahogany + Plywood + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: astralsorcery:crystal_sword, astralsorcery:infused_crystal_sword + # Repair Material: null + # [default: ] + S:astralsorcery_crystal_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:crystal_sword, cyclic:crystal_pickaxe, cyclic:crystal_axe, cyclic:crystal_shovel + # Repair Material: cyclic:gem_obsidian + # [default: ] + S:cyclic_crystal_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:emerald_sword, cyclic:emerald_pickaxe, cyclic:emerald_axe, cyclic:emerald_shovel + # Repair Material: minecraft:emerald + # [default: ] + S:cyclic_emerald_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:netherbrick_sword, cyclic:netherbrick_pickaxe, cyclic:netherbrick_axe, cyclic:netherbrick_shovel + # Repair Material: minecraft:nether_bricks + # [default: ] + S:cyclic_netherbrick_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:sandstone_sword, cyclic:sandstone_pickaxe, cyclic:sandstone_axe, cyclic:sandstone_shovel + # Repair Material: minecraft:sandstone + # [default: ] + S:cyclic_sandstone_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: immersiveengineering:pickaxe_steel, immersiveengineering:shovel_steel, immersiveengineering:axe_steel, immersiveengineering:hoe_steel, immersiveengineering:sword_steel + # Repair Material: null + # [default: ] + S:immersiveengineering_pickaxe_steel < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanismtools:bronze_pickaxe, mekanismtools:bronze_axe, mekanismtools:bronze_shovel, mekanismtools:bronze_hoe, mekanismtools:bronze_sword, mekanismtools:bronze_paxel + # Repair Material: null + # [default: ] + S:mekanismtools_bronze_pickaxe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanismtools:lapis_lazuli_pickaxe, mekanismtools:lapis_lazuli_axe, mekanismtools:lapis_lazuli_shovel, mekanismtools:lapis_lazuli_hoe, mekanismtools:lapis_lazuli_sword, mekanismtools:lapis_lazuli_paxel + # Repair Material: null + # [default: ] + S:mekanismtools_lapis_lazuli_pickaxe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanismtools:osmium_pickaxe, mekanismtools:osmium_axe, mekanismtools:osmium_shovel, mekanismtools:osmium_hoe, mekanismtools:osmium_sword, mekanismtools:osmium_paxel + # Repair Material: null + # [default: ] + S:mekanismtools_osmium_pickaxe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanismtools:refined_glowstone_pickaxe, mekanismtools:refined_glowstone_axe, mekanismtools:refined_glowstone_shovel, mekanismtools:refined_glowstone_hoe, mekanismtools:refined_glowstone_sword, mekanismtools:refined_glowstone_paxel + # Repair Material: null + # [default: ] + S:mekanismtools_refined_glowstone_pickaxe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanismtools:refined_obsidian_pickaxe, mekanismtools:refined_obsidian_axe, mekanismtools:refined_obsidian_shovel, mekanismtools:refined_obsidian_hoe, mekanismtools:refined_obsidian_sword, mekanismtools:refined_obsidian_paxel + # Repair Material: null + # [default: ] + S:mekanismtools_refined_obsidian_pickaxe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: mekanismtools:steel_pickaxe, mekanismtools:steel_axe, mekanismtools:steel_shovel, mekanismtools:steel_hoe, mekanismtools:steel_sword, mekanismtools:steel_paxel + # Repair Material: null + # [default: ] + S:mekanismtools_steel_pickaxe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: wstweaks:lava_blade, wstweaks:blaze_blade + # Repair Material: minecraft:nether_star + # [default: ] + S:wstweaks_lava_blade < + > +} + + diff --git a/config[common]/apotheosis/spawner.cfg b/config[common]/apotheosis/spawner.cfg index f382086..dabd982 100644 --- a/config[common]/apotheosis/spawner.cfg +++ b/config[common]/apotheosis/spawner.cfg @@ -127,45 +127,6 @@ spawn_count { spawn_eggs { # A list of entity registry names that cannot be applied to spawners via egg. [default: ] S:"Banned Mobs" < - resourcefulbees:tin_bee - resourcefulbees:terrasteel_bee - resourcefulbees:tainted_gold_bee - resourcefulbees:steel_bee - resourcefulbees:sky_bee - resourcefulbees:silver_bee - resourcefulbees:refined_obsidian_bee - resourcefulbees:refined_glowstone_bee - resourcefulbees:osmium_bee - resourcefulbees:obsidian_bee - resourcefulbees:nickel_bee - resourcefulbees:manasteel_bee - resourcefulbees:lead_bee - resourcefulbees:infused_iron_bee - resourcefulbees:ghast_bee - resourcefulbees:elementium_bee - resourcefulbees:copper_bee - resourcefulbees:clay_bee - resourcefulbees:blaze_bee - resourcefulbees:alf_bee - resourcefulbees:zombie_bee - resourcefulbees:wither_bee - resourcefulbees:slimy_bee - resourcefulbees:skeleton_bee - resourcefulbees:rgbee_bee - resourcefulbees:redstone_bee - resourcefulbees:pigman_bee - resourcefulbees:nether_quartz_bee - resourcefulbees:netherite_bee - resourcefulbees:lapis_bee - resourcefulbees:iron_bee - resourcefulbees:icy_bee - resourcefulbees:gold_bee - resourcefulbees:ender_bee - resourcefulbees:emerald_bee - resourcefulbees:diamond_bee - resourcefulbees:creeper_bee - resourcefulbees:coal_bee - resourcefulbees:oreo_bee artifacts:mimic > } diff --git a/config[common]/ars_nouveau-common.toml b/config[common]/ars_nouveau-common.toml index ac63f22..f188bf0 100644 --- a/config[common]/ars_nouveau-common.toml +++ b/config[common]/ars_nouveau-common.toml @@ -1,51 +1,51 @@ #General settings [general] - #Spawn Arcane Ore in the world - genOre = false - #Rate of tree spawn per chunk - #Range: 0.0 ~ 1.0 - genTrees = 0.002 - #Spawn Mana Berry Bushes in the world - genBerries = true - #Spawn a book in the players inventory on login - spawnBook = false - #How often Carbuncles spawn - #Range: 0 ~ 100 - carbuncleWeight = 5 #How often Sylphs spawn #Range: 0 ~ 100 sylphWeight = 5 + #Spawn Arcane Ore in the world + genOre = false + #Spawn a book in the players inventory on login + spawnBook = false + #Spawn Mana Berry Bushes in the world + genBerries = true + #Rate of tree spawn per chunk + #Range: 0.0 ~ 1.0 + genTrees = 0.002 + #How often Carbuncles spawn + #Range: 0 ~ 100 + carbuncleWeight = 5 #Mana [mana] #Base mana regen in seconds #Range: > 0 baseRegen = 5 - #Base max mana - #Range: > 0 - baseMax = 100 - #How often max and regen will be calculated, in ticks. NOTE: Having the base mana regen AT LEAST this value is recommended. - #Range: 1 ~ 20 - updateInterval = 5 - #Max mana bonus per glyph - #Range: > 0 - glyphmax = 15 #Max mana bonus for tier of book #Range: > 0 tierMax = 50 + #How often max and regen will be calculated, in ticks. NOTE: Having the base mana regen AT LEAST this value is recommended. + #Range: 1 ~ 20 + updateInterval = 5 #Mana Boost value per level #Range: > 0 manaBoost = 25 - #(enchantment) Mana regen per second per level - #Range: > 0 - manaRegenEnchantment = 2 - #Regen bonus per glyph - #Range: 0.0 ~ 2.147483647E9 - glyphRegen = 0.33 #Regen bonus per potion level #Range: > 0 potionRegen = 10 + #Max mana bonus per glyph + #Range: > 0 + glyphmax = 15 + #(enchantment) Mana regen per second per level + #Range: > 0 + manaRegenEnchantment = 2 + #Base max mana + #Range: > 0 + baseMax = 100 + #Regen bonus per glyph + #Range: 0.0 ~ 2.147483647E9 + glyphRegen = 0.33 #Enabled Spells [spells] @@ -168,186 +168,186 @@ #Spell Cost [spell_cost] - #Intangible cost - #Range: > -2147483648 - intangible_cost = 30 - #Ignite cost - #Range: > -2147483648 - ignite_cost = 15 - #Flare cost - #Range: > -2147483648 - flare_cost = 40 - #Strength cost - #Range: > -2147483648 - strength_cost = 200 - #Craft cost - #Range: > -2147483648 - craft_cost = 50 - #Cold Snap cost - #Range: > -2147483648 - cold_snap_cost = 30 - #Rune cost - #Range: > -2147483648 - rune_cost = 30 - #Snare cost - #Range: > -2147483648 - snare_cost = 80 - #Slowfall cost - #Range: > -2147483648 - slowfall_cost = 25 - #Freeze cost - #Range: > -2147483648 - freeze_cost = 15 - #Split cost - #Range: > -2147483648 - split_cost = 20 - #Crush cost - #Range: > -2147483648 - crush_cost = 30 - #Smelt cost - #Range: > -2147483648 - smelt_cost = 100 - #Accelerate cost - #Range: > -2147483648 - accelerate_cost = 10 - #Summon Vex cost - #Range: > -2147483648 - summon_vex_cost = 75 - #Lightning cost - #Range: > -2147483648 - lightning_cost = 50 - #Grow cost - #Range: > -2147483648 - grow_cost = 70 - #Dampen cost - #Range: > -2147483648 - dampen_cost = -5 - #Touch cost - #Range: > -2147483648 - touch_cost = 5 - #Invisibility cost - #Range: > -2147483648 - invisibility_cost = 30 - #Extract cost - #Range: > -2147483648 - extract_cost = 30 - #Delay cost - #Range: > -2147483648 - delay_cost = 50 - #Light cost - #Range: > -2147483648 - light_cost = 25 - #Duration Down cost - #Range: > -2147483648 - duration_down_cost = 15 - #Exchange cost - #Range: > -2147483648 - exchange_cost = 50 - #Place Block cost - #Range: > -2147483648 - place_block_cost = 10 - #Shield cost - #Range: > -2147483648 - shield_cost = 30 - #Conjure Water cost - #Range: > -2147483648 - conjure_water_cost = 80 - #Cut cost - #Range: > -2147483648 - cut_cost = 0 - #Harm cost - #Range: > -2147483648 - harm_cost = 15 - #Interact cost - #Range: > -2147483648 - interact_cost = 10 - #Blink cost - #Range: > -2147483648 - blink_cost = 50 - #Amplify cost - #Range: > -2147483648 - amplify_cost = 20 - #Phantom cost - #Range: > -2147483648 - phantom_block_cost = 5 - #Fell cost - #Range: > -2147483648 - fell_cost = 150 - #Extend Time cost - #Range: > -2147483648 - extend_time_cost = 10 - #Heal cost - #Range: > -2147483648 - heal_cost = 40 - #Leap cost - #Range: > -2147483648 - leap_cost = 20 - #Redstone Signal cost - #Range: > -2147483648 - redstone_signal_cost = 0 - #Pierce cost - #Range: > -2147483648 - pierce_cost = 20 - #Harvest cost - #Range: > -2147483648 - harvest_cost = 10 - #Fortune cost - #Range: > -2147483648 - fortune_cost = 80 - #Break cost - #Range: > -2147483648 - break_cost = 10 - #Item Pickup cost - #Range: > -2147483648 - pickup_cost = 10 - #Launch cost - #Range: > -2147483648 - launch_cost = 30 - #Dispel cost - #Range: > -2147483648 - dispel_cost = 30 #Speed cost #Range: > -2147483648 haste_cost = 30 - #Access Ender Inventory cost + #Cut cost #Range: > -2147483648 - ender_inventory_cost = 50 - #Pull cost + cut_cost = 0 + #Summon Vex cost #Range: > -2147483648 - pull_cost = 15 - #Explosion cost + summon_vex_cost = 75 + #Dampen cost #Range: > -2147483648 - explosion_cost = 35 - #Fangs cost - #Range: > -2147483648 - fangs_cost = 35 - #AOE cost - #Range: > -2147483648 - aoe_cost = 35 - #Gravity cost - #Range: > -2147483648 - gravity_cost = 15 - #Self cost - #Range: > -2147483648 - self_cost = 10 - #Aquatic cost - #Range: > -2147483648 - aquatic_cost = 25 - #Projectile cost - #Range: > -2147483648 - projectile_cost = 10 - #Wither cost - #Range: > -2147483648 - wither_cost = 50 + dampen_cost = -5 #Knockback cost #Range: > -2147483648 gust_cost = 15 + #Touch cost + #Range: > -2147483648 + touch_cost = 5 + #Extract cost + #Range: > -2147483648 + extract_cost = 30 + #Aquatic cost + #Range: > -2147483648 + aquatic_cost = 25 + #Smelt cost + #Range: > -2147483648 + smelt_cost = 100 + #Blink cost + #Range: > -2147483648 + blink_cost = 50 + #Launch cost + #Range: > -2147483648 + launch_cost = 30 + #Intangible cost + #Range: > -2147483648 + intangible_cost = 30 + #Rune cost + #Range: > -2147483648 + rune_cost = 30 + #Flare cost + #Range: > -2147483648 + flare_cost = 40 + #Break cost + #Range: > -2147483648 + break_cost = 10 + #Pull cost + #Range: > -2147483648 + pull_cost = 15 + #Wither cost + #Range: > -2147483648 + wither_cost = 50 + #Extend Time cost + #Range: > -2147483648 + extend_time_cost = 10 + #Snare cost + #Range: > -2147483648 + snare_cost = 80 + #Item Pickup cost + #Range: > -2147483648 + pickup_cost = 10 + #Explosion cost + #Range: > -2147483648 + explosion_cost = 35 + #Slowfall cost + #Range: > -2147483648 + slowfall_cost = 25 + #Harm cost + #Range: > -2147483648 + harm_cost = 15 + #Exchange cost + #Range: > -2147483648 + exchange_cost = 50 + #Leap cost + #Range: > -2147483648 + leap_cost = 20 + #Dispel cost + #Range: > -2147483648 + dispel_cost = 30 + #Craft cost + #Range: > -2147483648 + craft_cost = 50 + #Place Block cost + #Range: > -2147483648 + place_block_cost = 10 + #Crush cost + #Range: > -2147483648 + crush_cost = 30 + #Delay cost + #Range: > -2147483648 + delay_cost = 50 + #Shield cost + #Range: > -2147483648 + shield_cost = 30 + #Fortune cost + #Range: > -2147483648 + fortune_cost = 80 + #Self cost + #Range: > -2147483648 + self_cost = 10 + #Ignite cost + #Range: > -2147483648 + ignite_cost = 15 + #Freeze cost + #Range: > -2147483648 + freeze_cost = 15 + #Heal cost + #Range: > -2147483648 + heal_cost = 40 + #Harvest cost + #Range: > -2147483648 + harvest_cost = 10 + #Access Ender Inventory cost + #Range: > -2147483648 + ender_inventory_cost = 50 + #Pierce cost + #Range: > -2147483648 + pierce_cost = 20 + #Invisibility cost + #Range: > -2147483648 + invisibility_cost = 30 + #Gravity cost + #Range: > -2147483648 + gravity_cost = 15 + #Duration Down cost + #Range: > -2147483648 + duration_down_cost = 15 + #Light cost + #Range: > -2147483648 + light_cost = 25 + #Projectile cost + #Range: > -2147483648 + projectile_cost = 10 + #Split cost + #Range: > -2147483648 + split_cost = 20 + #Grow cost + #Range: > -2147483648 + grow_cost = 70 + #Cold Snap cost + #Range: > -2147483648 + cold_snap_cost = 30 + #Strength cost + #Range: > -2147483648 + strength_cost = 200 + #Interact cost + #Range: > -2147483648 + interact_cost = 10 + #Phantom cost + #Range: > -2147483648 + phantom_block_cost = 5 + #Redstone Signal cost + #Range: > -2147483648 + redstone_signal_cost = 0 + #Accelerate cost + #Range: > -2147483648 + accelerate_cost = 10 + #Conjure Water cost + #Range: > -2147483648 + conjure_water_cost = 80 + #Amplify cost + #Range: > -2147483648 + amplify_cost = 20 + #Lightning cost + #Range: > -2147483648 + lightning_cost = 50 + #Fangs cost + #Range: > -2147483648 + fangs_cost = 35 + #Fell cost + #Range: > -2147483648 + fell_cost = 150 + #AOE cost + #Range: > -2147483648 + aoe_cost = 35 #Starting Spells ["Starter Spells"] - projectile_starter = true - touch_starter = true - self_starter = true - break_starter = true harm_starter = true + touch_starter = true + projectile_starter = true + break_starter = true + self_starter = true diff --git a/config[common]/astralsorcery-common.toml b/config[common]/astralsorcery-common.toml index 873fdaa..280f133 100644 --- a/config[common]/astralsorcery-common.toml +++ b/config[common]/astralsorcery-common.toml @@ -1,85 +1,7 @@ [worldgen] - [worldgen.glow_flower] - #Set this to false to disable this worldgen feature. - enabled = true - #Set this to true to let this feature generate in any biome. - everyBiome = false - #Set this to true to let this feature generate in any world. (Does NOT work for structures!) - everyWorld = false - #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether - biomeCategoryNames = ["icy", "extreme_hills"] - #Sets the worlds to generate this feature in. (Does NOT work for structures!) - worldNames = ["overworld"] - - [worldgen.ancient_shrine] - #Set this to false to disable this worldgen feature. - enabled = true - #Set this to true to let this feature generate in any biome. - everyBiome = false - #Set this to true to let this feature generate in any world. (Does NOT work for structures!) - everyWorld = false - #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether - biomeCategoryNames = ["icy", "extreme_hills"] - #Sets the worlds to generate this feature in. (Does NOT work for structures!) - worldNames = ["overworld"] - #Defines the structure spacing for worldgen - #Range: 1 ~ 512 - spacing = 18 - #Defines the structure separation for worldgen - #Range: 1 ~ 512 - separation = 4 - - [worldgen.marble] - #Set this to false to disable this worldgen feature. - enabled = false - #Set this to true to let this feature generate in any biome. - everyBiome = true - #Set this to true to let this feature generate in any world. (Does NOT work for structures!) - everyWorld = true - #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether - biomeCategoryNames = [] - #Sets the worlds to generate this feature in. (Does NOT work for structures!) - worldNames = [] - - [worldgen.aquamarine] - #Set this to false to disable this worldgen feature. - enabled = true - #Set this to true to let this feature generate in any biome. - everyBiome = true - #Set this to true to let this feature generate in any world. (Does NOT work for structures!) - everyWorld = false - #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether - biomeCategoryNames = [] - #Sets the worlds to generate this feature in. (Does NOT work for structures!) - worldNames = ["overworld"] - - [worldgen.desert_shrine] - #Set this to false to disable this worldgen feature. - enabled = true - #Set this to true to let this feature generate in any biome. - everyBiome = false - #Set this to true to let this feature generate in any world. (Does NOT work for structures!) - everyWorld = false - #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether - biomeCategoryNames = ["mesa", "desert", "savanna"] - #Sets the worlds to generate this feature in. (Does NOT work for structures!) - worldNames = ["overworld"] - #Defines the structure spacing for worldgen - #Range: 1 ~ 512 - spacing = 18 - #Defines the structure separation for worldgen - #Range: 1 ~ 512 - separation = 4 - [worldgen.small_shrine] - #Set this to false to disable this worldgen feature. - enabled = true - #Set this to true to let this feature generate in any biome. - everyBiome = false - #Set this to true to let this feature generate in any world. (Does NOT work for structures!) - everyWorld = false #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether biomeCategoryNames = ["forest", "plains"] #Sets the worlds to generate this feature in. (Does NOT work for structures!) @@ -90,16 +12,94 @@ #Defines the structure separation for worldgen #Range: 1 ~ 512 separation = 4 - - [worldgen.rock_crystal] + #Set this to true to let this feature generate in any biome. + everyBiome = false + #Set this to true to let this feature generate in any world. (Does NOT work for structures!) + everyWorld = false #Set this to false to disable this worldgen feature. enabled = true + + [worldgen.glow_flower] + #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether + biomeCategoryNames = ["icy", "extreme_hills"] + #Sets the worlds to generate this feature in. (Does NOT work for structures!) + worldNames = ["overworld"] + #Set this to true to let this feature generate in any biome. + everyBiome = false + #Set this to true to let this feature generate in any world. (Does NOT work for structures!) + everyWorld = false + #Set this to false to disable this worldgen feature. + enabled = true + + [worldgen.marble] + #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether + biomeCategoryNames = [] + #Sets the worlds to generate this feature in. (Does NOT work for structures!) + worldNames = [] #Set this to true to let this feature generate in any biome. everyBiome = true #Set this to true to let this feature generate in any world. (Does NOT work for structures!) - everyWorld = false + everyWorld = true + #Set this to false to disable this worldgen feature. + enabled = false + + [worldgen.aquamarine] #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether biomeCategoryNames = [] #Sets the worlds to generate this feature in. (Does NOT work for structures!) worldNames = ["overworld"] + #Set this to true to let this feature generate in any biome. + everyBiome = true + #Set this to true to let this feature generate in any world. (Does NOT work for structures!) + everyWorld = false + #Set this to false to disable this worldgen feature. + enabled = true + + [worldgen.desert_shrine] + #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether + biomeCategoryNames = ["mesa", "desert", "savanna"] + #Sets the worlds to generate this feature in. (Does NOT work for structures!) + worldNames = ["overworld"] + #Defines the structure spacing for worldgen + #Range: 1 ~ 512 + spacing = 18 + #Defines the structure separation for worldgen + #Range: 1 ~ 512 + separation = 4 + #Set this to true to let this feature generate in any biome. + everyBiome = false + #Set this to true to let this feature generate in any world. (Does NOT work for structures!) + everyWorld = false + #Set this to false to disable this worldgen feature. + enabled = true + + [worldgen.ancient_shrine] + #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether + biomeCategoryNames = ["icy", "extreme_hills"] + #Sets the worlds to generate this feature in. (Does NOT work for structures!) + worldNames = ["overworld"] + #Defines the structure spacing for worldgen + #Range: 1 ~ 512 + spacing = 18 + #Defines the structure separation for worldgen + #Range: 1 ~ 512 + separation = 4 + #Set this to true to let this feature generate in any biome. + everyBiome = false + #Set this to true to let this feature generate in any world. (Does NOT work for structures!) + everyWorld = false + #Set this to false to disable this worldgen feature. + enabled = true + + [worldgen.rock_crystal] + #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether + biomeCategoryNames = [] + #Sets the worlds to generate this feature in. (Does NOT work for structures!) + worldNames = ["overworld"] + #Set this to true to let this feature generate in any biome. + everyBiome = true + #Set this to true to let this feature generate in any world. (Does NOT work for structures!) + everyWorld = false + #Set this to false to disable this worldgen feature. + enabled = true diff --git a/config[common]/biomesoplenty/biomes.json b/config[common]/biomesoplenty/biomes.json index 0dfe1d5..f72db14 100644 --- a/config[common]/biomesoplenty/biomes.json +++ b/config[common]/biomesoplenty/biomes.json @@ -346,4 +346,4 @@ "weight": 3 } } -} +} \ No newline at end of file diff --git a/config[common]/biomesoplenty/client.toml b/config[common]/biomesoplenty/client.toml new file mode 100644 index 0000000..f951577 --- /dev/null +++ b/config[common]/biomesoplenty/client.toml @@ -0,0 +1,6 @@ + +#Client-related options. +[gui] + #Select the Biomes O' Plenty world type by default. + use_world_type = false + diff --git a/config[common]/biomesoplenty/generation.toml b/config[common]/biomesoplenty/generation.toml index 48d5906..bd12612 100644 --- a/config[common]/biomesoplenty/generation.toml +++ b/config[common]/biomesoplenty/generation.toml @@ -1,20 +1,20 @@ #World generation related options. [overworld] - #The size of generated biomes. - #Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE - biome_size = "MEDIUM" - #The size of generated rivers. - #Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE - river_size = "MEDIUM" - #Type of temperature zones to use during biome placement. - #Allowed Values: LATITUDE, SMALL_ZONES, MEDIUM_ZONES, LARGE_ZONES, RANDOM - temperature_variation_scheme = "MEDIUM_ZONES" #Type of rainfall zones to use during biome placement. #Allowed Values: SMALL_ZONES, MEDIUM_ZONES, LARGE_ZONES, RANDOM rainfall_variation_scheme = "MEDIUM_ZONES" #Enhance vanilla biomes by adding additional decoration. enhance_vanilla_biomes = true + #The size of generated biomes. + #Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE + biome_size = "MEDIUM" + #Type of temperature zones to use during biome placement. + #Allowed Values: LATITUDE, SMALL_ZONES, MEDIUM_ZONES, LARGE_ZONES, RANDOM + temperature_variation_scheme = "MEDIUM_ZONES" #Enable nether generation from Biomes O' Plenty. use_bop_nether = false + #The size of generated rivers. + #Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE + river_size = "MEDIUM" diff --git a/config[common]/create-common.toml b/config[common]/create-common.toml new file mode 100644 index 0000000..070a138 --- /dev/null +++ b/config[common]/create-common.toml @@ -0,0 +1,166 @@ + +[worldgen] + + # + #Modify Create's impact on your terrain + [worldgen.v1] + # + #Prevents all worldgen added by Create from taking effect + disableWorldGen = false + # + #Forward caught TileEntityExceptions to the log at debug level. + logTeErrors = false + + [worldgen.v1.copper_ore] + # + #Range: > 0 + minHeight = 40 + # + #Range: > 0 + clusterCount = 2 + # + #Range: > 0 + maxHeight = 86 + # + #Whether to spawn this in your World + enable = false + # + #Range: > 0 + clusterSize = 18 + + [worldgen.v1.weathered_limestone] + # + #Range: > 0 + minHeight = 10 + # + #Range: 0.0 ~ 1.0 + clusterChance = 0.03125 + # + #Range: > 0 + maxHeight = 30 + # + #Whether to spawn this in your World + enable = false + # + #Range: > 0 + clusterSize = 128 + + [worldgen.v1.zinc_ore] + # + #Range: > 0 + minHeight = 15 + # + #Range: > 0 + clusterCount = 4 + # + #Range: > 0 + maxHeight = 70 + # + #Whether to spawn this in your World + enable = false + # + #Range: > 0 + clusterSize = 14 + + [worldgen.v1.zinc_ore_desert] + # + #Range: > 0 + minHeight = 10 + # + #Range: > 0 + clusterCount = 5 + # + #Range: > 0 + maxHeight = 85 + # + #Whether to spawn this in your World + enable = false + # + #Range: > 0 + clusterSize = 17 + + [worldgen.v1.limestone] + # + #Range: > 0 + minHeight = 30 + # + #Range: 0.0 ~ 1.0 + clusterChance = 0.03125 + # + #Range: > 0 + maxHeight = 70 + # + #Whether to spawn this in your World + enable = false + # + #Range: > 0 + clusterSize = 128 + + [worldgen.v1.dolomite] + # + #Range: > 0 + minHeight = 20 + # + #Range: 0.0 ~ 1.0 + clusterChance = 0.015625 + # + #Range: > 0 + maxHeight = 70 + # + #Whether to spawn this in your World + enable = false + # + #Range: > 0 + clusterSize = 128 + + [worldgen.v1.copper_ore_ocean] + # + #Range: > 0 + minHeight = 20 + # + #Range: > 0 + clusterCount = 4 + # + #Range: > 0 + maxHeight = 55 + # + #Whether to spawn this in your World + enable = false + # + #Range: > 0 + clusterSize = 15 + + [worldgen.v1.gabbro] + # + #Range: > 0 + minHeight = 20 + # + #Range: 0.0 ~ 1.0 + clusterChance = 0.015625 + # + #Range: > 0 + maxHeight = 70 + # + #Whether to spawn this in your World + enable = false + # + #Range: > 0 + clusterSize = 128 + + [worldgen.v1.scoria] + # + #Range: > 0 + minHeight = 0 + # + #Range: 0.0 ~ 1.0 + clusterChance = 0.03125 + # + #Range: > 0 + maxHeight = 10 + # + #Whether to spawn this in your World + enable = false + # + #Range: > 0 + clusterSize = 128 + diff --git a/config[common]/cyclopscore-common.toml b/config[common]/cyclopscore-common.toml new file mode 100644 index 0000000..8ac730c --- /dev/null +++ b/config[common]/cyclopscore-common.toml @@ -0,0 +1,23 @@ + +[core] + + [core.general] + #If an anonymous mod startup analytics request may be sent to our analytics service. + analytics = false + #The anonymous id used by the analytics service. + anonymousAnalyticsID = "1b7d6886-6bfe-4667-a69f-24c154ef8c14" + #Set 'true' to enable development debug mode. This will result in a lower performance! + debug = false + #If the version checker should be enabled. + versionChecker = false + #If the recipe loader should crash when finding invalid recipes. + crashOnInvalidRecipe = false + #If mod compatibility loader should crash hard if errors occur in that process. + crashOnModCompatCrash = false + +[general] + + [general.general] + #If a button should be added to the main menu to open a dev world (shift-click creates a new world). + devWorldButton = false + diff --git a/config[common]/immersiveengineering-common.toml b/config[common]/immersiveengineering-common.toml index 6ac1082..6c2de25 100644 --- a/config[common]/immersiveengineering-common.toml +++ b/config[common]/immersiveengineering-common.toml @@ -1,10 +1,18 @@ #A list of preferred Mod IDs that results of IE processes should stem from, aka which mod you want the copper to come from. #This affects the ores dug by the excavator, as well as those crushing recipes that don't have associated IE items. This list is in oreder of priority. preferredOres = ["emendatusenigmatica", "minecraft", "immersiveengineering", "thermal", "create", "mekanism", "kubejs", "appliedenergistics2", "pneumaticcraft", "industrialforegoing", "quark"] +#IMPORTANT NOTICE: +#THIS IS ONLY THE COMMON CONFIG. It does not contain all the values adjustable for IE. +#All modifiers for machines, all ore gen, the retrogen features and most other adjustable values have been moved to immersiveengineering-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 #A list of all mods that IE has integrated compatability for #Setting any of these to false disables the respective compat [compat] + crafttweaker = true computercraft = true [debug] @@ -12,8 +20,8 @@ preferredOres = ["emendatusenigmatica", "minecraft", "immersiveengineering", "th enableDebug = false [debug.wires] - #Enable detailed logging for the wire network. This can be useful for developers to track down issues related to wires. - enableWireLogger = false #Run sanity checks on the wire network after every interaction. This will cause a decent amount of lag and a lot of log spam if the wire network isn't fully intact. Only enable when asked to by an IE developer. validateNets = false + #Enable detailed logging for the wire network. This can be useful for developers to track down issues related to wires. + enableWireLogger = false diff --git a/config[common]/jei-client.toml b/config[common]/jei-client.toml new file mode 100644 index 0000000..963cc25 --- /dev/null +++ b/config[common]/jei-client.toml @@ -0,0 +1,55 @@ + +[advanced] + #How items should be handed to you + #Allowed Values: INVENTORY, MOUSE_PICKUP + GiveMode = "INVENTORY" + #Debug mode enabled + DebugMode = false + #Display search bar in the center + CenterSearch = false + #Max. recipe gui height + #Range: > 175 + RecipeGuiHeight = 350 + #Set low-memory mode (makes search very slow, but uses less RAM) + LowMemorySlowSearchEnabled = false + #Max number of columns shown + #Range: 4 ~ 100 + MaxColumns = 100 + +[colors] + #Color values to search for + 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", "JadedPurple:43324f", "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"] + +[sorting] + #Sorting order for the ingredient list. Valid stages: [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU] + IngredientSortStages = ["MOD_NAME", "INGREDIENT_TYPE", "CREATIVE_MENU"] + +[search] + #Search mode for Mod Names (prefix: @) + #Allowed Values: ENABLED, REQUIRE_PREFIX, DISABLED + ModNameSearchMode = "REQUIRE_PREFIX" + #Search mode for Tag Names (prefix: $) + #Allowed Values: ENABLED, REQUIRE_PREFIX, DISABLED + TagSearchMode = "REQUIRE_PREFIX" + #Search mode for Creative Tab Names (prefix: %) + #Allowed Values: ENABLED, REQUIRE_PREFIX, DISABLED + CreativeTabSearchMode = "DISABLED" + #Search mode for Colors (prefix: ^) + #Allowed Values: ENABLED, REQUIRE_PREFIX, DISABLED + ColorSearchMode = "DISABLED" + #Search mode for resources IDs (prefix: &) + #Allowed Values: ENABLED, REQUIRE_PREFIX, DISABLED + ResourceIdSearchMode = "DISABLED" + #Search mode for Tooltips (prefix: #) + #Allowed Values: ENABLED, REQUIRE_PREFIX, DISABLED + TooltipSearchMode = "ENABLED" + #Search advanced tooltips (visible with F3+H) + SearchAdvancedTooltips = false + +[modname] + #Formatting for mod name tooltip + #Use these formatting keys: + #black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple, gold, gray, dark_gray, blue, green, aqua, red, light_purple, yellow, white + #obfuscated, bold, strikethrough, underline, italic + ModNameFormat = "blue italic" + diff --git a/config[common]/losttrinkets/general_common.toml b/config[common]/losttrinkets/general_common.toml index 1229275..62cee27 100644 --- a/config[common]/losttrinkets/general_common.toml +++ b/config[common]/losttrinkets/general_common.toml @@ -11,15 +11,15 @@ blackList = [] nonRandom = ["losttrinkets:rock_candy", "losttrinkets:tha_cloud", "losttrinkets:turtle_shell", "losttrinkets:blaze_heart", "losttrinkets:tha_bat", "losttrinkets:tea_leaf", "losttrinkets:octopick", "losttrinkets:magical_herbs", "losttrinkets:magical_feathers", "losttrinkets:mad_aura"] [Trinket_Slots] + #Amount of Xp levels added to the next unlocking cost. + #Range: 0 ~ 20 + slotUpFactor = 5 #Numbers of trinket slots the player will start with (Only effect newer players!!). #Range: 0 ~ 40 startSlots = 1 #Levels of xp needed to unlock a trinket slot. #Range: 0 ~ 1000 slotCost = 20 - #Amount of Xp levels added to the next unlocking cost. - #Range: 0 ~ 20 - slotUpFactor = 5 [Killing_Unlocks] #Set to false to disable unlocking trinkets from killing non-Boss entities. @@ -43,23 +43,23 @@ nonRandom = ["losttrinkets:rock_candy", "losttrinkets:tha_cloud", "losttrinkets: farming = 140 [Ores_Mining_Unlocks] - #Set to false to disable unlocking trinkets from mining ores. - oresMiningUnlockEnabled = true #Rarity of unlocking a trinket from mining ores. (Greater number = more rare) #Range: 2 ~ 100000 oresMining = 100 + #Set to false to disable unlocking trinkets from mining ores. + oresMiningUnlockEnabled = true [Trading_Unlocks] - #Set to false to disable unlocking trinkets from trading. - tradingUnlockEnabled = true #Rarity of unlocking a trinket from trading. (Greater number = more rare) #Range: 2 ~ 100000 trading = 30 + #Set to false to disable unlocking trinkets from trading. + tradingUnlockEnabled = true [Wood_Cutting_Unlocks] - #Set to false to disable unlocking trinkets from cutting trees. - woodCuttingUnlockEnabled = true #Rarity of unlocking a trinket from cutting trees. (Greater number = more rare) #Range: 2 ~ 100000 woodCutting = 170 + #Set to false to disable unlocking trinkets from cutting trees. + woodCuttingUnlockEnabled = true diff --git a/config[common]/moremobgriefingoptions.toml b/config[common]/moremobgriefingoptions.toml new file mode 100644 index 0000000..40b3d0b --- /dev/null +++ b/config[common]/moremobgriefingoptions.toml @@ -0,0 +1,70 @@ + +#MobGriefing settings +[mobGriefing] + #blaze mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + blaze = "DEFAULT" + #cow mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + cow = "DEFAULT" + #creeper mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + creeper = "FALSE" + #ender_dragon mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + ender_dragon = "DEFAULT" + #enderman mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + enderman = "FALSE" + #evoker mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + evoker = "DEFAULT" + #fox mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + fox = "DEFAULT" + #ghast mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + ghast = "DEFAULT" + #horse mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + horse = "DEFAULT" + #husk mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + husk = "DEFAULT" + #pig mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + pig = "DEFAULT" + #piglin mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + piglin = "DEFAULT" + #piglin_brute mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + piglin_brute = "DEFAULT" + #ravager mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + ravager = "DEFAULT" + #rabbit mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + rabbit = "DEFAULT" + #sheep mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + sheep = "DEFAULT" + #silverfish mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + silverfish = "DEFAULT" + #snow_golem mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + snow_golem = "DEFAULT" + #strider mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + strider = "DEFAULT" + #villager mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + villager = "DEFAULT" + #wither mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + wither = "DEFAULT" + #zombie mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + zombie = "DEFAULT" + diff --git a/config[common]/naturesaura-common.toml b/config[common]/naturesaura-common.toml index 0a8b6d7..737173a 100644 --- a/config[common]/naturesaura-common.toml +++ b/config[common]/naturesaura-common.toml @@ -2,65 +2,65 @@ [general] #Additional conversion recipes for the Botanist's Pickaxe right click function. Each entry needs to be formatted as modid:input_block[prop1=value1,...]->modid:output_block[prop1=value1,...] where block state properties are optional additionalBotanistPickaxeConversions = [] - #Additional dimensions that map to Aura types that should be present in them. This is useful if you have a modpack with custom dimensions that should have Aura act similarly to an existing dimension in them. Each entry needs to be formatted as dimension_name->aura_type, where aura_type can be any of naturesaura:overworld, naturesaura:nether and naturesaura:end. - auraTypeOverrides = [] - #Additional blocks that are recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as tag_name->oreWeight->dimension where a higher weight makes the ore more likely to spawn with 5000 being the weight of coal, the default ore with the highest weight, and dimension being any of overworld and nether - additionalOres = ["forge:ores/nether/gold->1000->nether", "forge:ores/netherite_scrap->1->nether", "forge:ores/bitumen->1000->overworld", "forge:ores/fluorite->50->overworld", "forge:ores/potassium_nitrate->500->overworld", "forge:ores/mana->500->overworld"] - #Blocks that are exempt from being recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as modid:block[prop1=value1,...] where block state properties are optional - oreExceptions = ["thermal:ruby_ore", "thermal:sapphire_ore", "mekanism:copper_ore", "mekanism:tin_ore", "mekanism:lead_ore", "mekanism:osmium_ore", "mekanism:uranium_ore", "mekanism:fluorite_ore", "immersiveengineering:ore_silver", "immersiveengineering:ore_copper", "immersiveengineering:ore_aluminum", "immersiveengineering:ore_nickel", "immersiveengineering:ore_uranium", "immersiveengineering:ore_lead"] #Additional projectile types that are allowed to be consumed by the projectile generator. Each entry needs to be formatted as entity_registry_name->aura_amount additionalProjectiles = [] - #The amount of blocks that can be between two Aura Field Creators for them to be connectable and work together - fieldCreatorRange = 24 #The Aura to RF ratio used by the RF converter, read as aura*ratio = rf auraToRFRatio = 0.05 + #Blocks that are exempt from being recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as modid:block[prop1=value1,...] where block state properties are optional + oreExceptions = ["create:copper_ore", "create:zinc_ore", "immersiveengineering:ore_aluminum", "immersiveengineering:ore_copper", "immersiveengineering:ore_lead", "immersiveengineering:ore_nickel", "immersiveengineering:ore_silver", "immersiveengineering:ore_uranium", "mekanism:copper_ore", "mekanism:fluorite_ore", "mekanism:lead_ore", "mekanism:osmium_ore", "mekanism:tin_ore", "mekanism:uranium_ore", "thermal:apatite_ore", "thermal:copper_ore", "thermal:nickel_ore", "thermal:lead_ore", "thermal:ruby_ore", "thermal:sapphire_ore", "thermal:silver_ore", "thermal:sulfur_ore", "thermal:tin_ore"] + #Additional blocks that are recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as tag_name->oreWeight->dimension where a higher weight makes the ore more likely to spawn with 5000 being the weight of coal, the default ore with the highest weight, and dimension being any of overworld and nether + additionalOres = ["forge:ores/nether/gold->1000->nether", "forge:ores/netherite_scrap->1->nether", "forge:ores/bitumen->1000->overworld", "forge:ores/fluorite->50->overworld", "forge:ores/potassium_nitrate->500->overworld", "forge:ores/mana->500->overworld", "forge:ores/sulfur->300->overworld"] + #Additional dimensions that map to Aura types that should be present in them. This is useful if you have a modpack with custom dimensions that should have Aura act similarly to an existing dimension in them. Each entry needs to be formatted as dimension_name->aura_type, where aura_type can be any of naturesaura:overworld, naturesaura:nether and naturesaura:end. + auraTypeOverrides = [] + #The amount of blocks that can be between two Aura Field Creators for them to be connectable and work together + fieldCreatorRange = 24 [features] - #If the RF converter block should be enabled - rfConverter = true - #If the chunk loader block should be enabled - chunkLoader = true - #If the Aura Imbalance effect of grass and trees dying in the area if the Aura levels are too low should occur - grassDieEffect = true - #If the Aura Imbalance effect of nether blocks degrading in the area if the Aura levels are too low should occur - netherDecayEffect = true - #If the Aura Imbalance effect of plant growth being boosted if the Aura levels are high enough should occur - plantBoostEffect = true - #If the Aura Imbalance effect of aura containers in players' inventories being filled if the Aura levels are high enough should occur - cacheRechargeEffect = true - #If the Aura Imbalance effect of explosions happening randomly if Aura levels are too low should occur - explosionEffect = true - #If the Aura Imbalance effect of breathlessness if Aura levels are too low should occur - breathlessEffect = true - #If the Aura Imbalance effect of passive mobs being angered if Aura levels are too low should occur - angerEffect = true - #If the Aura Imbalance effect of farm animals being affected in positive ways if Aura levels are too high should occur - animalEffect = true #If the Aura Imbalance effect of ores spawning in the area if Aura levels are too high should occur oreEffect = true - #If Aura Blooms and Aura Cacti should generate in the world - auraBlooms = true + #If the chunk loader block should be enabled + chunkLoader = true #If the Aura Imbalance effect of grass growing on netherrack if the Aura levels are high enough should occur netherGrassEffect = true + #If the Aura Imbalance effect of explosions happening randomly if Aura levels are too low should occur + explosionEffect = true + #If the Aura Imbalance effect of nether blocks degrading in the area if the Aura levels are too low should occur + netherDecayEffect = true + #If Aura Blooms and Aura Cacti should generate in the world + auraBlooms = true + #If the Aura Imbalance effect of grass and trees dying in the area if the Aura levels are too low should occur + grassDieEffect = true + #If the Aura Imbalance effect of aura containers in players' inventories being filled if the Aura levels are high enough should occur + cacheRechargeEffect = true + #If the RF converter block should be enabled + rfConverter = true + #If the Aura Imbalance effect of farm animals being affected in positive ways if Aura levels are too high should occur + animalEffect = true + #If the Aura Imbalance effect of breathlessness if Aura levels are too low should occur + breathlessEffect = true + #If the Aura Imbalance effect of plant growth being boosted if the Aura levels are high enough should occur + plantBoostEffect = true + #If the Aura Imbalance effect of passive mobs being angered if Aura levels are too low should occur + angerEffect = true [client] - #The percentage of particles that should be displayed, where 1 is 100% and 0 is 0% - #Range: 0.0 ~ 1.0 - particleAmount = 1.0 - #If particle spawning should respect the particle setting in Minecraft's video settings screen - respectVanillaParticleSettings = false - #The percentage of particles that should spawn when there is an excess amount of Aura in the environment, where 1 is 100% and 0 is 0% - excessParticleAmount = 1.0 + #If, when the F3 debug menu is open and the player is in creative mode, every Aura spot should be highlighted in the world for debug purposes + debugWorld = false #The location of the aura bar, where 0 is top left, 1 is top right, 2 is bottom left and 3 is bottom right #Range: 0 ~ 3 auraBarLocation = 0 #The location of the aura cache bar, where 0 is to the left of the hotbar and 1 is to the right of the hotbar #Range: 0 ~ 1 cacheBarLocation = 0 - #If debug information about Aura around the player should be displayed in the F3 debug menu if the player is in creative mode - debugText = true - #If, when the F3 debug menu is open and the player is in creative mode, every Aura spot should be highlighted in the world for debug purposes - debugWorld = false + #The percentage of particles that should be displayed, where 1 is 100% and 0 is 0% + #Range: 0.0 ~ 1.0 + particleAmount = 1.0 + #The percentage of particles that should spawn when there is an excess amount of Aura in the environment, where 1 is 100% and 0 is 0% + excessParticleAmount = 1.0 #If certain equippable items, like the Environmental Eye, should be rendered on the player renderItemsOnPlayer = true + #If particle spawning should respect the particle setting in Minecraft's video settings screen + respectVanillaParticleSettings = false + #If debug information about Aura around the player should be displayed in the F3 debug menu if the player is in creative mode + debugText = true diff --git a/config[common]/pneumaticcraft-common.toml b/config[common]/pneumaticcraft-common.toml new file mode 100644 index 0000000..9917e7c --- /dev/null +++ b/config[common]/pneumaticcraft-common.toml @@ -0,0 +1,305 @@ + +[General] + #Drones render their held item (the item in slot 0 of their inventory) ? Note: this is in common config since if enabled, server needs to sync the item data to the client. + drones_render_held_item = true + #Enable Drone Suffocation Damage + enable_drone_suffocation = true + #Show particle trail indicating the currently-debugged drone's planned path + drone_debugger_path_particles = true + #Maximum number of blocks in the area defined in an Area Programming Puzzle Piece + #Range: > 1 + max_programming_area = 250000 + #Are drones allowed to import Experience Orbs and convert them to Memory Essence fluid? + drones_can_import_xp_orbs = true + #When an Oil Lake would be generated at the surface (see 'oil_generation_chance'), percentage chance that this will actually generate a lake. Set to 0 for no surface oil lakes, and fewer lakes overall. Higher values don't guarantee surface oil lakes, but make them more likely, as well as making oil lakes more likely overall. It is recommended to adjust this value in conjunction with 'oil_generation_chance'. + #Range: 0 ~ 100 + surface_oil_generation_chance = 25 + #Oil worldgen blacklist: add biome IDs to this list if you don't want oil worldgen to happen there. This works in conjunction with 'oil_world_gen_category_blacklist' - if a biome matches either, then no oil lakes will generate there. + oil_world_gen_blacklist = ["minecraft:soul_sand_valley", "minecraft:crimson_forest", "minecraft:warped_forest", "minecraft:nether_wastes", "minecraft:the_void", "minecraft:the_end", "minecraft:small_end_islands", "minecraft:end_midlands", "minecraft:end_highlands", "minecraft:end_barrens"] + #Chance per chunk as a percentage to generate an Oil Lake. Set to 0 for no oil lakes. See also 'surface_oil_generation_chance'. + #Range: 0 ~ 100 + oil_generation_chance = 15 + #Blacklisted entity ID's, which the Vacuum Trap will not try to absorb. Note that players, tamed entities, boss entities, and PneumaticCraft drones may never be absorbed, regardless of config settings. + vacuum_trap_blacklist = [] + #Fluids at least as hot as this temperature (Kelvin) will be auto-registered as Liquid Compressor fuels, the quality being dependent on fluid temperature. + #Range: > 0 + min_fluid_fuel_temperature = 373 + #Enable mod dungeon loot generation + enable_dungeon_loot = true + #Efficiency of fuel buckets as furnace fuel (default 0.05 means 1 bucket of LPG smelts 450 items in a vanilla furnace) + #Range: 0.0 ~ 1.7976931348623157E308 + fuel_bucket_efficiency = 0.05 + #Oil worldgen blacklist by biome category: add biome categories to this list if you don't want oil worldgen to happen there. Accepted categories are: beach, desert, extreme_hills, forest, icy, jungle, mesa, mushroom, nether, none, ocean, plains, river, savanna, swamp, taiga, the_end. This works in conjunction with 'oil_world_gen_blacklist' - if a biome matches either, then no oil lakes will generate there. + oil_world_gen_category_blacklist = ["none"] + #Should dyes be used up when coloring things (Drones, Logistics Modules, Redstone Modules)? + use_up_dyes_when_coloring = false + +["Machine Properties"] + #Aerial Interface backwards compat: allow pre-0.8.0 behaviour of getting player's armor inventory from top face, even with Dispenser Upgrade installed + aerial_interface_armor_compat = true + #Speed multiplier per speed upgrade: speed mult = speedUpgradeSpeedMultiplier ^ num_of_speed_upgrades + #Range: 1.0 ~ 2.0 + speed_upgrade_speed_multiplier = 1.5 + #The amount of air produced by using 100 MJ (Minecraft Joules) in the flux compressor + #Range: > 0 + kinetic_compressor_efficiency = 40 + #The amount of MJ (Minecraft Joules) produced by using 100mL of air in the Pneumatic Dynamo + #Range: > 0 + pneumatic_engine_efficiency = 40 + #Can the Liquid Hopper absorb/dispense fluids into the world with a Dispenser Upgrade? + liquid_hopper_dispenser = true + #Can the Omnidirectional Hopper dispense items into the world with a Dispenser Upgrade? + omni_hopper_dispenser = true + #Fuel usage / heat gen multiplier per speed upgrade: usage mult = speedUpgradeUsageMultiplier ^ num_of_speed_upgrades + #Range: 1.0 ~ 2.0 + speed_upgrade_usage_multiplier = 1.649999976158142 + #Base chance (1/x) per tick of a lightning strike on/around the Electrostatic Generator + #Range: > 0 + electrostatic_lightning_chance = 100000 + #The ratio of liquid plastic to solid plastic sheets in the Plastic Mixer, in mB per sheet. If set to 0, no default liquid->solid plastic recipe will be added (but CraftTweaker or API can be used to add recipes) + #Range: > 0 + plastic_mixer_plastic_ratio = 1000 + #The max height of an elevator per stacked Elevator Base block. + #Range: 1 ~ 256 + elevator_base_blocks_per_base = 6 + #The amount of air produced by using 100 FE (Forge Energy) in the flux compressor + #Range: > 0 + flux_compressor_efficiency = 40 + #Can the Kerosene Lamp burn any kind of fuel? If false, only Kerosene can be burnt + kerosene_lamp_can_use_any_fuel = true + #Kerosene Lamp fuel efficiency: higher values mean fuel will last longer in the lamp + #Range: 0.0 ~ 1.7976931348623157E308 + kerosene_lamp_fuel_efficiency = 1.0 + #Changing this value will alter the pressurized air production of the Electric Compressor. The input, EU, will stay the same + #Range: > 0 + electric_compressor_efficiency = 40 + #The amount of FE (Forge Energy) produced by using 100mL of air in the Pneumatic Dynamo + #Range: > 0 + pneumatic_dynamo_efficiency = 40 + #Changing this value will alter the pressurized air usage of the Pneumatic Generator. The output, EU, will stay the same. + #Range: > 0 + pneumatic_generator_efficiency = 40 + #Chance per tick of Crop Supports causing a growth tick. The default, 0.002, is roughly 2.5 times faster than the vanilla growth rate + #Range: 0.0 ~ 1.7976931348623157E308 + crop_sticks_growth_boost_chance = 0.002 + #Changing this value will alter the hydraulic bar production of the Pneumatic Pump. The input, air, will stay the same + #Range: > 0 + pneumatic_pump_efficiency = 40 + +["Pneumatic Armor"] + #Air usage for armor repair, in mL per Item Life Upgrade per point of damage repaired + #Range: > 0 + repair_air_usage = 100 + #Jetboots air usage in mL/tick (per Jet Boots Upgrade) + #Range: > 0 + jet_boots_air_usage = 12 + #Flippers Upgrade speed boost when floating in water + #Range: 0.0 ~ 1.0 + flippers_speed_boost_floating = 0.045 + #Base Pneumatic Armor startup time in ticks (before Speed Upgrades) + #Range: > 20 + armor_startup_time = 200 + #Air usage for Magnet Upgrade, in mL per item or XP orb attracted + #Range: > 0 + magnet_air_usage = 20 + #Air used per point of 'player air' restored by the Scuba Upgrade + #Range: > 1 + scuba_multiplier = 8 + #Flippers Upgrade speed boost when in water and feet on ground + #Range: 0.0 ~ 1.0 + flippers_speed_boost_ground = 0.03 + +[Advanced] + #Precision to which pressurizable item air levels are synced to client. Default of 10 is precise enough to show pressure to 1 decimal place, which is what is display in client tooltips & pneumatic armor HUD. Lower values will sync less precisely, reducing server->client network traffic. Values higher than 10 are not recommended (will cause extra network traffic for no benefit). + #Range: 1 ~ 100 + pressurizable_sync_precision = 10 + #When set to true, the Kerosene Lamp's fake air blocks won't be registered and therefore removed from the world. Useful if this causes trouble (it shouldn't though) + disable_kerosene_lamp_fake_air_block = false + #When set to true, Drones will not execute any program. This is useful to set to true when due to a bug Drones are lagging your server or crashing it. Please report the bug if you encounter it. + stop_drone_ai = false + #Don't remove a water source block when picking up (drones, liquid hoppers, gas lift) if it has at least two water source neighbours. This can reduce lag due to frequent block updates, and can also potentially make water import much faster. Set this to false if you want no-infinite-water rules in a world, or want to limit the speed of water importing to vanilla block update rates. + dont_update_infinite_water_sources = true + #How far will a drone go to find a Charging Station when it's low on air? Note: drones will teleport, possibly across the world to someone else's base, if this range is very large. + #Range: > 16 + max_drone_charging_station_search_range = 80 + #The minimum interval in ticks between which fluid tank contents should be synced to clients. Smaller values mean smoother visual tank updates, but more of a performance cost in terms of network syncing. Note that fluid tank sync packets are also only sent when a fluid tank changes by more than 1% of its capacity, or 1000mB, whichever is smaller. + #Range: 1 ~ 100 + fluid_tank_update_rate = 10 + +["Micromissile Properties"] + #Base explosion damage (modified by missile setup) + #Range: 0.0 ~ 1.7976931348623157E308 + base_explosion_damage = 1.0 + #Do micromissile explosions cause terrain damage? + damage_terrain = false + #Cooldown for missile firing in ticks + #Range: > 0 + launch_cooldown = 15 + #Base missile lifetime in ticks (modified by missile setup) + #Range: > 0 + lifetime = 300 + #Number of micromissiles per pod + #Range: > 0 + missile_pod_size = 100 + +["Minigun Properties"] + #Weighted Ammo cartridge size + #Range: 1 ~ 30000 + weighted_ammo_cartridge_size = 250 + #Armor Piercing Ammo cartridge size + #Range: 1 ~ 30000 + armor_piercing_ammo_cartridge_size = 250 + #Explosive Ammo cartridge size + #Range: 1 ~ 30000 + explosive_ammo_cartridge_size = 125 + #Minigun Explosive Ammo explosion power (ref: 2 = creeper, 4 = TNT + #Range: 0.0 ~ 1.7976931348623157E308 + explosive_ammo_explosion_power = 1.5 + #Weighted Ammo damage multiplier (relative to standard ammo) + #Range: 0.0 ~ 1.7976931348623157E308 + weighted_ammo_damage_multiplier = 2.5 + #Weighted Ammo air usage multiplier (relative to standard ammo) + #Range: 0.0 ~ 1.7976931348623157E308 + weighted_ammo_air_usage_multiplier = 8.0 + #Damage done to entities within the fake 'ice' blocks cause by freezing ammo + #Range: 0.0 ~ 1.7976931348623157E308 + freezing_ammo_fake_ice_damage = 1.0 + #Show particles when a block is hit by minigun fire? Looks good, but consumes some network bandwidth. + block_hit_particles = true + #Base bullet damage of the Sentry Gun, Handheld Minigun, and Drone Minigun, before ammo bonuses are considered + #Range: 0.0 ~ 1.7976931348623157E308 + base_damage = 4.0 + #Freezing Ammo cartridge size + #Range: > 0 + freezing_ammo_cartridge_size = 500 + #Base range of Minigun, before Range Upgrades are considered + #Range: 5 ~ 100 + base_range = 50 + #Incendiary ammo fire duration on target entities (seconds) + #Range: > 0 + incendiary_ammo_fire_duration = 8 + #Incendiary ammo base percentage chance to ignite entities + #Range: 1 ~ 100 + incendiary_ammo_entity_ignite_chance = 100 + #Incendiary ammo base percentage chance to ignite blocks + #Range: 1 ~ 100 + incendiary_ammo_block_ignite_chance = 20 + #Armor Piercing Ammo percentage chance to ignore target's armor + #Range: 1 ~ 100 + ap_ammo_ignore_armor_chance = 100 + #Incendiary Ammo cartridge size + #Range: 1 ~ 30000 + incendiary_ammo_cartridge_size = 500 + #Percentage chance per shot of potion-tipped ammo proc'ing the potion effect, before Dispenser Upgrades are considered + #Range: 1 ~ 100 + potion_proc_chance = 7 + #Does Minigun Explosive Ammo damage terrain? + explosive_ammo_terrain_damage = false + #Standard Ammo cartridge size + #Range: 1 ~ 30000 + standard_ammo_cartridge_size = 1000 + #Armor Piercing Ammo damage multiplier (relative to standard ammo) + #Range: 0.0 ~ 1.7976931348623157E308 + ap_ammo_damage_multiplier = 1.25 + #Weighted Ammo range multiplier (relative to standard ammo) + #Range: 0.0 ~ 1.7976931348623157E308 + weighted_ammo_range_multiplier = 0.2 + #Freezing Ammo base percentage chance to form ice or snow on blocks which have been hit + #Range: 0 ~ 100 + freezing_ammo_block_ice_chance = 10 + #Minigun Explosive Ammo damage multiplier (relative to standard ammo) + #Range: 0.0 ~ 1.7976931348623157E308 + explosive_ammo_damage_multiplier = 0.2 + #Freezing Ammo base percentage chance to form ice on entities which have been hit + #Range: 0 ~ 100 + freezing_ammo_entity_ice_chance = 20 + #Explosive Ammo base percentage chance to cause an explosion + #Range: > 0 + explosive_ammo_explosion_chance = 50 + +[Integration] + #Immersive Engineering: External Heater RF/t. Set to 0 to disable External Heater integration entirely. + #Range: > 0 + ie_external_heater_r_fper_tick = 100 + #Immersive Engineering: External Heater heat/RF. The amount of PneumaticCraft heat added by 1 RF. + #Range: 0.0 ~ 1.7976931348623157E308 + ie_external_heater_heat_per_rf = 0.01 + #Mekanism thermal resistance multiplier. Larger values mean slower heat transfer between Mekanism and PneumaticCraft blocks. + #Range: 1.0 ~ 1.7976931348623157E308 + mek_thermal_resistance_factor = 5.0 + #Mekanism <-> PneumaticCraft heat conversion efficiency. Set to 0 to disable Mekanism heat integration entirely. Note that Mekanism and PNC use a similar heat system, but scale things quite differently (Mekanism heaters produces a LOT of heat by PneumaticCraft standards), so conversion efficiency tuning is important for inter-mod balance. + #Range: 0.0 ~ 2.0 + mek_thermal_conversion_efficiency = 0.01 + +[Recipes] + #Enable/disable explosion crafting (iron->compressed iron). If you disable this, you'll need another way to get compressed iron initially. + explosion_crafting = true + #Enable crafting diamonds from coal blocks in the pressure chamber + coal_to_diamonds = true + +[Amadron] + #Time in ticks between each periodic offer reshuffle (24000 ticks = one Minecraft day) + #Range: > 1000 + reshuffleInterval = 24000 + #Max number of custom trades a player may add + #Range: > 0 + max_trades_per_player = 50 + #Broadcast a notification when player adds a custom trade + notify_of_trade_addition = true + #Broadcast a notification when player removes a custom trade + notify_of_trade_removal = true + #Broadcast a notification when a custom Amadron trade is made + notify_of_deal_made = true + #Number of villager offers randomly selected for the 'live' offer list. Note: this a maximum, and the actual number chosen each time may be less. + #Range: > 0 + numVillagerOffers = 20 + #Number of periodic offers randomly selected for the 'live' offer list. Note: this a maximum, and the actual number chosen each time may be less. + #Range: > 0 + numPeriodicOffers = 10 + +[Heat] + #Default thermal resistance for fluid blocks + #Range: 4.9E-324 ~ 1.7976931348623157E308 + fluidThermalResistance = 100.0 + #Default thermal resistance for solid blocks + #Range: 4.9E-324 ~ 1.7976931348623157E308 + blockThermalResistance = 500.0 + #Ambient temperature increase by altitude, in degrees per block below 48 (or 75% of sea level). Note that temperature decrease per block above 64 is handled by vanilla. + #Range: 0.0 ~ 10.0 + ambientTemperatureHeightModifier = 0.1 + #Thermal resistance of air; controls how fast blocks lose heat to air when exposed + #Range: 1.0 ~ 1.7976931348623157E308 + airThermalResistance = 100.0 + #Ambient temperature modifier by biome (default 25 gives the Nether a heat boost of 30C) + #Range: 0.0 ~ 1000.0 + ambientTemperatureBiomeModifier = 25.0 + #Default heat capacity for fluid blocks + #Range: > 0 + defaultFluidHeatCapacity = 10000 + +[Logistics] + #Minimum pressure for a Logistics Module to function + #Range: 0.0 ~ 20.0 + min_pressure = 3.0 + #Logistics Module air usage per mB of fluid per block distance + #Range: 0.0 ~ 1.7976931348623157E308 + fluid_transport_cost = 0.02 + #Logistics Module air usage per item per block distance + #Range: 0.0 ~ 1.7976931348623157E308 + item_transport_cost = 1.0 + +[Jackhammer] + #Base Jackhammer air usage per block broken (speed upgrades increase this) + #Range: > 0 + base_air_usage = 50 + #Max veinmining range (distance from mined block) for Vein Miner Plus mode + #Range: 1 ~ 32 + max_vein_miner_range = 10 + +[Villagers] + #Add a village house for the Pressure Mechanic? Note: setting this to false won't affect any already-generated houses, only disable new generation. + addMechanicHouse = true + #Which trades should the Pressure Mechanic offer? ALL will offer all trades. PCB_BLUEPRINT will offer *only* the PCB Blueprint, an item required for normal progression through the mod. NONE will offer nothing (but the PCB Blueprint is also available via Amadron by default). Note that changing this won't affect any already-spawned Pressure Mechanics. + #Allowed Values: NONE, PCB_BLUEPRINT, ALL + mechanicTrades = "ALL" + diff --git a/config[common]/powah/general_common.toml b/config[common]/powah/general_common.toml index 616ebbc..c7f84f4 100644 --- a/config[common]/powah/general_common.toml +++ b/config[common]/powah/general_common.toml @@ -11,36 +11,36 @@ lens_of_ender = true ["World Gen"] #Enable/Disable ore generation. [default:true] oreGen = false - #Poor Uraninite Ore generation chance - #Range: 1 ~ 64 - poorUraniniteGenChance = 1 - #Uraninite Ore generation chance - #Range: 1 ~ 64 - uraniniteGenChance = 1 - #Dense Uraninite Ore generation chance - #Range: 1 ~ 64 - denseUraniniteGenChance = 1 #Dry Ice Ore generation chance #Range: 1 ~ 64 dryIceGenChance = 1 + #Poor Uraninite Ore generation chance + #Range: 1 ~ 64 + poorUraniniteGenChance = 1 + #Dense Uraninite Ore generation chance + #Range: 1 ~ 64 + denseUraniniteGenChance = 1 + #Uraninite Ore generation chance + #Range: 1 ~ 64 + uraniniteGenChance = 1 [Materials] - # - #List of heat source blocks used under Thermo Generator. - #Block registry name = heat, eg: ["minecraft:lava=1000", "minecraft:magma_block=800"] - #Min = 1, max = 900000000 - heatSources = ["minecraft:lava=1000", "minecraft:magma_block=1200", "minecraft:fire_coral=1800", "powah:nitro_crystal_block=8000", "powah:blazing_crystal_block=2800", "quark:brimstone=1200"] - #Enable this to allow other mods to add their heat source blocks. [default:true] - heatBlocksAPI = true # #List of coolant fluids used in the Reactor and the Thermo Generator. #Fluid registry name = cooling per mb, eg: ["minecraft:water=1", "examplemod:fluid=-1"] #Less number more cold, min = -100, max = 1 coolantFluids = ["minecraft:water=1"] - #Enable this to allow other mods to add their coolant fluids. [default:true] - coolantFluidsAPI = true + # + #List of heat source blocks used under Thermo Generator. + #Block registry name = heat, eg: ["minecraft:lava=1000", "minecraft:magma_block=800"] + #Min = 1, max = 900000000 + heatSources = ["minecraft:lava=1000", "minecraft:magma_block=1200", "minecraft:fire_coral=1800", "powah:nitro_crystal_block=8000", "powah:blazing_crystal_block=2800", "quark:brimstone=1200"] #Energy per solid fuel tick. [default: 30] #Eg: Coal has 1600 fuel tick, so will generate 48000 FE. #Range: 1 ~ 1000000 solidFuelEnergyBase = 30 + #Enable this to allow other mods to add their coolant fluids. [default:true] + coolantFluidsAPI = true + #Enable this to allow other mods to add their heat source blocks. [default:true] + heatBlocksAPI = true diff --git a/config[common]/quark-common.toml b/config[common]/quark-common.toml new file mode 100644 index 0000000..507c693 --- /dev/null +++ b/config[common]/quark-common.toml @@ -0,0 +1,2092 @@ + +[general] + "'q' Button on the Right" = false + # + #Allowed values: (0,) + "Piston Push Limit" = 12 + # + #Set to true to make the quark big worldgen features such as stone clusters or underground biomes generate as spheres rather than unique shapes. It's faster, but won't look as cool + "Use Fast Worldgen" = false + "Enable 'q' Button" = true + # + #A list of screens that don't play well with quark's buttons. Use "Print Screen Classnames" to find the names of any others you'd want to add. + "Ignored Screens" = ["blusunrize.immersiveengineering.client.gui.CraftingTableScreen", "com.tfar.craftingstation.client.CraftingStationScreen", "com.refinedmods.refinedstorage.screen.grid.GridScreen", "appeng.client.gui.implementations.CraftingTermScreen", "appeng.client.gui.implementations.PatternTermScreen", "com.blakebr0.extendedcrafting.client.screen.EliteTableScreen", "com.blakebr0.extendedcrafting.client.screen.EliteAutoTableScreen", "com.blakebr0.extendedcrafting.client.screen.UltimateTableScreen", "com.blakebr0.extendedcrafting.client.screen.UltimateAutoTableScreen", "me.desht.modularrouters.client.gui.filter.GuiFilterScreen", "com.resourcefulbees.resourcefulbees.client.gui.screen.CentrifugeScreen", "com.resourcefulbees.resourcefulbees.client.gui.screen.MechanicalCentrifugeScreen", "com.resourcefulbees.resourcefulbees.client.gui.screen.CentrifugeMultiblockScreen"] + "Use Anti Overlap" = true + # + #Quark messes with the Stonecutter to allow any item that can be used in it to be shift clicked in. Set this to false to turn it off. + "Hack Stonecutter Shift Click" = true + # + #Enables quark network profiling features. Do not enable this unless requested to. + "Enable Network Profiling" = false + # + #Quark replaces the Piston logic to allow for its piston features to work. If you're having troubles, try turning this off. + "Use Piston Logic Replacement" = true + # + #Set to true if you need to find the class name for a screen that's causing problems + "Print Screen Classnames" = false + # + #Blocks that Quark should treat as Shulker Boxes. + "Shulker Boxes" = ["minecraft:white_shulker_box", "minecraft:orange_shulker_box", "minecraft:magenta_shulker_box", "minecraft:light_blue_shulker_box", "minecraft:yellow_shulker_box", "minecraft:lime_shulker_box", "minecraft:pink_shulker_box", "minecraft:gray_shulker_box", "minecraft:light_gray_shulker_box", "minecraft:cyan_shulker_box", "minecraft:purple_shulker_box", "minecraft:blue_shulker_box", "minecraft:brown_shulker_box", "minecraft:green_shulker_box", "minecraft:red_shulker_box", "minecraft:black_shulker_box"] + # + #Set to true to enable a system that debugs quark's worldgen features. This should ONLY be used if you're asked to by a dev. + "Enable Worldgen Watchdog" = false + # + #Should Quark treat anything with 'shulker_box' in its item identifier as a shulker box? + "Interpret Shulker Box Like Blocks" = true + +[categories] + Building = true + Automation = true + Oddities = true + Tweaks = true + Experimental = true + Mobs = true + Tools = true + Management = true + World = true + Client = true + +[automation] + Chute = true + "Iron Rod" = true + "Weather Sensor" = true + "Ender Watcher" = true + "Endermites Form Shulkers" = true + "Chains Connect Blocks" = true + "Color Slime" = true + "Dispensers Place Blocks" = true + "Redstone Circuit" = true + "Chain Linkage" = true + Gravisand = true + "Metal Buttons" = true + "Obsidian Plate" = true + "Pistons Move Tile Entities" = true + "Feeding Trough" = true + + [automation.dispensers_place_blocks] + Blacklist = ["minecraft:water", "minecraft:lava", "minecraft:fire"] + + [automation.chain_linkage] + # + #Can vehicle-linking chains be used for crafting chain armor? + "Crafts Armor" = true + + [automation.redstone_circuit] + "Enable Inductor" = true + "Enable Randomizer" = true + + [automation.metal_buttons] + "Enable Iron" = true + "Enable Gold" = true + + [automation.endermites_form_shulkers] + Chance = 0.005 + + [automation.pistons_move_tile_entities] + "Render Blacklist" = ["psi:programmer", "botania:starfield"] + "Movement Blacklist" = ["minecraft:spawner", "integrateddynamics:cable", "randomthings:blockbreaker", "minecraft:ender_chest", "minecraft:enchanting_table", "minecraft:trapped_chest", "quark:spruce_trapped_chest", "quark:birch_trapped_chest", "quark:jungle_trapped_chest", "quark:acacia_trapped_chest", "quark:dark_oak_trapped_chest", "endergetic:bolloom_bud"] + "Delayed Update List" = ["minecraft:dispenser", "minecraft:dropper"] + + [automation.color_slime] + "Change Name" = true + + [automation.feeding_trough] + # + #The chance (between 0 and 1) for an animal to enter love mode when eating from the trough + #Allowed values: (0,1] + "Love Chance" = 0.333333333 + # + #How long, in game ticks, between animals being able to eat from the trough + #Allowed values: [1,) + Cooldown = 30 + # + #The maximum amount of animals allowed around the trough's range for an animal to enter love mode + "Max Animals" = 32 + Range = 10.0 + +[building] + "Duskbound Blocks" = true + "Bamboo Mat" = true + "Cobblestone Bricks" = true + "More Brick Types" = true + "Gold Bars" = true + "Soul Sandstone" = true + "Burn Vines" = true + "Quilted Wool" = true + "Compressed Blocks" = true + Stools = true + Thatch = true + "Variant Chests" = true + "Variant Ladders" = true + Hedges = true + "Vertical Slabs" = true + Shingles = true + "Nether Brick Fence Gate" = true + "Item Frames" = true + "Stained Planks" = true + "Wooden Posts" = true + "Leaf Carpet" = true + "Lit Lamp" = true + "Vertical Planks" = true + Midori = true + "Tie Leads To Fences" = true + "Shallow Dirt" = true + "More Stone Variants" = true + "Framed Glass" = true + "Tallow And Candles" = true + Turf = true + "Paper Decor" = true + Rope = true + "Iron Plates" = true + "Sturdy Stone" = true + "More Potted Plants" = true + Grate = true + "Variant Bookshelves" = true + + [building.rope] + "Enable Dispenser Behavior" = true + # + #Set to true to allow ropes to move Tile Entities even if Pistons Push TEs is disabled. + #Note that ropes will still use the same blacklist. + "Force Enable Move Tile Entities" = false + #This also includes Red Sandstone Bricks and Soul Sandstone Bricks + "Enable Sandstone Bricks" = true + "Enable Blackstone Variant Bricks" = true + + [building.more_stone_variants] + "Enable Bricks" = true + "Enable Pillar" = true + "Enable Chiseled Bricks" = true + "Enable Pavement" = true + + [building.thatch] + # + #Allowed values: [0,1] + "Fall Damage Multiplier" = 0.5 + + [building.variant_ladders] + "Change Names" = true + "Enable Iron Ladder" = true + + [building.compressed_blocks] + "Enable Cocoa Bean Sack" = true + "Enable Cactus Block" = true + "Enable Apple Crate" = true + "Charcoal Block and Blaze Lantern Stay On Fire Forever" = true + "Enable Bonded Rabbit Hide" = true + "Enable Charcoal Block" = true + "Enable Gunpowder Sack" = true + "Enable Potato Crate" = true + "Enable Stick Block" = true + "Enable Carrot Crate" = true + "Enable Beetroot Crate" = true + "Enable Nether Wart Sack" = true + "Enable Chorus Fruit Block" = true + "Enable Blaze Lantern" = true + "Enable Bamboo Block" = true + "Enable Berry Sack" = true + "Enable Golden Apple Crate" = true + "Enable Sugar Cane Block" = true + "Enable Bonded Leather" = true + # + #Allowed values: [0,) + "Blaze Lantern Fuel Time" = 24000 + # + #Allowed values: [0,) + "Charcoal Block Fuel Time" = 16000 + # + #Allowed values: [0,) + "Stick Block Fuel Time" = 900 + + [building.variant_chests] + "Replace Worldgen Chests" = true + # + #Chests to put in each structure. The format per entry is "structure=chest", where "structure" is a structure ID, and "chest" is a block ID, which must correspond to a standard chest block. + "Structure Chests" = ["minecraft:village_plains=quark:oak_chest", "minecraft:igloo=quark:spruce_chest", "minecraft:village_snowy=quark:spruce_chest", "minecraft:village_taiga=quark:spruce_chest", "minecraft:desert_pyramid=quark:birch_chest", "minecraft:jungle_pyramid=quark:jungle_chest", "minecraft:village_desert=quark:jungle_chest", "minecraft:village_savanna=quark:acacia_chest", "minecraft:mansion=quark:dark_oak_chest", "minecraft:pillager_outpost=quark:dark_oak_chest", "minecraft:ruined_portal=quark:crimson_chest", "minecraft:bastion_remnant=quark:crimson_chest", "minecraft:fortress=quark:nether_brick_chest", "minecraft:endcity=quark:purpur_chest", "bettermineshafts:mineshaft=quark:oak_chest", "cobbler:shulker_factory=quark:purpur_chest", "conjurer_illager:theatre=quark:dark_oak_chest", "dungeoncrawl:dungeon=quark:oak_chest", "dungeons_plus:bigger_dungeon=quark:oak_chest", "dungeons_plus:end_ruins=quark:purpur_chest", "dungeons_plus:leviathan=quark:jungle_chest", "dungeons_plus:snowy_temple=quark:spruce_chest", "dungeons_plus:soul_prison=quark:warped_chest", "dungeons_plus:tower=quark:oak_chest", "dungeons_plus:warped_garden=quark:warped__chest", "hunterillager:hunterhouse=quark:oak_chest", "iceandfire:gorgon_temple=quark:jungle_chest", "pandoras_creatures:end_prison=quark:purpur_chest", "repurposed_structures:fortress_jungle=quark:jungle_chest", "repurposed_structures:igloo_grassy=quark:oak_chest", "repurposed_structures:igloo_stone=quark:spruce_chest", "repurposed_structures:mineshaft_birch=quark:birch_chest", "repurposed_structures:mineshaft_desert=quark:jungle_chest", "repurposed_structures:mineshaft_end=quark:purpur_chest", "repurposed_structures:mineshaft_icy=quark:spruce_chest", "repurposed_structures:mineshaft_jungle=quark:jungle_chest", "repurposed_structures:mineshaft_nether=quark:nether_brick_chest", "repurposed_structures:mineshaft_ocean=quark:prismarine_chest", "repurposed_structures:mineshaft_savanna=quark:acacia_chest", "repurposed_structures:mineshaft_stone=quark:spruce_chest", "repurposed_structures:mineshaft_swamp_or_dark_forest=quark:dark_oak_chest", "repurposed_structures:mineshaft_taiga=quark:spruce_chest", "repurposed_structures:outpost_badlands=quark:dark_oak_chest", "repurposed_structures:outpost_birch=quark:birch_chest", "repurposed_structures:outpost_crimson=quark:crimson_chest", "repurposed_structures:outpost_desert=quark:jungle_chest", "repurposed_structures:outpost_giant_tree_taiga=quark:spruce_chest", "repurposed_structures:outpost_icy=quark:spruce_chest", "repurposed_structures:outpost_jungle=quark:jungle_chest", "repurposed_structures:outpost_nether_brick=quark:nether_brick_chest", "repurposed_structures:outpost_snowy=quark:spruce_chest", "repurposed_structures:outpost_warped=quark:warped_chest", "repurposed_structures:pyramid_badlands=quark:dark_oak_chest", "repurposed_structures:pyramid_nether=quark:nether_brick_chest", "repurposed_structures:ruined_portal_end=quark:purpur_chest", "repurposed_structures:shipwreck_crimson=quark:crimson_chest", "repurposed_structures:shipwreck_end=quark:purpur_chest", "repurposed_structures:shipwreck_nether_bricks=quark:nether_brick_chest", "repurposed_structures:shipwreck_warped=quark:warped_chest", "repurposed_structures:stronghold_nether=quark:nether_brick_chest", "repurposed_structures:stronghold_stonebrick=quark:oak_chest", "repurposed_structures:temple_nether_basalt=quark:nether_brick_chest", "repurposed_structures:temple_nether_crimson=quark:crimson_chest", "repurposed_structures:temple_nether_soul=quark:warped_chest", "repurposed_structures:temple_nether_warped=quark:warped_chest", "repurposed_structures:temple_nether_wasteland=quark:nether_brick_chest", "repurposed_structures:village_badlands=quark:dark_oak_chest", "repurposed_structures:village_birch=quark:birch_chest", "repurposed_structures:village_crimson=quark:crimson_chest", "repurposed_structures:village_dark_oak=quark:dark_oak_chest", "repurposed_structures:village_giant_taiga=quark:spruce_chest", "repurposed_structures:village_jungle=quark:jungle_chest", "repurposed_structures:village_mountains=quark:spruce_chest", "repurposed_structures:village_oak=quark:oak_chest", "repurposed_structures:village_swamp=quark:oak_chest", "repurposed_structures:village_warped=quark:warped_chest", "valhelsia_structures:castle=quark:spruce_chest", "valhelsia_structures:castle_ruin=quark:oak_chest", "valhelsia_structures:desert_house=quark:spruce_chest", "valhelsia_structures:forge=quark:spruce_chest", "valhelsia_structures:player_house=quark:oak_chest", "valhelsia_structures:small_castle=quark:oak_chest", "valhelsia_structures:small_dungeon=quark:oak_chest", "valhelsia_structures:tower_ruin=quark:spruce_chest"] + + [building.more_brick_types] + "Enable Magma Bricks" = true + "Enable Sandy Bricks" = true + # + #This also comes with a utility recipe for Red Nether Bricks + "Enable Blue Nether Bricks" = true + "Enable Blackstone Variant Bricks" = true + "Enable Charred Nether Bricks" = true + "Enable Snow Bricks" = true + # + #This also includes Red Sandstone Bricks and Soul Sandstone Bricks + "Enable Sandstone Bricks" = true + + [building.tallow_and_candles] + "Candles Fall" = true + # + #Allowed values: [0,) + "Tallow Burn Time" = 200 + # + #Allowed values: [0,) + "Max Drop" = 3 + # + #Allowed values: [0,15] + "Enchant Power" = 1.0 + # + #Allowed values: [0,) + "Min Drop" = 1 + + [building.variant_bookshelves] + "Change Names" = true + +[management] + "Chests In Boats" = true + "Inventory Sorting" = true + "Shulker Box Right Click" = true + "Hotbar Changer" = true + "Item Sharing" = true + "Right Click Armor" = true + "Easy Transfering" = true + + [management.inventory_sorting] + # + #Play a click when sorting inventories using keybindings + "Satisfying Click" = true + "Enable Chests" = true + "Enable Player Inventory In Chests" = true + "Enable Player Inventory" = true + + [management.easy_transfering] + "Enable Shift Lock" = true + + [management.item_sharing] + "Render Items In Chat" = true + +[tools] + Pickarang = true + "Seed Pouch" = true + "Pathfinder Maps" = true + "Bottled Cloud" = true + "Color Runes" = true + "Ancient Tomes" = true + "Slime In A Bucket" = true + Camera = true + Trowel = true + + [tools.trowel] + # + #Amount of blocks placed is this value + 1. Default is 255 (4 stacks). + #Set to 0 to make the Trowel unbreakable + #Allowed values: [0,) + "Trowel Max Durability" = 255 + + [tools.bottled_cloud] + "Cloud Level Top" = 132 + "Cloud Level Bottom" = 127 + + [tools.ancient_tomes] + # + #Set to 0 to not generate in Underwater Ruins + "Underwater Ruin Weight" = 0 + # + #Set to 0 to not generate in Woodland Mansions + "Woodland Mansion Weight" = 15 + "Valid Enchantments" = ["minecraft:feather_falling", "minecraft:thorns", "minecraft:sharpness", "minecraft:smite", "minecraft:bane_of_arthropods", "minecraft:knockback", "minecraft:fire_aspect", "minecraft:looting", "minecraft:sweeping", "minecraft:efficiency", "minecraft:unbreaking", "minecraft:fortune", "minecraft:power", "minecraft:punch", "minecraft:luck_of_the_sea", "minecraft:lure", "minecraft:loyalty", "minecraft:riptide", "minecraft:impaling", "minecraft:piercing"] + # + #Set to 0 to not generate in Dungeons + "Dungeon Weight" = 20 + "Item Quality" = 2 + "Apply Cost" = 35 + # + #Set to 0 to not generate in Stronghold Libraries + "Library Weight" = 30 + # + #Set to 0 to not generate in Nether Fortresses + "Nether Fortress Weight" = 0 + # + #Set to 0 to not generate in Bastions + "Bastion Weight" = 25 + # + #Set to 0 to not generate in Monster Boxes + "Monster Box Weight" = 5 + "Merge Cost" = 35 + + [tools.pathfinder_maps] + # + #In this section you can add custom Pathfinder Maps. This works for both vanilla and modded biomes. + #Each custom map must be on its own line. + #The format for a custom map is as follows: + #,,,,, + # + #With the following descriptions: + # - being the biome's ID NAME. You can find vanilla names here - https://minecraft.gamepedia.com/Biome#Biome_IDs + # - being the Cartographer villager level required for the map to be unlockable + # - being the cheapest (in Emeralds) the map can be + # - being the most expensive (in Emeralds) the map can be + # - being a hex color (without the #) for the map to display. You can generate one here - http://htmlcolorcodes.com/ + # - being the display name of the map + # + #Here's an example of a map to locate Ice Mountains: + #minecraft:ice_mountains,2,8,14,7FE4FF,Ice Mountains Pathfinder Map + Customs = [] + "Xp From Trade" = 5 + + [tools.seed_pouch] + "Show All Variants In Creative" = true + "Shift Range" = 3 + "Max Items" = 640 + + [tools.color_runes] + "Jungle Temple Weight" = 8 + "Desert Temple Weight" = 8 + "Dungeon Weight" = 10 + "Item Quality" = 0 + "Apply Cost" = 15 + "Nether Fortress Weight" = 8 + + [tools.pickarang] + # + #22.5 is ender chests, 25.0 is monster boxes, 50 is obsidian. Most things are below 5. + "Max Hardness" = 20.0 + # + #2 is Iron, 3 is Diamond. + "Harvest Level" = 3 + # + #2 is Iron, 3 is Diamond. + "Netherite Harvest Level" = 3 + # + #How long it takes before the pickarang starts returning to the player if it doesn't hit anything. + Timeout = 20 + # + #Set to -1 to have the Pickarang be unbreakable. + Durability = 800 + # + #Set this to true to disable the short cooldown between throwing pickarangs. + "No Cooldown" = false + # + #Set to -1 to have the Flamerang be unbreakable. + "Netherite Durability" = 1040 + # + #Set this to true to use the recipe without the Heart of Diamond, even if the Heart of Diamond is enabled. + "Never Use Heart Of Diamond" = false + +[tweaks] + "Armed Armor Stands" = true + "Lock Rotation" = true + "Dragon Scales" = true + "Replace Scaffolding" = true + "Axe Leaf Harvesting" = true + "Sign Editing" = true + "Dirt To Path" = true + "Simple Harvest" = true + "Hoe Harvesting" = true + "Reacharound Placing" = true + "Villagers Follow Emeralds" = true + "Compasses Work Everywhere" = true + "Skull Pikes" = true + "Note Block Mob Sounds" = true + "Double Door Opening" = true + "Automatic Recipe Unlock" = true + "Poison Potato Usage" = true + "Improved Sleeping" = true + "Infinity Bucket" = true + "Springy Slime" = true + Emotes = true + "Utility Recipes" = true + "Pat The Dogs" = true + "Enhanced Ladders" = true + "Snow Golem Player Heads" = true + "Glass Shard" = true + "Campfires Boost Elytra" = true + + [tweaks.sign_editing] + "Requires Empty Hand" = false + + [tweaks.pat_the_dogs] + # + #How many ticks it takes for a dog to want affection after being pet/tamed; leave -1 to disable + "Dogs Want Love" = -1 + + [tweaks.automatic_recipe_unlock] + # + #A list of recipe names that should NOT be added in by default + "Ignored Recipes" = [] + "Disable Recipe Book" = false + "Force Limited Crafting" = false + + [tweaks.hoe_harvesting] + "Hoes Can Have Fortune" = true + + [tweaks.skull_pikes] + "Pike Range" = 5.0 + + [tweaks.infinity_bucket] + # + #Set this to false to prevent dispensers from using infinite water buckets + "Allow Dispensers To Use" = true + Cost = 10 + + [tweaks.poison_potato_usage] + "Poison Effect" = true + Chance = 0.1 + + [tweaks.utility_recipes] + # + #Can you craft four chests at once using logs? + "Logs To Chests" = true + # + #Can other stone-like materials be used for crafting stone tools? + "Better Stone Tool Crafting" = true + # + #Can a dispenser be crafted by adding a bow to a dropper? + "Enable Dispenser" = true + # + #Can cookies, paper, and bread be crafted in a 2x2 crafting table? + "Bent Recipes" = true + # + #Can Rotten Flesh and Poisonous Potatoes be composted? + "Compostable Toxins" = true + # + #Can bones be smelted down to bone meal? + "Bone Meal Utility" = true + # + #Can any wool color be dyed? + "Dye Any Wool" = true + # + #Can Coral be crafted into dye? + "Coral To Dye" = true + # + #Can torches can be used as fuel in furnaces? + "Torches Burn" = true + # + #Can a repeater be crafted with the pattern for a redstone torch? + "Enable Repeater" = true + # + #Can you craft a minecart around blocks which can be placed inside? + "Enable Minecarts" = true + # + #Does Dragon Breath return a bottle when used as a reagent or material? + "Effective Dragon Breath" = true + + [tweaks.reacharound_placing] + # + #Allowed values: [0,1] + Leniency = 0.5 + Whitelist = [] + "Display Horizontal" = "< >" + Display = "[ ]" + + [tweaks.improved_sleeping] + "Enable Afk" = true + # + #Allowed values: (0,) + "Afk Time" = 2400 + # + #Allowed values: (0,1] + "Percent Req" = 0.2 + + [tweaks.emotes] + # + #The enabled default emotes. Remove from this list to disable them. You can also re-order them, if you feel like it. + "Enabled Emotes" = ["no", "yes", "wave", "salute", "cheer", "clap", "think", "point", "shrug", "headbang", "weep", "facepalm"] + # + #Enable this to make custom emotes read the file every time they're triggered so you can edit on the fly. + #DO NOT ship enabled this in a modpack, please. + "Custom Emote Debug" = false + # + #The list of Custom Emotes to be loaded. + #Watch the tutorial on Custom Emotes to learn how to make your own: https://youtu.be/ourHUkan6aQ + "Custom Emotes" = [] + + [tweaks.simple_harvest] + # + #Can players harvest crops with empty hand clicks? + "Empty Hand Harvest" = true + # + #Does harvesting crops with a hoe cost durability? + "Harvesting Costs Durability" = false + # + #Should Quark look for (nonvanilla) crops, and handle them? + "Do Harvesting Search" = true + # + #Which crops can be harvested? + #Format is: "harvestState[,afterHarvest]", i.e. "minecraft:wheat[age=7]" or "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]" + "Harvestable Blocks" = ["minecraft:wheat[age=7]", "minecraft:carrots[age=7]", "minecraft:potatoes[age=7]", "minecraft:beetroots[age=3]", "minecraft:nether_wart[age=3]", "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]", "minecraft:cocoa[age=2,facing=south],minecraft:cocoa[age=0,facing=south]", "minecraft:cocoa[age=2,facing=east],minecraft:cocoa[age=0,facing=east]", "minecraft:cocoa[age=2,facing=west],minecraft:cocoa[age=0,facing=west]"] + + [tweaks.enhanced_ladders] + # + #Allowed values: (,0] + "Fall Speed" = -0.2 + + [tweaks.compasses_work_everywhere] + "Enable Nether" = true + "Enable Compass Nerf" = true + "Enable End" = true + "Enable Clock Nerf" = true + + [tweaks.campfires_boost_elytra] + "Boost Strength" = 0.5 + "Max Speed" = 1.0 + + [tweaks.replace_scaffolding] + # + #How many times the algorithm for finding out where a block would be placed is allowed to turn. If you set this to large values (> 3) it may start producing weird effects. + "Max Bounces" = 1 + +[world] + "New Stone Types" = true + "Lush Underground Biome" = true + "Big Dungeon" = true + Speleothems = true + "Elder Prismarine Underground Biome" = true + "Blossom Trees" = true + "Sandstone Underground Biome" = true + "Glowshroom Underground Biome" = true + "Permafrost Underground Biome" = true + "Underground Clay" = true + "Slime Underground Biome" = true + "Fairy Rings" = true + "Chorus Vegetation" = true + Crevices = true + "Nether Obsidian Spikes" = true + "Mega Caves" = true + "Realistic World Gen" = true + Biotite = true + "Big Stone Clusters" = true + "Brimstone Underground Biome" = true + "Cave Crystal Underground Biome" = true + "Spiral Spires" = true + "Overgrown Underground Biome" = true + "Cave Roots" = true + "Spider Nest Underground Biome" = true + "Monster Box" = true + + [world.monster_box] + # + #The chance for the monster box generator to try and place one in a chunk, 1 is 100% + #This can be higher than 100% if you want multiple per chunk, , 0 is 0% + "Chance Per Chunk" = 0.8 + "Min Mob Count" = 5 + "Min Y" = 5 + "Max Y" = 30 + "Max Mob Count" = 8 + "Enable Extra Loot Table" = true + # + #How many blocks to search vertically from a position before trying to place a block. Higher means you'll get more boxes in open spaces. + "Search Range" = 6 + + [world.monster_box.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.cave_crystal_underground_biome] + # + #The chance that a crystal can grow, this is on average 1 in X world ticks, set to a higher value to make them grow slower. Minimum is 1, for every tick. Set to 0 to disable growth. + "Cave Crystal Growth Chance" = 5 + "Crystals Grow In Lava" = false + # + #Allowed values: [0,1] + "Crystal Spawn Chance" = 0.025 + "Crystals Craft Runes" = true + + [world.cave_crystal_underground_biome.biome_settings] + # + #Allowed values: [0,) + "Horizontal Size" = 42 + # + #Allowed values: [0,) + Rarity = 400 + # + #Allowed values: [0,255] + "Min Y Level" = 0 + # + #Allowed values: [0,) + "Horizontal Variation" = 22 + # + #Allowed values: [0,255] + "Max Y Level" = 64 + # + #Allowed values: [0,) + "Vertical Size" = 18 + # + #Allowed values: [0,) + "Vertical Variation" = 8 + + [world.cave_crystal_underground_biome.biome_settings.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["ocean"] + "Is Blacklist" = true + + [world.cave_crystal_underground_biome.biome_settings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.speleothems] + "Tries Per Chunk In Nether" = 4 + "Speleothems Per Chunk In Nether" = 12 + "Speleothems Per Chunk" = 12 + "Max Ylevel" = 55 + "Tries Per Chunk" = 60 + + [world.speleothems.dimensions] + Dimensions = [] + "Is Blacklist" = true + + [world.sandstone_underground_biome] + + [world.sandstone_underground_biome.biome_settings] + # + #Allowed values: [0,) + "Horizontal Size" = 26 + # + #Allowed values: [0,) + Rarity = 80 + # + #Allowed values: [0,255] + "Min Y Level" = 0 + # + #Allowed values: [0,) + "Horizontal Variation" = 14 + # + #Allowed values: [0,255] + "Max Y Level" = 64 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 6 + + [world.sandstone_underground_biome.biome_settings.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["desert"] + "Is Blacklist" = false + + [world.sandstone_underground_biome.biome_settings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.spiral_spires] + Radius = 15 + Rarity = 200 + # + #Set to 0 to turn off Myalite Conduits + "Myalite Conduit Distance" = 24 + "Renewable Myalite" = true + + [world.spiral_spires.biomes] + Biomes = ["minecraft:end_highlands"] + "Is Blacklist" = false + + [world.spiral_spires.dimensions] + Dimensions = ["minecraft:the_end"] + "Is Blacklist" = false + + [world.nether_obsidian_spikes] + # + #The chance for a chunk to contain spikes (1 is 100%, 0 is 0%) + "Chance Per Chunk" = 0.1 + "Big Spike Spawners" = true + # + #Should a chunk have spikes, how many would the generator try to place + "Tries Per Chunk" = 4 + # + #The chance for a spike to be big (1 is 100%, 0 is 0%) + "Big Spike Chance" = 0.03 + + [world.nether_obsidian_spikes.dimensions] + Dimensions = ["minecraft:the_nether"] + "Is Blacklist" = false + + [world.biotite] + "Clusters Per Dragon Tick" = 16 + "Generate On Dragon Death" = true + "Dragon Ticks Per Cluster" = 1 + "Generate Naturally" = false + + [world.biotite.dimensions] + Dimensions = ["minecraft:the_end"] + "Is Blacklist" = false + + [world.biotite.ore_settings] + # + #Allowed values: [0,255] + "Max Height" = 64 + # + #Allowed values: [0,) + "Cluster Count" = 16 + # + #Allowed values: [0,255] + "Min Height" = 1 + # + #Allowed values: [0,) + "Cluster Size" = 14 + + [world.crevices] + + [world.crevices.spawn_settings] + # + #Allowed values: [0,) + "Horizontal Size" = 60 + # + #Allowed values: [0,) + Rarity = 120 + # + #Allowed values: [0,255] + "Min Y Level" = 15 + # + #Allowed values: [0,) + "Horizontal Variation" = 20 + # + #Allowed values: [0,255] + "Max Y Level" = 50 + # + #Allowed values: [0,) + "Vertical Size" = 4 + # + #Allowed values: [0,) + "Vertical Variation" = 1 + + [world.crevices.spawn_settings.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["ocean", "beach"] + "Is Blacklist" = true + + [world.crevices.spawn_settings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.crevices.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.cave_roots] + "Min Y" = 16 + "Chunk Attempts" = 300 + "Max Y" = 52 + "Enable Brewing" = true + + [world.cave_roots.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.new_stone_types] + "Enable Marble" = true + "Enable Myalite" = true + "Enable Jasper" = true + "Enable Voidstone" = true + "Enable Slate" = true + "Enable Limestone" = true + + [world.new_stone_types.marble] + + [world.new_stone_types.marble.oregen] + # + #Allowed values: [0,255] + "Max Height" = 256 + # + #Allowed values: [0,) + "Cluster Count" = 10 + # + #Allowed values: [0,255] + "Min Height" = 0 + # + #Allowed values: [0,) + "Cluster Size" = 33 + + [world.new_stone_types.marble.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.new_stone_types.limestone] + + [world.new_stone_types.limestone.oregen] + # + #Allowed values: [0,255] + "Max Height" = 256 + # + #Allowed values: [0,) + "Cluster Count" = 10 + # + #Allowed values: [0,255] + "Min Height" = 0 + # + #Allowed values: [0,) + "Cluster Size" = 33 + + [world.new_stone_types.limestone.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.new_stone_types.myalite] + + [world.new_stone_types.myalite.oregen] + # + #Allowed values: [0,255] + "Max Height" = 256 + # + #Allowed values: [0,) + "Cluster Count" = 10 + # + #Allowed values: [0,255] + "Min Height" = 0 + # + #Allowed values: [0,) + "Cluster Size" = 33 + + [world.new_stone_types.myalite.dimensions] + Dimensions = ["minecraft:the_end"] + "Is Blacklist" = false + + [world.new_stone_types.voidstone] + + [world.new_stone_types.voidstone.oregen] + # + #Allowed values: [0,255] + "Max Height" = 256 + # + #Allowed values: [0,) + "Cluster Count" = 10 + # + #Allowed values: [0,255] + "Min Height" = 0 + # + #Allowed values: [0,) + "Cluster Size" = 33 + + [world.new_stone_types.voidstone.dimensions] + Dimensions = ["minecraft:the_end"] + "Is Blacklist" = false + + [world.new_stone_types.slate] + + [world.new_stone_types.slate.oregen] + # + #Allowed values: [0,255] + "Max Height" = 256 + # + #Allowed values: [0,) + "Cluster Count" = 10 + # + #Allowed values: [0,255] + "Min Height" = 0 + # + #Allowed values: [0,) + "Cluster Size" = 33 + + [world.new_stone_types.slate.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.new_stone_types.jasper] + + [world.new_stone_types.jasper.oregen] + # + #Allowed values: [0,255] + "Max Height" = 256 + # + #Allowed values: [0,) + "Cluster Count" = 10 + # + #Allowed values: [0,255] + "Min Height" = 0 + # + #Allowed values: [0,) + "Cluster Size" = 33 + + [world.new_stone_types.jasper.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.spider_nest_underground_biome] + "Enabled Wrapped" = true + + [world.spider_nest_underground_biome.biome_settings] + # + #Allowed values: [0,) + "Horizontal Size" = 26 + # + #Allowed values: [0,) + Rarity = 80 + # + #Allowed values: [0,255] + "Min Y Level" = 0 + # + #Allowed values: [0,) + "Horizontal Variation" = 14 + # + #Allowed values: [0,255] + "Max Y Level" = 64 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 6 + + [world.spider_nest_underground_biome.biome_settings.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["plains"] + "Is Blacklist" = false + + [world.spider_nest_underground_biome.biome_settings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.blossom_trees] + + [world.blossom_trees.orange] + Rarity = 100 + + [world.blossom_trees.orange.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.blossom_trees.orange.biome_types] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["savanna"] + "Is Blacklist" = false + + [world.blossom_trees.red] + Rarity = 30 + + [world.blossom_trees.red.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.blossom_trees.red.biome_types] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["mesa"] + "Is Blacklist" = false + + [world.blossom_trees.pink] + Rarity = 100 + + [world.blossom_trees.pink.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.blossom_trees.pink.biome_types] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["extreme_hills"] + "Is Blacklist" = false + + [world.blossom_trees.blue] + Rarity = 200 + + [world.blossom_trees.blue.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.blossom_trees.blue.biome_types] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["icy"] + "Is Blacklist" = false + + [world.blossom_trees.yellow] + Rarity = 200 + + [world.blossom_trees.yellow.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.blossom_trees.yellow.biome_types] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["plains"] + "Is Blacklist" = false + + [world.blossom_trees.lavender] + Rarity = 100 + + [world.blossom_trees.lavender.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.blossom_trees.lavender.biome_types] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["swamp"] + "Is Blacklist" = false + + [world.mega_caves] + + [world.mega_caves.spawn_settings] + # + #Allowed values: [0,) + "Horizontal Size" = 80 + # + #Allowed values: [0,) + Rarity = 800 + # + #Allowed values: [0,255] + "Min Y Level" = 10 + # + #Allowed values: [0,) + "Horizontal Variation" = 30 + # + #Allowed values: [0,255] + "Max Y Level" = 20 + # + #Allowed values: [0,) + "Vertical Size" = 25 + # + #Allowed values: [0,) + "Vertical Variation" = 10 + + [world.mega_caves.spawn_settings.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["ocean", "beach"] + "Is Blacklist" = true + + [world.mega_caves.spawn_settings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.mega_caves.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.elder_prismarine_underground_biome] + # + #Allowed values: [0,1] + "Lantern Chance" = 0.0085 + # + #Allowed values: [0,1] + "Water Chance" = 0.25 + + [world.elder_prismarine_underground_biome.biome_settings] + # + #Allowed values: [0,) + "Horizontal Size" = 26 + # + #Allowed values: [0,) + Rarity = 200 + # + #Allowed values: [0,255] + "Min Y Level" = 0 + # + #Allowed values: [0,) + "Horizontal Variation" = 14 + # + #Allowed values: [0,255] + "Max Y Level" = 64 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 6 + + [world.elder_prismarine_underground_biome.biome_settings.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["ocean"] + "Is Blacklist" = false + + [world.elder_prismarine_underground_biome.biome_settings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.glowshroom_underground_biome] + # + #Allowed values: [0,1] + "Glowshroom Spawn Chance" = 0.0625 + # + #Allowed values: (0,) + "Glowshroom Growth Rate" = 20 + "Enable Danger Sight" = true + "Enable Huge Glowshrooms" = true + + [world.glowshroom_underground_biome.biome_settings] + # + #Allowed values: [0,) + "Horizontal Size" = 26 + # + #Allowed values: [0,) + Rarity = 80 + # + #Allowed values: [0,255] + "Min Y Level" = 0 + # + #Allowed values: [0,) + "Horizontal Variation" = 14 + # + #Allowed values: [0,255] + "Max Y Level" = 64 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 6 + + [world.glowshroom_underground_biome.biome_settings.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["extreme_hills", "mushroom"] + "Is Blacklist" = false + + [world.glowshroom_underground_biome.biome_settings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.big_stone_clusters] + # + #Blocks that stone clusters can replace. If you want to make it so it only replaces in one dimension, + #do "block|dimension", as we do for netherrack and end stone by default. + "Blocks To Replace" = ["minecraft:stone", "minecraft:andesite", "minecraft:diorite", "minecraft:granite", "minecraft:netherrack|minecraft:the_nether", "minecraft:end_stone|minecraft:the_end", "quark:marble", "quark:limestone", "quark:jasper", "quark:slate", "quark:basalt"] + + [world.big_stone_clusters.marble] + # + #Allowed values: [0,) + "Horizontal Size" = 14 + # + #Allowed values: [0,) + Rarity = 4 + # + #Allowed values: [0,255] + "Min Y Level" = 20 + # + #Allowed values: [0,) + "Horizontal Variation" = 9 + Enabled = true + # + #Allowed values: [0,255] + "Max Y Level" = 80 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.marble.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["plains"] + "Is Blacklist" = false + + [world.big_stone_clusters.marble.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.big_stone_clusters.limestone] + # + #Allowed values: [0,) + "Horizontal Size" = 14 + # + #Allowed values: [0,) + Rarity = 4 + # + #Allowed values: [0,255] + "Min Y Level" = 20 + # + #Allowed values: [0,) + "Horizontal Variation" = 9 + Enabled = true + # + #Allowed values: [0,255] + "Max Y Level" = 80 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.limestone.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["swamp", "ocean"] + "Is Blacklist" = false + + [world.big_stone_clusters.limestone.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.big_stone_clusters.granite] + # + #Allowed values: [0,) + "Horizontal Size" = 14 + # + #Allowed values: [0,) + Rarity = 4 + # + #Allowed values: [0,255] + "Min Y Level" = 20 + # + #Allowed values: [0,) + "Horizontal Variation" = 9 + Enabled = true + # + #Allowed values: [0,255] + "Max Y Level" = 80 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.granite.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["extreme_hills"] + "Is Blacklist" = false + + [world.big_stone_clusters.granite.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.big_stone_clusters.myalite] + # + #Allowed values: [0,) + "Horizontal Size" = 20 + # + #Allowed values: [0,) + Rarity = 100 + "Generate In Air" = true + # + #Allowed values: [0,255] + "Min Y Level" = 58 + # + #Allowed values: [0,) + "Horizontal Variation" = 6 + Enabled = true + # + #Allowed values: [0,255] + "Max Y Level" = 62 + # + #Allowed values: [0,) + "Vertical Size" = 40 + # + #Allowed values: [0,) + "Vertical Variation" = 10 + + [world.big_stone_clusters.myalite.biomes] + Biomes = ["minecraft:end_highlands"] + "Is Blacklist" = false + + [world.big_stone_clusters.myalite.dimensions] + Dimensions = ["minecraft:the_end"] + "Is Blacklist" = false + + [world.big_stone_clusters.voidstone] + # + #Allowed values: [0,) + "Horizontal Size" = 19 + # + #Allowed values: [0,) + Rarity = 20 + # + #Allowed values: [0,255] + "Min Y Level" = 0 + # + #Allowed values: [0,) + "Horizontal Variation" = 6 + Enabled = true + # + #Allowed values: [0,255] + "Max Y Level" = 40 + # + #Allowed values: [0,) + "Vertical Size" = 19 + # + #Allowed values: [0,) + "Vertical Variation" = 6 + + [world.big_stone_clusters.voidstone.biomes] + Biomes = ["minecraft:end_highlands", "minecraft:end_midlands", "minecraft:end_barrens"] + "Is Blacklist" = false + + [world.big_stone_clusters.voidstone.dimensions] + Dimensions = ["minecraft:the_end"] + "Is Blacklist" = false + + [world.big_stone_clusters.andesite] + # + #Allowed values: [0,) + "Horizontal Size" = 14 + # + #Allowed values: [0,) + Rarity = 4 + # + #Allowed values: [0,255] + "Min Y Level" = 20 + # + #Allowed values: [0,) + "Horizontal Variation" = 9 + Enabled = true + # + #Allowed values: [0,255] + "Max Y Level" = 80 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.andesite.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["forest"] + "Is Blacklist" = false + + [world.big_stone_clusters.andesite.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.big_stone_clusters.slate] + # + #Allowed values: [0,) + "Horizontal Size" = 14 + # + #Allowed values: [0,) + Rarity = 4 + # + #Allowed values: [0,255] + "Min Y Level" = 20 + # + #Allowed values: [0,) + "Horizontal Variation" = 9 + Enabled = true + # + #Allowed values: [0,255] + "Max Y Level" = 80 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.slate.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["icy"] + "Is Blacklist" = false + + [world.big_stone_clusters.slate.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.big_stone_clusters.diorite] + # + #Allowed values: [0,) + "Horizontal Size" = 14 + # + #Allowed values: [0,) + Rarity = 4 + # + #Allowed values: [0,255] + "Min Y Level" = 20 + # + #Allowed values: [0,) + "Horizontal Variation" = 9 + Enabled = true + # + #Allowed values: [0,255] + "Max Y Level" = 80 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.diorite.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["savanna", "jungle", "mushroom"] + "Is Blacklist" = false + + [world.big_stone_clusters.diorite.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.big_stone_clusters.jasper] + # + #Allowed values: [0,) + "Horizontal Size" = 14 + # + #Allowed values: [0,) + Rarity = 4 + # + #Allowed values: [0,255] + "Min Y Level" = 20 + # + #Allowed values: [0,) + "Horizontal Variation" = 9 + Enabled = true + # + #Allowed values: [0,255] + "Max Y Level" = 80 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.jasper.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["mesa", "desert"] + "Is Blacklist" = false + + [world.big_stone_clusters.jasper.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.overgrown_underground_biome] + + [world.overgrown_underground_biome.biome_settings] + # + #Allowed values: [0,) + "Horizontal Size" = 26 + # + #Allowed values: [0,) + Rarity = 80 + # + #Allowed values: [0,255] + "Min Y Level" = 0 + # + #Allowed values: [0,) + "Horizontal Variation" = 14 + # + #Allowed values: [0,255] + "Max Y Level" = 64 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 6 + + [world.overgrown_underground_biome.biome_settings.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["forest"] + "Is Blacklist" = false + + [world.overgrown_underground_biome.biome_settings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.permafrost_underground_biome] + + [world.permafrost_underground_biome.biome_settings] + # + #Allowed values: [0,) + "Horizontal Size" = 26 + # + #Allowed values: [0,) + Rarity = 80 + # + #Allowed values: [0,255] + "Min Y Level" = 0 + # + #Allowed values: [0,) + "Horizontal Variation" = 14 + # + #Allowed values: [0,255] + "Max Y Level" = 64 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 6 + + [world.permafrost_underground_biome.biome_settings.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["icy"] + "Is Blacklist" = false + + [world.permafrost_underground_biome.biome_settings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.lush_underground_biome] + + [world.lush_underground_biome.biome_settings] + # + #Allowed values: [0,) + "Horizontal Size" = 26 + # + #Allowed values: [0,) + Rarity = 80 + # + #Allowed values: [0,255] + "Min Y Level" = 0 + # + #Allowed values: [0,) + "Horizontal Variation" = 14 + # + #Allowed values: [0,255] + "Max Y Level" = 64 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 6 + + [world.lush_underground_biome.biome_settings.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["jungle"] + "Is Blacklist" = false + + [world.lush_underground_biome.biome_settings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.brimstone_underground_biome] + + [world.brimstone_underground_biome.biome_settings] + # + #Allowed values: [0,) + "Horizontal Size" = 26 + # + #Allowed values: [0,) + Rarity = 80 + # + #Allowed values: [0,255] + "Min Y Level" = 0 + # + #Allowed values: [0,) + "Horizontal Variation" = 14 + # + #Allowed values: [0,255] + "Max Y Level" = 64 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 6 + + [world.brimstone_underground_biome.biome_settings.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["mesa"] + "Is Blacklist" = false + + [world.brimstone_underground_biome.biome_settings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.big_dungeon] + "Loot Table" = "minecraft:chests/simple_dungeon" + # + #The chance that a big dungeon spawn candidate will be allowed to spawn. 0.2 is 20%, which is the same as the Pillager Outpost. + "Spawn Chance" = 0.1 + "Max Rooms" = 10 + "Chest Chance" = 0.5 + + [world.big_dungeon.biome_types] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["ocean", "beach", "nether", "the_end"] + "Is Blacklist" = true + + [world.chorus_vegetation] + "Teleport Duplication Chance" = 0.01 + Radius = 7 + Rarity = 150 + "Chunk Attempts" = 120 + "Highlands Chance" = 1.0 + "Midlands Chance" = 0.2 + "Endermite Spawn Chance" = 0.01 + "Passive Teleport Chance" = 0.2 + "Other End Biomes Chance" = 0.0 + + [world.fairy_rings] + "Forest Chance" = 0.00625 + Ores = ["minecraft:emerald_ore", "minecraft:diamond_ore"] + "Plains Chance" = 0.0025 + + [world.fairy_rings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.underground_clay] + + [world.underground_clay.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [world.underground_clay.ore_settings] + # + #Allowed values: [0,255] + "Max Height" = 60 + # + #Allowed values: [0,) + "Cluster Count" = 3 + # + #Allowed values: [0,255] + "Min Height" = 20 + # + #Allowed values: [0,) + "Cluster Size" = 20 + + [world.slime_underground_biome] + + [world.slime_underground_biome.biome_settings] + # + #Allowed values: [0,) + "Horizontal Size" = 26 + # + #Allowed values: [0,) + Rarity = 120 + # + #Allowed values: [0,255] + "Min Y Level" = 0 + # + #Allowed values: [0,) + "Horizontal Variation" = 14 + # + #Allowed values: [0,255] + "Max Y Level" = 64 + # + #Allowed values: [0,) + "Vertical Size" = 14 + # + #Allowed values: [0,) + "Vertical Variation" = 6 + + [world.slime_underground_biome.biome_settings.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["swamp"] + "Is Blacklist" = false + + [world.slime_underground_biome.biome_settings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + +[mobs] + Frogs = true + Crabs = true + Stonelings = true + Foxhound = true + Toretoise = true + + [mobs.stonelings] + "Cautious Stonelings" = true + "Enable Diamond Heart" = true + "Max Y Level" = 24 + "Tamable Stonelings" = true + + [mobs.stonelings.spawn_config] + # + #Allowed values: (0,) + "Spawn Weight" = 80 + # + #Allowed values: [1,) + "Min Group Size" = 1 + # + #Allowed values: [1,) + "Max Group Size" = 1 + + [mobs.stonelings.spawn_config.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["none", "nether", "the_end"] + "Is Blacklist" = true + + [mobs.stonelings.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [mobs.toretoise] + "Max Y Level" = 32 + + [mobs.toretoise.spawn_config] + # + #Allowed values: (0,) + "Spawn Weight" = 100 + # + #Allowed values: [1,) + "Min Group Size" = 1 + # + #Allowed values: [1,) + "Max Group Size" = 1 + + [mobs.toretoise.spawn_config.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["none", "nether", "the_end"] + "Is Blacklist" = true + + [mobs.toretoise.dimensions] + Dimensions = ["minecraft:overworld"] + "Is Blacklist" = false + + [mobs.crabs] + "Enable Brewing" = true + + [mobs.crabs.spawn_config] + # + #Allowed values: (0,) + "Spawn Weight" = 5 + # + #Allowed values: [1,) + "Min Group Size" = 1 + # + #Allowed values: [1,) + "Max Group Size" = 3 + + [mobs.crabs.spawn_config.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["beach"] + "Is Blacklist" = false + + [mobs.foxhound] + # + #The chance coal will tame a foxhound + "Tame Chance" = 0.05 + + [mobs.foxhound.lesser_spawn_config] + # + #Allowed values: (0,) + "Spawn Weight" = 2 + "Max Cost" = 0.7 + # + #Allowed values: [1,) + "Min Group Size" = 1 + "Spawn Cost" = 0.15 + # + #Allowed values: [1,) + "Max Group Size" = 1 + + [mobs.foxhound.lesser_spawn_config.biomes] + Biomes = ["minecraft:soul_sand_valley"] + "Is Blacklist" = false + + [mobs.foxhound.spawn_config] + # + #Allowed values: (0,) + "Spawn Weight" = 30 + # + #Allowed values: [1,) + "Min Group Size" = 1 + # + #Allowed values: [1,) + "Max Group Size" = 2 + + [mobs.foxhound.spawn_config.biomes] + Biomes = ["minecraft:nether_wastes", "minecraft:basalt_deltas"] + "Is Blacklist" = false + + [mobs.frogs] + "Enable Brewing" = true + "Enable Big Funny" = false + + [mobs.frogs.spawn_config] + # + #Allowed values: (0,) + "Spawn Weight" = 40 + # + #Allowed values: [1,) + "Min Group Size" = 1 + # + #Allowed values: [1,) + "Max Group Size" = 3 + + [mobs.frogs.spawn_config.biomes] + # + #Allowed values: [[none, taiga, extreme_hills, jungle, mesa, plains, savanna, + # icy, the_end, beach, forest, ocean, desert, river, swamp, + # mushroom, nether] + "Biome Categories" = ["swamp"] + "Is Blacklist" = false + +[client] + "Greener Grass" = true + "Variant Animal Textures" = true + "Back Button Keybind" = true + "Improved Tooltips" = true + "Improved Mount Hud" = true + "Usage Ticker" = true + "Auto Walk Keybind" = true + "Chest Searching" = true + + [client.usage_ticker] + # + #Switch the armor display to the off hand side and the hand display to the main hand side + Invert = false + "Shift Right" = 0 + "Enable Armor" = true + "Enable Off Hand" = true + "Shift Left" = 0 + "Enable Main Hand" = true + + [client.variant_animal_textures] + "Enable Shiny Llama" = true + "Every Bee Is L G B T" = false + # + #The chance for an animal to have a special "Shiny" skin, like a shiny pokemon. This is 1 in X. Set to 0 to disable. + "Shiny Animal Chance" = 2048 + "Enable Pig" = true + "Enable Chicken" = true + "Enable Shiny Rabbit" = true + "Enable L G B T Bees" = true + "Enable Cow" = true + + [client.improved_tooltips] + "Shulker Box Require Shift" = false + "Shulker Box Use Colors" = true + "Attribute Tooltips" = true + "Enchanting Tooltips" = true + # + #The value of each shank of food. Tweak this when using mods like Hardcore Hunger which change that value. + "Food Divisor" = 2 + # + #A list of additional stacks to display on each enchantment + #The format is as follows: + #enchant_id=item1,item2,item3... + #So to display a carrot on a stick on a mending book, for example, you use: + #minecraft:mending=minecraft:carrot_on_a_stick + "Enchanting Additional Stacks" = [] + "Food Compression Threshold" = 4 + "Shulker Tooltips" = true + "Map Require Shift" = false + "Food Tooltips" = true + "Show Saturation" = true + "Map Tooltips" = true + "Enchanting Stacks" = ["minecraft:diamond_sword", "minecraft:diamond_pickaxe", "minecraft:diamond_shovel", "minecraft:diamond_axe", "minecraft:diamond_hoe", "minecraft:diamond_helmet", "minecraft:diamond_chestplate", "minecraft:diamond_leggings", "minecraft:diamond_boots", "minecraft:shears", "minecraft:bow", "minecraft:fishing_rod", "minecraft:crossbow", "minecraft:trident", "minecraft:elytra", "quark:pickarang"] + + [client.greener_grass] + "Leaves List" = ["minecraft:spruce_leaves", "minecraft:birch_leaves", "minecraft:oak_leaves", "minecraft:jungle_leaves", "minecraft:acacia_leaves", "minecraft:dark_oak_leaves", "atmospheric:rosewood_leaves", "atmospheric:morado_leaves", "atmospheric:yucca_leaves", "autumnity:maple_leaves", "environmental:willow_leaves", "environmental:hanging_willow_leaves", "minecraft:vine"] + "Green Shift" = 30 + "Blue Shift" = -30 + "Block List" = ["minecraft:large_fern", "minecraft:tall_grass", "minecraft:grass_block", "minecraft:fern", "minecraft:grass", "minecraft:potted_fern", "minecraft:sugar_cane", "environmental:giant_tall_grass"] + "Alpha Grass" = false + "Absolute Values" = false + "Red Shift" = -30 + "Affect Leaves" = true + +[oddities] + "Totem Of Holding" = true + Backpack = true + "Matrix Enchanting" = true + Magnets = true + Pipes = true + + [oddities.totem_of_holding] + # + #Set this to false to remove the behaviour where totems destroy themselves if the player dies again. + "Dark Souls Mode" = true + "Spawn Totem on PVP Kill" = false + # + #Set this to true to make it so that if a totem is destroyed, the items it holds are destroyed alongside it rather than dropped + "Destroy Lost Items" = false + "Enable Soul Compass" = true + # + #Set this to false to only allow the owner of a totem to collect its items rather than any player + "Allow Anyone To Collect" = true + + [oddities.magnets] + "Magnetic Blacklist" = ["minecraft:tripwire_hook"] + "Magnetic Whitelist" = ["minecraft:chipped_anvil", "minecraft:damaged_anvil"] + # + #Any items you place in this list will be derived so that any block made of it will become magnetizable + "Magnetic Derivation List" = ["minecraft:iron_ingot"] + + [oddities.matrix_enchanting] + # + #Set to false to disable the ability to influence enchantment outcomes with candles (requires the Tallow and Candles module enabled) + "Allow Influencing" = true + # + #A list of enchantment IDs you don't want the enchantment table to be able to create + "Disallowed Enchantments" = [] + # + #The maximum enchanting power the matrix enchanter can accept + "Max Bookshelves" = 15 + # + #How much to multiply the frequency of pieces where at least one of the same type has been generated + "Dupe Multiplier" = 1.4 + # + #How much the min level requirement for adding a new piece to a book should increase per each bookshelf being used + "Min Level Scale Factor Book" = 2.0 + # + #At which piece count the calculation for the min level should default to increasing one per piece rather than using the scale factor + "Min Level Cutoff" = 10 + # + #Should this be X, the price of a piece increase by 1 every X pieces you generate + "Piece Price Scale" = 9 + # + #Matrix Enchanting can be done with water instead of air around the enchanting table. Set this to false to disable this behaviour. + "Allow Underwater Enchanting" = true + # + #How many pieces you can generate without any bookshelves + "Base Max Piece Count" = 3 + # + #How much each candle influences an enchantment. This works as a multiplier to its weight + "Influence Power" = 0.125 + # + #Set to false to disable the tooltip for items with pending enchantments + "Show Tooltip" = true + # + #Set to false to disable the ability to create Enchanted Books + "Allow Books" = true + # + #The higher this is, the better enchantments you'll get on books + "Book Enchantability" = 12 + # + #An array of influences each candle should apply. This list must be 16 elements long, and is in order of wool colors. + "Influences List" = ["minecraft:unbreaking", "minecraft:fire_protection", "minecraft:knockback,minecraft:punch", "minecraft:feather_falling", "minecraft:looting,minecraft:fortune,minecraft:luck_of_the_sea", "minecraft:blast_protection", "minecraft:silk_touch,minecraft:channeling", "minecraft:bane_of_arthropods", "minecraft:protection", "minecraft:respiration,minecraft:loyalty,minecraft:infinity", "minecraft:sweeping,minecraft:multishot", "minecraft:efficiency,minecraft:sharpness,minecraft:lure,minecraft:power,minecraft:impaling,minecraft:quick_charge", "minecraft:aqua_affinity,minecraft:depth_strider,minecraft:riptide", "minecraft:thorns,minecraft:piercing", "minecraft:fire_aspect,minecraft:flame", "minecraft:smite,minecraft:projectile_protection"] + # + #How many pieces a single Lapis can generate + "Charge Per Lapis" = 4 + # + #How many pieces you can generate without any bookshelves (for Books) + "Base Max Piece Count Book" = 1 + # + #How much to multiply the frequency of pieces where incompatible pieces have been generated + "Incompatible Multiplier" = 0.0 + # + #How much the min level requirement for adding a new piece should increase for each piece added (up until the value of Min Level Cutoff) + "Min Level Scale Factor" = 1.5 + # + #Set this to true to allow treasure enchantments to be rolled as pieces + "Allow Treasures" = false + # + #By default, enchantment rarities are fuzzed a bit to feel better with the new system. Set this to false to override this behaviour. + "Normalize Rarity" = true + # + #The max amount of candles that can influence a single enchantment + "Influence Max" = 4 + + [oddities.backpack] + "Enable Ravager Hide" = true + "Base Ravager Hide Drop" = 1 + "Extra Chance Per Looting" = 0.5 + # + #Set this to true to allow the backpacks to be unequipped even with items in them + "Super Op Mode" = false + + [oddities.pipes] + # + #Set to 0 if you don't want pipes to have a max amount of items + "Max Pipe Items" = 16 + # + #When items eject or are absorbed by pipes, should they make sounds? + "Do Pipes Whoosh" = true + # + #How long it takes for an item to cross a pipe. Bigger = slower. + "Pipe Speed" = 5 + +[experimental] + "Adjustable Chat" = false + "Narrator Readout" = false + "Overlay Shader" = false + "Custom Underground Biome" = false + "Game Nerfs" = false + + [experimental.adjustable_chat] + "Horizontal Shift" = 0 + "Vertical Shift" = 0 + + [experimental.custom_underground_biome] + # + #The format for these definitions is: + #dimensions;isDimensionBlacklist;biomeTypews;isBiomeBlacklist;rarity;minY..maxY;horizontalSize,verticalSize;horizontalVariation,verticalVariation;floorBlocks@weight;ceilingBlocks@weight;wallBlocks@weight;mimicInside + #That's a lot to take in, so here's an example. This would be for the default config of the Slime underground biome. (Spaces are allowed.) + #minecraft:overworld; false; SWAMP; false; 120; 10..40; 26,14; 14,6; minecraft:water@915, minecraft:slime_block@85; minecraft:green_terracotta@2, minecraft:lime_terracotta@3, minecraft:light_blue_terracotta@1; CEILING; false + "Biome Definitions" = [] + + [experimental.game_nerfs] + # + #Makes Mending act like the Unmending mod + #https://www.curseforge.com/minecraft/mc-mods/unmending + "Nerf Mending" = true + # + #Makes Iron Golems not drop Iron Ingots + "Disable Iron Farms" = true + # + #Makes Sheep not drop Wool when killed + "Disable Wool Drops" = true + # + #Makes Boats not glide on ice + "Disable Ice Roads" = true + # + #Resets all villager discounts when zombified to prevent reducing prices to ridiculous levels + "Nerf Villager Discount" = true + + [experimental.overlay_shader] + # + #Sets the name of the shader to load on a regular basis. This can load any shader the Camera module can (and requires the Camera module enabled to apply said logic). + #Some useful shaders include 'desaturate', 'oversaturate', 'bumpy' + #Colorblind simulation shaders are available in the form of 'deuteranopia', 'protanopia', 'tritanopia', and 'achromatopsia' + Shader = "none" + diff --git a/config[common]/resourcefulbees/bees/Aluminum.json b/config[common]/resourcefulbees/bees/Aluminum.json deleted file mode 100644 index fce6466..0000000 --- a/config[common]/resourcefulbees/bees/Aluminum.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/aluminum/aluminum_bee", - "ColorData": { - "honeycombColor": "#dce6f7", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:aluminum_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:aluminum_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/aluminum", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Blaze.json b/config[common]/resourcefulbees/bees/Blaze.json deleted file mode 100644 index cca7479..0000000 --- a/config[common]/resourcefulbees/bees/Blaze.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "minecraft:nether_wart", - "maxTimeInHive": 4800, - "sizeModifier": 1.0, - "traits": ["blaze", "nether"], - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "other/blaze", - "ColorData": { - "honeycombColor": "#fff32d", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "entity:resourcefulbees:creeper_bee", - "mutationOutput": "entity:resourcefulbees:ghast_bee", - "mutationType": "ENTITY_TO_ENTITY" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:blaze_rod", - "mainOutputWeight": 0.05, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "spawnWeight": 4, - "biomeWhitelist": "tag:NETHER", - "biomeBlacklist": "tag:OVERWORLD,END", - "minGroupSize": 1, - "maxGroupSize": 2, - "lightLevel": "NIGHT" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:rods/blaze", - "feedAmount": 16, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Brass.json b/config[common]/resourcefulbees/bees/Brass.json deleted file mode 100644 index 5797bf7..0000000 --- a/config[common]/resourcefulbees/bees/Brass.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/brass", - "ColorData": { - "honeycombColor": "#998d38", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/diamond", - "mutationOutput": "emendatusenigmatica:brass_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:brass_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "copper", - "parent2": "zinc", - "feedItem": "tag:forge:storage_blocks/brass", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Bronze.json b/config[common]/resourcefulbees/bees/Bronze.json deleted file mode 100644 index 1514a48..0000000 --- a/config[common]/resourcefulbees/bees/Bronze.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/bronze", - "ColorData": { - "honeycombColor": "#d38c53", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/diamond", - "mutationOutput": "emendatusenigmatica:bronze_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:bronze_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "copper", - "parent2": "tin", - "feedItem": "tag:forge:storage_blocks/bronze", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Clay.json b/config[common]/resourcefulbees/bees/Clay.json deleted file mode 100644 index e2c0b86..0000000 --- a/config[common]/resourcefulbees/bees/Clay.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 0.75, - "traits": ["can_swim"], - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "other/clay", - "ColorData": { - "honeycombColor": "#acaebd", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:minecraft:sand", - "mutationOutput": "minecraft:clay", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:clay", - "mainOutputWeight": 0.3, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "spawnWeight": 4, - "biomeWhitelist": "tag:BEACH,OCEAN", - "biomeBlacklist": "tag:NETHER,END", - "minGroupSize": 2, - "maxGroupSize": 4, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/clay", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Coal.json b/config[common]/resourcefulbees/bees/Coal.json deleted file mode 100644 index 0747691..0000000 --- a/config[common]/resourcefulbees/bees/Coal.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/coal/coal_bee", - "ColorData": { - "honeycombColor": "#303030", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:coal_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:coal", - "mainOutputWeight": 0.4, - "mainOutputCount": 9, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/coal", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Constantan.json b/config[common]/resourcefulbees/bees/Constantan.json deleted file mode 100644 index 1a9d456..0000000 --- a/config[common]/resourcefulbees/bees/Constantan.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/constantan", - "ColorData": { - "honeycombColor": "#d8876b", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/diamond", - "mutationOutput": "emendatusenigmatica:constantan_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:constantan_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "copper", - "parent2": "nickel", - "feedItem": "tag:forge:storage_blocks/constantan", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Copper.json b/config[common]/resourcefulbees/bees/Copper.json deleted file mode 100644 index cd026e5..0000000 --- a/config[common]/resourcefulbees/bees/Copper.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/copper/copper_bee", - "ColorData": { - "honeycombColor": "#bb5b30", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:copper_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:copper_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/copper", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Creeper.json b/config[common]/resourcefulbees/bees/Creeper.json deleted file mode 100644 index 34edb25..0000000 --- a/config[common]/resourcefulbees/bees/Creeper.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "/creeper/creeper_bee", - "traits": ["creeper"], - "ColorData": { - "honeycombColor": "#0c9f0a", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": true, - "isEnchanted": false, - "glowColor": "#e2d3d3", - "glowingPulse": 2, - "emissiveLayerTexture": "/creeper/creeper_bee_emissive" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:minecraft:lava", - "mutationOutput": "minecraft:mossy_cobblestone", - "mutationType": "FLUID_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:gunpowder", - "mainOutputWeight": 0.6, - "mainOutputCount": 3, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "lightLevel": "NIGHT", - "minGroupSize": 1, - "maxGroupSize": 4, - "spawnWeight": 8 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:gravel", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Diamond.json b/config[common]/resourcefulbees/bees/Diamond.json deleted file mode 100644 index 02f5172..0000000 --- a/config[common]/resourcefulbees/bees/Diamond.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/diamond/diamond_bee", - "ColorData": { - "honeycombColor": "#00ffff", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:diamond_ore", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:diamond", - "mainOutputWeight": 0.08, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "parent1": "gold", - "parent2": "lapis", - "feedItem": "tag:forge:storage_blocks/diamond", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Electrum.json b/config[common]/resourcefulbees/bees/Electrum.json deleted file mode 100644 index 7b23387..0000000 --- a/config[common]/resourcefulbees/bees/Electrum.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/electrum", - "ColorData": { - "honeycombColor": "#e5b840", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/diamond", - "mutationOutput": "emendatusenigmatica:electrum_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:electrum_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "silver", - "parent2": "gold", - "feedItem": "tag:forge:storage_blocks/electrum", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Emerald.json b/config[common]/resourcefulbees/bees/Emerald.json deleted file mode 100644 index e1688e4..0000000 --- a/config[common]/resourcefulbees/bees/Emerald.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/emerald/emerald_bee", - "ColorData": { - "honeycombColor": "#18eb09", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:emerald_ore", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:emerald", - "mainOutputWeight": 0.02, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "parent1": "redstone", - "parent2": "iron", - "feedItem": "tag:forge:storage_blocks/emerald", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Ender.json b/config[common]/resourcefulbees/bees/Ender.json deleted file mode 100644 index 9ee1df8..0000000 --- a/config[common]/resourcefulbees/bees/Ender.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "minecraft:chorus_flower", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["ender"], - "baseLayerTexture": "other/ender", - "ColorData": { - "honeycombColor": "#339786", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "minecraft:end_stone", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:ender_pearl", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1, - "bottleOutput": "minecraft:dragon_breath" - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:END", - "biomeBlacklist": "tag:OVERWORLD,NETHER", - "lightLevel": "NIGHT", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 10 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:gems/ender", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Enderium.json b/config[common]/resourcefulbees/bees/Enderium.json deleted file mode 100644 index a82a650..0000000 --- a/config[common]/resourcefulbees/bees/Enderium.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/enderium", - "ColorData": { - "honeycombColor": "#0a4a4a", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/netherite", - "mutationOutput": "emendatusenigmatica:enderium_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:enderium_ingot", - "mainOutputWeight": 0.05, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "lead", - "parent2": "diamond", - "feedItem": "tag:forge:storage_blocks/enderium", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Ghast.json b/config[common]/resourcefulbees/bees/Ghast.json deleted file mode 100644 index 64377d9..0000000 --- a/config[common]/resourcefulbees/bees/Ghast.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "flower": "minecraft:crimson_fungus", - "maxTimeInHive": 4800, - "sizeModifier": 2, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["nether"], - "baseLayerTexture": "other/ghast", - "ColorData": { - "honeycombColor": "#faebd7", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 3 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:netherrack", - "mutationOutput": "minecraft:tnt", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:ghast_tear", - "mainOutputWeight": 0.15, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:NETHER", - "biomeBlacklist": "tag:OVERWORLD,END", - "lightLevel": "NIGHT" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "minecraft:ghast_tear", - "feedAmount": 24, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Glowstone.json b/config[common]/resourcefulbees/bees/Glowstone.json deleted file mode 100644 index 8f1af56..0000000 --- a/config[common]/resourcefulbees/bees/Glowstone.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 0.75, - "traits": ["nether"], - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "other/glowstone", - "ColorData": { - "honeycombColor": "#ffbc5e", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:netherrack", - "mutationOutput": "minecraft:glowstone", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:glowstone_dust", - "mainOutputWeight": 0.3, - "mainOutputCount": 12, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "spawnWeight": 4, - "biomeWhitelist": "tag:NETHER", - "biomeBlacklist": "tag:OVERWORLD,END", - "minGroupSize": 1, - "maxGroupSize": 2, - "lightLevel": "NIGHT" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/glowstone", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Gold.json b/config[common]/resourcefulbees/bees/Gold.json deleted file mode 100644 index 79fba0f..0000000 --- a/config[common]/resourcefulbees/bees/Gold.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/gold/gold_bee", - "ColorData": { - "honeycombColor": "#ffdc00", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:gold_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:gold_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "parent1": "iron", - "parent2": "copper", - "feedItem": "tag:forge:storage_blocks/gold", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Gravel.json b/config[common]/resourcefulbees/bees/Gravel.json deleted file mode 100644 index 0f424d3..0000000 --- a/config[common]/resourcefulbees/bees/Gravel.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 0.75, - "traits": ["can_swim"], - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "other/gravel", - "ColorData": { - "honeycombColor": "#968e8e", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "minecraft:gravel", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:gravel", - "mainOutputWeight": 0.3, - "mainOutputCount": 6, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "spawnWeight": 4, - "biomeWhitelist": "tag:BEACH,OCEAN,NETHER,OVERWORLD", - "biomeBlacklist": "tag:END", - "minGroupSize": 2, - "maxGroupSize": 4, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:gravel", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Icy.json b/config[common]/resourcefulbees/bees/Icy.json deleted file mode 100644 index c6dbbbb..0000000 --- a/config[common]/resourcefulbees/bees/Icy.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["can_swim"], - "baseLayerTexture": "other/icy", - "ColorData": { - "honeycombColor": "#92b9fe", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "minecraft:water", - "mutationOutput": "minecraft:ice", - "mutationType": "FLUID_TO_BLOCK", - "mutationCount": 20 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:snowball", - "mainOutputWeight": 0.5, - "mainOutputCount": 8, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:COLD", - "biomeBlacklist": "tag:HOT,NETHER,END", - "minGroupSize": 2, - "maxGroupSize": 4, - "spawnWeight": 4 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "minecraft:snow_block", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Invar.json b/config[common]/resourcefulbees/bees/Invar.json deleted file mode 100644 index eaafa21..0000000 --- a/config[common]/resourcefulbees/bees/Invar.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/invar", - "ColorData": { - "honeycombColor": "#dfe5e2", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/iron", - "mutationOutput": "emendatusenigmatica:invar_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:invar_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "nickel", - "parent2": "iron", - "feedItem": "tag:forge:storage_blocks/invar", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Iron.json b/config[common]/resourcefulbees/bees/Iron.json deleted file mode 100644 index 9976668..0000000 --- a/config[common]/resourcefulbees/bees/Iron.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/iron/iron_bee", - "ColorData": { - "honeycombColor": "#ffcc99", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:iron_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:iron_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "parent1": "coal", - "parent2": "aluminum", - "feedItem": "tag:forge:storage_blocks/iron", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Lapis.json b/config[common]/resourcefulbees/bees/Lapis.json deleted file mode 100644 index 783f816..0000000 --- a/config[common]/resourcefulbees/bees/Lapis.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/lapis/lapis_bee", - "ColorData": { - "honeycombColor": "#345ec3", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:lapis_ore", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:lapis_lazuli", - "mainOutputWeight": 0.3, - "mainOutputCount": 9, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "parent1": "silver", - "parent2": "tin", - "feedItem": "tag:forge:storage_blocks/lapis", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Lead.json b/config[common]/resourcefulbees/bees/Lead.json deleted file mode 100644 index 597eb46..0000000 --- a/config[common]/resourcefulbees/bees/Lead.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/lead/lead_bee", - "ColorData": { - "honeycombColor": "#333952", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:lead_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:lead_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/lead", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Lumium.json b/config[common]/resourcefulbees/bees/Lumium.json deleted file mode 100644 index 8a8908f..0000000 --- a/config[common]/resourcefulbees/bees/Lumium.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/lumium", - "ColorData": { - "honeycombColor": "#e5f3b5", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/gold", - "mutationOutput": "emendatusenigmatica:lumium_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:lumium_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "tin", - "parent2": "silver", - "feedItem": "tag:forge:storage_blocks/lumium", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Nether_Quartz.json b/config[common]/resourcefulbees/bees/Nether_Quartz.json deleted file mode 100644 index d988ec2..0000000 --- a/config[common]/resourcefulbees/bees/Nether_Quartz.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "minecraft:warped_fungus", - "maxTimeInHive": 4800, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "traits": ["nether"], - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "other/quartz", - "ColorData": { - "honeycombColor": "#d4caba", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:netherrack", - "mutationOutput": "minecraft:nether_quartz_ore", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:quartz", - "mainOutputWeight": 0.15, - "mainOutputCount": 8, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:NETHER", - "biomeBlacklist": "tag:OVERWORLD,END", - "lightLevel": "NIGHT", - "spawnWeight": 8, - "minGroupSize": 2, - "maxGroupSize": 4 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/quartz", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Netherite.json b/config[common]/resourcefulbees/bees/Netherite.json deleted file mode 100644 index 8104a72..0000000 --- a/config[common]/resourcefulbees/bees/Netherite.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "minecraft:wither_rose", - "maxTimeInHive": 7200, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["nether", "wither"], - "baseLayerTexture": "ores/netherite/netherite_bee", - "ColorData": { - "honeycombColor": "#654740", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 3 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:netherrack", - "mutationOutput": "minecraft:blackstone", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:netherite_scrap", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:NETHER", - "biomeBlacklist": "tag:OVERWORLD,END", - "lightLevel": "NIGHT", - "spawnWeight": 4 - }, - "BreedData": { - "isBreedable": true, - "parent1": "wither", - "parent2": "diamond", - "feedItem": "tag:forge:ingots/netherite", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Nickel.json b/config[common]/resourcefulbees/bees/Nickel.json deleted file mode 100644 index dfb459f..0000000 --- a/config[common]/resourcefulbees/bees/Nickel.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/nickel/nickel_bee", - "ColorData": { - "honeycombColor": "#8c8f86", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:nickel_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:nickel_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/nickel", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Obsidian.json b/config[common]/resourcefulbees/bees/Obsidian.json deleted file mode 100644 index 72007b7..0000000 --- a/config[common]/resourcefulbees/bees/Obsidian.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "minecraft:wither_rose", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["nether", "wither"], - "baseLayerTexture": "other/obsidian", - "ColorData": { - "honeycombColor": "#663399", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:netherrack", - "mutationOutput": "minecraft:obsidian", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 4 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:obsidian", - "mainOutputWeight": 0.1, - "mainOutputCount": 3, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:NETHER,OVERWORLD,END", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 8 - }, - "BreedData": { - "isBreedable": true, - "parent1": "water", - "parent2": "blaze", - "feedItem": "tag:forge:obsidian", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Osmium.json b/config[common]/resourcefulbees/bees/Osmium.json deleted file mode 100644 index d59324a..0000000 --- a/config[common]/resourcefulbees/bees/Osmium.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/osmium/osmium_bee", - "ColorData": { - "honeycombColor": "#c1e0e7", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:osmium_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:osmium_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/osmium", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Pigman.json b/config[common]/resourcefulbees/bees/Pigman.json deleted file mode 100644 index 63e2829..0000000 --- a/config[common]/resourcefulbees/bees/Pigman.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "tag:forge:mushrooms", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["nether", "pigman"], - "baseLayerTexture": "pigman/pigman_bee", - "ColorData": { - "honeycombColor": "#885956", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:blackstone", - "mutationOutput": "minecraft:gilded_blackstone", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 2 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:gold_nugget", - "mainOutputWeight": 0.2, - "mainOutputCount": 6, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:NETHER", - "biomeBlacklist": "tag:OVERWORLD,END", - "lightLevel": "NIGHT", - "spawnWeight": 16 - }, - "BreedData": { - "isBreedable": true, - "parent1": "zombie", - "parent2": "gold", - "feedItem": "tag:forge:storage_blocks/gold", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/RGBee.json b/config[common]/resourcefulbees/bees/RGBee.json deleted file mode 100644 index 3f1fb38..0000000 --- a/config[common]/resourcefulbees/bees/RGBee.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 0.5, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "ColorData": { - "honeycombColor": "#ffffff", - "isBeeColored": false, - "isRainbowBee": true, - "isGlowing": true, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": false - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:red_dye", - "secondaryOutput": "minecraft:green_dye", - "bottleOutput": "resourcefulbees:rainbow_honey_bottle", - "bottleOutputWeight": 0.3, - "mainOutputWeight": 0.3, - "secondaryOutputWeight": 0.3, - "mainInputCount": 1, - "mainOutputCount": 3 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 2, - "maxGroupSize": 3, - "spawnWeight": 8 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:minecraft:flowers", - "feedAmount": 1, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Redstone.json b/config[common]/resourcefulbees/bees/Redstone.json deleted file mode 100644 index 76e106b..0000000 --- a/config[common]/resourcefulbees/bees/Redstone.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/redstone/redstone_bee", - "ColorData": { - "honeycombColor": "#aa0f01", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:redstone_ore", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:redstone", - "mainOutputWeight": 0.3, - "mainOutputCount": 6, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "parent1": "lead", - "parent2": "copper", - "feedItem": "tag:forge:storage_blocks/redstone", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Sand.json b/config[common]/resourcefulbees/bees/Sand.json deleted file mode 100644 index 8714029..0000000 --- a/config[common]/resourcefulbees/bees/Sand.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 0.75, - "traits": ["can_swim"], - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "other/sand", - "ColorData": { - "honeycombColor": "#e7e4bb", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "minecraft:gravel", - "mutationOutput": "minecraft:sand", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:sand", - "mainOutputWeight": 0.3, - "mainOutputCount": 6, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "spawnWeight": 4, - "biomeWhitelist": "tag:BEACH,OCEAN", - "biomeBlacklist": "tag:NETHER,END", - "minGroupSize": 2, - "maxGroupSize": 4, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:minecraft:sand", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Signalum.json b/config[common]/resourcefulbees/bees/Signalum.json deleted file mode 100644 index d7a1696..0000000 --- a/config[common]/resourcefulbees/bees/Signalum.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/signalum", - "ColorData": { - "honeycombColor": "#fd641a", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/diamond", - "mutationOutput": "emendatusenigmatica:signalum_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:signalum_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "copper", - "parent2": "silver", - "feedItem": "tag:forge:storage_blocks/signalum", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Silver.json b/config[common]/resourcefulbees/bees/Silver.json deleted file mode 100644 index 923d2e7..0000000 --- a/config[common]/resourcefulbees/bees/Silver.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/silver/silver_bee", - "ColorData": { - "honeycombColor": "#c5d1fe", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:silver_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:silver_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/silver", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Skeleton.json b/config[common]/resourcefulbees/bees/Skeleton.json deleted file mode 100644 index 1b5b116..0000000 --- a/config[common]/resourcefulbees/bees/Skeleton.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "skeleton/skeleton_bee", - "ColorData": { - "honeycombColor": "#f6f2e6", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "minecraft:bone_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:bone_meal", - "mainOutputWeight": 0.5, - "mainOutputCount": 18, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD,NETHER", - "biomeBlacklist": "tag:END", - "lightLevel": "NIGHT", - "minGroupSize": 2, - "maxGroupSize": 3, - "spawnWeight": 14 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:bone_block", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Slimy.json b/config[common]/resourcefulbees/bees/Slimy.json deleted file mode 100644 index c2d8c6a..0000000 --- a/config[common]/resourcefulbees/bees/Slimy.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["slimy"], - "baseLayerTexture": "slime/slime_bee", - "ColorData": { - "honeycombColor": "#73c262", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "GELATINOUS" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "minecraft:honey_block", - "mutationOutput": "minecraft:slime_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:slime_ball", - "mainOutputWeight": 0.25, - "mainOutputCount": 8, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:NETHER,END", - "lightLevel": "NIGHT", - "spawnWeight": 12 - }, - "BreedData": { - "isBreedable": true, - "parent1": "zombie", - "parent2": "clay", - "feedItem": "tag:forge:slime_block", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Steel.json b/config[common]/resourcefulbees/bees/Steel.json deleted file mode 100644 index 52935fb..0000000 --- a/config[common]/resourcefulbees/bees/Steel.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/steel", - "ColorData": { - "honeycombColor": "#858585", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/diamond", - "mutationOutput": "emendatusenigmatica:steel_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:steel_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "coal", - "parent2": "iron", - "feedItem": "tag:forge:storage_blocks/steel", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Tin.json b/config[common]/resourcefulbees/bees/Tin.json deleted file mode 100644 index 5230371..0000000 --- a/config[common]/resourcefulbees/bees/Tin.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/tin/tin_bee", - "ColorData": { - "honeycombColor": "#7d81a4", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:tin_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:tin_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/tin", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Uranium.json b/config[common]/resourcefulbees/bees/Uranium.json deleted file mode 100644 index d6bd04b..0000000 --- a/config[common]/resourcefulbees/bees/Uranium.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/uranium/uranium_bee", - "ColorData": { - "honeycombColor": "#333c2f", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:uranium_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:uranium_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/uranium", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Water.json b/config[common]/resourcefulbees/bees/Water.json deleted file mode 100644 index 8650751..0000000 --- a/config[common]/resourcefulbees/bees/Water.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["can_swim"], - "baseLayerTexture": "other/water", - "ColorData": { - "honeycombColor": "#5979ef", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "minecraft:lava", - "mutationOutput": "minecraft:obsidian", - "mutationType": "FLUID_TO_BLOCK", - "mutationCount": 20 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:kelp", - "secondaryOutput": "minecraft:seagrass", - "bottleOutput": "minecraft:sea_pickle", - "mainOutputWeight": 0.5, - "mainOutputCount": 16, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OCEAN,BEACH", - "biomeBlacklist": "tag:NETHER,END", - "minGroupSize": 4, - "maxGroupSize": 6, - "spawnWeight": 6 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "minecraft:seagrass", - "feedAmount": 16, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Wither.json b/config[common]/resourcefulbees/bees/Wither.json deleted file mode 100644 index ef8546b..0000000 --- a/config[common]/resourcefulbees/bees/Wither.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "minecraft:wither_rose", - "maxTimeInHive": 4800, - "sizeModifier": 1.5, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["nether", "wither"], - "baseLayerTexture": "wither/wither_bee", - "ColorData": { - "honeycombColor": "#444444", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 3 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "minecraft:water", - "mutationOutput": "minecraft:lava", - "mutationType": "FLUID_TO_FLUID", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "wstweaks:fragment", - "mainOutputWeight": 0.05, - "mainOutputCount": 3, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:NETHER,END", - "lightLevel": "NIGHT", - "spawnWeight": 12 - }, - "BreedData": { - "isBreedable": true, - "parent1": "diamond", - "parent2": "obsidian", - "feedItem": "minecraft:nether_star", - "feedAmount": 1, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/bees/Zinc.json b/config[common]/resourcefulbees/bees/Zinc.json deleted file mode 100644 index 5bac229..0000000 --- a/config[common]/resourcefulbees/bees/Zinc.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/zinc/zinc_bee", - "ColorData": { - "honeycombColor": "#818653", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:zinc_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:zinc_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/zinc", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config[common]/resourcefulbees/bees/Zombie.json b/config[common]/resourcefulbees/bees/Zombie.json deleted file mode 100644 index dda5c9d..0000000 --- a/config[common]/resourcefulbees/bees/Zombie.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["zombie"], - "baseLayerTexture": "zombie/zombie_bee", - "ColorData": { - "honeycombColor": "#2f4e32", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "minecraft:stone", - "mutationOutput": "minecraft:cobblestone", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:rotten_flesh", - "mainOutputWeight": 0.5, - "mainOutputCount": 9, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:NETHER,END", - "lightLevel": "NIGHT", - "spawnWeight": 6, - "minGroupSize": 4, - "maxGroupSize": 6 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "minecraft:rotten_flesh", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config[common]/resourcefulbees/biome_dictionary/beach.json b/config[common]/resourcefulbees/biome_dictionary/beach.json deleted file mode 100644 index 9429dc3..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/beach.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "biomes": [ - "minecraft:mushroom_field_shore", - "minecraft:beach", - "minecraft:stone_shore", - "minecraft:snowy_beach" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/cold.json b/config[common]/resourcefulbees/biome_dictionary/cold.json deleted file mode 100644 index ac47f99..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/cold.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "biomes": [ - "minecraft:taiga", - "minecraft:the_end", - "minecraft:frozen_ocean", - "minecraft:frozen_river", - "minecraft:snowy_tundra", - "minecraft:snowy_mountains", - "minecraft:taiga_hills", - "minecraft:snowy_beach", - "minecraft:snowy_taiga", - "minecraft:snowy_taiga_hills", - "minecraft:giant_tree_taiga", - "minecraft:giant_tree_taiga_hills", - "minecraft:cold_ocean", - "minecraft:deep_cold_ocean", - "minecraft:deep_frozen_ocean", - "minecraft:taiga_mountains", - "minecraft:ice_spikes", - "minecraft:snowy_taiga_mountains" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/coniferous.json b/config[common]/resourcefulbees/biome_dictionary/coniferous.json deleted file mode 100644 index 82d75d9..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/coniferous.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "biomes": [ - "minecraft:taiga", - "minecraft:taiga_hills", - "minecraft:snowy_taiga", - "minecraft:snowy_taiga_hills", - "minecraft:giant_tree_taiga", - "minecraft:giant_tree_taiga_hills", - "minecraft:taiga_mountains", - "minecraft:snowy_taiga_mountains" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/dense.json b/config[common]/resourcefulbees/biome_dictionary/dense.json deleted file mode 100644 index cbdbe28..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/dense.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "biomes": [ - "minecraft:jungle", - "minecraft:jungle_hills", - "minecraft:dark_forest", - "minecraft:modified_jungle", - "minecraft:tall_birch_forest", - "minecraft:tall_birch_hills", - "minecraft:dark_forest_hills", - "minecraft:giant_spruce_taiga", - "minecraft:giant_spruce_taiga_hills" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/dry.json b/config[common]/resourcefulbees/biome_dictionary/dry.json deleted file mode 100644 index fabd3d7..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/dry.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "biomes": [ - "minecraft:desert", - "minecraft:nether_wastes", - "minecraft:the_end", - "minecraft:desert_hills", - "minecraft:badlands", - "minecraft:wooded_badlands_plateau", - "minecraft:badlands_plateau", - "minecraft:desert_lakes", - "minecraft:shattered_savanna", - "minecraft:shattered_savanna_plateau", - "minecraft:eroded_badlands", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/end.json b/config[common]/resourcefulbees/biome_dictionary/end.json deleted file mode 100644 index b546802..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/end.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "biomes": [ - "minecraft:the_end", - "minecraft:small_end_islands", - "minecraft:end_midlands", - "minecraft:end_highlands", - "minecraft:end_barrens" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/forest.json b/config[common]/resourcefulbees/biome_dictionary/forest.json deleted file mode 100644 index 50ca107..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/forest.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "biomes": [ - "minecraft:forest", - "minecraft:taiga", - "minecraft:wooded_hills", - "minecraft:taiga_hills", - "minecraft:jungle_edge", - "minecraft:birch_forest", - "minecraft:birch_forest_hills", - "minecraft:dark_forest", - "minecraft:snowy_taiga", - "minecraft:snowy_taiga_hills", - "minecraft:giant_tree_taiga", - "minecraft:giant_tree_taiga_hills", - "minecraft:wooded_mountains", - "minecraft:flower_forest", - "minecraft:taiga_mountains", - "minecraft:tall_birch_forest", - "minecraft:tall_birch_hills", - "minecraft:dark_forest_hills", - "minecraft:giant_spruce_taiga", - "minecraft:giant_spruce_taiga_hills", - "minecraft:snowy_taiga_mountains", - "minecraft:crimson_forest", - "minecraft:warped_forest" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/hills.json b/config[common]/resourcefulbees/biome_dictionary/hills.json deleted file mode 100644 index 7d261f1..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/hills.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "biomes": [ - "minecraft:mountains", - "minecraft:desert_hills", - "minecraft:wooded_hills", - "minecraft:taiga_hills", - "minecraft:jungle_hills", - "minecraft:birch_forest_hills", - "minecraft:snowy_taiga_hills", - "minecraft:giant_tree_taiga_hills", - "minecraft:flower_forest", - "minecraft:swamp_hills", - "minecraft:ice_spikes", - "minecraft:modified_jungle_edge", - "minecraft:tall_birch_forest", - "minecraft:tall_birch_hills", - "minecraft:dark_forest_hills", - "minecraft:giant_spruce_taiga_hills", - "minecraft:shattered_savanna_plateau", - "minecraft:modified_wooded_badlands_plateau" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/hot.json b/config[common]/resourcefulbees/biome_dictionary/hot.json deleted file mode 100644 index bf89135..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/hot.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "biomes": [ - "minecraft:desert", - "minecraft:nether_wastes", - "minecraft:desert_hills", - "minecraft:jungle", - "minecraft:jungle_hills", - "minecraft:jungle_edge", - "minecraft:savanna", - "minecraft:savanna_plateau", - "minecraft:warm_ocean", - "minecraft:deep_warm_ocean", - "minecraft:desert_lakes", - "minecraft:modified_jungle", - "minecraft:modified_jungle_edge", - "minecraft:shattered_savanna", - "minecraft:shattered_savanna_plateau", - "minecraft:eroded_badlands", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/jungle.json b/config[common]/resourcefulbees/biome_dictionary/jungle.json deleted file mode 100644 index b85dc85..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/jungle.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "biomes": [ - "minecraft:jungle", - "minecraft:jungle_hills", - "minecraft:jungle_edge", - "minecraft:modified_jungle", - "minecraft:modified_jungle_edge" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/mesa.json b/config[common]/resourcefulbees/biome_dictionary/mesa.json deleted file mode 100644 index 198c87e..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/mesa.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "biomes": [ - "minecraft:badlands", - "minecraft:wooded_badlands_plateau", - "minecraft:badlands_plateau" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/modified.json b/config[common]/resourcefulbees/biome_dictionary/modified.json deleted file mode 100644 index 0185d89..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/modified.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "biomes": [ - "minecraft:modified_jungle", - "minecraft:modified_jungle_edge", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau", - "minecraft:modified_gravelly_mountains" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/mountain.json b/config[common]/resourcefulbees/biome_dictionary/mountain.json deleted file mode 100644 index b6c3afb..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/mountain.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "biomes": [ - "minecraft:mountains", - "minecraft:mountain_edge", - "minecraft:snowy_mountains", - "minecraft:wooded_mountains", - "minecraft:gravelly_mountains", - "minecraft:taiga_mountains", - "minecraft:snowy_taiga_mountains", - "minecraft:modified_jungle", - "minecraft:tall_birch_hills", - "minecraft:dark_forest_hills", - "minecraft:shattered_savanna", - "minecraft:eroded_badlands", - "minecraft:modified_badlands_plateau" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/mushroom.json b/config[common]/resourcefulbees/biome_dictionary/mushroom.json deleted file mode 100644 index 6ae94f6..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/mushroom.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "biomes": ["minecraft:mushroom_fields", "minecraft:mushroom_field_shore"] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/nether.json b/config[common]/resourcefulbees/biome_dictionary/nether.json deleted file mode 100644 index 46e35c5..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/nether.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "biomes": [ - "minecraft:nether_wastes", - "minecraft:soul_sand_valley", - "minecraft:crimson_forest", - "minecraft:warped_forest", - "minecraft:basalt_deltas" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/ocean.json b/config[common]/resourcefulbees/biome_dictionary/ocean.json deleted file mode 100644 index ed83164..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/ocean.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "biomes": [ - "minecraft:ocean", - "minecraft:frozen_ocean", - "minecraft:deep_ocean", - "minecraft:cold_ocean", - "minecraft:deep_cold_ocean", - "minecraft:deep_frozen_ocean", - "minecraft:warm_ocean", - "minecraft:deep_warm_ocean", - "minecraft:lukewarm_ocean", - "minecraft:deep_lukewarm_ocean" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/overworld.json b/config[common]/resourcefulbees/biome_dictionary/overworld.json deleted file mode 100644 index af6550a..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/overworld.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "biomes": [ - "minecraft:ocean", - "minecraft:plains", - "minecraft:desert", - "minecraft:mountains", - "minecraft:forest", - "minecraft:taiga", - "minecraft:swamp", - "minecraft:river", - "minecraft:frozen_ocean", - "minecraft:frozen_river", - "minecraft:snowy_tundra", - "minecraft:snowy_mountains", - "minecraft:mushroom_fields", - "minecraft:mushroom_field_shore", - "minecraft:beach", - "minecraft:desert_hills", - "minecraft:wooded_hills", - "minecraft:taiga_hills", - "minecraft:mountain_edge", - "minecraft:jungle", - "minecraft:jungle_hills", - "minecraft:jungle_edge", - "minecraft:deep_ocean", - "minecraft:stone_shore", - "minecraft:snowy_beach", - "minecraft:birch_forest", - "minecraft:birch_forest_hills", - "minecraft:dark_forest", - "minecraft:snowy_taiga", - "minecraft:snowy_taiga_hills", - "minecraft:giant_tree_taiga", - "minecraft:giant_tree_taiga_hills", - "minecraft:wooded_mountains", - "minecraft:savanna", - "minecraft:savanna_plateau", - "minecraft:badlands", - "minecraft:wooded_badlands_plateau", - "minecraft:badlands_plateau", - "minecraft:warm_ocean", - "minecraft:lukewarm_ocean", - "minecraft:cold_ocean", - "minecraft:deep_warm_ocean", - "minecraft:deep_lukewarm_ocean", - "minecraft:deep_cold_ocean", - "minecraft:deep_frozen_ocean", - "minecraft:sunflower_plains", - "minecraft:desert_lakes", - "minecraft:gravelly_mountains", - "minecraft:flower_forest", - "minecraft:taiga_mountains", - "minecraft:swamp_hills", - "minecraft:ice_spikes", - "minecraft:modified_jungle", - "minecraft:modified_jungle_edge", - "minecraft:tall_birch_forest", - "minecraft:tall_birch_hills", - "minecraft:dark_forest_hills", - "minecraft:snowy_taiga_mountains", - "minecraft:giant_spruce_taiga", - "minecraft:giant_spruce_taiga_hills", - "minecraft:modified_gravelly_mountains", - "minecraft:shattered_savanna", - "minecraft:shattered_savanna_plateau", - "minecraft:eroded_badlands", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau", - "minecraft:bamboo_jungle", - "minecraft:bamboo_jungle_hills" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/plains.json b/config[common]/resourcefulbees/biome_dictionary/plains.json deleted file mode 100644 index 7f8d9fe..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/plains.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "biomes": [ - "minecraft:plains", - "minecraft:savanna", - "minecraft:savanna_plateau", - "minecraft:sunflower_plains" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/plateau.json b/config[common]/resourcefulbees/biome_dictionary/plateau.json deleted file mode 100644 index 14244c4..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/plateau.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "biomes": [ - "minecraft:savanna_plateau", - "minecraft:wooded_badlands_plateau", - "minecraft:badlands_plateau", - "minecraft:shattered_savanna_plateau", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/rare.json b/config[common]/resourcefulbees/biome_dictionary/rare.json deleted file mode 100644 index 472b4d4..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/rare.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "biomes": [ - "minecraft:mushroom_fields", - "minecraft:mushroom_field_shore", - "minecraft:jungle_edge", - "minecraft:savanna_plateau", - "minecraft:sunflower_plains", - "minecraft:desert_lakes", - "minecraft:gravelly_mountains", - "minecraft:flower_forest", - "minecraft:taiga_mountains", - "minecraft:swamp_hills", - "minecraft:ice_spikes", - "minecraft:modified_jungle", - "minecraft:modified_jungle_edge", - "minecraft:tall_birch_forest", - "minecraft:tall_birch_hills", - "minecraft:dark_forest_hills", - "minecraft:snowy_taiga_mountains", - "minecraft:giant_spruce_taiga", - "minecraft:giant_spruce_taiga_hills", - "minecraft:modified_gravelly_mountains", - "minecraft:shattered_savanna", - "minecraft:shattered_savanna_plateau", - "minecraft:eroded_badlands", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/river.json b/config[common]/resourcefulbees/biome_dictionary/river.json deleted file mode 100644 index 40181d0..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/river.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "biomes": ["minecraft:river", "minecraft:frozen_river"] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/sandy.json b/config[common]/resourcefulbees/biome_dictionary/sandy.json deleted file mode 100644 index 0d4d453..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/sandy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "biomes": [ - "minecraft:desert", - "minecraft:desert_hills", - "minecraft:badlands", - "minecraft:wooded_badlands_plateau", - "minecraft:badlands_plateau", - "minecraft:desert_lakes" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/savanna.json b/config[common]/resourcefulbees/biome_dictionary/savanna.json deleted file mode 100644 index e6a3128..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/savanna.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "biomes": [ - "minecraft:savanna", - "minecraft:savanna_plateau", - "minecraft:shattered_savanna", - "minecraft:shattered_savanna_plateau" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/snowy.json b/config[common]/resourcefulbees/biome_dictionary/snowy.json deleted file mode 100644 index e28dfa0..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/snowy.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "biomes": [ - "minecraft:frozen_ocean", - "minecraft:frozen_river", - "minecraft:snowy_tundra", - "minecraft:snowy_mountains", - "minecraft:snowy_taiga", - "minecraft:snowy_taiga_hills", - "minecraft:ice_spikes", - "minecraft:snowy_taiga_mountains" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/sparse.json b/config[common]/resourcefulbees/biome_dictionary/sparse.json deleted file mode 100644 index aa69d24..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/sparse.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "biomes": [ - "minecraft:wooded_mountains", - "minecraft:savanna", - "minecraft:savanna_plateau", - "minecraft:wooded_badlands_plateau", - "minecraft:gravelly_mountains", - "minecraft:modified_jungle_edge", - "minecraft:modified_gravelly_mountains", - "minecraft:shattered_savanna", - "minecraft:shattered_savanna_plateau", - "minecraft:eroded_badlands", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/spooky.json b/config[common]/resourcefulbees/biome_dictionary/spooky.json deleted file mode 100644 index 8e38080..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/spooky.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "biomes": ["minecraft:dark_forest", "minecraft:dark_forest_hills"] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/swamp.json b/config[common]/resourcefulbees/biome_dictionary/swamp.json deleted file mode 100644 index 9e54c02..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/swamp.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "biomes": ["minecraft:swamp", "minecraft:swamp_hills"] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/void.json b/config[common]/resourcefulbees/biome_dictionary/void.json deleted file mode 100644 index e67ed1f..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/void.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "biomes": ["minecraft:the_void"] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/wasteland.json b/config[common]/resourcefulbees/biome_dictionary/wasteland.json deleted file mode 100644 index b15cc56..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/wasteland.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "biomes": ["minecraft:snowy_tundra"] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/water.json b/config[common]/resourcefulbees/biome_dictionary/water.json deleted file mode 100644 index aa56345..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/water.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "biomes": [ - "minecraft:river", - "minecraft:frozen_river", - "minecraft:ocean", - "minecraft:frozen_ocean", - "minecraft:cold_ocean", - "minecraft:deep_cold_ocean", - "minecraft:deep_frozen_ocean", - "minecraft:warm_ocean", - "minecraft:deep_warm_ocean", - "minecraft:lukewarm_ocean", - "minecraft:deep_lukewarm_ocean" - ] -} diff --git a/config[common]/resourcefulbees/biome_dictionary/wet.json b/config[common]/resourcefulbees/biome_dictionary/wet.json deleted file mode 100644 index 58b73e8..0000000 --- a/config[common]/resourcefulbees/biome_dictionary/wet.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "biomes": [ - "minecraft:swamp", - "minecraft:jungle", - "minecraft:jungle_hills", - "minecraft:jungle_edge", - "minecraft:swamp_hills", - "minecraft:modified_jungle" - ] -} diff --git a/config[common]/resourcefulbees/common.toml b/config[common]/resourcefulbees/common.toml deleted file mode 100644 index 277f7b7..0000000 --- a/config[common]/resourcefulbees/common.toml +++ /dev/null @@ -1,213 +0,0 @@ - -["Bee Options"] - # - #Should bees die from stinging? - #Note: Bees will continue to attack until they are no longer angry! - beeDiesFromSting = true - # - #Should bees die when their Y-level is below 0? - #Note: If false, bees will get stuck just below y-0 and not move. **May not be useful with new AI** - beeDiesInVoid = true - # - #This value scales the child size for all Resource Bees. - #Range: 1.0 ~ 2.0 - global_child_size_modifier = 1.0 - # - #This value scales the bee size for all Resource Bees. - #Note: Setting the value in bee JSON overrides this value. - #Range: 0.5 ~ 2.0 - global_bee_size_modifier = 1.0 - # - #Should bees inflict poison damage? - #Note: Poison is only inflicted if a bee has not been given a trait with a special damage output. - #Set to false if you want to configure bees individually. - beesInflictPoison = true - -["Apiary Options"] - # - #Maximum number of UNIQUE bees allowed in the Apiary. - #Range: 1 ~ 16 - apiaryMaxBees = 9 - # - #Tier 3 Apiary Output - #Allowed Values: COMB, BLOCK - tierThreeApiaryOutput = "BLOCK" - # - #Tier 4 Apiary Output Quantity - #Range: > 1 - tierFourApiaryQuantity = 2 - # - #Tier 2 Apiary Output - #Allowed Values: COMB, BLOCK - tierTwoApiaryOutput = "COMB" - # - #Tier 2 Apiary Output Quantity - #Range: > 1 - tierTwoApiaryQuantity = 6 - # - #Tier 3 Apiary Output Quantity - #Range: > 1 - tierThreeApiaryQuantity = 1 - # - #Tier 1 Apiary Output Quantity - #Range: > 1 - tierOneApiaryQuantity = 3 - # - #Tier 4 Apiary Output - #Allowed Values: COMB, BLOCK - tierFourApiaryOutput = "BLOCK" - # - #Maximum breed time before upgrades are applied. - #Range: 1200 ~ 4800 - apiaryMaxBreedTime = 3200 - # - #Tier 1 Apiary Output - #Allowed Values: COMB, BLOCK - tierOneApiaryOutput = "COMB" - -["Honey Options"] - # - #Should honey block recipies be generated? [true/false] - honeyBlockRecipies = true - # - #Set to false if you don't want the custom honey blocks to be generated [true/false] - generateHoneyBlocks = true - # - #Set to false if you don't want the custom honey fluids to be generated [true/false] - generateHoneyFluids = true - -["Centrifuge Options"] - # - #Amount of hunger the player uses per click on mechanical centrifuge. - #Range: 0.0 ~ 1.0 - mechanicalCentrifugePlayerExhaustion = 0.1 - # - #Global recipe time for generated centrifuge recipes - #This does not affect recipes that are not auto generated by us. - #Time is in ticks. - #Range: 100 ~ 2400 - globalCentrifugeRecipeTime = 200 - # - #Tick reduction applied to centrifuge recipes - #This does not affect recipes that are not auto generated by us. - #NOTE: Lowest recipe time allowed is 5 ticks regardless of values provided. - #Range: 10 ~ 1200 - multiblockRecipeTimeReduction = 150 - # - #Centrifuge Max energy storage. - #The Centrifuge Multiblocks max energy storage is 5x this amount - #Range: 1000 ~ 1000000 - maxCentrifugeRf = 10000 - # - # Makes it so multiblock centrifuge can only do multiblock recipes. [true/false] - multiblockRecipesOnly = false - # - #RF/t consumed by the centrifuge when processing recipes. Mutliblock Centrifuge cuts this value in half. - #Range: 2 ~ 1000 - centrifugeRfPerTick = 2 - -["Beehive Options"] - # - #Base honeycomb harvest amount - #(THIS * TIER_MODIFIER = MAX_COMBS) for a range of 5 -> 64 - #Range: 5 ~ 16 - hiveMaxCombs = 5 - # - #Set to false if you want the player to only be able to get honeycombs from the beehive using the scraper [true/false] - allowShears = true - # - #Maximum number of bees in the base tier hive. - #(THIS * TIER_MODIFIER = MAX_BEES) for a range of 4 -> 16 - #Range: 1 ~ 4 - hiveMaxBees = 4 - -["General Options"] - # - #Sets the max durability for the smoker - #Range: 100 ~ 5000 - smokerDurability = 1000 - # - #Set this to false when you want to overwrite the default provided Biome Dictionary files. [true/false] - #This should be run at least once for initial generation. - generateBiomeDictionaries = false - # - #Set this to false when you want to use our custom Biome Dictionary system. [true/false] - #At a later time we will look into either combining with the Forge system or making the Forge system data pack capable. - useForgeBiomeDictionaries = true - # - #Set to true if you want easter egg bees to generate (WIP) [true/false] - #The only easter egg bee currently available is the Oreo bee - enableEasterEggBees = true - # - #Set this to false when you want to overwrite the default bee files. [true/false] - #This should be run at least once for initial generation. - generateDefaults = false - -["Honey Generator Options"] - # - #Amount of honey consumed in mb/t. - #Range: 1 ~ 50 - honeyDrainAmount = 5 - # - #Amount of energy transferred out of the generator in rf/t. - #Range: 50 ~ 500 - energyTransferAmount = 100 - # - #Maximum internal honey capacity. - #Range: 1000 ~ 100000 - maxTankCapacity = 10000 - # - #Amount of rf/t generated. - #Range: 0 ~ 500 - energyFillAmount = 125 - # - #Amount of honey generated in mb/t. 1 bottle = 250mb honey - #Range: 1 ~ 50 - honeyFillAmount = 10 - # - #Maximum internal energy buffer. - #Range: 10000 ~ 1000000 - maxEnergyCapacity = 100000 - -["Spawning Options"] - # - #Chance for nest to spawn when generating chunks in nether category biomes. [1/x] - #A higher value means the nest is less likely to spawn. - #Range: 4 ~ 100 - nether_nest_generation_chance = 8 - #The value added to weight for bees in a flower forests - #Range: 0 ~ 9 - beesMoreCommonInFlowerForests = 4 - # - #Chance for nest to spawn when generating chunks in overworld category biomes. [1/x] - #A higher value means the nest is less likely to spawn. - #Range: 4 ~ 100 - overworld_nest_generation_chance = 64 - # - #Chance for nest to spawn when generating chunks in end category biomes. [1/x] - #A higher value means the nest is less likely to spawn. - #Range: 4 ~ 100 - end_nest_generation_chance = 32 - # - #Should bee nests generate in world? - #Note: They will only generate in biomes where bees can spawn - generateBeeNests = true - -["Recipe Options"] - # - #Set to false if you don't want the honeycomb block recipes to be auto generated [true/false] - honeycombBlockRecipes = true - # - #Set to false if you don't want the centrifuge recipes to be auto generated [true/false] - centrifugeRecipes = true - -["Honeycomb Options"] - # - #The amount of hunger restored when eating a honeycomb. - #Range: 0 ~ 8 - honeycombHunger = 1 - # - #The amount of saturation restored when eating a honeycomb. - #Range: 0.0 ~ 8.0 - honeycombSaturation = 0.6 - diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/lang/en_us.json b/config[common]/resourcefulbees/resources/assets/resourcefulbees/lang/en_us.json deleted file mode 100644 index f1efc15..0000000 --- a/config[common]/resourcefulbees/resources/assets/resourcefulbees/lang/en_us.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", - "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", - "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", - "entity.resourcefulbees.blaze_bee": "Blaze Bee", - - "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", - "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", - "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", - "entity.resourcefulbees.clay_bee": "Clay Bee", - - "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", - "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", - "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", - "entity.resourcefulbees.ghast_bee": "Ghast Bee", - - "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", - "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", - "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", - "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", - - "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", - "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", - "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", - "entity.resourcefulbees.gravel_bee": "Gravel Bee", - - "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", - "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", - "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", - "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", - - "block.resourcefulbees.sand_honeycomb_block": "Sand Honeycomb Block", - "item.resourcefulbees.sand_honeycomb": "Sand Honeycomb", - "item.resourcefulbees.sand_bee_spawn_egg": "Sand Bee Spawn Egg", - "entity.resourcefulbees.sand_bee": "Sand Bee", - - "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", - "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", - "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", - "entity.resourcefulbees.slimy_bee": "Slimy Bee", - - "block.resourcefulbees.water_honeycomb_block": "Water Honeycomb Block", - "item.resourcefulbees.water_honeycomb": "Water Honeycomb", - "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", - "entity.resourcefulbees.water_bee": "Water Bee", - - "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", - "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", - "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", - "entity.resourcefulbees.copper_bee": "Copper Bee", - - "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", - "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", - "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", - "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", - - "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", - "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", - "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", - "entity.resourcefulbees.silver_bee": "Silver Bee", - - "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", - "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", - "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", - "entity.resourcefulbees.lead_bee": "Lead Bee", - - "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", - "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", - "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", - "entity.resourcefulbees.nickel_bee": "Nickel Bee", - - "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", - "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", - "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", - "entity.resourcefulbees.uranium_bee": "Uranium Bee", - - "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", - "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", - "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", - "entity.resourcefulbees.tin_bee": "Tin Bee", - - "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", - "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", - "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", - "entity.resourcefulbees.osmium_bee": "Osmium Bee", - - "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", - "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", - "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", - "entity.resourcefulbees.zinc_bee": "Zinc Bee", - - "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", - "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", - "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", - "entity.resourcefulbees.bronze_bee": "Bronze Bee", - - "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", - "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", - "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", - "entity.resourcefulbees.brass_bee": "Brass Bee", - - "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", - "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", - "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", - "entity.resourcefulbees.electrum_bee": "Electrum Bee", - - "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", - "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", - "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", - "entity.resourcefulbees.constantan_bee": "Constantan Bee", - - "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", - "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", - "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", - "entity.resourcefulbees.steel_bee": "Steel Bee", - - "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", - "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", - "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", - "entity.resourcefulbees.invar_bee": "Invar Bee", - - "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", - "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", - "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", - "entity.resourcefulbees.lumium_bee": "Lumium Bee", - - "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", - "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", - "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", - "entity.resourcefulbees.signalum_bee": "Signalum Bee", - - "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", - "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", - "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", - "entity.resourcefulbees.enderium_bee": "Enderium Bee" -} diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/brass.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/brass.png deleted file mode 100644 index 912cf27..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/brass.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/bronze.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/bronze.png deleted file mode 100644 index 5dd1a80..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/bronze.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/constantan.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/constantan.png deleted file mode 100644 index 70c1c07..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/constantan.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/electrum.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/electrum.png deleted file mode 100644 index 394d5eb..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/electrum.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/enderium.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/enderium.png deleted file mode 100644 index 38ce2b8..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/enderium.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/invar.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/invar.png deleted file mode 100644 index 7e77224..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/invar.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/lumium.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/lumium.png deleted file mode 100644 index 81e015b..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/lumium.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/signalum.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/signalum.png deleted file mode 100644 index a4fc06b..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/signalum.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/steel.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/steel.png deleted file mode 100644 index 889bd2e..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/steel.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/aluminum/aluminum_bee.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/aluminum/aluminum_bee.png deleted file mode 100644 index 711fb0e..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/aluminum/aluminum_bee.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/aluminum/aluminum_bee_angry.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/aluminum/aluminum_bee_angry.png deleted file mode 100644 index 214b4a6..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/aluminum/aluminum_bee_angry.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/copper/copper_bee.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/copper/copper_bee.png deleted file mode 100644 index b350d17..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/copper/copper_bee.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/copper/copper_bee_angry.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/copper/copper_bee_angry.png deleted file mode 100644 index 0b9ab0a..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/copper/copper_bee_angry.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/lead/lead_bee.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/lead/lead_bee.png deleted file mode 100644 index b076880..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/lead/lead_bee.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/lead/lead_bee_angry.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/lead/lead_bee_angry.png deleted file mode 100644 index e6cbfd5..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/lead/lead_bee_angry.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/nickel/nickel_bee.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/nickel/nickel_bee.png deleted file mode 100644 index bf47aac..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/nickel/nickel_bee.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/nickel/nickel_bee_angry.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/nickel/nickel_bee_angry.png deleted file mode 100644 index 8cacce7..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/nickel/nickel_bee_angry.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/osmium/osmium_bee.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/osmium/osmium_bee.png deleted file mode 100644 index fea7f49..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/osmium/osmium_bee.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/osmium/osmium_bee_angry.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/osmium/osmium_bee_angry.png deleted file mode 100644 index f36ec7c..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/osmium/osmium_bee_angry.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/silver/silver_bee.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/silver/silver_bee.png deleted file mode 100644 index 5abdbbf..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/silver/silver_bee.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/silver/silver_bee_angry.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/silver/silver_bee_angry.png deleted file mode 100644 index 2215618..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/silver/silver_bee_angry.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/tin/tin_bee.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/tin/tin_bee.png deleted file mode 100644 index 16ef094..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/tin/tin_bee.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/tin/tin_bee_angry.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/tin/tin_bee_angry.png deleted file mode 100644 index 8b669b0..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/tin/tin_bee_angry.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/uranium/uranium_bee.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/uranium/uranium_bee.png deleted file mode 100644 index 2177a8a..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/uranium/uranium_bee.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/uranium/uranium_bee_angry.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/uranium/uranium_bee_angry.png deleted file mode 100644 index 90aba5c..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/uranium/uranium_bee_angry.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/zinc/zinc_bee.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/zinc/zinc_bee.png deleted file mode 100644 index 0305482..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/zinc/zinc_bee.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/zinc/zinc_bee_angry.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/zinc/zinc_bee_angry.png deleted file mode 100644 index 01640aa..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/zinc/zinc_bee_angry.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/blaze.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/blaze.png deleted file mode 100644 index 9a56420..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/blaze.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/clay.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/clay.png deleted file mode 100644 index 6af5593..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/clay.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/ender.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/ender.png deleted file mode 100644 index d35cf92..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/ender.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/ghast.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/ghast.png deleted file mode 100644 index f8a018b..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/ghast.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/glowstone.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/glowstone.png deleted file mode 100644 index ddd259d..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/glowstone.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/gravel.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/gravel.png deleted file mode 100644 index 3eefc1f..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/gravel.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/icy.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/icy.png deleted file mode 100644 index 0761738..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/icy.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/obsidian.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/obsidian.png deleted file mode 100644 index 7af5bd3..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/obsidian.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/quartz.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/quartz.png deleted file mode 100644 index 366c643..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/quartz.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/sand.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/sand.png deleted file mode 100644 index d71ba02..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/sand.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/water.png b/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/water.png deleted file mode 100644 index 86ed34f..0000000 Binary files a/config[common]/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/water.png and /dev/null differ diff --git a/config[common]/resourcefulbees/resources/data/minecraft/tags/entity_types/beehive_inhabitors.json b/config[common]/resourcefulbees/resources/data/minecraft/tags/entity_types/beehive_inhabitors.json deleted file mode 100644 index 55ba6df..0000000 --- a/config[common]/resourcefulbees/resources/data/minecraft/tags/entity_types/beehive_inhabitors.json +++ /dev/null @@ -1,51 +0,0 @@ -{ -"replace": false, -"values": [ -"resourcefulbees:steel_bee", -"resourcefulbees:ender_bee", -"resourcefulbees:aluminum_bee", -"resourcefulbees:glowstone_bee", -"resourcefulbees:clay_bee", -"resourcefulbees:netherite_bee", -"resourcefulbees:gold_bee", -"resourcefulbees:skeleton_bee", -"resourcefulbees:lumium_bee", -"resourcefulbees:kitten_bee", -"resourcefulbees:enderium_bee", -"resourcefulbees:signalum_bee", -"resourcefulbees:blaze_bee", -"resourcefulbees:tin_bee", -"resourcefulbees:zombie_bee", -"resourcefulbees:copper_bee", -"resourcefulbees:invar_bee", -"resourcefulbees:lapis_bee", -"resourcefulbees:pigman_bee", -"resourcefulbees:rgbee_bee", -"resourcefulbees:slimy_bee", -"resourcefulbees:ghast_bee", -"resourcefulbees:zinc_bee", -"resourcefulbees:icy_bee", -"resourcefulbees:electrum_bee", -"resourcefulbees:nickel_bee", -"resourcefulbees:obsidian_bee", -"resourcefulbees:nether_quartz_bee", -"resourcefulbees:osmium_bee", -"resourcefulbees:brass_bee", -"resourcefulbees:constantan_bee", -"resourcefulbees:water_bee", -"resourcefulbees:lead_bee", -"resourcefulbees:bronze_bee", -"resourcefulbees:gravel_bee", -"resourcefulbees:sand_bee", -"resourcefulbees:diamond_bee", -"resourcefulbees:oreo_bee", -"resourcefulbees:coal_bee", -"resourcefulbees:iron_bee", -"resourcefulbees:silver_bee", -"resourcefulbees:uranium_bee", -"resourcefulbees:wither_bee", -"resourcefulbees:creeper_bee", -"resourcefulbees:emerald_bee", -"resourcefulbees:redstone_bee" -] -} \ No newline at end of file diff --git a/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/blocks/resourceful_honey_block.json b/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/blocks/resourceful_honey_block.json deleted file mode 100644 index f6b4104..0000000 --- a/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/blocks/resourceful_honey_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ -"replace": false, -"values": [ -] -} \ No newline at end of file diff --git a/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/blocks/resourceful_honeycomb_block.json b/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/blocks/resourceful_honeycomb_block.json deleted file mode 100644 index 5c4b00d..0000000 --- a/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/blocks/resourceful_honeycomb_block.json +++ /dev/null @@ -1,49 +0,0 @@ -{ -"replace": false, -"values": [ -"resourcefulbees:aluminum_honeycomb_block", -"resourcefulbees:blaze_honeycomb_block", -"resourcefulbees:brass_honeycomb_block", -"resourcefulbees:bronze_honeycomb_block", -"resourcefulbees:clay_honeycomb_block", -"resourcefulbees:coal_honeycomb_block", -"resourcefulbees:constantan_honeycomb_block", -"resourcefulbees:copper_honeycomb_block", -"resourcefulbees:creeper_honeycomb_block", -"resourcefulbees:diamond_honeycomb_block", -"resourcefulbees:electrum_honeycomb_block", -"resourcefulbees:emerald_honeycomb_block", -"resourcefulbees:ender_honeycomb_block", -"resourcefulbees:enderium_honeycomb_block", -"resourcefulbees:ghast_honeycomb_block", -"resourcefulbees:glowstone_honeycomb_block", -"resourcefulbees:gold_honeycomb_block", -"resourcefulbees:gravel_honeycomb_block", -"resourcefulbees:icy_honeycomb_block", -"resourcefulbees:invar_honeycomb_block", -"resourcefulbees:iron_honeycomb_block", -"resourcefulbees:lapis_honeycomb_block", -"resourcefulbees:lead_honeycomb_block", -"resourcefulbees:lumium_honeycomb_block", -"resourcefulbees:netherite_honeycomb_block", -"resourcefulbees:nether_quartz_honeycomb_block", -"resourcefulbees:nickel_honeycomb_block", -"resourcefulbees:obsidian_honeycomb_block", -"resourcefulbees:osmium_honeycomb_block", -"resourcefulbees:pigman_honeycomb_block", -"resourcefulbees:redstone_honeycomb_block", -"resourcefulbees:rgbee_honeycomb_block", -"resourcefulbees:sand_honeycomb_block", -"resourcefulbees:signalum_honeycomb_block", -"resourcefulbees:silver_honeycomb_block", -"resourcefulbees:skeleton_honeycomb_block", -"resourcefulbees:slimy_honeycomb_block", -"resourcefulbees:steel_honeycomb_block", -"resourcefulbees:tin_honeycomb_block", -"resourcefulbees:uranium_honeycomb_block", -"resourcefulbees:water_honeycomb_block", -"resourcefulbees:wither_honeycomb_block", -"resourcefulbees:zinc_honeycomb_block", -"resourcefulbees:zombie_honeycomb_block" -] -} \ No newline at end of file diff --git a/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honey_block.json b/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honey_block.json deleted file mode 100644 index f6b4104..0000000 --- a/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honey_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ -"replace": false, -"values": [ -] -} \ No newline at end of file diff --git a/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honey_bottle.json b/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honey_bottle.json deleted file mode 100644 index f6b4104..0000000 --- a/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honey_bottle.json +++ /dev/null @@ -1,5 +0,0 @@ -{ -"replace": false, -"values": [ -] -} \ No newline at end of file diff --git a/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honeycomb.json b/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honeycomb.json deleted file mode 100644 index 192dc8f..0000000 --- a/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honeycomb.json +++ /dev/null @@ -1,49 +0,0 @@ -{ -"replace": false, -"values": [ -"resourcefulbees:aluminum_honeycomb", -"resourcefulbees:blaze_honeycomb", -"resourcefulbees:brass_honeycomb", -"resourcefulbees:bronze_honeycomb", -"resourcefulbees:clay_honeycomb", -"resourcefulbees:coal_honeycomb", -"resourcefulbees:constantan_honeycomb", -"resourcefulbees:copper_honeycomb", -"resourcefulbees:creeper_honeycomb", -"resourcefulbees:diamond_honeycomb", -"resourcefulbees:electrum_honeycomb", -"resourcefulbees:emerald_honeycomb", -"resourcefulbees:ender_honeycomb", -"resourcefulbees:enderium_honeycomb", -"resourcefulbees:ghast_honeycomb", -"resourcefulbees:glowstone_honeycomb", -"resourcefulbees:gold_honeycomb", -"resourcefulbees:gravel_honeycomb", -"resourcefulbees:icy_honeycomb", -"resourcefulbees:invar_honeycomb", -"resourcefulbees:iron_honeycomb", -"resourcefulbees:lapis_honeycomb", -"resourcefulbees:lead_honeycomb", -"resourcefulbees:lumium_honeycomb", -"resourcefulbees:netherite_honeycomb", -"resourcefulbees:nether_quartz_honeycomb", -"resourcefulbees:nickel_honeycomb", -"resourcefulbees:obsidian_honeycomb", -"resourcefulbees:osmium_honeycomb", -"resourcefulbees:pigman_honeycomb", -"resourcefulbees:redstone_honeycomb", -"resourcefulbees:rgbee_honeycomb", -"resourcefulbees:sand_honeycomb", -"resourcefulbees:signalum_honeycomb", -"resourcefulbees:silver_honeycomb", -"resourcefulbees:skeleton_honeycomb", -"resourcefulbees:slimy_honeycomb", -"resourcefulbees:steel_honeycomb", -"resourcefulbees:tin_honeycomb", -"resourcefulbees:uranium_honeycomb", -"resourcefulbees:water_honeycomb", -"resourcefulbees:wither_honeycomb", -"resourcefulbees:zinc_honeycomb", -"resourcefulbees:zombie_honeycomb" -] -} \ No newline at end of file diff --git a/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honeycomb_block.json b/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honeycomb_block.json deleted file mode 100644 index 5c4b00d..0000000 --- a/config[common]/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honeycomb_block.json +++ /dev/null @@ -1,49 +0,0 @@ -{ -"replace": false, -"values": [ -"resourcefulbees:aluminum_honeycomb_block", -"resourcefulbees:blaze_honeycomb_block", -"resourcefulbees:brass_honeycomb_block", -"resourcefulbees:bronze_honeycomb_block", -"resourcefulbees:clay_honeycomb_block", -"resourcefulbees:coal_honeycomb_block", -"resourcefulbees:constantan_honeycomb_block", -"resourcefulbees:copper_honeycomb_block", -"resourcefulbees:creeper_honeycomb_block", -"resourcefulbees:diamond_honeycomb_block", -"resourcefulbees:electrum_honeycomb_block", -"resourcefulbees:emerald_honeycomb_block", -"resourcefulbees:ender_honeycomb_block", -"resourcefulbees:enderium_honeycomb_block", -"resourcefulbees:ghast_honeycomb_block", -"resourcefulbees:glowstone_honeycomb_block", -"resourcefulbees:gold_honeycomb_block", -"resourcefulbees:gravel_honeycomb_block", -"resourcefulbees:icy_honeycomb_block", -"resourcefulbees:invar_honeycomb_block", -"resourcefulbees:iron_honeycomb_block", -"resourcefulbees:lapis_honeycomb_block", -"resourcefulbees:lead_honeycomb_block", -"resourcefulbees:lumium_honeycomb_block", -"resourcefulbees:netherite_honeycomb_block", -"resourcefulbees:nether_quartz_honeycomb_block", -"resourcefulbees:nickel_honeycomb_block", -"resourcefulbees:obsidian_honeycomb_block", -"resourcefulbees:osmium_honeycomb_block", -"resourcefulbees:pigman_honeycomb_block", -"resourcefulbees:redstone_honeycomb_block", -"resourcefulbees:rgbee_honeycomb_block", -"resourcefulbees:sand_honeycomb_block", -"resourcefulbees:signalum_honeycomb_block", -"resourcefulbees:silver_honeycomb_block", -"resourcefulbees:skeleton_honeycomb_block", -"resourcefulbees:slimy_honeycomb_block", -"resourcefulbees:steel_honeycomb_block", -"resourcefulbees:tin_honeycomb_block", -"resourcefulbees:uranium_honeycomb_block", -"resourcefulbees:water_honeycomb_block", -"resourcefulbees:wither_honeycomb_block", -"resourcefulbees:zinc_honeycomb_block", -"resourcefulbees:zombie_honeycomb_block" -] -} \ No newline at end of file diff --git a/config[common]/resourcefulbees/resources/pack.mcmeta b/config[common]/resourcefulbees/resources/pack.mcmeta deleted file mode 100644 index 3fe8e8f..0000000 --- a/config[common]/resourcefulbees/resources/pack.mcmeta +++ /dev/null @@ -1 +0,0 @@ -{"pack":{"pack_format":6,"description":"Resourceful Bees resource pack used for lang purposes for the user to add lang for bee/items."}} \ No newline at end of file diff --git a/config[common]/simplemagnets-common.toml b/config[common]/simplemagnets-common.toml new file mode 100644 index 0000000..e994e91 --- /dev/null +++ b/config[common]/simplemagnets-common.toml @@ -0,0 +1,21 @@ + +[Client] + #Should the magnet play a ding sound when turned on or off? + playToggleSound = true + #Should the magnet display a message on screen when turned on or off? + showToggleMessage = false + +[General] + #In what range should the Basic Magnet pickup items and xp? + #Range: 1 ~ 20 + basicMagnetRange = 5 + #In what range should the Basic Magnet pickup items and xp by default? + #Range: 1 ~ 10 + advancedMagnetRange = 8 + #What is the minimum range of the Advanced Magnet? + #Range: 1 ~ 20 + advancedMagnetMinRange = 3 + #What is the maximum range of the Advanced Magnet? + #Range: 1 ~ 20 + advancedMagnetMaxRange = 11 + diff --git a/config[common]/sophisticatedbackpacks-common.toml b/config[common]/sophisticatedbackpacks-common.toml index dd0f4bb..e6da7d8 100644 --- a/config[common]/sophisticatedbackpacks-common.toml +++ b/config[common]/sophisticatedbackpacks-common.toml @@ -4,41 +4,128 @@ #Disable / enable any items here (disables their recipes) enabledItems = ["void_upgrade:true", "compacting_upgrade:true", "advanced_restock_upgrade:true", "diamond_backpack:true", "smelting_upgrade:true", "filter_upgrade:true", "magnet_upgrade:true", "advanced_magnet_upgrade:true", "deposit_upgrade:true", "iron_backpack:true", "advanced_compacting_upgrade:true", "backpack:true", "feeding_upgrade:true", "advanced_pickup_upgrade:true", "everlasting_upgrade:true", "advanced_filter_upgrade:true", "inception_upgrade:true", "crafting_upgrade:true", "auto_smelting_upgrade:true", "pickup_upgrade:true", "upgrade_base:true", "refill_upgrade:true", "gold_backpack:true", "advanced_deposit_upgrade:true", "advanced_void_upgrade:true", "restock_upgrade:true"] + #Deposit Upgrade Settings + [common.depositUpgrade] + #Number of Deposit Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Filter Upgrade Settings + [common.advancedFilterUpgrade] + #Number of Advanced Filter Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Advanced Void Upgrade Settings + [common.advancedVoidUpgrade] + #Number of Advanced Void Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Auto-Smelting Upgrade Settings + [common.autoSmeltingUpgrade] + #Number of fuel filter slots displayed in a row + #Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + #Number of input filter slots + #Range: 1 ~ 20 + inputFilterSlots = 8 + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Number of fuel filter slots + #Range: 1 ~ 20 + fuelFilterSlots = 4 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots displayed in a row + #Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + + #Advanced Restock Upgrade Settings + [common.advancedRestockUpgrade] + #Number of Advanced Restock Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + #Leather Backpack Settings [common.leatherBackpack] - #Number of inventory slots in the backpack - #Range: 1 ~ 144 - inventorySlotCount = 27 #Number of upgrade slots in the backpack #Range: 0 ~ 10 upgradeSlotCount = 1 - - #Iron Backpack Settings - [common.ironBackpack] #Number of inventory slots in the backpack #Range: 1 ~ 144 - inventorySlotCount = 54 - #Number of upgrade slots in the backpack - #Range: 0 ~ 10 - upgradeSlotCount = 2 + inventorySlotCount = 27 + + #Advanced Magnet Upgrade Settings + [common.advancedMagnetUpgrade] + #Number of Advanced Magnet Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Range around backpack in blocks at which magnet will pickup items + #Range: 1 ~ 20 + magnetRange = 5 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 #Gold Backpack Settings [common.goldBackpack] - #Number of inventory slots in the backpack - #Range: 1 ~ 144 - inventorySlotCount = 81 #Number of upgrade slots in the backpack #Range: 0 ~ 10 upgradeSlotCount = 3 + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 81 + + #Iron Backpack Settings + [common.ironBackpack] + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 2 + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 54 + + #Pickup Upgrade Settings + [common.pickupUpgrade] + #Number of Pickup Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 #Diamond Backpack Settings [common.diamondBackpack] - #Number of inventory slots in the backpack - #Range: 1 ~ 144 - inventorySlotCount = 108 #Number of upgrade slots in the backpack #Range: 0 ~ 10 upgradeSlotCount = 5 + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 108 + + #Filter Upgrade Settings + [common.filterUpgrade] + #Number of Filter Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 #Compacting Upgrade Settings [common.compactingUpgrade] @@ -58,24 +145,15 @@ #Range: 1 ~ 6 slotsInRow = 4 - #Deposit Upgrade Settings - [common.depositUpgrade] - #Number of Deposit Upgrade's filter slots + #Void Upgrade Settings + [common.voidUpgrade] + #Number of Void Upgrade's filter slots #Range: 1 ~ 20 filterSlots = 9 #Number of filter slots displayed in a row #Range: 1 ~ 6 slotsInRow = 3 - #Advanced Deposit Upgrade Settings - [common.advancedDepositUpgrade] - #Number of Advanced Deposit Upgrade's filter slots - #Range: 1 ~ 20 - filterSlots = 16 - #Number of filter slots displayed in a row - #Range: 1 ~ 6 - slotsInRow = 4 - #Feeding Upgrade Settings [common.feedingUpgrade] #Number of Feeding Upgrade's filter slots @@ -85,57 +163,43 @@ #Range: 1 ~ 6 slotsInRow = 4 - #Filter Upgrade Settings - [common.filterUpgrade] - #Number of Filter Upgrade's filter slots - #Range: 1 ~ 20 - filterSlots = 9 - #Number of filter slots displayed in a row - #Range: 1 ~ 6 - slotsInRow = 3 - - #Advanced Filter Upgrade Settings - [common.advancedFilterUpgrade] - #Number of Advanced Filter Upgrade's filter slots - #Range: 1 ~ 20 - filterSlots = 16 - #Number of filter slots displayed in a row - #Range: 1 ~ 6 - slotsInRow = 4 + #Inception Upgrade Settings + [common.inceptionUpgrade] + #Allows / Disallows backpack upgrades to work with inventories of Backpacks in the Backpack with Inception Upgrade + upgradesUseInventoriesOfBackpacksInBackpack = true + #Allows / Disallows upgrades to be functional even when they are in Backpacks in the inventory of Backpack with Inception Upgrade + upgradesInContainedBackpacksAreFunctional = true #Magnet Upgrade Settings [common.magnetUpgrade] #Number of Magnet Upgrade's filter slots #Range: 1 ~ 20 filterSlots = 9 - #Number of filter slots displayed in a row - #Range: 1 ~ 6 - slotsInRow = 3 #Range around backpack in blocks at which magnet will pickup items #Range: 1 ~ 20 magnetRange = 3 - - #Advanced Magnet Upgrade Settings - [common.advancedMagnetUpgrade] - #Number of Advanced Magnet Upgrade's filter slots - #Range: 1 ~ 20 - filterSlots = 16 #Number of filter slots displayed in a row #Range: 1 ~ 6 - slotsInRow = 4 - #Range around backpack in blocks at which magnet will pickup items - #Range: 1 ~ 20 - magnetRange = 5 + slotsInRow = 3 - #Pickup Upgrade Settings - [common.pickupUpgrade] - #Number of Pickup Upgrade's filter slots + #Restock Upgrade Settings + [common.restockUpgrade] + #Number of Restock Upgrade's filter slots #Range: 1 ~ 20 filterSlots = 9 #Number of filter slots displayed in a row #Range: 1 ~ 6 slotsInRow = 3 + #Smelting Upgrade Settings + [common.smeltingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Advanced Pickup Upgrade Settings [common.advancedPickupUpgrade] #Number of Advanced Pickup Upgrade's filter slots @@ -154,76 +218,12 @@ #Range: 1 ~ 6 slotsInRow = 3 - #Restock Upgrade Settings - [common.restockUpgrade] - #Number of Restock Upgrade's filter slots - #Range: 1 ~ 20 - filterSlots = 9 - #Number of filter slots displayed in a row - #Range: 1 ~ 6 - slotsInRow = 3 - - #Advanced Restock Upgrade Settings - [common.advancedRestockUpgrade] - #Number of Advanced Restock Upgrade's filter slots + #Advanced Deposit Upgrade Settings + [common.advancedDepositUpgrade] + #Number of Advanced Deposit Upgrade's filter slots #Range: 1 ~ 20 filterSlots = 16 #Number of filter slots displayed in a row #Range: 1 ~ 6 slotsInRow = 4 - #Void Upgrade Settings - [common.voidUpgrade] - #Number of Void Upgrade's filter slots - #Range: 1 ~ 20 - filterSlots = 9 - #Number of filter slots displayed in a row - #Range: 1 ~ 6 - slotsInRow = 3 - - #Advanced Void Upgrade Settings - [common.advancedVoidUpgrade] - #Number of Advanced Void Upgrade's filter slots - #Range: 1 ~ 20 - filterSlots = 16 - #Number of filter slots displayed in a row - #Range: 1 ~ 6 - slotsInRow = 4 - - #Smelting Upgrade Settings - [common.smeltingUpgrade] - #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) - #Range: 0.25 ~ 4.0 - smeltingSpeedMultiplier = 1.0 - #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) - #Range: 0.25 ~ 4.0 - fuelEfficiencyMultiplier = 1.0 - - #Auto-Smelting Upgrade Settings - [common.autoSmeltingUpgrade] - #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) - #Range: 0.25 ~ 4.0 - smeltingSpeedMultiplier = 1.0 - #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) - #Range: 0.25 ~ 4.0 - fuelEfficiencyMultiplier = 1.0 - #Number of input filter slots - #Range: 1 ~ 20 - inputFilterSlots = 8 - #Number of input filter slots displayed in a row - #Range: 1 ~ 6 - inputFilterSlotsInRow = 4 - #Number of fuel filter slots - #Range: 1 ~ 20 - fuelFilterSlots = 4 - #Number of fuel filter slots displayed in a row - #Range: 1 ~ 6 - fuelFilterSlotsInRow = 4 - - #Inception Upgrade Settings - [common.inceptionUpgrade] - #Allows / Disallows backpack upgrades to work with inventories of Backpacks in the Backpack with Inception Upgrade - upgradesUseInventoriesOfBackpacksInBackpack = true - #Allows / Disallows upgrades to be functional even when they are in Backpacks in the inventory of Backpack with Inception Upgrade - upgradesInContainedBackpacksAreFunctional = true - diff --git a/config[common]/tinymobfarm.toml b/config[common]/tinymobfarm.toml new file mode 100644 index 0000000..c8b2589 --- /dev/null +++ b/config[common]/tinymobfarm.toml @@ -0,0 +1,7 @@ + +[general] + #Mobs to be blacklisted. e.g. 'minecraft:cow' for cows. + blacklist = [] + #Disable the mob farm when there is no chest/full chest to prevent loot from spilling out. Recommended on server. + disableWhenChestFull = true + diff --git a/config[common]/tramplestopper-common.toml b/config[common]/tramplestopper-common.toml index 0131545..4d12da9 100644 --- a/config[common]/tramplestopper-common.toml +++ b/config[common]/tramplestopper-common.toml @@ -1,5 +1,11 @@ [general] + #Level of Feather Falling needed + #Range: 1 ~ 3 + level = 1 + #At how many blocks should trampling stop start + #Range: 0.0 ~ 256.0 + blocks = 0.0 #When should farmland get trampled #Never: Never trampled farmland #Always: It Always get trampled @@ -7,10 +13,4 @@ #Feather Falling: Does not get trampled with you have feather falling boots #Allowed Values: FEATHER_FALLING, NEVER, ALWAYS type = "FEATHER_FALLING" - #Level of Feather Falling needed - #Range: 1 ~ 3 - level = 1 - #At how many blocks should trampling stop start - #Range: 0.0 ~ 256.0 - blocks = 0.0 diff --git a/config[common]/waystones-common.toml b/config[common]/waystones-common.toml index a934108..bbe3f37 100644 --- a/config[common]/waystones-common.toml +++ b/config[common]/waystones-common.toml @@ -2,14 +2,14 @@ [common] [common.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, BIOME + worldGenStyle = "BIOME" #NOT YET IMPLEMENTED: Set to true if waystones should be added to the generation of villages. THIS OPTION DOES NOT WORK YET. addVillageStructure = true #Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation. #Range: > 0 worldGenFrequency = 30 - #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, BIOME - worldGenStyle = "BIOME" #The Name Generator will pick from these names until they have all been used, then it will generate random ones again. customWaystoneNames = ["Sandy City", "Chocolate Island", "Sahara", "The Perimeter"] diff --git a/defaultconfigs/buildinggadgets-server.toml b/defaultconfigs/buildinggadgets-server.toml deleted file mode 100644 index 69a2cff..0000000 --- a/defaultconfigs/buildinggadgets-server.toml +++ /dev/null @@ -1,103 +0,0 @@ - -#General mod settings -[general] - #Defined whether or not a player can use Absolute Coords mode in the Copy Paste Gadget - "Allow Absolute Coords" = true - #Defines how far away you can build - #Range: 1.0 ~ 48.0 - MaxBuildDistance = 32.0 - #Whether the Building / CopyPaste Gadget can overwrite blocks like water, lava, grass, etc (like a player can). - #False will only allow it to overwrite air blocks. - "Allow non-Air-Block-Overwrite" = true - -#Configure the Gadgets -[Gadgets] - #The max range of the Gadgets - #Range: 1 ~ 32 - "Maximum allowed Range" = 15 - #Maximum amount of Blocks to be placed in one Tick. - #Notice that an EffectBlock takes 20 ticks to place, therefore a Server has to handle 20-times this value effect-block Tile's at once. Reduce this if you notice lag-spikes from Players placing Templates. - #Of course decreasing this value will result in more time required to place large TemplateItem's. - #Range: > 1 - "Max Placement/Tick" = 1024 - - #Energy Cost & Durability of the Building Gadget - [Gadgets."Building Gadget"] - #The max energy of the Gadget, set to 0 to disable energy usage - #Range: > 0 - "Maximum Energy" = 500000 - #The Gadget's Energy cost per Operation - #Range: > 0 - "Energy Cost" = 50 - #The Gadget's Max Undo size (Note, the exchanger does not support undo) - #Range: 0 ~ 128 - "Max Undo History Size" = 10 - - #Energy Cost & Durability of the Exchanging Gadget - [Gadgets."Exchanging Gadget"] - #The max energy of the Gadget, set to 0 to disable energy usage - #Range: > 0 - "Maximum Energy" = 500000 - #The Gadget's Energy cost per Operation - #Range: > 0 - "Energy Cost" = 100 - #The Gadget's Max Undo size (Note, the exchanger does not support undo) - #Range: 0 ~ 128 - "Max Undo History Size" = 10 - - #Energy Cost, Durability & Maximum Energy of the Destruction Gadget - [Gadgets."Destruction Gadget"] - #The max energy of the Gadget, set to 0 to disable energy usage - #Range: > 0 - "Maximum Energy" = 1000000 - #The Gadget's Energy cost per Operation - #Range: > 0 - "Energy Cost" = 200 - #The Gadget's Max Undo size (Note, the exchanger does not support undo) - #Range: 0 ~ 128 - "Max Undo History Size" = 1 - #The maximum dimensions, the Destruction Gadget can destroy. - #Range: 0 ~ 32 - "Destroy Dimensions" = 16 - #The cost in energy/durability will increase by this amount when not in fuzzy mode - #Range: 0.0 ~ 1.7976931348623157E308 - "Non-Fuzzy Mode Multiplier" = 2.0 - #If enabled, the Destruction Gadget can be taken out of fuzzy mode, allowing only instances of the block clicked to be removed (at a higher cost) - "Non-Fuzzy Mode Enabled" = false - - #Energy Cost & Durability of the Copy-Paste Gadget - [Gadgets."Copy-Paste Gadget"] - #The max energy of the Gadget, set to 0 to disable energy usage - #Range: > 0 - "Maximum Energy" = 500000 - #The Gadget's Energy cost per Operation - #Range: > 0 - "Energy Cost" = 50 - #The Gadget's Max Undo size (Note, the exchanger does not support undo) - #Range: 0 ~ 128 - "Max Undo History Size" = 1 - #Maximum amount of Blocks to be copied in one Tick. - #Lower values may improve Server-Performance when copying large Templates - #Range: > 1 - "Max Copy/Tick" = 32768 - #Maximum dimensions (x, y and z) that can be copied by a Template without requiring special permission. - #Permission can be granted using the '/buildinggadgets OverrideCopySize []' command. - #Range: > -1 - "Max Copy Dimensions" = 256 - #Maximum dimensions (x, y and z) that can be build by a Template without requiring special permission. - #Permission can be granted using the '/buildinggadgets OverrideBuildSize []' command. - #Range: > -1 - "Max Build Dimensions" = 256 - -#Configure the Paste Containers -["Paste Containers"] - #The maximum capacity of a tier 1 (iron) Construction Paste Container - #Range: > 1 - "T1 Container Capacity" = 512 - #The maximum capacity of a tier 2 (iron) Construction Paste Container - #Range: > 1 - "T2 Container Capacity" = 2048 - #The maximum capacity of a tier 3 (iron) Construction Paste Container - #Range: > 1 - "T3 Container Capacity" = 8192 - diff --git a/defaultconfigs/charginggadgets-server.toml b/defaultconfigs/charginggadgets-server.toml deleted file mode 100644 index ac10789..0000000 --- a/defaultconfigs/charginggadgets-server.toml +++ /dev/null @@ -1,7 +0,0 @@ - -#General settings -[general] - #Maximum power for the Charging Station - #Range: > 0 - chargerMaxEnergy = 1000000 - diff --git a/defaultconfigs/chocolate-server.toml b/defaultconfigs/chocolate-server.toml deleted file mode 100644 index 8e27396..0000000 --- a/defaultconfigs/chocolate-server.toml +++ /dev/null @@ -1,15 +0,0 @@ - -[logging] - #How should Chocolate handle biome IDs which are present in a chunk palette, but there was no biome of that name found in the registry? (This will happen when you remove biomes.) - #NONE = Default vanilla behavior (regenerate the biome) - #LOG = Default behavior plus logging an error message - #THROW = Forcibly throw an error (crash) - #Allowed Values: NONE, LOG, THROW - onBiomesRemovedFromChunks = "LOG" - #How should Chocolate handle biome IDs found in the biome data but not recorded in the palette? (This will happen when the serialization contract was broken by external means) - #NONE = Default vanilla behavior (regenerate the biome) - #LOG = Default behavior plus logging an error message - #THROW = Forcibly throw an error (crash) - #Allowed Values: NONE, LOG, THROW - onIdsMissingFromPalette = "LOG" - diff --git a/defaultconfigs/cofh_core-server.toml b/defaultconfigs/cofh_core-server.toml deleted file mode 100644 index 2be13da..0000000 --- a/defaultconfigs/cofh_core-server.toml +++ /dev/null @@ -1,38 +0,0 @@ - -[Commands] - #The required permission level for the '/cofh crafting' command. - #Range: 0 ~ 4 - "Crafting Permission Level" = 2 - #The required permission level for the '/cofh enderchest' command. - #Range: 0 ~ 4 - "EnderChest Permission Level" = 2 - #The required permission level for the '/cofh heal' command. - #Range: 0 ~ 4 - "Heal Permission Level" = 2 - #The required permission level for the '/cofh ignite' command. - #Range: 0 ~ 4 - "Ignite Permission Level" = 2 - #The required permission level for the '/cofh repair' command. - #Range: 0 ~ 4 - "Repair Permission Level" = 2 - -[Enchantments] - #If TRUE, Feather Falling will prevent Farmland from being trampled. This option will work with alternative versions (overrides) of Feather Falling. - "Improved Feather Falling" = true - #If TRUE, Mending behavior is altered so that XP orbs always repair items if possible, and the most damaged item is prioritized. This option may not work with alternative versions (overrides) of Mending. - "Improved Mending" = true - -[Fishing] - #If TRUE, Fishing will cause exhaustion. - "Fishing Exhaustion" = false - #This option sets the amount of exhaustion caused by fishing, if enabled. - #Range: 0.0 ~ 10.0 - "Fishing Exhaustion Amount" = 0.125 - -[World] - #If TRUE, Sapling growth will be slowed by a configurable factor. - "Sapling Growth Reduction" = false - #This option sets the growth factor for saplings - they will only grow 1 in N times. - #Range: > 1 - "Sapling Growth Reduction Factor" = 4 - diff --git a/defaultconfigs/comforts-server.toml b/defaultconfigs/comforts-server.toml deleted file mode 100644 index 5d7d86f..0000000 --- a/defaultconfigs/comforts-server.toml +++ /dev/null @@ -1,20 +0,0 @@ - -[server] - #Set to true to automatically use sleeping bags when placed - autoUse = true - #Set to true to prevent sleeping depending on how long you previously slept - wellRested = false - #If well rested is true, this value is used to determine how long you need before being able to sleep again (larger numbers = can sleep sooner) - #Range: 1.0 ~ 20.0 - sleepyFactor = 2.0 - #Set to true to enable sleeping in hammocks at night - nightHammocks = false - #The chance that a sleeping bag will break upon usage - #Range: 0.0 ~ 1.0 - sleepingBagBreakage = 0.0 - #List of debuffs to apply to players after using the sleeping bag - #Format: [effect] [duration(secs)] [power] - sleepingBagDebuffs = [] - #[Survive Mod Integration] Set to true to have sleeping bags increase your body temperature after sleeping - insulatedSleepingBag = false - diff --git a/defaultconfigs/commoncapabilities-server.toml b/defaultconfigs/commoncapabilities-server.toml deleted file mode 100644 index 8b13789..0000000 --- a/defaultconfigs/commoncapabilities-server.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/defaultconfigs/computercraft-server.toml b/defaultconfigs/computercraft-server.toml deleted file mode 100644 index eefb6f8..0000000 --- a/defaultconfigs/computercraft-server.toml +++ /dev/null @@ -1,135 +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 -#Set how many files a computer can have open at the same time. Set to 0 for unlimited. -#Range: > 0 -maximum_open_files = 128 -#Set this to true to disable Lua 5.1 functions that will be removed in a future update. Useful for ensuring forward compatibility of your programs now. -disable_lua51_features = false -#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 = "" -#Enable Lua's debug library. This is sandboxed to each computer, so is generally safe to be used by players. -debug_enabled = true -#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 - -#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 (see "rules" for more fine grained control than this). - 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. Set to 0 for unlimited. - #Range: > 1 - max_websockets = 4 - - #A list of rules which control behaviour of the "http" API for specific domains or IPs. - #Each rule is an item with a 'host' to match against, and a series of properties. The host may be a domain name ("pastebin.com"), - #wildcard ("*.pastebin.com") or CIDR notation ("127.0.0.0/8"). If no rules, the domain is blocked. - [[http.rules]] - host = "$private" - action = "deny" - - [[http.rules]] - #The maximum size (in bytes) that a computer can send or receive in one websocket packet. - max_websocket_message = 131072 - host = "*" - #The maximum size (in bytes) that a computer can upload in a single request. This includes headers and POST text. - max_upload = 4194304 - action = "allow" - #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 - #The period of time (in milliseconds) to wait before a HTTP request times out. Set to 0 for unlimited. - timeout = 30000 - -#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 be unable to build, dig, or enter protected areas (such as near the server spawn point) - obey_block_protection = true - #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 - #A list of turtle actions which are disabled. - disabled_actions = [] - -#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/defaultconfigs/cosmeticarmorreworked-server.toml b/defaultconfigs/cosmeticarmorreworked-server.toml deleted file mode 100644 index fd6be7d..0000000 --- a/defaultconfigs/cosmeticarmorreworked-server.toml +++ /dev/null @@ -1,6 +0,0 @@ - -#These settings affects both server and client, they will also be synced from server to client -[Server] - #Whether or not to disable the RecipeBook in the CosmeticArmorInventory - CosArmorDisableRecipeBook = false - diff --git a/defaultconfigs/crashutilities-server.toml b/defaultconfigs/crashutilities-server.toml deleted file mode 100644 index 9d326e8..0000000 --- a/defaultconfigs/crashutilities-server.toml +++ /dev/null @@ -1,38 +0,0 @@ - -["Item Clear"] - #Enable regular ItemClear - enabled = false - #Waiting time between Checks in Minutes - #Range: 0 ~ 1440 - timer = 30 - #Do a clear if there are more than X items - #Range: > 0 - maximum = 1000 - #Chat warning, Comma separated, in seconds - warnings = "5,20" - #Run a Title command on first warning - title = true - #Text to display in TitleCommand - titletext = "ITEMCLEAR INCOMING!" - #Text to Display in Chat when Item. First % will be replaced by Value. In red, encased in [=== - warningtext = "ITEMCLEAR IN % SECONDS" - -["Memory Checker"] - #Enable the Memory checker - enabled = false - #Time between Memory Checks that will get saved for display(in seconds) - #Range: > 0 - timer = 30 - #Threshold at which the Memory checker will display a warning in the Log (in MB) - #Range: > 0 - threshold = 1000 - #Run /spark heapdump when memory fills up more than 95 % the first time. This value gets set to false if this occurs - heapdump = false - -["Ftb Chunks"] - #If Ftb chunks is installed enable automatic purge of loaded chunks for people who have not been online for some amount of days. (Note LOADED not Claimed Chunks) - enabled = false - #Number of days after which a players chunks will be unloaded. Warning! This relies on the modify date of the player data file. - #Range: > 0 - days = 7 - diff --git a/defaultconfigs/create-server.toml b/defaultconfigs/create-server.toml deleted file mode 100644 index edec7f4..0000000 --- a/defaultconfigs/create-server.toml +++ /dev/null @@ -1,335 +0,0 @@ - -# -#The Backbone of Create -[infrastructure] - # - #[in Ticks] - #The amount of time a server waits before sending out tickrate synchronization packets. - #These packets help animations to be more accurate when tps is below 20. - #Range: > 5 - tickrateSyncTimer = 20 - -# -#Packmakers' control panel for internal recipe compat -[recipes] - # - #When true, allows any shapeless crafting recipes to be processed by a Mechanical Mixer + Basin. - allowShapelessInMixer = true - # - #When true, allows any single-ingredient 2x2 or 3x3 crafting recipes to be processed by a Mechanical Press + Basin. - allowShapedSquareInPress = true - # - #When true, allows any standard crafting recipes to be processed by Mechanical Crafters. - allowRegularCraftingInCrafter = true - # - #When true, allows any stonecutting recipes to be processed by a Mechanical Saw. - allowStonecuttingOnSaw = true - # - #The amount of Light sources destroyed before Chromatic Compound turns into Refined Radiance. - #Range: > 1 - lightSourceCountForRefinedRadiance = 10 - # - #Allow the standard in-world Refined Radiance recipes. - enableRefinedRadianceRecipe = true - # - #Allow the standard in-world Shadow Steel recipe. - enableShadowSteelRecipe = true - -# -#Parameters and abilities of Create's kinetic mechanisms -[kinetics] - # - #Disable the Stress mechanic altogether. - disableStress = false - # - #Maximum length in blocks of mechanical belts. - #Range: > 5 - maxBeltLength = 20 - # - #Damage dealt by active Crushing Wheels. - #Range: > 0 - crushingDamage = 4 - # - #[in Revolutions per Minute] - #Maximum allowed speed of a configurable motor. - #Range: > 64 - maxMotorSpeed = 256 - # - #[in Revolutions per Minute] - #Added rotation speed by a water wheel when at least one flow is present. - #Range: > 1 - waterWheelBaseSpeed = 4 - # - #[in Revolutions per Minute] - #Rotation speed gained by a water wheel for each side with running fluids. (halved if not against blades) - #Range: > 1 - waterWheelFlowSpeed = 4 - # - #[in Revolutions per Minute] - #Base rotation speed for the furnace engine generator - #Range: > 1 - furnaceEngineSpeed = 16 - # - #[in Revolutions per Minute] - #Maximum allowed rotation speed for any Kinetic Tile. - #Range: > 64 - maxRotationSpeed = 256 - # - #Select what mobs should ignore Deployers when attacked by them. - #Allowed Values: ALL, CREEPERS, NONE - ignoreDeployerAttacks = "CREEPERS" - # - #Game ticks between Kinetic Blocks checking whether their source is still valid. - #Range: > 5 - kineticValidationFrequency = 60 - # - #multiplier used for calculating exhaustion from speed when a crank is turned. - #Range: 0.0 ~ 1.0 - crankHungerMultiplier = 0.009999999776482582 - - # - #Encased Fan - [kinetics.encasedFan] - # - #Maximum distance in blocks Fans can push entities. - #Range: > 5 - fanPushDistance = 20 - # - #Maximum distance in blocks from where Fans can pull entities. - #Range: > 5 - fanPullDistance = 20 - # - #Game ticks between Fans checking for anything blocking their air flow. - #Range: > 10 - fanBlockCheckRate = 30 - # - #[in Revolutions per Minute] - #Rotation speed at which the maximum stats of fans are reached. - #Range: > 64 - fanRotationArgmax = 256 - # - #[in Revolutions per Minute] - #Rotation speed generated by a vertical fan above fire. - #Range: > 0 - generatingFanSpeed = 4 - # - #Game ticks required for a Fan-based processing recipe to take effect. - #Range: > 0 - inWorldProcessingTime = 150 - - # - #Moving Contraptions - [kinetics.contraptions] - # - #Maximum amount of blocks in a structure movable by Pistons, Bearings or other means. - #Range: > 1 - maxBlocksMoved = 2048 - # - #Maximum value of a chassis attachment range. - #Range: > 1 - maxChassisRange = 16 - # - #Maximum amount of extension poles behind a Mechanical Piston. - #Range: > 1 - maxPistonPoles = 64 - # - #Max length of rope available off a Rope Pulley. - #Range: > 1 - maxRopeLength = 128 - # - #Maximum allowed distance of two coupled minecarts. - #Range: > 1 - maxCartCouplingLength = 32 - - [kinetics.stressValues] - - # - #Fine tune the kinetic stats of individual components - [kinetics.stressValues.v1] - - # - #[in Stress Units] - #Configure the individual stress impact of mechanical blocks. Note that this cost is doubled for every speed increase it receives. - [kinetics.stressValues.v1.impact] - deployer = 4.0 - mechanical_piston = 4.0 - millstone = 4.0 - mechanical_bearing = 4.0 - clockwork_bearing = 4.0 - cuckoo_clock = 1.0 - speedometer = 0.0 - mechanical_saw = 4.0 - flywheel = 0.0 - encased_chain_drive = 0.0 - clutch = 0.0 - encased_fan = 2.0 - adjustable_chain_gearshift = 0.0 - mechanical_pump = 4.0 - crushing_wheel = 8.0 - mechanical_mixer = 4.0 - rope_pulley = 4.0 - rotation_speed_controller = 0.0 - mechanical_arm = 8.0 - andesite_encased_shaft = 0.0 - mechanical_press = 8.0 - large_cogwheel = 0.0 - mechanical_drill = 4.0 - mysterious_cuckoo_clock = 1.0 - stressometer = 0.0 - shaft = 0.0 - brass_encased_shaft = 0.0 - gearshift = 0.0 - turntable = 4.0 - sticky_mechanical_piston = 4.0 - sequenced_gearshift = 0.0 - cogwheel = 0.0 - belt = 1.0 - gearbox = 0.0 - hose_pulley = 4.0 - mechanical_crafter = 2.0 - - # - #[in Stress Units] - #Configure how much stress a source can accommodate for. - [kinetics.stressValues.v1.capacity] - hand_crank = 8.0 - furnace_engine = 1024.0 - encased_fan = 16.0 - creative_motor = 16384.0 - water_wheel = 16.0 - windmill_bearing = 512.0 - - # - #Configure speed/capacity levels for requirements and indicators. - [kinetics.stressValues.stats] - # - #[in Revolutions per Minute] - #Minimum speed of rotation to be considered 'medium' - #Range: 0.0 ~ 4096.0 - mediumSpeed = 30.0 - # - #[in Revolutions per Minute] - #Minimum speed of rotation to be considered 'fast' - #Range: 0.0 ~ 65535.0 - fastSpeed = 100.0 - # - #[in Stress Units] - #Minimum stress impact to be considered 'medium' - #Range: 0.0 ~ 4096.0 - mediumStressImpact = 4.0 - # - #[in Stress Units] - #Minimum stress impact to be considered 'high' - #Range: 0.0 ~ 65535.0 - highStressImpact = 8.0 - # - #[in Stress Units] - #Minimum added Capacity by sources to be considered 'medium' - #Range: 0.0 ~ 4096.0 - mediumCapacity = 128.0 - # - #[in Stress Units] - #Minimum added Capacity by sources to be considered 'high' - #Range: 0.0 ~ 65535.0 - highCapacity = 512.0 - -# -#Create's liquid manipulation tools -[fluids] - # - #[in Buckets] - #The amount of liquid a tank can hold per block. - #Range: > 1 - fluidTankCapacity = 8 - # - #[in Blocks] - #The maximum height a fluid tank can reach. - #Range: > 1 - fluidTankMaxHeight = 32 - # - #[in Blocks] - #The maximum distance a mechanical pump can push or pull liquids on either side. - #Range: > 1 - mechanicalPumpRange = 16 - # - #[in Blocks] - #[-1 to disable this behaviour] - #The minimum amount of fluid blocks the hose pulley needs to find before deeming it an infinite source. - #Range: > -1 - hosePulleyBlockThreshold = 10000 - # - #[in Blocks] - #The maximum distance a hose pulley can draw fluid blocks from. - #Range: > 1 - hosePulleyRange = 128 - -# -#Tweaks for logistical components -[logistics] - # - #The maximum amount of items a funnel pulls at a time without an applied filter. - #Range: 1 ~ 64 - defaultExtractionLimit = 64 - # - #The amount of ticks a funnel waits between item transferrals, when it is not re-activated by redstone. - #Range: > 1 - defaultExtractionTimer = 8 - # - #The amount of ticks a portable storage interface waits for transfers until letting contraptions move along. - #Range: > 1 - psiTimeout = 20 - # - #Maximum distance in blocks a Mechanical Arm can reach across. - #Range: > 1 - mechanicalArmRange = 5 - # - #Maximum possible range in blocks of redstone link connections. - #Range: > 1 - linkRange = 128 - -# -#Everything related to Schematic tools -[schematics] - # - #[in KiloBytes] - #The maximum allowed file size of uploaded Schematics. - #Range: > 16 - maxSchematics = 256 - # - #[in Bytes] - #The maximum packet size uploaded Schematics are split into. - #Range: 256 ~ 32767 - maxSchematicPacketSize = 1024 - # - #Amount of game ticks without new packets arriving until an active schematic upload process is discarded. - #Range: > 100 - schematicIdleTimeout = 600 - - # - #Schematicannon - [schematics.schematicannon] - # - #Amount of game ticks between shots of the cannon. Higher => Slower - #Range: > 1 - schematicannonDelay = 10 - # - #Amount of block positions per tick scanned by a running cannon. Higher => Faster - #Range: > 1 - schematicannonSkips = 10 - # - #% of Schematicannon's Fuel filled by 1 Gunpowder. - #Range: 0.0 ~ 100.0 - schematicannonGunpowderWorth = 20.0 - # - #% of Schematicannon's Fuel used for each fired block. - #Range: 0.0 ~ 100.0 - schematicannonFuelUsage = 0.05000000074505806 - -# -#Gadgets and other Shenanigans added by Create -[curiosities] - # - #The Maximum Distance to an active mirror for the symmetry wand to trigger. - #Range: > 10 - maxSymmetryWandRange = 50 - diff --git a/defaultconfigs/curios-server.toml b/defaultconfigs/curios-server.toml deleted file mode 100644 index f92f29c..0000000 --- a/defaultconfigs/curios-server.toml +++ /dev/null @@ -1,3 +0,0 @@ -#List of curio slot type settings -curiosSettings = [] - diff --git a/defaultconfigs/elevatorid-server.toml b/defaultconfigs/elevatorid-server.toml deleted file mode 100644 index 4e51c41..0000000 --- a/defaultconfigs/elevatorid-server.toml +++ /dev/null @@ -1,22 +0,0 @@ - -[General] - #Should elevators have the same color in order to teleport ? - sameColor = false - #Elevator range - #Range: 3 ~ 256 - range = 256 - #Realign players to the center of elevator ? - precisionTarget = true - #Can mobs spawn on elevators ? - mobSpawn = false - #Reset pitch to 0 when teleporting to normal elevators ? - resetPitchNormal = false - #Reset pitch to 0 when teleporting to directional elevators ? - resetPitchDirectional = true - #Should teleporting require XP ? - useXP = false - #Amount of XP points to use when useXP is enabled - #Note this is NOT experience levels - #Range: > 1 - XPPointsAmount = 1 - diff --git a/defaultconfigs/engineerstools-server.toml b/defaultconfigs/engineerstools-server.toml deleted file mode 100644 index e88378a..0000000 --- a/defaultconfigs/engineerstools-server.toml +++ /dev/null @@ -1,19 +0,0 @@ - -#Settings affecting the logical server side, also valid for single player games. -[server] - - #Settings to tweak the performance, or use cases normally no change should be required here. - [server.tweaks] - #Durability (maximum item damage) of the REDIA tool. - #Range: 750 ~ 4000 - redia_tool_durability = 3000 - #Durability of the REDIA tool in percent, which the tool has when it is crafted. Allows to tune initial repairing investments for getting efficiency and furtune. - #Range: 50 ~ 100 - redia_tool_initial_durability_percent = 100 - #Defines the efficiency scaling depending on the durability. Ten values have to given as integer numbers, (between 0 and 4), and the curve must be rising left-to-right. 0 corresponds to vanilla diamond tools. The first number specifies the efficiency between 0% and 10% durability, second 10% to 20%, last 90% to 100%. - redia_tool_efficiency_curve = "0,1,1,2,2,3,3,3,3,4" - #Defines the fortune depending on the durability. Ten values have to given as integer numbers, (between 0 and 3), and the curve must be rising left-to-right. The first number specifies the furtune between 0% and 10% durability, second 10% to 20%, last 90% to 100%. - redia_tool_furtune_curve = "0,0,0,0,1,1,1,1,2,3" - #Disable the REDIA tool feature to prevent accidentally hitting own pets, villagers, or bloody zombie pigmen. - without_safe_attacking = false - diff --git a/defaultconfigs/extcaves-server.toml b/defaultconfigs/extcaves-server.toml deleted file mode 100644 index 7cff0b5..0000000 --- a/defaultconfigs/extcaves-server.toml +++ /dev/null @@ -1,271 +0,0 @@ - -[Spawn_Conditions] - - [Spawn_Conditions.Structures] - # - #Generate Cabins - gen_structure_cabins = true - # - #Generate Dungeons - gen_structure_dungeons = true - - [Spawn_Conditions.Blocks] - # - #Generate Old Stone - gen_block_oldstone = true - # - #Generate Broken Stone - gen_block_brokenstone = true - # - #Generate Sediment Stone - gen_block_sedimentstone = true - # - #Generate Lavastone - gen_block_lavastone = true - # - #Generate Dirt - gen_block_dirt = true - # - #Generate Dirt Stone - gen_block_dirtstone = true - # - #Generate Marlstone - gen_block_marlstone = true - # - #Generate Packed Ice - gen_block_packed_ice = true - - [Spawn_Conditions.Mushrooms] - # - #Generate Mushrooms - gen_mushrooms = true - - [Spawn_Conditions.Mosses] - # - #Generate Mosses - gen_mosses = true - - [Spawn_Conditions.Vines] - # - #Generate Vines - gen_vines = true - - [Spawn_Conditions.Rocks] - # - #Generate Flints - gen_rock_flints = true - # - #Generate Pebbles - gen_rock_pebbles = true - # - #Generate Rock Piles - gen_rock_rockpiles = true - # - #Generate Stalagmites - gen_rock_stalagmites = true - # - #Generate Stalactites - gen_rock_stalactites = true - -[Spawn_Rates] - - [Spawn_Rates.Structures] - # - #Oak Cabins Spawn Rate (default=7) - #Range: 1 ~ 10 - spawnrate_structure_cabins_oak = 7 - # - #Cobblestone Cabins Spawn Rate (default=7) - #Range: 1 ~ 10 - spawnrate_structure_cabins_cobblestone = 7 - # - #Bricks Cabins Spawn Rate (default=7) - #Range: 1 ~ 10 - spawnrate_structure_cabins_bricks = 7 - # - #Spruce Cabins Spawn Rate (default=7) - #Range: 1 ~ 10 - spawnrate_structure_cabins_spruce = 7 - # - #Jungle Cabins Spawn Rate (default=7) - #Range: 1 ~ 10 - spawnrate_structure_cabins_jungle = 7 - # - #Acacia Cabins Spawn Rate (default=7) - #Range: 1 ~ 10 - spawnrate_structure_cabins_acacia = 7 - # - #Cobblestone Dungeons Spawn Rate (default=5) - #Range: 1 ~ 10 - spawnrate_structure_dungeons_cobblestone = 5 - # - #Tall Cobblestone Dungeons Spawn Rate (default=5) - #Range: 1 ~ 10 - spawnrate_structure_dungeons_tall_cobblestone = 5 - # - #Ice Dungeons Spawn Rate (default=5) - #Range: 1 ~ 10 - spawnrate_structure_dungeons_ice = 5 - # - #Lavastone Dungeons Spawn Rate (default=5) - #Range: 1 ~ 10 - spawnrate_structure_dungeons_lavastone = 5 - # - #Tall Lavastone Dungeons Spawn Rate (default=5) - #Range: 1 ~ 10 - spawnrate_structure_dungeons_tall_lavastone = 5 - - [Spawn_Rates.Blocks] - # - #Old Stone Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_block_oldstone = 10 - # - #Broken Stone Spawn Rate (default=12) - #Range: 1 ~ 50 - spawnrate_block_brokenstone = 12 - # - #Sediment Stone Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_block_sedimentstone = 8 - # - #Lavastone Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_block_lavastone = 8 - # - #Dirt Spawn Rate (default=5) - #Range: 1 ~ 50 - spawnrate_block_dirt = 5 - # - #Dirt Stone Spawn Rate (default=5) - #Range: 1 ~ 50 - spawnrate_block_dirtstone = 5 - # - #Marlstone Spawn Rate (default=5) - #Range: 1 ~ 50 - spawnrate_block_marlstone = 5 - # - #Packed Ice Spawn Rate (default=5) - #Range: 1 ~ 50 - spawnrate_block_packed_ice = 5 - - [Spawn_Rates.Mushrooms] - # - #Sweetshroom Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_mushroom_sweetshroom = 10 - # - #Goldishroom Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_mushroom_goldishroom = 10 - # - #Shinyshroom Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_mushroom_shinyshroom = 10 - # - #Lumishroom Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_mushroom_lumishroom = 10 - # - #Fluoshroom Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_mushroom_fluoshroom = 10 - # - #Rockshroom Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_mushroom_rockshroom = 10 - - [Spawn_Rates.Mosses] - # - #Dry Moss Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_moss_dry = 10 - # - #Fire Moss Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_moss_fire = 10 - # - #Frozen Moss Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_moss_frozen = 10 - # - #Hanging Roots Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_moss_hanging_roots = 10 - # - #Humid Moss Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_moss_humid = 10 - - [Spawn_Rates.Vines] - # - #Cave Vine Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_cave_vine = 10 - - [Spawn_Rates.Rocks] - # - #Flint Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_rock_flints = 10 - # - #Pebble Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_rock_pebbles = 10 - # - #Rock Piles Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_rock_rockpiles = 10 - # - #Stalagmite Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_rock_stalagmites = 10 - # - #Stalactite Spawn Rate (default=10) - #Range: 1 ~ 50 - spawnrate_rock_stalactites = 10 - -[Patches_Sizes] - # - #Old Stone Patches Size (default=40) - #Range: 1 ~ 100 - patch_size_oldstone = 40 - # - #Broken Stone Patches Size (default=24) - #Range: 1 ~ 100 - patch_size_brokenstone = 24 - # - #Sediment Stone Patches Size (default=40) - #Range: 1 ~ 100 - patch_size_sedimentstone = 40 - # - #Lavastone Patches Size (default=40) - #Range: 1 ~ 100 - patch_size_lavastone = 40 - # - #Dirt Patches Size (default=40) - #Range: 1 ~ 100 - patch_size_dirt = 40 - # - #Dirt Stone Patches Size (default=60) - #Range: 1 ~ 100 - patch_size_dirtstone = 60 - # - #Marlstone Patches Size (default=40) - #Range: 1 ~ 100 - patch_size_marlstone = 60 - # - #Packed Ice Patches Size (default=60) - #Range: 1 ~ 100 - patch_size_packed_ice = 60 - -[Items] - # - #Healing items cooldown in seconds (default=5) - #Range: 1 ~ 30 - item_medecine_cooldown = 5 - # - #Health amount given by the bandage (1 = half heart) (default=4) - #Range: 1 ~ 40 - item_bandage_health = 4 - diff --git a/defaultconfigs/extradisks-server.toml b/defaultconfigs/extradisks-server.toml deleted file mode 100644 index fe5b2d2..0000000 --- a/defaultconfigs/extradisks-server.toml +++ /dev/null @@ -1,35 +0,0 @@ - -[storageblocks] - - [storageblocks.item] - #item storage blocks energy usage - #Range: > 0 - 256k = 12 - #Range: > 0 - 1024k = 14 - #Range: > 0 - 4096k = 16 - #Range: > 0 - 16384k = 18 - #Range: > 0 - 65536k = 20 - #Range: > 0 - 262144k = 22 - #Range: > 0 - 1048576k = 24 - #Range: > 0 - infinite = 26 - - [storageblocks.fluid] - #fluid storage blocks energy usage - #Range: > 0 - 16384k = 12 - #Range: > 0 - 65536k = 14 - #Range: > 0 - 262144k = 16 - #Range: > 0 - 1048576k = 18 - #Range: > 0 - infinite = 20 - diff --git a/defaultconfigs/fastleafdecay-server.toml b/defaultconfigs/fastleafdecay-server.toml deleted file mode 100644 index 584e2d1..0000000 --- a/defaultconfigs/fastleafdecay-server.toml +++ /dev/null @@ -1,7 +0,0 @@ -#Minimum time in ticks for leaf decay. Must be lower than MaximumDecayTime! -#Range: > 0 -MinimumDecayTime = 4 -#Maximum time in ticks for leaf decay. Must be higher than MinimumDecayTime! -#Range: > 0 -MaximumDecayTime = 11 - diff --git a/defaultconfigs/fluxnetworks-server.toml b/defaultconfigs/fluxnetworks-server.toml deleted file mode 100644 index aaceea4..0000000 --- a/defaultconfigs/fluxnetworks-server.toml +++ /dev/null @@ -1,18 +0,0 @@ - -[energy] - #The default transfer limit of a flux connector - #Range: 0 ~ 9223372036854775807 - defaultLimit = 800000 - #Range: 0 ~ 9223372036854775807 - basicCapacity = 1000000 - #Range: 0 ~ 9223372036854775807 - basicTransfer = 20000 - #Range: 0 ~ 9223372036854775807 - herculeanCapacity = 8000000 - #Range: 0 ~ 9223372036854775807 - herculeanTransfer = 120000 - #Range: 0 ~ 9223372036854775807 - gargantuanCapacity = 128000000 - #Range: 0 ~ 9223372036854775807 - gargantuanTransfer = 1440000 - diff --git a/defaultconfigs/ftbchunks-server.toml b/defaultconfigs/ftbchunks-server.toml deleted file mode 100644 index 7dd572f..0000000 --- a/defaultconfigs/ftbchunks-server.toml +++ /dev/null @@ -1,22 +0,0 @@ -#Disables fake players like miners and auto-clickers. -disable_fake_players = false -#Max claimed chunks. -#You can override this with FTB Ranks 'ftbchunks.max_claimed' permission -#Range: > 0 -max_claimed_chunks = 500 -#Max force loaded chunks. -#You can override this with FTB Ranks 'ftbchunks.max_force_loaded' permission -#Range: > 0 -max_force_loaded_chunks = 10 -#Allow players to load chunks while they are offline. -chunk_load_offline = false -#Disables all land protection. Useful for private servers where everyone is trusted and claims are only used for forceloading. -disable_protection = false -#Forced modes won't let players change their ally settings. -#Allowed Values: DEFAULT, FORCED_ALL, FORCED_NONE -ally_mode = "DEFAULT" -#Blacklist for dimensions where chunks can't be claimed. -claim_dimension_blacklist = ["minecraft:the_end"] -#Patches vanilla chunkloading to allow random block ticks and other environment updates in chunks where no players are nearby. With this off farms and other things won't work. Disable in case this causes issues. -patch_chunkloading = true - diff --git a/defaultconfigs/gravestone-server.toml b/defaultconfigs/gravestone-server.toml deleted file mode 100644 index e05c9a8..0000000 --- a/defaultconfigs/gravestone-server.toml +++ /dev/null @@ -1,18 +0,0 @@ -#If this is set to true you get an obituary after you died -enable_obituary = true -#The blocks that can be replaced with a grave -#If it starts with '#' it is a tag -replaceable_blocks = ["#gravestone:grave_replaceable"] -#If this is set to true the obituary will be taken out of your inventory when you break the grave -remove_obituary = false -#If this is set to true only the player that owns the grave and admins can break the grave -only_owners_can_break = false -#If this is set to true the ghost of the dead player will be spawned when the grave is broken -spawn_ghost = false -#If this is set to true the ghost player will defend the player -friendly_ghost = true -#If this is set to true you get your items back into your inventory by sneaking on the grave -sneak_pickup = false -#If this is set to true you get your items sorted back into your inventory by breaking the grave -break_pickup = true - diff --git a/defaultconfigs/integratedcrafting-server.toml b/defaultconfigs/integratedcrafting-server.toml deleted file mode 100644 index 8b13789..0000000 --- a/defaultconfigs/integratedcrafting-server.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/defaultconfigs/integrateddynamics-server.toml b/defaultconfigs/integrateddynamics-server.toml deleted file mode 100644 index 8b13789..0000000 --- a/defaultconfigs/integrateddynamics-server.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/defaultconfigs/integratedterminals-server.toml b/defaultconfigs/integratedterminals-server.toml deleted file mode 100644 index 8b13789..0000000 --- a/defaultconfigs/integratedterminals-server.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/defaultconfigs/integratedtunnels-server.toml b/defaultconfigs/integratedtunnels-server.toml deleted file mode 100644 index 8b13789..0000000 --- a/defaultconfigs/integratedtunnels-server.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/defaultconfigs/inventorysorter-server.toml b/defaultconfigs/inventorysorter-server.toml deleted file mode 100644 index 57aef89..0000000 --- a/defaultconfigs/inventorysorter-server.toml +++ /dev/null @@ -1,8 +0,0 @@ - -#Inventory sorter blacklists -[blacklists] - #Container blacklist - containerBlacklist = [] - #Slot type blacklist - slotBlacklist = [] - diff --git a/defaultconfigs/mcjtylib-server.toml b/defaultconfigs/mcjtylib-server.toml deleted file mode 100644 index e30031c..0000000 --- a/defaultconfigs/mcjtylib-server.toml +++ /dev/null @@ -1,13 +0,0 @@ - -#General settings for all mods using mcjtylib -[general] - #If true dump a lot of logging information about various things. Useful for debugging - logging = false - #If true then blocks using mcjtylib will have ownership tagged on them (useful for the rftools security manager) - manageOwnership = true - #If true then mods using McJtyLib might try to be as friendly as possible to mods that support very tall chunks (taller then 256). No guarantees however! Set to false for more optimal performance - tallChunkFriendly = false - #The maximum amount of dimensional shards that can be infused in a single machine - #Range: > 1 - maxInfuse = 256 - diff --git a/defaultconfigs/minecolonies-server.toml b/defaultconfigs/minecolonies-server.toml deleted file mode 100644 index d9aa71c..0000000 --- a/defaultconfigs/minecolonies-server.toml +++ /dev/null @@ -1,600 +0,0 @@ - -#All configuration items related to the citizen names -[names] - #Should citizens have a middle initial? [Default: true] - usemiddleinitial = true - #Should new citizens use the Eastern name order (with their surname first)? [Default: false] - useeasternnameorder = false - #Male first names to be used for colonists - malefirstnames = ["Aarav", "Aaron", "Aayan", "Abdiel", "Alain", "Aaliyah", "Abdullah", "Abel", "Abraham", "Abram", "Ace", "Adam", "Adan", "Aden", "Adonis", "Adrian", "Adriel", "Adrien", "Ahmad", "Ahmed", "Ahmir", "Aidan", "Aiden", "Akeno", "Alan", "Alaric", "Albert", "Alberto", "Alden", "Aldo", "Alec", "Alejandro", "Alessandro", "Alex", "Alexander", "Alexis", "Alexzander", "Alfonso", "Alfred", "Alfredo", "Ali", "Alijah", "Alistair", "Allan", "Allen", "Alonso", "Alonzo", "Alvaro", "Alvin", "Amari", "Ambrose", "Ameer", "Amherst", "Amias", "Amir", "Amos", "Amrith", "Anakin", "Anders", "Anderson", "Andre", "Andres", "Andrew", "Andy", "Angel", "Angelo", "Anson", "Anthony", "Antonio", "Apollo", "Archer", "Archie", "Ares", "Ari", "Arian", "Ariel", "Aries", "Arjun", "Arlo", "Armando", "Armani", "Aroon", "Aron", "Arthur", "Arturo", "Aryan", "Asa", "Asher", "Ashton", "Atlas", "Atreus", "Atticus", "August", "Augustine", "Augustus", "Austin", "Avery", "Axel", "Axl", "Axton", "Ayaan", "Ayan", "Ayden", "Aydin", "Azariah", "Aziel", "Azrael", "Baker", "Banks", "Barnaby", "Barrett", "Bartholomew", "Baylor", "Bear", "Beau", "Beckett", "Beckham", "Bellamy", "Ben", "Benedict", "Benicio", "Benjamin", "Bennett", "Benson", "Bentlee", "Bentley", "Bernard", "Billy", "Bjorn", "Blaine", "Blaise", "Blake", "Blaze", "Bo", "Bobby", "Bode", "Boden", "Bodhi", "Bodie", "Boone", "Boston", "Bourey", "Bowen", "Braden", "Bradley", "Brady", "Brandon", "Branson", "Brantley", "Braxton", "Brayan", "Brayden", "Braydon", "Braylen", "Braylon", "Brecken", "Brendan", "Brennan", "Brentley", "Brett", "Brian", "Briar", "Bridger", "Briggs", "Brixton", "Brock", "Brodie", "Brody", "Bronson", "Brooks", "Bruce", "Bruno", "Bryan", "Bryant", "Bryce", "Brycen", "Bryson", "Byron", "Cade", "Caden", "Caiden", "Cain", "Cairo", "Caleb", "Callahan", "Callan", "Callen", "Callum", "Calum", "Calvin", "Camden", "Cameron", "Camilo", "Canaan", "Cannon", "Carl", "Carlos", "Carmelo", "Carson", "Carter", "Case", "Casen", "Casey", "Cash", "Cason", "Caspian", "Cassius", "Castiel", "Cayden", "Cayson", "Cesar", "Chaim", "Chance", "Chandler", "Charles", "Charlie", "Chase", "Chin", "Chris", "Christian", "Christopher", "Chung", "Clark", "Clay", "Clayton", "Clyde", "Cody", "Cohen", "Colby", "Cole", "Colin", "Collin", "Colson", "Colt", "Colten", "Colter", "Colton", "Conner", "Connor", "Conor", "Conrad", "Cooper", "Corbin", "Corey", "Cory", "Creed", "Crew", "Cristian", "Crosby", "Cruz", "Cullen", "Curtis", "Cuthbert", "Cyrus", "Cyrille", "Dakari", "Dakota", "Dallas", "Dalton", "Damari", "Damian", "Damien", "Damon", "Dane", "Dangelo", "Daniel", "Danny", "Dante", "Darian", "Dariel", "Dario", "Darius", "Darren", "Darwin", "Dash", "David", "Davion", "Davis", "Dawson", "Dax", "Daxton", "Dayton", "Deacon", "Dean", "Deandre", "Declan", "Demetrius", "Dennis", "Denver", "Derek", "Derrick", "Desmond", "Devin", "Devon", "Dexter", "Dhruv", "Diego", "Dilan", "Diogo", "Dillon", "Dominic", "Dominick", "Dominik", "Donald", "Donovan", "Dorian", "Douglas", "Drake", "Drew", "Duarte", "Duke", "Dustin", "Dylan", "Easton", "Eddie", "Eden", "Edgar", "Edison", "Edmund", "Eduardo", "Edward", "Edwin", "Eithan", "Eli", "Elian", "Elias", "Eliel", "Elijah", "Eliseo", "Elisha", "Elliot", "Elliott", "Ellis", "Emanuel", "Emerson", "Emery", "Emiliano", "Emilio", "Emir", "Emmanuel", "Emmett", "Emmitt", "Emory", "Enoch", "Enrique", "Enzo", "Ephraim", "Eric", "Erick", "Erik", "Ermias", "Ernesto", "Esteban", "Ethan", "Eugene", "Evan", "Everett", "Ezekiel", "Ezequiel", "Ezra", "Fabian", "Felipe", "Felix", "Félix", "Fernando", "Finley", "Finn", "Finnegan", "Finnley", "Fisher", "Fletcher", "Flynn", "Ford", "Forest", "Forrest", "Foster", "Fox", "Francis", "Francisco", "Franco", "Frank", "Franklin", "Frederick", "Fulke", "Gabriel", "Gael", "Gage", "Garrett", "Gary", "Gatlin", "Gavin", "Genesis", "Geoffrey", "George", "Gerald", "Gerardo", "Gianni", "Gideon", "Gilbert", "Giles", "Giovanni", "Gordon", "Grady", "Graham", "Grant", "Graysen", "Grayson", "Gregory", "Grey", "Greyson", "Griffin", "Guillermo", "Guewen", "Gunnar", "Gunner", "Gustavo", "Hamza", "Hank", "Harlan", "Harlem", "Harley", "Harold", "Harrison", "Harry", "Harvey", "Hassan", "Hayden", "Hayes", "Heath", "Hector", "Hendrix", "Henrik", "Henry", "Hezekiah", "Holden", "Houston", "Howard", "Hudson", "Hugh", "Hugo", "Humphrey", "Hunter", "Huxley", "Ian", "Ibrahim", "Idris", "Ignacio", "Iker", "Isaac", "Isaiah", "Isaias", "Ishaan", "Ismael", "Israel", "Issac", "Ivan", "Izaiah", "Jabari", "Jace", "Jack", "Jackie", "Jackson", "Jacob", "Jacoby", "Jad", "Jaden", "Jadiel", "Jagger", "Jaiden", "Jaime", "Jair", "Jairo", "Jakari", "Jake", "Jakob", "Jalen", "Jamal", "Jamari", "James", "Jameson", "Jamie", "Jamir", "Jamison", "Jared", "Jase", "Jasiah", "Jason", "Jasper", "Javier", "Javion", "Jax", "Jaxen", "Jaxon", "Jaxson", "Jaxton", "Jaxx", "Jaxxon", "Jay", "Jayce", "Jayceon", "Jayden", "Jaylen", "Jayson", "Jaziel", "Jedidiah", "Jefferson", "Jeffery", "Jeffrey", "Jensen", "Jeremiah", "Jeremias", "Jeremy", "Jericho", "Jermaine", "Jerome", "Jerry", "Jesiah", "Jesse", "Jesus", "Jett", "Jimmy", "Jin", "Joaquin", "Joe", "Joel", "Joey", "Johan", "John", "Johnathan", "Johnny", "Jon", "Jonah", "Jonas", "Jonathan", "Jordan", "Jordy", "Jorge", "Jose", "Joseph", "Joshua", "Josiah", "Josue", "Jovanni", "Joziah", "Juan", "Judah", "Jude", "Judson", "Juelz", "Julian", "Julien", "Julio", "Julius", "Junior", "Justice", "Justin", "Kabir", "Kace", "Kade", "Kaden", "Kai", "Kaiden", "Kairo", "Kaiser", "Kaison", "Kaleb", "Kalel", "Kamari", "Kamden", "Kamdyn", "Kameron", "Kamryn", "Kane", "Kannon", "Kareem", "Karsen", "Karson", "Karter", "Kase", "Kasem", "Kasen", "Kash", "Kashton", "Kason", "Kayden", "Kaysen", "Kayson", "Keanu", "Keaton", "Keegan", "Keenan", "Keith", "Kellan", "Kellen", "Kelvin", "Kendrick", "Kenneth", "Kenny", "Kenzo", "Kevin", "Kysen", "Khalid", "Khalil", "Khari", "Kiaan", "Kian", "Kieran", "Killian", "King", "Kingsley", "Kingston", "Kishore", "Knox", "Koa", "Kobe", "Koda", "Kody", "Kohen", "Kole", "Kolten", "Kolton", "Korbin", "Krew", "Kristian", "Kristopher", "Kye", "Kylan", "Kyle", "Kylen", "Kyler", "Kylian", "Kylo", "Kyng", "Kyree", "Kyrie", "Kyro", "Kyson", "Lachlan", "Lance", "Lancelot", "Landen", "Landon", "Landry", "Landyn", "Lane", "Langston", "Larry", "Lawrence", "Lawson", "Layne", "Layton", "Leandro", "Ledger", "Lee", "Legacy", "Legend", "Leighton", "Leland", "Lennon", "Lennox", "Leo", "Leon", "Leonard", "Leonardo", "Leonel", "Leonidas", "Leroy", "Levi", "Lewis", "Liam", "Lian", "Lincoln", "Lionel", "Lochlan", "Logan", "Lorenzo", "Louie", "Louis", "Luca", "Lucas", "Lucca", "Lucian", "Luciano", "Luis", "Luka", "Lukas", "Luke", "Lyle", "Mac", "Mack", "Madden", "Maddox", "Magnus", "Maison", "Major", "Makai", "Malachi", "Malakai", "Malakhi", "Malcolm", "Malik", "Manuel", "Marc", "Marcel", "Marcellus", "Marcelo", "Marco", "Marcos", "Marcus", "Mario", "Mark", "Marlon", "Marquis", "Marshall", "Martin", "Marvin", "Mason", "Mateo", "Mathew", "Mathias", "Matias", "Matteo", "Matthew", "Matthias", "Maurice", "Mauricio", "Maverick", "Max", "Maxim", "Maximilian", "Maximiliano", "Maximo", "Maximus", "Maxton", "Maxwell", "Mayson", "Mekhi", "Melvin", "Memphis", "Merrick", "Messiah", "Micah", "Michael", "Miguel", "Mike", "Milan", "Miles", "Miller", "Milo", "Misael", "Mitchell", "Mohamed", "Mohammed", "Moises", "Mordechai", "Morgan", "Moses", "Moshe", "Muhammad", "Musa", "Mustafa", "Myles", "Mylo", "Nash", "Nasir", "Nathan", "Nathanael", "Nathaniel", "Naveen", "Nehemiah", "Neil", "Nelson", "Nicholas", "Nico", "Nicolas", "Niklaus", "Niko", "Nikolai", "Nikolas", "Nixon", "Noah", "Noe", "Noel", "Nolan", "Nova", "Oakley", "Odin", "Oliver", "Omar", "Omari", "Onyx", "Orion", "Orlando", "Oscar", "Oswyn", "Otis", "Otto", "Owen", "Pablo", "Papoo", "Parker", "Patrick", "Paul", "Paxton", "Pedro", "Peter", "Peyton", "Philip", "Phillip", "Phoenix", "Pierce", "Piers", "Porter", "Prasad", "Preston", "Prince", "Princeton", "Quentin", "Quincy", "Quinn", "Quinton", "Rafael", "Raiden", "Ralph", "Ramon", "Randy", "Raphael", "Raul", "Ray", "Rayan", "Rayden", "Raylan", "Raymond", "Reece", "Reed", "Reese", "Reginald", "Reid", "Reign", "Remi", "Remington", "Remy", "Rénald", "Rene", "Reynold", "Reynolds", "Reuben", "Rex", "Rey", "Reyansh", "Rhett", "Rhys", "Ricardo", "Richard", "Ricky", "Ridge", "Riley", "River", "Robert", "Roberto", "Robin", "Rocco", "Rocky", "Rodney", "Rodrigo", "Roger", "Rohan", "Roland", "Roman", "Rome", "Romeo", "Ronald", "Ronan", "Ronin", "Ronnie", "Rory", "Rowan", "Rowen", "Rowland", "Roxan", "Roy", "Royal", "Royce", "Ruben", "Rudy", "Russell", "Ryan", "Ryder", "Ryker", "Rylan", "Ryland", "Sage", "Sai", "Saint", "Salem", "Salvador", "Salvatore", "Sam", "Samir", "Samson", "Samuel", "Santana", "Santiago", "Santino", "Santos", "Saul", "Sawyer", "Scott", "Sean", "Sebastian", "Sekani", "Sergio", "Seth", "Seven", "Shane", "Shawn", "Shepherd", "Shiloh", "Silas", "Simeon", "Simon", "Sincere", "Skyler", "Solomon", "Sonny", "Soren", "Spencer", "Stanley", "Stefan", "Stephen", "Sterling", "Stetson", "Steven", "Stone", "Sullivan", "Sutton", "Sylas", "Tadeo", "Talon", "Tanner", "Tate", "Tatum", "Taylor", "Terrance", "Terry", "Thaddee", "Thaddeus", "Thatcher", "Theo", "Theodore", "Thiago", "Thomas", "Timothy", "Titan", "Titus", "Tobias", "Toby", "Tomas", "Tommy", "Tony", "Trace", "Travis", "Trent", "Trenton", "Trevor", "Trey", "Tripp", "Tristan", "Tristen", "Tristian", "Troy", "Tru", "Tucker", "Turner", "Ty", "Tyler", "Tyson", "Ulises", "Uriah", "Uriel", "Valentin", "Valentino", "Van", "Vance", "Vicente", "Victor", "Vihaan", "Vincent", "Vincenzo", "Vivaan", "Wade", "Walker", "Wallace", "Walter", "Warren", "Watson", "Waylon", "Wayne", "Wells", "Wes", "Wesley", "Wesson", "Westin", "Westley", "Weston", "Wilder", "Will", "William", "Wilson", "Winston", "Wyatt", "Xander", "Xavier", "Xzavier", "Yadiel", "Yael", "Yahir", "Yahya", "Yas", "Yehuda", "Yisroel", "Yosef", "Yousef", "Yusuf", "Zachariah", "Zachary", "Zahir", "Zaid", "Zaiden", "Zain", "Zaire", "Zakai", "Zander", "Zane", "Zavier", "Zayd", "Zayden", "Zayn", "Zayne", "Zechariah", "Zeke", "Zion", "Zyaire", "Zyon"] - #Female first names to be used for colonists - femalefirstnames = ["Aaliyah", "Abby", "Abigail", "Ada", "Adah", "Adair", "Adalee", "Adaline", "Adalyn", "Adalynn", "Addilyn", "Addilynn", "Addison", "Addisyn", "Addyson", "Adelaide", "Adele", "Adelina", "Adeline", "Adelyn", "Adelynn", "Adley", "Adriana", "Adrianna", "Agnes", "Aila", "Ailani", "Aileen", "Ainhoa", "Ainsley", "Aisha", "Aitana", "Alaia", "Alaina", "Alaiya", "Alana", "Alani", "Alanna", "Alannah", "Alaya", "Alayah", "Alayna", "Aleah", "Aleena", "Alejandra", "Alena", "Alessandra", "Alessia", "Alexa", "Alexandra", "Alexandria", "Alexia", "Alexis", "Alia", "Aliana", "Alianna", "Alice", "Alicia", "Alina", "Alison", "Alisson", "Alivia", "Aliya", "Aliyah", "Aliza", "Allie", "Allison", "Allyson", "Alma", "Alondra", "Alora", "Alyson", "Alyssa", "Amaia", "Amalia", "Amanda", "Amani", "Amara", "Amari", "Amaris", "Amaya", "Amayah", "Amber", "Amelia", "Amelie", "Amina", "Amira", "Amirah", "Amitha", "Amiya", "Amiyah", "Amora", "Amoura", "Amy", "Ana", "Anahi", "Anais", "Analia", "Anastasia", "Anaya", "Andi", "Andrea", "Angel", "Angela", "Angelica", "Angelina", "Angie", "Anika", "Aniya", "Aniyah", "Ann", "Anna", "Annabella", "Annabelle", "Annalise", "Anne", "Annie", "Annika", "Ansley", "Antonella", "Anya", "April", "Arabella", "Arden", "Ari", "Aria", "Ariadne", "Ariah", "Ariana", "Arianna", "Ariel", "Ariella", "Arielle", "Ariya", "Ariyah", "Arlette", "Armani", "Arya", "Ashley", "Ashlyn", "Ashlynn", "Aspen", "Astrid", "Athena", "Aubree", "Aubrey", "Aubrie", "Aubriella", "Aubrielle", "Audrey", "August", "Aurelia", "Aurora", "Austyn", "Autumn", "Ava", "Avah", "Avalynn", "Averi", "Averie", "Avery", "Aviana", "Avianna", "Aya", "Ayla", "Ayleen", "Aylin", "Azalea", "Azariah", "Azra", "Bailee", "Bailey", "Barbara", "Baylee", "Beatrice", "Beatrix", "Belen", "Bella", "Belle", "Berkley", "Bethany", "Betty", "Bexley", "Bianca", "Blair", "Blaire", "Blakely", "Blanche", "Bonnie", "Braelyn", "Braelynn", "Braylee", "Bria", "Briana", "Brianna", "Briar", "Bridget", "Briella", "Brielle", "Brinley", "Bristol", "Brittany", "Brooke", "Brooklyn", "Brooklynn", "Brylee", "Brynlee", "Brynn", "Cadence", "Cali", "Callie", "Calliope", "Cameron", "Camila", "Camilla", "Camille", "Camryn", "Carly", "Carmen", "Carolina", "Caroline", "Carolyn", "Casey", "Cassandra", "Cassidy", "Cataleya", "Catalina", "Catherine", "Cecelia", "Cecilia", "Celeste", "Celia", "Celine", "Cecily", "Chana", "Chandler", "Chanel", "Charity", "Charlee", "Charleigh", "Charley", "Charli", "Charlie", "Charlotte", "Chaya", "Chelsea", "Cheyenne", "Chloe", "Christina", "Christine", "Cindy", "Claire", "Clara", "Clare", "Clarissa", "Clemence", "Clementine", "Cleo", "Colette", "Collins", "Constance", "Cora", "Coraline", "Corinne", "Crystal", "Cynthia", "Dahlia", "Daisy", "Dakota", "Dalary", "Daleyza", "Dallas", "Dana", "Dani", "Daniela", "Daniella", "Danielle", "Danna", "Daphne", "Davina", "Dayana", "Deborah", "Delaney", "Delilah", "Della", "Demi", "Denise", "Denver", "Destiny", "Diana", "Dior", "Dixie", "Dorothy", "Dream", "Dulce", "Dylan", "Ecrin", "Eden", "Edith", "Egypt", "Eileen", "Elaina", "Elaine", "Eleanor", "Elena", "Eliana", "Elianna", "Elif", "Elina", "Elinor", "Elisa", "Elisabeth", "Elise", "Eliza", "Elizabeth", "Ella", "Elle", "Ellen", "Elliana", "Ellianna", "Ellie", "Elliot", "Elliott", "Ellis", "Ellison", "Elodie", "Eloise", "Elora", "Elsa", "Elsie", "Elyse", "Emani", "Ember", "Emberly", "Emelia", "Emely", "Emerald", "Emerie", "Emerson", "Emersyn", "Emery", "Emilee", "Emilia", "Emily", "Emma", "Emmaline", "Emmalyn", "Emmalynn", "Emmeline", "Emilienne", "Emmie", "Emmy", "Emory", "Ensley", "Erika", "Erin", "Esme", "Esmeralda", "Esperanza", "Estella", "Estelle", "Esther", "Estrella", "Eva", "Evangeline", "Eve", "Evelyn", "Evelynn", "Everlee", "Everleigh", "Everly", "Evie", "Ezra", "Faith", "Fallon", "Fatima", "Faye", "Felicity", "Fernanda", "Filipa", "Finley", "Fiona", "Flora", "Florence", "Fortune", "Frances", "Francesca", "Frankie", "Frideswide", "Gabriela", "Gabriella", "Gabrielle", "Galilea", "Gemma", "Genesis", "Genevieve", "Georgia", "Gia", "Giana", "Gianna", "Frédérique", "Freya", "Freyja", "Frida", "Gillian", "Giovanna", "Giselle", "Giuliana", "Gloria", "Grace", "Gracelyn", "Gracelynn", "Gracie", "Greta", "Guadalupe", "Gwen", "Gwendolyn", "Hadassah", "Hadlee", "Hadleigh", "Hadley", "Hailee", "Hailey", "Haisley", "Haley", "Halle", "Hallie", "Halo", "Hana", "Hanna", "Hannah", "Harlee", "Harleigh", "Harley", "Harlow", "Harmoni", "Harmony", "Harper", "Harriet", "Hattie", "Haven", "Hayden", "Haylee", "Hayley", "Haylie", "Hazel", "Heaven", "Heidi", "Helen", "Helena", "Henley", "Holland", "Holly", "Hope", "Hunter", "Iliana", "Imani", "India", "Indie", "Ingrid", "Irene", "Iris", "Isabel", "Isabela", "Isabella", "Isabelle", "Isla", "Ismena", "Itzayana", "Itzel", "Ivanna", "Ivory", "Ivy", "Izabella", "Jacqueline", "Jada", "Jade", "Jaelyn", "Jaelynn", "Jaliyah", "Jamie", "Jane", "Janelle", "Janet", "Janiyah", "Jasmine", "Jaycee", "Jayda", "Jayde", "Jayla", "Jaylah", "Jaylee", "Jayleen", "Jazlyn", "Jazmin", "Jazmine", "Jemma", "Jenesis", "Jenna", "Jennifer", "Jessica", "Jessie", "Jewel", "Jillian", "Jimena", "Joan", "Joanna", "Jocelyn", "Joelle", "Johanna", "Jolene", "Jolie", "Jordan", "Jordyn", "Josephine", "Josian", "Josie", "Journee", "Journey", "Journi", "Joy", "Joyce", "Judith", "Julia", "Juliana", "Julianna", "Julie", "Juliet", "Julieta", "Juliette", "Julissa", "June", "Juniper", "Justice", "Kai", "Kaia", "Kailani", "Kailey", "Kairi", "Kaisley", "Kaitlyn", "Kaiya", "Kalani", "Kali", "Kaliyah", "Kallie", "Kamari", "Kamila", "Kamilah", "Kamiyah", "Kamryn", "Kara", "Karen", "Karina", "Karisa", "Karla", "Karlee", "Karsyn", "Karter", "Kassidy", "Kataleya", "Katalina", "Kate", "Katelyn", "Katherine", "Kathleen", "Kathryn", "Katia", "Katie", "Kaya", "Kaydence", "Kayla", "Kaylani", "Kaylee", "Kayleigh", "Kaylie", "Kaylin", "Kehlani", "Keilani", "Keily", "Keira", "Kelly", "Kelsey", "Kendall", "Kendra", "Kenia", "Kenna", "Kennedi", "Kennedy", "Kensley", "Kenzie", "Keyla", "Khaleesi", "Khloe", "Kiana", "Kiara", "Kiera", "Kimber", "Kimberly", "Kimora", "Kinley", "Kinslee", "Kinsley", "Kira", "Kiyoshi", "Kora", "Kori", "Kyla", "Kylee", "Kyleigh", "Kylie", "Kynlee", "Kyra", "Lacey", "Laila", "Lailah", "Lainey", "Lana", "Landry", "Laney", "Lara", "Laura", "Laurel", "Lauren", "Lauryn", "Layla", "Laylah", "Lea", "Leah", "Leanna", "Lee", "Legacy", "Leia", "Leighton", "Leila", "Leilani", "Lena", "Lennon", "Lennox", "Leona", "Leslie", "Lettice", "Lexi", "Lexie", "Leyla", "Lia", "Liana", "Liberty", "Lila", "Lilah", "Lilian", "Liliana", "Lilianna", "Lilith", "Lillian", "Lilliana", "Lillie", "Lilly", "Lily", "Lilyana", "Lina", "Linda", "Lindsey", "Lisa", "Liv", "Livia", "Logan", "Lola", "London", "Londyn", "Lorelai", "Lorelei", "Lorena", "Louisa", "Louise", "Luana", "Lucia", "Luciana", "Lucille", "Lucy", "Luella", "Luisa", "Luna", "Luz", "Lyanna", "Lydia", "Lyla", "Lylah", "Lyra", "Mabel", "Maci", "Macie", "Mackenzie", "Macy", "Madalyn", "Madalynn", "Maddison", "Madeleine", "Madeline", "Madelyn", "Madelynn", "Madilyn", "Madilynn", "Madison", "Madisyn", "Mae", "Maeve", "Magdalena", "Maggie", "Magnolia", "Maia", "Maisie", "Maisy", "Makayla", "Makenna", "Makenzie", "Malani", "Malaya", "Malayah", "Malaysia", "Maleah", "Malia", "Maliah", "Maliyah", "Mallory", "Mara", "Maren", "Margaret", "Margery", "Margo", "Margot", "Maria", "Mariah", "Mariam", "Mariana", "Marianna", "Marie", "Marilyn", "Marina", "Marine", "Marion", "Marissa", "Marlee", "Marley", "Martha", "Mary", "Maryam", "Matilda", "Maud", "Mavis", "Maxine", "Maya", "Mckenna", "Mckenzie", "Mckinley", "Meadow", "Megan", "Meghan", "Meilani", "Mildred", "Milena", "Miley", "Millicent", "Millie", "Mina", "Mira", "Miracle", "Miranda", "Miriam", "Molly", "Monica", "Monroe", "Morgan", "Mya", "Myah", "Myla", "Mylah", "Myra", "Nadia", "Nala", "Nalani", "Nancy", "Naomi", "Natalia", "Natalie", "Nataly", "Natasha", "Nathalie", "Navy", "Nayeli", "Nellie", "Nevaeh", "Nia", "Mélanie", "Melanie", "Melany", "Melina", "Melissa", "Melody", "Mercy", "Meredith", "Mia", "Miah", "Micah", "Michaela", "Michelle", "Mikaela", "Mikayla", "Mila", "Milan", "Milana", "Milani", "Niamh", "Nicole", "Nina", "Noa", "Noelle", "Noemi", "Nola", "Noor", "Nora", "Norah", "Nova", "Novah", "Novalee", "Nyla", "Nylah", "Oaklee", "Oakleigh", "Oakley", "Oaklyn", "Oaklynn", "Octavia", "Odile", "Olive", "Olivia", "Opal", "Ophelia", "Osamu", "Paige", "Paislee", "Paisleigh", "Paisley", "Paityn", "Palmer", "Paloma", "Paola", "Paris", "Parker", "Parnell", "Patricia", "Paula", "Paulina", "Payton", "Pearl", "Penelope", "Penny", "Persephone", "Peyton", "Phoebe", "Phoenix", "Philippa", "Piper", "Poppy", "Presley", "Princess", "Priscilla", "Promise", "Prudence", "Queen", "Quinn", "Rachel", "Raegan", "Raelyn", "Raelynn", "Raina", "Ramona", "Raquel", "Raven", "Rayna", "Rayne", "Reagan", "Rebecca", "Rebekah", "Reese", "Regina", "Reign", "Reina", "Remi", "Remington", "Remy", "Renata", "Renee", "Renu", "Reyna", "Rhea", "Riley", "River", "Rivka", "Robin", "Romina", "Rory", "Rosa", "Rosalee", "Rosalie", "Rosalyn", "Rose", "Roselyn", "Rosemary", "Roshni", "Rosie", "Rowan", "Royal", "Royalty", "Ruby", "Ruth", "Ryan", "Ryann", "Rylan", "Rylee", "Ryleigh", "Rylie", "Sabrina", "Sadie", "Sage", "Saige", "Salem", "Salma", "Samantha", "Samara", "Samira", "Sandra", "Saoirse", "Sara", "Sarah", "Sarai", "Sariah", "Sariyah", "Sasha", "Savanna", "Savannah", "Sawyer", "Saylor", "Scarlet", "Scarlett", "Scarlette", "Selah", "Selena", "Selene", "Serena", "Serenity", "Sevyn", "Shelby", "Sherri", "SherriLee", "SherriLyn", "SherriLynn", "SherriLynne", "Shiloh", "Siena", "Sienna", "Sierra", "Simone", "Sky", "Skye", "Skyla", "Skylar", "Skyler", "Sloan", "Sloane", "Sofia", "Sophia", "Sophie", "Stella", "Stef", "Stefi", "Stephanie", "Summer", "Sunny", "Susanna", "Sutton", "Sybil", "Sydney", "Sylvia", "Sylvie", "Talia", "Taliyah", "Tatiana", "Tatum", "Taylor", "Teagan", "Tenley", "Teresa", "Tessa", "Thalia", "Thea", "Theodora", "Thomasin", "Tiana", "Tiffany", "Tinley", "Tinsley", "Tori", "Treasure", "Trinity", "Ursula", "Vada", "Valentina", "Valeria", "Valerie", "Valery", "Vanessa", "Vérane", "Veda", "Vera", "Veronica", "Victoria", "Vienna", "Violet", "Violeta", "Virginia", "Vivian", "Viviana", "Vivienne", "Waverly", "Whitley", "Whitney", "Willa", "Willow", "Wilmot", "Winifred", "Winnie", "Winter", "Wren", "Wynter", "Ximena", "Xiomara", "YiaYia", "Yara", "Yareli", "Yaretzi", "Yaritza", "Yasmin", "Zahra", "Zainab", "Zaniyah", "Zara", "Zaria", "Zariah", "Zariyah", "Zaylee", "Zelda", "Zendaya", "Zoe", "Zoey", "Zoie", "Zola", "Zora", "Zuri"] - #Last names to be used for colonists - lastnames = ["Abell", "Ackworth", "Adams", "Addicock", "Alban", "Aldebourne", "Alessi", "Alfray", "Alicock", "Allard", "Allington", "Amberden", "Amcotts", "Amondsham", "Andrews", "Annesley", "Ansty", "Archer", "Ardall", "Ardern", "Argentein", "Arnold", "Asger", "Ashby", "Ashcombe", "Ashenhurst", "Ashton", "Askew", "Asplin", "Astley", "Atherton", "Atkinson", "Atlee", "Attilburgh", "Audeley", "Audlington", "Ayde", "Ayleward", "Aylmer", "Aynesworth", "Babham", "Babington", "Badby", "Baker", "Balam", "Baldwin", "Ballard", "Ballett", "Bammard", "Barber", "Bardolf", "Barefoot", "Barker", "Barnes", "Barre", "Barrentine", "Barrett", "Barstaple", "Bartelot", "Barton", "Basset", "Bathurst", "Battersby", "Battle", "Baynton", "Beauchamp", "Bell", "Brown", "Chandru", "Cheddar", "Chelsey", "Chernock", "Chester", "Chetwood", "Cheverell", "Cheyne", "Chichester", "Chilton", "Chowne", "Chudderley", "Church", "Churmond", "Clark", "Clavell", "Claybrook", "Clement", "Clerk", "Clifford", "Clifton", "Clitherow", "Clopton", "Cobb", "Cobham", "Cobley", "Cockayne", "Cod", "Coddington", "Coffin", "Coggshall", "Colby", "Colkins", "Collard", "Colmer", "Colt", "Colthurst", "Complin", "Compton", "Conquest", "Cooke", "Coorthopp", "Coppinger", "Corbett", "Corby", "Cortez", "Cossington", "Cosworth", "Cotton", "Courtenay", "Covert", "Cowill", "Cox", "Crane", "Cranford", "Crawley", "Cressy", "Crickett", "Cripps", "Crisp", "Cristemas", "Crocker", "Crugg", "Cuddon", "Culpepper", "Cunningham", "Curzon", "Cushing", "Cutter", "Dagworth", "Dumas", "Fletcher", "Fudd", "Fuentes", "Gardiner", "Gare", "Garnis", "Garrard", "Garret", "Gascoigne", "Gasper", "Gaur", "Gavell", "Gedding", "Gerville", "Geste", "Gibbs", "Gifford", "Gill", "Ginter", "Gisborne", "Gittens", "Glennon", "Glover", "Gobberd", "Goddam", "Godfrey", "Gold", "Golding", "Goldwell", "Gomershall", "Gomfrey", "Gonson", "Good", "Goodenouth", "Gooder", "Goodluck", "Goodnestone", "Goodrick", "Goodrington", "Goodwin", "Gordon", "Goring", "Gorney", "Gorst", "Gosebourne", "Grafton", "Gray", "Greene", "Greenway", "Grenefeld", "Greville", "Grey", "Grimbald", "Grobbam", "Grofhurst", "Groston", "Grove", "Guildford", "Gupta", "Hackman", "Haddock", "Haddon", "Hadresham", "Hakebourne", "Hale", "Hall", "Halley", "Hambard", "Hammer", "Hammond", "Hampden", "Harris", "Ito", "Jalin", "Janeli", "Johnson", "Johnston", "Jones", "Karpinksi", "Kemp", "Kennedy", "Kolanowski", "Kravitz", "Kumar", "LaClair", "Madden", "Mardle", "McCarthy", "McDonald", "McGee", "McKenzie", "Mekkelsen", "Mello", "Miller", "Nair", "Pericherla", "Rao", "Reddy", "Revaluri", "Rhino", "Robinson", "Skellett", "Smith", "Souri", "Sparrow", "Taylor", "Thorpe", "Wallgreen", "Walsh", "White", "Williams", "Wilson"] - -#All configuration items related to the core gameplay -[gameplay] - #Amount of initial citizens. [Default: 4, min: 1, max: 10] - #Range: 1 ~ 10 - initialcitizenamount = 4 - #Should construction tape be placed around in-construction builds? [Default: true] - builderplaceconstructiontape = true - #Should players be able to place an infinite amount of supply camps/ships? [Default: false] - allowinfinitesupplychests = false - #Should players be allowed to abandon their colony to create a new one easily? Note: This is buggy! [Default: false] - allowinfinitecolonies = false - #Should colonies in other dimensions be allowed? [Default: false] - allowotherdimcolonies = false - #If a colony is under the initial citizen count, this changes the amount of time before a new citizen spawns. [Default: 60, min: 10, max: 600] - #Range: 10 ~ 600 - citizenrespawninterval = 60 - #Max citizens in one colony. [Default: 150, min: 4, max: 500] - #Range: 4 ~ 500 - maxcitizenpercolony = 150 - #Should the Builder and Miner build without resources? (This also turns off what the Miner produces.) [Default: false] - builderinfiniteresources = false - #Should there be a max of 1 warehouse per colony? [Default: true] - limittoonewarehousepercolony = true - #Delay after each block placement (increasing it increases the delay). [Default: 15, min: 1, max: 500] - #Range: 1 ~ 500 - builderbuildblockdelay = 15 - #Delay modifier to mine a block (decreasing it decreases the delay). [Default: 500, min: 1, max: 10000] - #Range: 1 ~ 10000 - blockminingdelaymodifier = 500 - #Should development features be enabled (might be buggy)? [Default: false] - enableindevelopmentfeatures = false - #Should citizen name tags be rendered? [Default: true] - alwaysrendernametag = true - #Child growth modifier. On average children take about 60min to grow at 1.0x modifier (the default). 5 = 5x as fast. [Default: 1.000000, min: 1.000000, max: 100.000000] - #Range: 1.0 ~ 100.0 - growthmodifier = 1.0 - #Should workers work during the rain? [Default: false] - workersalwaysworkinrain = false - #Should players be sent entering/leaving colony notifications? [Default: true] - sendenteringleavingmessages = true - #Should players be allowed to change citizen names? -1 for false, 0 for certain players only, 1 for true. (To set which players can change the names, see "Special Permissions Group" below.) [Default: 1, min: -1, max: 1] - #Range: -1 ~ 1 - allowglobalnamechanges = 1 - #Should special holiday content be displayed? [Default: true] - holidayfeatures = true - #AI Update rate. Increase this to improve performance. This throttles citizen updates. [Default: 1, min: 1, max: 100] - #Range: 1 ~ 100 - updaterate = 1 - #Quantity of dirt per compost filling. [Default: 1, min: 0, max: 100] - #Range: 0 ~ 100 - dirtfromcompost = 1 - #Chance for the Miner to get an ore when mining cobblestone or stone (by default, can be expanded with datapacks to other materials). This is a percentage. (To change which ores the Miner can find, see "List of Lucky Ores".) [Default: 1, min: 0, max: 100] - #Range: 0 ~ 100 - luckyblockchance = 1 - #Automatically fix orphaned chunks which were caused by chunk loading and saving issues. [Default: false] - fixorphanedchunks = false - #Should the Builder be slower when working underground? [Default: true] - restrictbuilderunderground = true - #Chance to get a sponge from the Fisher (starting at hut level 4). [Default: 0.100000, min: 0.000000, max: 100.000000] - #Range: 0.0 ~ 100.0 - fisherspongechance = 0.1 - #Chance to get a prismarine shard or crystal drop from the Fisher (starting at hut level 3). Overall chance of prismarine is 2x this number. [Default: 2.500000, min: 0.000000, max: 100.000000] - #Range: 0.0 ~ 100.0 - fisherprismarinechance = 2.5 - #The minimum level a Town Hall has to be to allow teleportation to allied colonies. [Default: 3, min: 0, max: 5] - #Range: 0 ~ 5 - minthleveltoteleport = 3 - #Suggest build tool usage when trying to place a building without the build tool. [Default: true] - suggestbuildtoolplacement = true - #Food consumption modifier. Min: 1.0. [Default: 1.000000, min: 0.100000, max: 100.000000] - #Range: 0.1 ~ 100.0 - foodmodifier = 1.0 - #How common diseases are. 1 = Very common, 100 = extremely rare. [Default: 5, min: 1, max: 100] - #Range: 1 ~ 100 - diseasemodifier = 5 - #If part of the colony is loaded by an owner/officer, the entire colony should be kept loaded. [Default: false] - forceloadcolony = false - #Chance to get an evil Tavern visitor that will run off with the resources you give them. This is a %. [Default: 2] [Default: 2, min: 1, max: 100] - #Range: 1 ~ 100 - badvisitorchance = 2 - -#All configurations related to the MineColonies commands -[commands] - #Should players be allowed to use the /mc rtp command? [Default: true] - canplayerusertpcommand = true - #Should players be allowed to use the /mc colony teleport command? [Default: false] - canplayerusecolonytpcommand = false - #Can players teleport to allied colonies? [Default: true] - canplayeruseallytownhallteleport = true - #Should players be allowed to use the /mc home command? Note: Only owners of the colony can use this command. [Default: true] - canplayerusehometpcommand = true - #Should players be allowed to use the /mc colony info command? [Default: true] - canplayeruseshowcolonyinfocommand = true - #Should players be allowed to use the /mc citizens kill command? [Default: true] - canplayerusekillcitizenscommand = true - #Should players be allowed to use the /mc colony addOfficer command? [Default: true] - canplayeruseaddofficercommand = true - #Should players be allowed to use the /mc colony delete command? [Default: true] - canplayerusedeletecolonycommand = true - #Amount of attempts to find a safe random teleport (with /mc rtp). [Default: 4, min: 1, max: 10] - #Range: 1 ~ 10 - numberofattemptsforsafetp = 4 - -#All configuration related to mod compatibility -[claims] - #Maximum claim range for a colony. This is the radius, measured in chunks. [Default: 20, min: 1, max: 50] - #Range: 1 ~ 50 - maxColonySize = 20 - #The minimum distance (in chunks) between colonies. [Default: 8, min: 1, max: 200] - #Range: 1 ~ 200 - minColonyDistance = 8 - #Initial claim size for a colony. This is the radius, measured in chunks. [Default: 4, min: 1, max: 200] - #Range: 1 ~ 200 - initialColonySize = 4 - #Should the min/max distance from spawn also affect colony placement? [Default: false] - restrictcolonyplacement = false - #Max distance (in blocks) from world spawn for a colony. [Default: 8000, min: 1000, max: 100000] - #Range: 1000 ~ 100000 - maxdistancefromworldspawn = 8000 - #Min distance (in blocks) from world spawn for a colony. [Default: 512, min: 1, max: 1000] - #Range: 1 ~ 1000 - mindistancefromworldspawn = 512 - #Should officers of a colony receive advancements from that colony? [Default: true] - officersreceiveadvancements = true - -#All configuration items related to the combat elements of MineColonies -[combat] - #Whether or not to spawn raiders. [Default: true] - dobarbariansspawn = true - #The difficulty setting for raiders. [Default: 5, min: 0, max: 10] - #Range: 0 ~ 10 - barbarianhordedifficulty = 5 - #The min size of a raider horde. [Default: 5, min: 1, max: 10] - #Range: 1 ~ 10 - spawnbarbariansize = 5 - #The max size of a raider horde. [Default: 80, min: 6, max: 400] - #Range: 6 ~ 400 - maxBarbarianSize = 80 - #Whether or not raiders can break, scale, and bridge obstacles. [Default: true] - dobarbariansbreakthroughwalls = true - #The average number of nights between raids. [Default: 12, min: 1, max: 50] - #Range: 1 ~ 50 - averagenumberofnightsbetweenraids = 12 - #The minimum number of nights between raids. [Default: 8, min: 1, max: 30] - #Range: 1 ~ 30 - minimumnumberofnightsbetweenraids = 8 - #Should mobs attack citizens? [Default: true] - mobattackcitizens = true - #Whether or not raiders can break through doors. [Default: true] - shouldraiderbreakdoors = true - #Should citizens call Guards for help when attacked? [Default: true] - citizencallforhelp = true - #Should Archer Guards benefit from Power/Punch/Flame enchants (on bows)? [Default: true] - rangerenchants = true - #Attack damage multiplier for Archer Guards. [Default: 1.000000, min: 0.100000, max: 5.000000] - #Range: 0.1 ~ 5.0 - rangerdamagemult = 1.0 - #Attack damage multiplier for Knight Guards. [Default: 1.000000, min: 0.100000, max: 5.000000] - #Range: 0.1 ~ 5.0 - knightdamagemult = 1.0 - #Health multiplier for all Guards. [Default: 1.000000, min: 0.100000, max: 5.000000] - #Range: 0.1 ~ 5.0 - guardhealthmult = 1.0 - #Turn on MineColonies PVP mode (colonies can be destroyed and griefed under certain conditions). [Default: false] - pvp_mode = false - #Days until the pirate ships despawn. [Default: 3, min: 1, max: 10] - #Range: 1 ~ 10 - daysuntilpirateshipsdespawn = 3 - #Max Y level (height) for Raiders to spawn. [Default: 200, min: 1, max: 500] - #Range: 1 ~ 500 - maxyforbarbarians = 200 - -#All permission configuration options -[permissions] - #Should colony protection be enabled? [Default: true] - enablecolonyprotection = true - #Independent from the colony protection, should explosions be turned off inside colonies? [Default: true] - turnoffexplosionsincolonies = true - #Players who have special permissions, especially to change citizen names (see "Name Changes" above). - specialpermgroup = ["_Raycoms_"] - #Blocks players should be able to interact with in any colony (ex: vending machines) - freetointeractblocks = ["dirt", "0 0 0"] - #Seconds between each permission message (to reduce spam). [Default: 30, min: 1, max: 1000] - #Range: 1 ~ 1000 - secondsBetweenPermissionMessages = 30 - -#All configuration related to mod compatibility -[compatibility] - #List of recognized and enabled tags. - enabledmodtags = ["minecraft:wool", "minecraft:planks", "minecraft:stone_bricks", "minecraft:wooden_buttons", "minecraft:buttons", "minecraft:carpets", "minecraft:wooden_doors", "minecraft:wooden_stairs", "minecraft:wooden_slabs", "minecraft:wooden_fences", "minecraft:wooden_pressure_plates", "minecraft:wooden_trapdoors", "minecraft:saplings", "minecraft:logs", "minecraft:dark_oak_logs", "minecraft:oak_logs", "minecraft:birch_logs", "minecraft:acacia_logs", "minecraft:jungle_logs", "minecraft:spruce_logs", "minecraft:banners", "minecraft:sand", "minecraft:walls", "minecraft:anvil", "minecraft:leaves", "minecraft:small_flowers", "minecraft:beds", "minecraft:fishes", "minecraft:signs", "minecraft:music_discs", "minecraft:arrows", "forge:bones", "forge:bookshelves", "forge:chests/ender", "forge:chests/trapped", "forge:chests/wooden", "forge:cobblestone", "forge:crops/beetroot", "forge:crops/carrot", "forge:crops/nether_wart", "forge:crops/potato", "forge:crops/wheat", "forge:dusts/prismarine", "forge:dusts/redstone", "forge:dusts/glowstone", "forge:dyes", "forge:dyes/black", "forge:dyes/red", "forge:dyes/green", "forge:dyes/brown", "forge:dyes/blue", "forge:dyes/purple", "forge:dyes/cyan", "forge:dyes/light_gray", "forge:dyes/gray", "forge:dyes/pink", "forge:dyes/lime", "forge:dyes/yellow", "forge:dyes/light_blue", "forge:dyes/magenta", "forge:dyes/orange", "forge:dyes/white", "forge:eggs", "forge:ender_pearls", "forge:feathers", "forge:fence_gates", "forge:fence_gates/wooden", "forge:fences", "forge:fences/nether_brick", "forge:fences/wooden", "forge:gems/diamond", "forge:gems/emerald", "forge:gems/lapis", "forge:gems/prismarine", "forge:gems/quartz", "forge:glass", "forge:glass/black", "forge:glass/blue", "forge:glass/brown", "forge:glass/colorless", "forge:glass/cyan", "forge:glass/gray", "forge:glass/green", "forge:glass/light_blue", "forge:glass/light_gray", "forge:glass/lime", "forge:glass/magenta", "forge:glass/orange", "forge:glass/pink", "forge:glass/purple", "forge:glass/red", "forge:glass/white", "forge:glass/yellow", "forge:glass_panes", "forge:glass_panes/black", "forge:glass_panes/blue", "forge:glass_panes/brown", "forge:glass_panes/colorless", "forge:glass_panes/cyan", "forge:glass_panes/gray", "forge:glass_panes/green", "forge:glass_panes/light_blue", "forge:glass_panes/light_gray", "forge:glass_panes/lime", "forge:glass_panes/magenta", "forge:glass_panes/orange", "forge:glass_panes/pink", "forge:glass_panes/purple", "forge:glass_panes/red", "forge:glass_panes/white", "forge:glass_panes/yellow", "forge:gravel", "forge:gunpowder", "forge:heads", "forge:ingots/brick", "forge:ingots/gold", "forge:ingots/iron", "forge:ingots/nether_brick", "forge:leather", "forge:mushrooms", "forge:nether_stars", "forge:netherrack", "forge:nuggets/gold", "forge:nuggets/iron", "forge:obsidian", "forge:ores/coal", "forge:ores/diamond", "forge:ores/emerald", "forge:ores/gold", "forge:ores/iron", "forge:ores/lapis", "forge:ores/quartz", "forge:ores/redstone", "forge:rods/blaze", "forge:rods/wooden", "forge:sand", "forge:sand/colorless", "forge:sand/red", "forge:sandstone", "forge:seeds", "forge:seeds/beetroot", "forge:seeds/melon", "forge:seeds/pumpkin", "forge:seeds/wheat", "forge:slimeballs", "forge:stained_glass", "forge:stained_glass_panes", "forge:stone", "forge:storage_blocks/coal", "forge:storage_blocks/diamond", "forge:storage_blocks/emerald", "forge:storage_blocks/gold", "forge:storage_blocks/iron", "forge:storage_blocks/lapis", "forge:storage_blocks/quartz", "forge:storage_blocks/redstone", "forge:string"] - #List of mobs Guards will target. They target all hostile mobs by default, but if a hostile mob isn't being targeted, try adding it here. - guardresourcelocations = ["minecraft:slime", "tconstruct:blueslime"] - #Items consumed by citizens in the Library. - configliststudyitems = ["minecraft:paper;400;100", "minecraft:book;600;10"] - #Items requested by Tavern visitors. - configlistrecruitmentitems = ["minecraft:hay_block;2", "minecraft:book;2", "minecraft:enchanted_book;9", "minecraft:diamond;9", "minecraft:emerald;8", "minecraft:baked_potato;1", "minecraft:gold_ingot;2", "minecraft:redstone;2", "minecraft:lapis_lazuli;2", "minecraft:cake;7", "minecraft:sunflower;5", "minecraft:honeycomb;6", "minecraft:quartz;3"] - #List of ore blocks rarely found magically by miners (see "Ore Chance"). - luckyores = ["minecraft:coal_ore!64", "minecraft:iron_ore!32", "minecraft:gold_ore!16", "minecraft:redstone_ore!8", "minecraft:lapis_ore!4", "minecraft:diamond_ore!2", "minecraft:emerald_ore!1"] - #List of materials a Crusher can reduce and what they convert into, separated by exclamation marks. - crusherproduction = ["minecraft:cobblestone!minecraft:gravel", "minecraft:gravel!minecraft:sand", "minecraft:sand!minecraft:clay"] - #List of materials a sifter can use as a mesh material, along with bonus weights - siftermeshes = ["minecraft:string,0", "minecraft:flint,0.1", "minecraft:iron_ingot,0.1", "minecraft:diamond,0.1"] - #The items and item-tags that the Florist can plant. - listofplantables = ["minecraft:sunflower", "minecraft:lilac", "minecraft:rose_bush", "minecraft:peony", "minecraft:tall_grass", "minecraft:large_fern", "minecraft:fern", "biomesoplenty:small_flowers", "minecraft:small_flowers"] - #The possible enchantments for the enchanter. - enchantments = ["1,minecraft:aqua_affinity,1,50", "1,minecraft:bane_of_arthropods,1,50", "1,minecraft:blast_protection,1,50", "1,minecraft:depth_strider,1,50", "1,minecraft:feather_falling,1,50", "1,minecraft:fire_aspect,1,50", "1,minecraft:fire_protection,1,50", "1,minecraft:flame,1,50", "1,minecraft:frost_walker,1,50", "1,minecraft:knockback,1,50", "1,minecraft:looting,1,50", "1,minecraft:power,1,50", "1,minecraft:projectile_protection,1,50", "1,minecraft:protection,1,50", "1,minecraft:punch,1,50", "1,minecraft:respiration,1,50", "1,minecraft:sharpness,1,50", "1,minecraft:smite,1,50", "1,minecraft:sweeping,1,50", "1,minecraft:unbreaking,1,50", "3,minecolonies:raider_damage_enchant,1,15", "2,minecraft:aqua_affinity,2,25", "2,minecraft:bane_of_arthropods,2,25", "2,minecraft:blast_protection,2,25", "2,minecraft:depth_strider,2,25", "2,minecraft:feather_falling,2,25", "2,minecraft:fire_aspect,2,25", "2,minecraft:fire_protection,2,25", "2,minecraft:flame,2,25", "2,minecraft:frost_walker,2,25", "2,minecraft:knockback,2,25", "2,minecraft:looting,2,25", "2,minecraft:power,2,25", "2,minecraft:projectile_protection,2,25", "2,minecraft:protection,2,25", "2,minecraft:punch,2,25", "2,minecraft:respiration,2,25", "2,minecraft:sharpness,2,25", "2,minecraft:smite,2,25", "2,minecraft:sweeping,2,25", "2,minecraft:unbreaking,2,25", "3,minecraft:aqua_affinity,3,15", "3,minecraft:bane_of_arthropods,3,15", "3,minecraft:blast_protection,3,15", "3,minecraft:depth_strider,3,15", "3,minecraft:feather_falling,3,15", "3,minecraft:fire_aspect,3,15", "3,minecraft:fire_protection,3,15", "3,minecraft:flame,3,15", "3,minecraft:frost_walker,3,15", "3,minecraft:knockback,3,15", "3,minecraft:looting,3,15", "3,minecraft:power,3,15", "3,minecraft:projectile_protection,3,15", "3,minecraft:protection,3,15", "3,minecraft:punch,3,15", "3,minecraft:respiration,3,15", "3,minecraft:sharpness,3,15", "3,minecraft:smite,3,15", "3,minecraft:sweeping,3,15", "3,minecraft:unbreaking,3,15", "4,minecraft:aqua_affinity,4,5", "4,minecraft:bane_of_arthropods,4,5", "4,minecraft:blast_protection,4,5", "4,minecraft:depth_strider,4,5", "4,minecraft:feather_falling,4,5", "4,minecraft:fire_aspect,4,5", "4,minecraft:fire_protection,4,5", "4,minecraft:flame,4,5", "4,minecraft:frost_walker,4,5", "4,minecraft:infinity,1,5", "4,minecraft:knockback,4,5", "4,minecraft:looting,4,5", "4,minecraft:power,4,5", "4,minecraft:projectile_protection,4,5", "4,minecraft:protection,4,5", "4,minecraft:punch,4,5", "4,minecraft:respiration,4,5", "4,minecraft:sharpness,4,5", "4,minecraft:smite,4,5", "4,minecraft:sweeping,4,5", "4,minecraft:unbreaking,4,5", "5,minecraft:aqua_affinity,5,1", "5,minecraft:bane_of_arthropods,5,1", "5,minecraft:blast_protection,5,1", "5,minecraft:depth_strider,5,1", "5,minecraft:feather_falling,5,1", "5,minecraft:fire_aspect,5,1", "5,minecraft:fire_protection,5,1", "5,minecraft:flame,5,1", "5,minecraft:frost_walker,5,1", "5,minecraft:infinity,1,1", "5,minecraft:knockback,5,1", "5,minecraft:looting,5,1", "5,minecraft:mending,1,1", "5,minecraft:power,5,1", "5,minecraft:projectile_protection,5,1", "5,minecraft:protection,5,1", "5,minecraft:punch,5,1", "5,minecraft:respiration,5,1", "5,minecraft:sharpness,5,1", "5,minecraft:smite,5,1", "5,minecraft:sweeping,5,1", "5,minecolonies:raider_damage_enchant,2,3", "5,minecraft:unbreaking,5,1"] - #Experience multiplier of the enchanter (how much more experience do they get from a citizen than they drain). [Default: 2.0] [Default: 2.000000, min: 1.000000, max: 10.000000] - #Range: 1.0 ~ 10.0 - enchanterexperiencemultiplier = 2.0 - #Forester harvest trunk size for dynamic trees: 1-8. [Default: 5, min: 1, max: 5] - #Range: 1 ~ 5 - dynamictreeharvestsize = 5 - #Offset for the maximum durability unenchanted rod a T2 Fishing Hut can use, compared to iron tools (250). Thermal Foundation Iron requires +6. T3 huts can use unenchanted rods of any durability level, so long as they can take damage at all. Anything below -250 will only allow vanilla rods, except as allowed by T1. [Default: 6, min: -249, max: 250000] - #Range: -249 ~ 250000 - fishingroddurabilityadjustt2 = 6 - #Offset for the maximum durability unenchanted rod a T1 Fishing Hut can use, compared to other wooden tools (59). Vanilla rods always work, but equivalents would need +6. Default value allows up to Thermal Foundation Silver. Anything below -59 will only allow vanilla rods. [Default: 22, min: -58, max: 250000] - #Range: -58 ~ 250000 - fishingroddurabilityadjustt1 = 22 - #All diseases citizens can get. The name, how common it is, and all ingredients to cure it. - diseases = ["Influenza,100,minecraft:carrot,minecraft:potato", "Measles,10,minecraft:dandelion,minecraft:kelp,minecraft:poppy", "Smallpox,1,minecraft:honey_bottle,minecraft:golden_apple"] - #Enable inventory debugging. [Default: false] - debuginventories = false - -#All configurations related to pathfinding -[pathfinding] - #Verbosity of pathfinding debug messages. [Default: 0, min: 0, max: 10] - #Range: 0 ~ 10 - pathfindingdebugverbosity = 0 - #Minimum number of consecutive rails for citizens to use them. [Default: 5, min: 5, max: 100] - #Range: 5 ~ 100 - minimumrailstopath = 5 - #Amount of additional threads to be used for pathfinding. [Default: 2, min: 1, max: 10] - #Range: 1 ~ 10 - pathfindingmaxthreadcount = 2 - #Max amount of nodes (positions) to map during pathfinding. Lowering increases performance, but might lead to pathing glitches. [Default: 5000, min: 1, max: 10000] - #Range: 1 ~ 10000 - pathfindingmaxnodes = 5000 - -#All configurations related to the request system -[requestSystem] - #Should the request system show debug information? Useful if malfunctioning. [Default: false] - enabledebuglogging = false - #The maximal amount of tries that the request system will perform for retryable requests. Higher increases server load. [Default: 3, min: 1, max: 10] - #Range: 1 ~ 10 - maximalretries = 3 - #The amount of ticks between retries of the request system for retryable requests. Lower increases server load. [Default: 1200, min: 30, max: 10000] - #Range: 30 ~ 10000 - delaybetweenretries = 1200 - #Should the request system creatively resolve (if possible) when the player is required to resolve a request? [Default: false] - creativeresolve = false - #Should players be allowed to use the /mc colony requestsystem-reset command? [Default: false] - canplayeruseresetcommand = false - -#minecolonies.config.research.comment -[research] - #minecolonies.config.tactictraining.comment - tactictraining = ["minecraft:iron_block*3"] - #minecolonies.config.improvedswords.comment - improvedswords = ["minecraft:iron_block*6"] - #minecolonies.config.squiretraining.comment - squiretraining = ["minecraft:shield*4"] - #minecolonies.config.knighttraining.comment - knighttraining = ["minecraft:shield*8"] - #minecolonies.config.captaintraining.comment - captaintraining = ["minecraft:shield*16"] - #minecolonies.config.captainoftheguard.comment - captainoftheguard = ["minecraft:shield*27"] - #minecolonies.config.improvedbows.comment - improvedbows = ["minecraft:iron_block*6"] - #minecolonies.config.tickshot.comment - tickshot = ["minecraft:bow*5"] - #minecolonies.config.multishot.comment - multishot = ["minecraft:bow*9"] - #minecolonies.config.rapidshot.comment - rapidshot = ["minecraft:bow*18"] - #minecolonies.config.masterbowman.comment - masterbowman = ["minecraft:bow*27"] - #minecolonies.config.avoidance.comment - avoidance = ["minecraft:iron_block*3"] - #minecolonies.config.parry.comment - parry = ["minecraft:iron_ingot*16"] - #minecolonies.config.repost.comment - repost = ["minecraft:iron_ingot*32"] - #minecolonies.config.duelist.comment - duelist = ["minecraft:iron_ingot*64"] - #minecolonies.config.provost.comment - provost = ["minecraft:diamond*16"] - #minecolonies.config.masterswordsman.comment - masterswordsman = ["minecraft:diamond*64"] - #minecolonies.config.dodge.comment - dodge = ["minecraft:leather*16"] - #minecolonies.config.improveddodge.comment - improveddodge = ["minecraft:leather*32"] - #minecolonies.config.evasion.comment - evasion = ["minecraft:leather*64"] - #minecolonies.config.improvedevasion.comment - improvedevasion = ["minecraft:diamond*16"] - #minecolonies.config.agilearcher.comment - agilearcher = ["minecraft:diamond*64"] - #minecolonies.config.improvedleather.comment - improvedleather = ["minecraft:leather*32"] - #minecolonies.config.boiledleather.comment - boiledleather = ["minecraft:leather*64"] - #minecolonies.config.ironskin.comment - ironskin = ["minecraft:iron_ingot*16"] - #minecolonies.config.ironarmour.comment - ironarmour = ["minecraft:iron_ingot*32"] - #minecolonies.config.steelarmour.comment - steelarmour = ["minecraft:iron_ingot*64"] - #minecolonies.config.diamondskin.comment - diamondskin = ["minecraft:diamond*64"] - #minecolonies.config.regeneration.comment - regeneration = ["minecraft:emerald*1"] - #minecolonies.config.feint.comment - feint = ["minecraft:emerald*8"] - #minecolonies.config.fear.comment - fear = ["minecraft:emerald*16"] - #minecolonies.config.retreat.comment - retreat = ["minecraft:emerald*32"] - #minecolonies.config.fullretreat.comment - fullretreat = ["minecraft:emerald*64"] - #minecolonies.config.avoid.comment - avoid = ["minecraft:emerald*8"] - #minecolonies.config.evade.comment - evade = ["minecraft:emerald*16"] - #minecolonies.config.flee.comment - flee = ["minecraft:emerald*32"] - #minecolonies.config.hotfoot.comment - hotfoot = ["minecraft:emerald*64"] - #minecolonies.config.accuracy.comment - accuracy = ["minecraft:iron_ingot*16"] - #minecolonies.config.quickdraw.comment - quickdraw = ["minecraft:iron_block*2"] - #minecolonies.config.powerattack.comment - powerattack = ["minecraft:iron_block*4"] - #minecolonies.config.cleave.comment - cleave = ["minecraft:iron_block*8"] - #minecolonies.config.mightycleave.comment - mightycleave = ["minecraft:iron_block*16"] - #minecolonies.config.whirlwind.comment - whirlwind = ["minecraft:iron_block*32"] - #minecolonies.config.preciseshot.comment - preciseshot = ["minecraft:flint*16"] - #minecolonies.config.penetratingshot.comment - penetratingshot = ["minecraft:flint*32"] - #minecolonies.config.piercingshot.comment - piercingshot = ["minecraft:flint*64"] - #minecolonies.config.woundingshot.comment - woundingshot = ["minecraft:flint*128"] - #minecolonies.config.deadlyaim.comment - deadlyaim = ["minecraft:flint*256"] - #minecolonies.config.higherlearning.comment - higherlearning = ["minecraft:book*3"] - #minecolonies.config.morebooks.comment - morebooks = ["minecraft:book*6"] - #minecolonies.config.bookworm.comment - bookworm = ["minecraft:bookshelf*6"] - #minecolonies.config.bachelor.comment - bachelor = ["minecraft:bookshelf*12"] - #minecolonies.config.master.comment - master = ["minecraft:bookshelf*32"] - #minecolonies.config.phd.comment - phd = ["minecraft:bookshelf*64"] - #minecolonies.config.nurture.comment - nurture = ["minecraft:cooked_chicken*32"] - #minecolonies.config.hormones.comment - hormones = ["minecraft:cooked_chicken*64"] - #minecolonies.config.puberty.comment - puberty = ["minecraft:cooked_chicken*128"] - #minecolonies.config.growth.comment - growth = ["minecraft:cooked_chicken*256"] - #minecolonies.config.beanstalk.comment - beanstalk = ["minecraft:cooked_chicken*512"] - #minecolonies.config.keen.comment - keen = ["minecraft:book*3"] - #minecolonies.config.outpost.comment - outpost = ["minecraft:cooked_beef*64"] - #minecolonies.config.hamlet.comment - hamlet = ["minecraft:cooked_beef*128"] - #minecolonies.config.village.comment - village = ["minecraft:cooked_beef*256"] - #minecolonies.config.city.comment - city = ["minecraft:cooked_beef*512"] - #minecolonies.config.diligent.comment - diligent = ["minecraft:book*6"] - #minecolonies.config.studious.comment - studious = ["minecraft:book*12"] - #minecolonies.config.scholarly.comment - scholarly = ["minecraft:book*24"] - #minecolonies.config.reflective.comment - reflective = ["minecraft:book*48"] - #minecolonies.config.academic.comment - academic = ["minecraft:book*128"] - #minecolonies.config.rails.comment - rails = ["minecraft:rail*64"] - #minecolonies.config.nimble.comment - nimble = ["minecraft:rabbit_foot*1"] - #minecolonies.config.agile.comment - agile = ["minecraft:rabbit_foot*10"] - #minecolonies.config.swift.comment - swift = ["minecraft:rabbit_foot*32"] - #minecolonies.config.athlete.comment - athlete = ["minecraft:rabbit_foot*64"] - #minecolonies.config.stamina.comment - stamina = ["minecraft:carrot*1"] - #minecolonies.config.resistance.comment - resistance = ["minecraft:golden_apple*1"] - #minecolonies.config.resilience.comment - resilience = ["minecraft:golden_apple*8"] - #minecolonies.config.vitality.comment - vitality = ["minecraft:golden_apple*16"] - #minecolonies.config.fortitude.comment - fortitude = ["minecraft:golden_apple*32"] - #minecolonies.config.indefatigability.comment - indefatigability = ["minecraft:golden_apple*64"] - #minecolonies.config.bandaid.comment - bandaid = ["minecraft:golden_carrot*1"] - #minecolonies.config.healingcream.comment - healingcream = ["minecraft:golden_carrot*8"] - #minecolonies.config.bandages.comment - bandages = ["minecraft:golden_carrot*16"] - #minecolonies.config.compress.comment - compress = ["minecraft:golden_carrot*32"] - #minecolonies.config.cast.comment - cast = ["minecraft:golden_carrot*64"] - #minecolonies.config.gourmand.comment - gourmand = ["minecraft:cookie*32"] - #minecolonies.config.gorger.comment - gorger = ["minecraft:cookie*64"] - #minecolonies.config.stuffer.comment - stuffer = ["minecraft:cookie*128"] - #minecolonies.config.epicure.comment - epicure = ["minecraft:cookie*256"] - #minecolonies.config.glutton.comment - glutton = ["minecraft:cookie*512"] - #minecolonies.config.circus.comment - circus = ["minecraft:cake*1"] - #minecolonies.config.festival.comment - festival = ["minecraft:cake*9"] - #minecolonies.config.nightowl.comment - nightowl = ["minecraft:golden_carrot*25"] - #minecolonies.config.spectacle.comment - spectacle = ["minecraft:cake*18"] - #minecolonies.config.nightowl2.comment - nightowl2 = ["minecraft:golden_carrot*75"] - #minecolonies.config.opera.comment - opera = ["minecraft:cake*27"] - #minecolonies.config.theater.comment - theater = ["minecraft:enchanted_golden_apple*16"] - #minecolonies.config.firstaid.comment - firstaid = ["minecraft:hay_block*8"] - #minecolonies.config.firstaid2.comment - firstaid2 = ["minecraft:hay_block*16"] - #minecolonies.config.livesaver.comment - livesaver = ["minecraft:hay_block*32"] - #minecolonies.config.livesaver2.comment - livesaver2 = ["minecraft:hay_block*64"] - #minecolonies.config.guardianangel.comment - guardianangel = ["minecraft:hay_block*128"] - #minecolonies.config.guardianangel2.comment - guardianangel2 = ["minecraft:hay_block*256"] - #minecolonies.config.whatyaneed.comment - whatyaneed = ["minecraft:redstone*64"] - #minecolonies.config.enhanced_gates1.comment - enhanced_gates1 = ["minecolonies:gate_wood*64", "minecolonies:ancienttome*2", "minecraft:iron_block*5"] - #minecolonies.config.enhanced_gates2.comment - enhanced_gates2 = ["minecolonies:gate_iron*64", "minecolonies:ancienttome*2", "minecraft:obsidian*32"] - #minecolonies.config.stringwork.comment - stringwork = ["minecraft:string*16"] - #minecolonies.config.thoselungs.comment - thoselungs = ["minecraft:glass*64"] - #minecolonies.config.rainbowheaven.comment - rainbowheaven = ["minecraft:poppy*64"] - #minecolonies.config.veinminer.comment - veinminer = ["minecraft:iron_ore*32"] - #minecolonies.config.goodveins.comment - goodveins = ["minecraft:iron_ore*64"] - #minecolonies.config.richveins.comment - richveins = ["minecraft:gold_ore*32"] - #minecolonies.config.amazingveins.comment - amazingveins = ["minecraft:gold_ore*64"] - #minecolonies.config.motherlode.comment - motherlode = ["minecraft:diamond_ore*64"] - #minecolonies.config.ability.comment - ability = ["minecraft:iron_ingot*64"] - #minecolonies.config.skills.comment - skills = ["minecraft:iron_ingot*128"] - #minecolonies.config.tools.comment - tools = ["minecraft:iron_ingot*256"] - #minecolonies.config.seemsautomatic.comment - seemsautomatic = ["minecraft:iron_ingot*512"] - #minecolonies.config.madness.comment - madness = ["minecraft:iron_ingot*1024"] - #minecolonies.config.hittingiron.comment - hittingiron = ["minecraft:anvil*1"] - #minecolonies.config.stonecake.comment - stonecake = ["minecraft:chiseled_stone_bricks*64"] - #minecolonies.config.strong.comment - strong = ["minecraft:diamond*8"] - #minecolonies.config.hardened.comment - hardened = ["minecraft:diamond*16"] - #minecolonies.config.reinforced.comment - reinforced = ["minecraft:diamond*32"] - #minecolonies.config.steelbracing.comment - steelbracing = ["minecraft:diamond*64"] - #minecolonies.config.diamondcoated.comment - diamondcoated = ["minecraft:diamond*128"] - #minecolonies.config.memoryaid.comment - memoryaid = ["minecraft:paper*32"] - #minecolonies.config.cheatsheet.comment - cheatsheet = ["minecraft:paper*64"] - #minecolonies.config.recipebook.comment - recipebook = ["minecraft:paper*128"] - #minecolonies.config.rtm.comment - rtm = ["minecraft:paper*256"] - #minecolonies.config.rainman.comment - rainman = ["minecraft:salmon_bucket*27"] - #minecolonies.config.woodwork.comment - woodwork = ["minecraft:oak_planks*64"] - #minecolonies.config.sieving.comment - sieving = ["minecraft:string*64"] - #minecolonies.config.space.comment - space = ["minecolonies:blockminecoloniesrack*16"] - #minecolonies.config.capacity.comment - capacity = ["minecolonies:blockminecoloniesrack*32"] - #minecolonies.config.fullstock.comment - fullstock = ["minecolonies:blockminecoloniesrack*64"] - #minecolonies.config.theflintstones.comment - theflintstones = ["minecraft:stone_bricks*64"] - #minecolonies.config.rockingroll.comment - rockingroll = ["minecraft:stone*64"] - #minecolonies.config.hot.comment - hot = ["minecraft:lava_bucket*4"] - #minecolonies.config.isthisredstone.comment - isthisredstone = ["minecraft:redstone*128"] - #minecolonies.config.redstonepowered.comment - redstonepowered = ["minecraft:redstone*256"] - #minecolonies.config.heavymachinery.comment - heavymachinery = ["minecraft:redstone*512"] - #minecolonies.config.whatisthisspeed.comment - whatisthisspeed = ["minecraft:redstone*1024"] - #minecolonies.config.lightning.comment - lightning = ["minecraft:redstone*2048"] - #minecolonies.config.biodegradable.comment - biodegradable = ["minecraft:bone_meal*64"] - #minecolonies.config.flowerpower.comment - flowerpower = ["minecolonies:compost*64"] - #minecolonies.config.letitgrow.comment - letitgrow = ["minecolonies:compost*16"] - #minecolonies.config.bonemeal.comment - bonemeal = ["minecraft:wheat_seeds*64"] - #minecolonies.config.dung.comment - dung = ["minecraft:wheat_seeds*128"] - #minecolonies.config.compost.comment - compost = ["minecraft:wheat_seeds*256"] - #minecolonies.config.fertilizer.comment - fertilizer = ["minecraft:wheat_seeds*512"] - #minecolonies.config.magiccompost.comment - magiccompost = ["minecraft:wheat_seeds*2048"] - #minecolonies.config.loaded.comment - loaded = ["minecraft:emerald*64"] - #minecolonies.config.heavilyloaded.comment - heavilyloaded = ["minecraft:emerald*128"] - #minecolonies.config.deeppockets.comment - deeppockets = ["minecraft:emerald*256"] - #minecolonies.config.taunt.comment - taunt = ["minecraft:rotten_flesh*8", "minecraft:bone*8", "minecraft:spider_eye*8"] - #minecolonies.config.arrowuse.comment - arrowuse = ["minecraft:arrow*64"] - #minecolonies.config.arrowpierce.comment - arrowpierce = ["minecraft:arrow*64", "minecraft:redstone*64"] - #minecolonies.config.knockbackaoe.comment - knockbackaoe = ["minecraft:redstone*64", "minecraft:gold_ingot*64", "minecraft:lapis_lazuli*128"] - #minecolonies.config.knowtheend.comment - knowtheend = ["minecraft:chorus_fruit*64"] - #minecolonies.config.morescrolls.comment - morescrolls = ["minecraft:paper*64", "minecolonies:ancienttome*1", "minecraft:lapis_lazuli*64"] - #minecolonies.config.gildedhammer.comment - gildedhammer = ["minecraft:gravel*64", "minecraft:sand*64", "minecraft:clay*64"] - #minecolonies.config.doubletrouble.comment - doubletrouble = ["minecraft:bamboo*64", "minecraft:sugar_cane*64", "minecraft:cactus*64"] - #minecolonies.config.hotboots.comment - hotboots = ["minecraft:leather*32", "minecraft:iron_ingot*16"] - #minecolonies.config.pavetheroad.comment - pavetheroad = ["minecraft:white_concrete*32"] - diff --git a/defaultconfigs/pamhc2crops.toml b/defaultconfigs/pamhc2crops.toml deleted file mode 100644 index c45dd04..0000000 --- a/defaultconfigs/pamhc2crops.toml +++ /dev/null @@ -1,50 +0,0 @@ - -["Tweak Garden World Generation Rates"] - #Chance of gardens generating in the world. Higher numbers indicate a lower probability; just 4 is very rare (Default: 2) - #Range: 1 ~ 1000000000 - "Probability of gardens generating" = 2 - -["Tweak Garden Cluster Rates"] - #Chance of gardens generating in the world. Higher numbers indicate a lower probability; just 4 is very rare (Default: 2) - #Range: 1 ~ 1000000000 - "Probability of gardens generating" = 2 - -["Tweak Garden Cluster Sizes"] - #Amount of gardens that spawn together. Higher numbers indicate larger clusters; 32 is about 3-7ish (Default: 32) - #Range: 1 ~ 1000000000 - "Probability of gardens generating" = 32 - -["Miscellaneous Features"] - #Disable/enable right-click harvesting of crops. - "Enable right-click harvesting for crops" = true - #Disable/enable grass blocks dropping seeds. - "Enable grass blocks dropping seeds" = false - #Disable/enable tall grass blocks dropping seeds. - "Enable tall grass blocks dropping seeds" = false - #Disable/enable fern blocks dropping seeds. - "Enable fern blocks dropping seeds" = false - -["Enable/Disable Garden World Generation"] - #Should arid gardens should generate in world - "Generate arid gardens" = true - #Should frost gardens should generate in world - "Generate frost gardens" = true - #Should tropical gardens should generate in world - "Generate tropical gardens" = true - #Should windy gardens should generate in world - "Generate windy gardens" = true - #Should shaded gardens should generate in world - "Generate shaded gardens" = true - #Should soggy gardens should generate in world - "Generate soggy gardens" = true - -["Right-click Harvesting Settings"] - #Disable/enable right-click harvesting of crops - "Enable right-click harvesting for crops" = true - -["Dimensions Settings"] - #Enter a dimension id to whitelist feature generation - white_dim = ["minecraft:overworld"] - #Enter a dimension id to blacklist feature generation - black_dim = ["minecraft:the_end", "minecraft:the_nether"] - diff --git a/defaultconfigs/pamhc2trees.toml b/defaultconfigs/pamhc2trees.toml deleted file mode 100644 index e99ae82..0000000 --- a/defaultconfigs/pamhc2trees.toml +++ /dev/null @@ -1,132 +0,0 @@ - -["Tweak World Generation Rates"] - #Chance of temperate fruit trees generating in the world. Higher numbers indicate a lower probability (Default: 5000) - #Range: 1 ~ 1000000000 - "Probability of temperate fruit trees generating" = 5000 - #Chance of warm fruit trees generating in the world. Higher numbers indicate a lower probability (Default: 5000) - #Range: 1 ~ 1000000000 - "Probability of warm fruit trees generating" = 5000 - #Chance of cold fruit trees generating in the world. Higher numbers indicate a lower probability (Default: 5000) - #Range: 1 ~ 1000000000 - "Probability of cold fruit trees generating" = 5000 - -["Miscellaneous Features"] - #Disable/enable right-click harvesting of crops. - "Enable right-click harvesting for crops" = true - #Disable/enable grass blocks dropping seeds. - "Enable grass blocks dropping seeds" = false - #Disable/enable tall grass blocks dropping seeds. - "Enable tall grass blocks dropping seeds" = false - #Disable/enable fern blocks dropping seeds. - "Enable fern blocks dropping seeds" = false - -["Enable/Disable Garden World Generation"] - #Should apple trees generate in world - "Generate apple trees" = true - #Should avocado trees generate in world - "Generate avocado trees" = true - #Should candlenut trees generate in world - "Generate candlenut trees" = true - #Should cherry trees generate in world - "Generate cherry trees" = true - #Should chestnut trees generate in world - "Generate chestnut trees" = true - #Should gooseberry trees generate in world - "Generate gooseberry trees" = true - #Should lemon trees generate in world - "Generate lemon trees" = true - #Should nutmeg trees generate in world - "Generate nutmeg trees" = true - #Should orange trees generate in world - "Generate orange trees" = true - #Should peach trees generate in world - "Generate peach trees" = true - #Should pear trees generate in world - "Generate pear trees" = true - #Should plum trees generate in world - "Generate plum trees" = true - #Should walnut trees generate in world - "Generate walnut trees" = true - #Should spiderweb trees generate in world - "Generate spiderweb trees" = true - #Should hazelnut trees generate in world - "Generate hazelnut trees" = true - #Should pawpaw trees generate in world - "Generate pawpaw trees" = true - #Should soursop trees generate in world - "Generate soursop trees" = true - #Should almond trees generate in world - "Generate almond trees" = true - #Should apricot trees generate in world - "Generate apricot trees" = true - #Should banana trees generate in world - "Generate banana trees" = true - #Should cashew trees generate in world - "Generate cashew trees" = true - #Should cinnamon trees generate in world - "Generate cinnamon trees" = true - #Should coconut trees generate in world - "Generate coconut trees" = true - #Should almond date generate in world - "Generate date trees" = true - #Should dragonfruit trees generate in world - "Generate dragonfruit trees" = true - #Should durian trees generate in world - "Generate durian trees" = true - #Should fig trees generate in world - "Generate fig trees" = true - #Should grapefruit trees generate in world - "Generate grapefruit trees" = true - #Should lime trees generate in world - "Generate lime trees" = true - #Should mango trees generate in world - "Generate mango trees" = true - #Should olive trees generate in world - "Generate olive trees" = true - #Should papaya trees generate in world - "Generate papaya trees" = true - #Should paperbark trees generate in world - "Generate paperbark trees" = true - #Should pecan trees generate in world - "Generate pecan trees" = true - #Should peppercorn trees generate in world - "Generate peppercorn trees" = true - #Should persimmon trees generate in world - "Generate persimmon trees" = true - #Should pistachio trees generate in world - "Generate pistachio trees" = true - #Should pomegranate trees generate in world - "Generate pomegranate trees" = true - #Should starfruit trees generate in world - "Generate starfruit trees" = true - #Should vanillabean trees generate in world - "Generate vanillabean trees" = true - #Should breadfruit trees generate in world - "Generate breadfruit trees" = true - #Should guava trees generate in world - "Generate guava trees" = true - #Should jackfruit trees generate in world - "Generate jackfruit trees" = true - #Should lychee trees generate in world - "Generate lychee trees" = true - #Should passionfruit trees generate in world - "Generate passionfruit trees" = true - #Should rambutan trees generate in world - "Generate rambutan trees" = true - #Should tamarind trees generate in world - "Generate tamarind trees" = true - #Should maple trees generate in world - "Generate maple trees" = true - #Should pinenut trees generate in world - "Generate pinenut trees" = true - -["Right-click Harvesting Settings"] - #Disable/enable right-click harvesting of crops - "Enable right-click harvesting for crops" = true - -["Dimensions Settings"] - #Enter a dimension id to whitelist feature generation - white_dim = ["minecraft:overworld"] - #Enter a dimension id to blacklist feature generation - black_dim = ["minecraft:the_end", "minecraft:the_nether"] - diff --git a/defaultconfigs/plonk-server.toml b/defaultconfigs/plonk-server.toml deleted file mode 100644 index 0e9dd29..0000000 --- a/defaultconfigs/plonk-server.toml +++ /dev/null @@ -1,4 +0,0 @@ -#Max stack size per slot (-1 or 0 to use default). Going above 64 needs a mod like StackUp!. -#Range: > -1 -maxStackSize = -1 - diff --git a/defaultconfigs/rangedpumps-server.toml b/defaultconfigs/rangedpumps-server.toml deleted file mode 100644 index 5a68e9d..0000000 --- a/defaultconfigs/rangedpumps-server.toml +++ /dev/null @@ -1,27 +0,0 @@ - -[pump] - #The range of the pump - #Range: 0 ~ 1024 - range = 64 - #The interval in ticks for when to move on to the next block (higher is slower) - #Range: 0 ~ 1024 - speed = 4 - #The capacity of the internal pump tank - #Range: > 1000 - tankCapacity = 16000 - #The capacity of the energy storage - #Range: > 0 - energyCapacity = 100000 - #Energy drained when moving to the next block - #Range: > 0 - energyUsagePerMove = 0 - #Energy drained when draining liquid - #Range: > 0 - energyUsagePerDrain = 250 - #Whether the pump uses energy to work - useEnergy = true - #Replaces liquids that are removed with a block defined in 'blockIdToReplaceLiquidsWith' (to reduce lag) - replaceLiquidWithBlock = true - #The block that liquids are replaced with when 'replaceLiquidWithBlock' is true - blockIdToReplaceLiquidsWith = "minecraft:stone" - diff --git a/defaultconfigs/refinedpipes-server.toml b/defaultconfigs/refinedpipes-server.toml deleted file mode 100644 index e43b3ad..0000000 --- a/defaultconfigs/refinedpipes-server.toml +++ /dev/null @@ -1,233 +0,0 @@ - -[pipe] - - [pipe.item] - - [pipe.item.basic] - #The maximum amount of ticks that items can be in the pipe. Lower is faster. - #Range: > 0 - maxTicks = 30 - - [pipe.item.improved] - #The maximum amount of ticks that items can be in the pipe. Lower is faster. - #Range: > 0 - maxTicks = 20 - - [pipe.item.advanced] - #The maximum amount of ticks that items can be in the pipe. Lower is faster. - #Range: > 0 - maxTicks = 10 - - [pipe.fluid] - - [pipe.fluid.basic] - #The capacity in mB of the pipe. - #Range: > 0 - capacity = 1000 - #The transfer rate in mB/t of the pipe. - #Range: > 0 - transferRate = 100 - - [pipe.fluid.improved] - #The capacity in mB of the pipe. - #Range: > 0 - capacity = 4000 - #The transfer rate in mB/t of the pipe. - #Range: > 0 - transferRate = 400 - - [pipe.fluid.advanced] - #The capacity in mB of the pipe. - #Range: > 0 - capacity = 8000 - #The transfer rate in mB/t of the pipe. - #Range: > 0 - transferRate = 800 - - [pipe.fluid.elite] - #The capacity in mB of the pipe. - #Range: > 0 - capacity = 16000 - #The transfer rate in mB/t of the pipe. - #Range: > 0 - transferRate = 1600 - - [pipe.fluid.ultimate] - #The capacity in mB of the pipe. - #Range: > 0 - capacity = 32000 - #The transfer rate in mB/t of the pipe. - #Range: > 0 - transferRate = 3200 - - [pipe.energy] - - [pipe.energy.basic] - #The capacity in FE of the pipe. - #Range: > 0 - capacity = 1000 - #The transfer rate in FE/t of the pipe. - #Range: > 0 - transferRate = 1000 - - [pipe.energy.improved] - #The capacity in FE of the pipe. - #Range: > 0 - capacity = 4000 - #The transfer rate in FE/t of the pipe. - #Range: > 0 - transferRate = 4000 - - [pipe.energy.advanced] - #The capacity in FE of the pipe. - #Range: > 0 - capacity = 8000 - #The transfer rate in FE/t of the pipe. - #Range: > 0 - transferRate = 8000 - - [pipe.energy.elite] - #The capacity in FE of the pipe. - #Range: > 0 - capacity = 16000 - #The transfer rate in FE/t of the pipe. - #Range: > 0 - transferRate = 16000 - - [pipe.energy.ultimate] - #The capacity in FE of the pipe. - #Range: > 0 - capacity = 32000 - #The transfer rate in FE/t of the pipe. - #Range: > 0 - transferRate = 32000 - - [pipe.attachment] - - [pipe.attachment.extractor] - - [pipe.attachment.extractor.basic] - #The interval between item extractions in ticks. Lower is faster. - #Range: > 0 - itemTickInterval = 60 - #The amount of items to extract per extraction. - #Range: 0 ~ 64 - itemsToExtract = 8 - #The interval between fluid extractions in ticks. Lower is faster. - #Range: > 0 - fluidTickInterval = 0 - #The amount of fluids in mB to extract per extraction. - #Range: > 0 - fluidsToExtract = 100 - #The amount of filter slots allowed. - #Range: 0 ~ 15 - filterSlots = 0 - #Whether the redstone mode can be configured for this extractor. - canSetRedstoneMode = false - #Whether the extractor can be toggled between whitelist and blacklist. - canSetWhitelistBlacklist = false - #Whether the extractor can be toggled between routing modes. - canSetRoutingMode = false - #Whether the extractor can toggle exact mode. - canSetExactMode = false - - [pipe.attachment.extractor.improved] - #The interval between item extractions in ticks. Lower is faster. - #Range: > 0 - itemTickInterval = 40 - #The amount of items to extract per extraction. - #Range: 0 ~ 64 - itemsToExtract = 16 - #The interval between fluid extractions in ticks. Lower is faster. - #Range: > 0 - fluidTickInterval = 0 - #The amount of fluids in mB to extract per extraction. - #Range: > 0 - fluidsToExtract = 400 - #The amount of filter slots allowed. - #Range: 0 ~ 15 - filterSlots = 4 - #Whether the redstone mode can be configured for this extractor. - canSetRedstoneMode = true - #Whether the extractor can be toggled between whitelist and blacklist. - canSetWhitelistBlacklist = false - #Whether the extractor can be toggled between routing modes. - canSetRoutingMode = false - #Whether the extractor can toggle exact mode. - canSetExactMode = true - - [pipe.attachment.extractor.advanced] - #The interval between item extractions in ticks. Lower is faster. - #Range: > 0 - itemTickInterval = 20 - #The amount of items to extract per extraction. - #Range: 0 ~ 64 - itemsToExtract = 32 - #The interval between fluid extractions in ticks. Lower is faster. - #Range: > 0 - fluidTickInterval = 0 - #The amount of fluids in mB to extract per extraction. - #Range: > 0 - fluidsToExtract = 800 - #The amount of filter slots allowed. - #Range: 0 ~ 15 - filterSlots = 8 - #Whether the redstone mode can be configured for this extractor. - canSetRedstoneMode = true - #Whether the extractor can be toggled between whitelist and blacklist. - canSetWhitelistBlacklist = true - #Whether the extractor can be toggled between routing modes. - canSetRoutingMode = true - #Whether the extractor can toggle exact mode. - canSetExactMode = true - - [pipe.attachment.extractor.elite] - #The interval between item extractions in ticks. Lower is faster. - #Range: > 0 - itemTickInterval = 10 - #The amount of items to extract per extraction. - #Range: 0 ~ 64 - itemsToExtract = 64 - #The interval between fluid extractions in ticks. Lower is faster. - #Range: > 0 - fluidTickInterval = 0 - #The amount of fluids in mB to extract per extraction. - #Range: > 0 - fluidsToExtract = 1600 - #The amount of filter slots allowed. - #Range: 0 ~ 15 - filterSlots = 12 - #Whether the redstone mode can be configured for this extractor. - canSetRedstoneMode = true - #Whether the extractor can be toggled between whitelist and blacklist. - canSetWhitelistBlacklist = true - #Whether the extractor can be toggled between routing modes. - canSetRoutingMode = true - #Whether the extractor can toggle exact mode. - canSetExactMode = true - - [pipe.attachment.extractor.ultimate] - #The interval between item extractions in ticks. Lower is faster. - #Range: > 0 - itemTickInterval = 10 - #The amount of items to extract per extraction. - #Range: 0 ~ 64 - itemsToExtract = 64 - #The interval between fluid extractions in ticks. Lower is faster. - #Range: > 0 - fluidTickInterval = 0 - #The amount of fluids in mB to extract per extraction. - #Range: > 0 - fluidsToExtract = 3200 - #The amount of filter slots allowed. - #Range: 0 ~ 15 - filterSlots = 15 - #Whether the redstone mode can be configured for this extractor. - canSetRedstoneMode = true - #Whether the extractor can be toggled between whitelist and blacklist. - canSetWhitelistBlacklist = true - #Whether the extractor can be toggled between routing modes. - canSetRoutingMode = true - #Whether the extractor can toggle exact mode. - canSetExactMode = true - diff --git a/defaultconfigs/refinedstorage-server.toml b/defaultconfigs/refinedstorage-server.toml deleted file mode 100644 index a509538..0000000 --- a/defaultconfigs/refinedstorage-server.toml +++ /dev/null @@ -1,275 +0,0 @@ - -[upgrades] - #The additional energy used by the Range Upgrade - #Range: > 0 - rangeUpgradeUsage = 8 - #The additional energy used by the Speed Upgrade - #Range: > 0 - speedUpgradeUsage = 2 - #The additional energy used by the Crafting Upgrade - #Range: > 0 - craftingUpgradeUsage = 5 - #The additional energy used by the Stack Upgrade - #Range: > 0 - stackUpgradeUsage = 12 - #The additional energy used by the Silk Touch Upgrade - #Range: > 0 - silkTouchUpgradeUsage = 15 - #The additional energy used by the Fortune 1 Upgrade - #Range: > 0 - fortune1UpgradeUsage = 10 - #The additional energy used by the Fortune 2 Upgrade - #Range: > 0 - fortune2UpgradeUsage = 12 - #The additional energy used by the Fortune 3 Upgrade - #Range: > 0 - fortune3UpgradeUsage = 14 - #The additional energy used by the Regulator Upgrade - #Range: > 0 - regulatorUpgradeUsage = 15 - -[controller] - #Whether the Controller uses energy - useEnergy = true - #The energy capacity of the Controller - #Range: > 0 - capacity = 32000 - #The base energy used by the Controller - #Range: > 0 - baseUsage = 0 - #The maximum energy that the Controller can receive - #Range: > 0 - maxTransfer = 2147483647 - -[cable] - #The energy used by the Cable - #Range: > 0 - usage = 0 - -[grid] - #The energy used by Grids - #Range: > 0 - gridUsage = 2 - #The energy used by Crafting Grids - #Range: > 0 - craftingGridUsage = 4 - #The energy used by Pattern Grids - #Range: > 0 - patternGridUsage = 4 - #The energy used by Fluid Grids - #Range: > 0 - fluidGridUsage = 2 - -[diskDrive] - #The energy used by the Disk Drive - #Range: > 0 - usage = 0 - #The energy used per disk in the Disk Drive - #Range: > 0 - diskUsage = 1 - -[storageBlock] - #The energy used by the 1k Storage Block - #Range: > 0 - oneKUsage = 2 - #The energy used by the 4k Storage Block - #Range: > 0 - fourKUsage = 4 - #The energy used by the 16k Storage Block - #Range: > 0 - sixteenKUsage = 6 - #The energy used by the 64k Storage Block - #Range: > 0 - sixtyFourKUsage = 8 - #The energy used by the Creative Storage Block - #Range: > 0 - creativeUsage = 10 - -[fluidStorageBlock] - #The energy used by the 64k Fluid Storage Block - #Range: > 0 - sixtyFourKUsage = 2 - #The energy used by the 256k Fluid Storage Block - #Range: > 0 - twoHundredFiftySixKUsage = 4 - #The energy used by the 1024k Fluid Storage Block - #Range: > 0 - thousandTwentyFourKUsage = 6 - #The energy used by the 4096k Fluid Storage Block - #Range: > 0 - fourThousandNinetySixKUsage = 8 - #The energy used by the Creative Fluid Storage Block - #Range: > 0 - creativeUsage = 10 - -[externalStorage] - #The energy used by the External Storage - #Range: > 0 - usage = 6 - -[importer] - #The energy used by the Importer - #Range: > 0 - usage = 1 - -[exporter] - #The energy used by the Exporter - #Range: > 0 - usage = 1 - -[networkReceiver] - #The energy used by the Network Receiver - #Range: > 0 - usage = 0 - -[networkTransmitter] - #The energy used by the Network Transmitter - #Range: > 0 - usage = 64 - -[relay] - #The energy used by the Relay - #Range: > 0 - usage = 1 - -[detector] - #The energy used by the Detector - #Range: > 0 - usage = 2 - -[securityManager] - #The energy used by the Security Manager - #Range: > 0 - usage = 4 - #The additional energy used by Security Cards in the Security Manager - #Range: > 0 - usagePerCard = 10 - -[interface] - #The energy used by the Interface - #Range: > 0 - usage = 2 - -[fluidInterface] - #The energy used by the Fluid Interface - #Range: > 0 - usage = 2 - -[wirelessTransmitter] - #The energy used by the Wireless Transmitter - #Range: > 0 - usage = 20 - #The base range of the Wireless Transmitter - #Range: > 0 - baseRange = 32 - #The additional range per Range Upgrade in the Wireless Transmitter - #Range: > 0 - rangePerUpgrade = 24 - -[storageMonitor] - #The energy used by the Storage Monitor - #Range: > 0 - usage = 3 - -[wirelessGrid] - #Whether the Wireless Grid uses energy - useEnergy = true - #The energy capacity of the Wireless Grid - #Range: > 0 - capacity = 3200 - #The energy used by the Wireless Grid to open - #Range: > 0 - openUsage = 30 - #The energy used by the Wireless Grid to extract items - #Range: > 0 - extractUsage = 5 - #The energy used by the Wireless Grid to insert items - #Range: > 0 - insertUsage = 5 - -[wirelessFluidGrid] - #Whether the Wireless Fluid Grid uses energy - useEnergy = true - #The energy capacity of the Wireless Fluid Grid - #Range: > 0 - capacity = 3200 - #The energy used by the Wireless Fluid Grid to open - #Range: > 0 - openUsage = 30 - #The energy used by the Wireless Fluid Grid to extract fluids - #Range: > 0 - extractUsage = 5 - #The energy used by the Wireless Fluid Grid to insert fluids - #Range: > 0 - insertUsage = 5 - -[constructor] - #The energy used by the Constructor - #Range: > 0 - usage = 3 - -[destructor] - #The energy used by the Destructor - #Range: > 0 - usage = 3 - -[diskManipulator] - #The energy used by the Disk Manipulator - #Range: > 0 - usage = 4 - -[portableGrid] - #Whether the Portable Grid uses energy - useEnergy = true - #The energy capacity of the Portable Grid - #Range: > 0 - capacity = 3200 - #The energy used by the Portable Grid to open - #Range: > 0 - openUsage = 30 - #The energy used by the Portable Grid to extract items or fluids - #Range: > 0 - extractUsage = 5 - #The energy used by the Portable Grid to insert items or fluids - #Range: > 0 - insertUsage = 5 - -[crafter] - #The energy used by the Crafter - #Range: > 0 - usage = 4 - #The energy used for every Pattern in the Crafter - #Range: > 0 - patternUsage = 1 - -[crafterManager] - #The energy used by the Crafter Manager - #Range: > 0 - usage = 8 - -[craftingMonitor] - #The energy used by the Crafting Monitor - #Range: > 0 - usage = 8 - -[wirelessCraftingMonitor] - #Whether the Wireless Crafting Monitor uses energy - useEnergy = true - #The energy capacity of the Wireless Crafting Monitor - #Range: > 0 - capacity = 3200 - #The energy used by the Wireless Crafting Monitor to open - #Range: > 0 - openUsage = 30 - #The energy used by the Wireless Crafting Monitor to cancel a crafting task - #Range: > 0 - cancelUsage = 5 - #The energy used by the Wireless Crafting Monitor to cancel all crafting tasks - #Range: > 0 - cancelAllUsage = 10 - -[autocrafting] - #The autocrafting calculation timeout in milliseconds, crafting tasks taking longer than this to calculate are cancelled to avoid server strain - #Range: > 5000 - calculationTimeoutMs = 5000 - diff --git a/defaultconfigs/refinedstorageaddons-server.toml b/defaultconfigs/refinedstorageaddons-server.toml deleted file mode 100644 index 40c2845..0000000 --- a/defaultconfigs/refinedstorageaddons-server.toml +++ /dev/null @@ -1,17 +0,0 @@ - -[wirelessCraftingGrid] - #Whether the Wireless Crafting Grid uses energy - useEnergy = true - #The energy capacity of the Wireless Crafting Grid - #Range: > 0 - capacity = 3200 - #The energy used by the Wireless Crafting Grid to open - #Range: > 0 - openUsage = 30 - #The energy used by the Wireless Crafting Grid to craft an item - #Range: > 0 - craftUsage = 1 - #The energy used by the Wireless Crafting Grid to clear the crafting matrix - #Range: > 0 - clearUsage = 10 - diff --git a/defaultconfigs/rftoolsbase-server.toml b/defaultconfigs/rftoolsbase-server.toml deleted file mode 100644 index 732bc12..0000000 --- a/defaultconfigs/rftoolsbase-server.toml +++ /dev/null @@ -1,64 +0,0 @@ - -#Settings for the infusing system -[infuser] - #Maximum amount of dimensional shards before a machine is fully infused - #Range: > 1 - maxInfuse = 256 - #Amount of RF used per tick while infusing - #Range: > 0 - usePerTick = 600 - #Maximum RF storage that the infuser can hold - #Range: > 0 - infuserMaxRF = 60000 - #RF per tick that the infuser can receive - #Range: > 0 - infuserRFPerTick = 600 - -#Dimensional shard ore generation -[worldgen] - - #Overworld - [worldgen.overworld] - #Number of times to try generate the ore (set to 0 to disable) - #Range: 0 ~ 256 - oreChances = 2 - #Max size of veins - #Range: 1 ~ 256 - oreVeinsize = 5 - #Min height - #Range: 0 ~ 256 - oreMin = 2 - #Max height - #Range: 0 ~ 256 - oreMax = 40 - - #Overworld - [worldgen.nether] - #Number of times to try generate the ore (set to 0 to disable) - #Range: 0 ~ 256 - oreChances = 8 - #Max size of veins - #Range: 1 ~ 256 - oreVeinsize = 8 - #Min height - #Range: 0 ~ 256 - oreMin = 2 - #Max height - #Range: 0 ~ 256 - oreMax = 40 - - #End - [worldgen.end] - #Number of times to try generate the ore (set to 0 to disable) - #Range: 0 ~ 256 - oreChances = 8 - #Max size of veins - #Range: 1 ~ 256 - oreVeinsize = 10 - #Min height - #Range: 0 ~ 256 - oreMin = 2 - #Max height - #Range: 0 ~ 256 - oreMax = 80 - diff --git a/defaultconfigs/rftoolsbuilder-server.toml b/defaultconfigs/rftoolsbuilder-server.toml deleted file mode 100644 index b4650a7..0000000 --- a/defaultconfigs/rftoolsbuilder-server.toml +++ /dev/null @@ -1,203 +0,0 @@ - -#Settings for the builder -[builder] - #Maximum RF storage that the builder can hold - #Range: > 0 - builderMaxRF = 1000000 - #RF per tick that the builder can receive - #Range: > 0 - builderRFPerTick = 20000 - #RF per block operation for the builder when used to build - #Range: > 0 - builderRfPerOperation = 500 - #Base RF per block operation for the builder when used as a pump - #Range: > 0 - builderRfPerLiquid = 300 - #Base RF per block operation for the builder when used as a quarry or voider (actual cost depends on hardness of block) - #Range: > 0 - builderRfPerQuarry = 300 - #RF per block that is skipped (used when a filter is added to the builder) - #Range: > 0 - builderRfPerSkipped = 50 - #RF per entity move operation for the builder - #Range: > 0 - builderRfPerEntity = 5000 - #RF per player move operation for the builder - #Range: > 0 - builderRfPerPlayer = 40000 - #Can Tile Entities be moved? 'forbidden' means never, 'whitelist' means only whitelisted, 'blacklist' means all except blacklisted, 'allowed' means all - #Allowed Values: MOVE_FORBIDDEN, MOVE_WHITELIST, MOVE_BLACKLIST, MOVE_ALLOWED - tileEntityMode = "MOVE_WHITELIST" - #Maximum dimension for the space chamber - #Range: 0 ~ 100000 - maxSpaceChamberDimension = 128 - #How many ticks we wait before collecting again (with the builder 'collect items' mode) - #Range: > 0 - collectTimer = 10 - #The cost of collecting an item (builder 'collect items' mode)) - #Range: > 0 - collectRFPerItem = 20 - #How much more expensive a move accross dimensions is - #Range: 0.0 ~ 1000000.0 - dimensionCostFactor = 5.0 - #The cost of collecting 1 XP level (builder 'collect items' mode)) - #Range: 0.0 ~ 1000000.0 - collectRFPerXP = 2.0 - #The RF/t per area to keep checking for items in a given area (builder 'collect items' mode)) - #Range: 0.0 ~ 1000000.0 - collectRFPerTickPerArea = 0.5 - #The RF per operation of the builder is multiplied with this factor when using the void shape card - #Range: 0.0 ~ 1000000.0 - voidShapeCardFactor = 0.5 - #The RF per operation of the builder is multiplied with this factor when using the silk quarry shape card - #Range: 0.0 ~ 1000000.0 - silkquarryShapeCardFactor = 3.0 - #The RF per operation of the builder is multiplied with this factor when using the fortune quarry shape card - #Range: 0.0 ~ 1000000.0 - fortunequarryShapeCardFactor = 2.0 - #Use this block for the builder to replace with - quarryReplace = "minecraft:dirt" - #If true the quarry will also quarry tile entities. Otherwise it just ignores them - quarryTileEntities = true - #If true the quarry will chunkload a chunk at a time. If false the quarry will stop if a chunk is not loaded - quarryChunkloads = true - #If true we allow shape cards to be crafted. Note that in order to use the quarry system you must also enable this - shapeCardAllowed = true - #If true we allow quarry cards to be crafted - quarryAllowed = true - #If true we allow the clearing quarry cards to be crafted (these can be heavier on the server) - clearingQuarryAllowed = true - #The base speed (number of blocks per tick) of the quarry - #Range: > 0 - quarryBaseSpeed = 8 - #Multiply the infusion factor with this value and add that to the quarry base speed - #Range: > 0 - quarryInfusionSpeedFactor = 20 - #Maximum offset of the shape when a shape card is used in the builder - #Range: > 0 - maxBuilderOffset = 260 - #Maximum dimension of the shape when a shape card is used in the builder - #Range: > 0 - maxBuilderDimension = 512 - #If true we go back to the old (wrong) sphere/cylinder calculation for the builder/shield - oldSphereCylinderShape = false - -#Settings for the shield system -[shield] - #Maximum RF storage that the shield block can hold - #Range: > 0 - shieldMaxRF = 200000 - #RF per tick that the shield block can receive - #Range: > 0 - shieldRFPerTick = 5000 - #Maximum size (in blocks) of a tier 1 shield - #Range: 0 ~ 1000000 - shieldMaxSize = 256 - #Maximum offset of the shape when a shape card is used - #Range: 0 ~ 100000 - maxShieldOffset = 128 - #Maximum dimension of the shape when a shape card is used - #Range: 0 ~ 1000000 - maxShieldDimension = 256 - #Maximum distance at which you can add disjoint shield sections to a composed shield - #Range: 0 ~ 10000 - maxDisjointShieldDistance = 64 - #Base amount of RF/tick for every 10 blocks in the shield (while active) - #Range: > 0 - shieldRfBase = 8 - #RF/tick for every 10 blocks added in case of camo mode - #Range: > 0 - shieldRfCamo = 2 - #RF/tick for every 10 block addeds in case of shield mode - #Range: > 0 - shieldRfShield = 2 - #The amount of RF to consume for a single spike of damage for one entity - #Range: > 0 - shieldRfDamage = 1000 - #The amount of RF to consume for a single spike of damage for one entity (used in case of player-type damage) - #Range: > 0 - shieldRfDamagePlayer = 2000 - #The amount of damage to do for a single spike on one entity - #Range: 0.0 ~ 1.0E9 - shieldDamage = 5.0 - #Set this to false if you don't want invisible shield rendering mode to be possible - allowInvisibleShield = true - #Amount of dimensional shards per looting kill. Remember that this is per block that does damage - #Range: 0 ~ 256 - shardsPerLootingKill = 2 - #The looting kill bonus - #Range: 0 ~ 256 - lootingKillBonus = 3 - -#Settings for the scanner, composer, and projector -[scanner] - #Maximum RF storage that the scanner can hold - #Range: > 0 - scannerMaxRF = 500000 - #RF per tick that the scanner can receive - #Range: > 0 - scannerRFPerTick = 20000 - #Amount of RF needed per tick during the scan - #Range: > 0 - scannerUsePerTick = 1000 - #Amount of RF needed per tick during the scan for a remote scanner - #Range: > 0 - remoteScannerUsePerTick = 2000 - #Maximum RF storage that the locator can hold - #Range: > 0 - locatorMaxRF = 2000000 - #RF per tick that the locator can receive - #Range: > 0 - locatorRFPerTick = 20000 - #Fixed amount of RF needed for a scan - #Range: > 0 - locatorUsePerTickBase = 5000 - #Base amount of RF needed for a scan per 16x16x16 subchunk - #Range: 0.0 ~ 1.0E9 - locatorUsePerTickChunk = 0.1 - #Additional amount of RF per 16x16x16 subchunk needed for a scan for hostile entities - #Range: 0.0 ~ 1.0E9 - locatorUsePerTickHostile = 1.0 - #Additional amount of RF per 16x16x16 subchunk needed for a scan for passive entities - #Range: 0.0 ~ 1.0E9 - locatorUsePerTickPassive = 0.5 - #Additional amount of RF per 16x16x16 subchunk needed for a scan for players - #Range: 0.0 ~ 1.0E9 - locatorUsePerTickPlayer = 2.0 - #Additional amount of RF per 16x16x16 subchunk needed for a scan for low energy - #Range: 0.0 ~ 1.0E9 - locatorUsePerTickEnergy = 5.0 - #Additional amount of RF per 16x16x16 subchunk needed for a filtered scan - #Range: 0.0 ~ 1.0E9 - locatorFilterCost = 0.5 - #Maximum RF storage that the projector can hold - #Range: > 0 - projectorMaxRF = 500000 - #RF per tick that the projector can receive - #Range: > 0 - projectorRFPerTick = 10000 - #RF/t for the projector while it is in use - #Range: > 0 - projectorUsePerTick = 1000 - #Number of ticks between every scan of the locator - #Range: > 0 - ticksPerLocatorScan = 40 - #Maximum amount of entities in a single block to show markers/beacons for - #Range: > 0 - locatorEntitySafety = 10 - #Maximum amount of 16x16 chunks we support for energy scanning - #Range: > 0 - locatorMaxEnergyChunks = 25 - #Maximum offset of the shape when a shape card is used in the scanner/projector - #Range: > 0 - maxScannerOffset = 2048 - #Maximum dimension of the shape when a scanner/projector card is used - #Range: 0 ~ 10000 - maxScannerDimension = 512 - #The amount of surface area the scanner will scan in a tick. Increasing this will increase the speed of the scanner but cause more strain on the server - #Range: 100 ~ 1073741824 - surfaceAreaPerTick = 262144 - #The amount of 'surface area' that the server will send to the client for the projector. Increasing this will increase the speed at which projections are ready but also increase the load for server and client - #Range: 100 ~ 10000000 - planeSurfacePerTick = 40000 - diff --git a/defaultconfigs/rftoolscontrol-server.toml b/defaultconfigs/rftoolscontrol-server.toml deleted file mode 100644 index db067e0..0000000 --- a/defaultconfigs/rftoolscontrol-server.toml +++ /dev/null @@ -1,60 +0,0 @@ - -#General settings -[general] - #Maximum RF storage that the processor can hold - #Range: > 1 - processorMaxRF = 100000 - #RF per tick that the processor can receive - #Range: > 1 - processorRFPerTick = 1000 - #Maximum number of lines to keep in the log - #Range: 0 ~ 100000 - processorMaxLogLines = 100 - #Maximum stack size for a program (used by 'call' opcode) - #Range: 1 ~ 10000 - maxStackSize = 100 - #Maximum amount of graphics opcodes that a graphics card supports - #Range: 1 ~ 10000 - maxGraphicsOpcodes = 30 - #Maximum amount of event queue entries supported by a processor. More events will be ignored - #Range: 1 ~ 10000 - maxEventQueueSize = 100 - #Maximum amount of craft requests supported by the crafting station. More requests will be ignored - #Range: 1 ~ 10000 - maxCraftRequests = 200 - #If true double click is needed in programmer to change connector. If false single click is sufficient - doubleClickToChangeConnector = true - #If 2 tooltips in the programmer gui are verbose and give a lot of info. With 1 the information is decreased. 0 means no tooltips - #Range: 0 ~ 2 - tooltipVerbosityLevel = 2 - #Amount of instructions per tick for the CPU Core B500 - #Range: 1 ~ 1000 - speedB500 = 1 - #Amount of instructions per tick for the CPU Core S1000 - #Range: 1 ~ 1000 - speedS1000 = 4 - #Amount of instructions per tick for the CPU Core EX2000 - #Range: 1 ~ 1000 - speedEX2000 = 16 - #RF per tick for the CPU Core B500 - #Range: > 0 - rfB500 = 4 - #RF per tick for the CPU Core S1000 - #Range: > 0 - rfS1000 = 14 - #RF per tick for the CPU Core EX2000 - #Range: > 0 - rfEX2000 = 50 - #RF per tick/per block for the variable screen module - #Range: > 0 - variableModuleRFPerTick = 1 - #RF per tick/per block for the interaction screen module - #Range: > 0 - interactionModuleRFPerTick = 2 - #RF per tick/per block for the console screen module - #Range: > 0 - consoleModuleRFPerTick = 2 - #RF per tick/per block for the vector art screen module - #Range: > 0 - vectorArtModuleRFPerTick = 2 - diff --git a/defaultconfigs/rftoolspower-server.toml b/defaultconfigs/rftoolspower-server.toml deleted file mode 100644 index 68ebae4..0000000 --- a/defaultconfigs/rftoolspower-server.toml +++ /dev/null @@ -1,133 +0,0 @@ - -#General settings -[general] - - #Settings for the blazing generator - [general.blazing] - #Maximum amount of power the blazing generator can store - #Range: > 0 - blazingGeneratorMaxPower = 1000000 - #Maximum amount of power the blazing generator give to adjacent machines per side and per tick - #Range: > 0 - blazingGeneratorSendPerTick = 20000 - #Maximum amount of power the blazing agitator can store - #Range: > 0 - blazingAgitatorMaxPower = 50000 - #Amount of RF per tick input (per side) for the agitator - #Range: > 0 - blazingAgitatorRFPerTick = 100 - #Amount of RF per tick the agitator uses while operating - #Range: > 0 - blazingAgitatorUsePerTick = 10 - #Maximum amount of power the blazing infuser can store - #Range: > 0 - blazingInfuserMaxPower = 50000 - #Amount of RF per tick input (per side) for the infuser - #Range: > 0 - blazingInfuserRFPerTick = 100 - #Amount of RF per tick the infuser uses while operating - #Range: > 0 - blazingInfuserUsePerTick = 10 - - #Settings for the powercell - [general.dimensionalcell] - #Base amount of RF/tick that can be extracted/inserted in this block - #Range: > 0 - rfPerTick = 5000 - #Maximum RF storage that a single cell can hold - #Range: > 0 - rfPerNormalCell = 1000000 - #How much better is the advanced cell with RF and RF/t - #Range: > 0 - advancedFactor = 4 - #How much worse is the simple cell with RF and RF/t - #Range: > 0 - simpleFactor = 4 - #The maximum cost factor for extracting energy out of a powercell for blocks in other dimensions or farther away then 10000 blocks - #Range: 0.0 ~ 1.0E9 - powerCellCostFactor = 1.1 - #At this distance the cost factor will be maximum. This value is also used when power is extracted from cells in different dimensions - #Range: 0.0 ~ 1.0E9 - powerCellDistanceCap = 10000.0 - #As soon as powercells are not connected this value will be taken as the minimum distance to base the cost factor from - #Range: 0.0 ~ 1.0E9 - powerCellMinDistance = 100.0 - #A multiplier for the distance if RFTools dimensions are involved. If both sides are RFTools dimensions then this multiplier is done twice - #Range: 0.0 ~ 1.0E9 - powerCellRFToolsDimensionAdvantage = 0.5 - #RF per tick that the powrcell can charge items with - #Range: > 0 - powercellChargePerTick = 30000 - - #Settings for the endergenic generator - [general.endergenic] - #Maximum amount of power the endergenic can store - #Range: > 0 - endergenicMaxPower = 5000000 - #The chance (in 1/10 percent, so 1000 = 100%) that an endergenic pearl is lost while trying to hold it - #Range: 0 ~ 1000 - endergenicChanceLost = 5 - #The amount of RF that is consumed every tick to hold the endergenic pearl - #Range: > 0 - endergenicRfHolding = 500 - #The amount of RF that every endergenic will keep itself (so that it can hold pearls) - #Range: > 0 - endergenicKeepRf = 2000 - #The amount of RF per tick that this generator can give from its internal buffer to adjacent blocks - #Range: > 0 - endergenicSendPerTick = 20000 - #The amount of particles to spawn whenever energy is generated (use 0 to disable) - #Range: 0 ~ 1000 - endergenicGoodParticles = 10 - #The amount of particles to spawn whenever a pearl is lost (use 0 to disable) - #Range: 0 ~ 1000 - endergenicBadParticles = 10 - #Multiplier for power generation - #Range: 0.0 ~ 1.0E9 - powergenFactor = 2.0 - - #Coal generator settings - [general.coalgenerator] - #Amount of RF generated per tick - #Range: > 0 - generatePerTick = 60 - #Amount of ticks generated per coal - #Range: > 0 - ticksPerCoal = 600 - #Maximum RF storage that the generator can hold - #Range: > 0 - generatorMaxRF = 500000 - #RF per tick that the generator can send - #Range: > 0 - generatorRFPerTick = 2000 - #RF per tick that the generator can charge items with - #Range: > 0 - generatorChargePerTick = 1000 - - #Powercell settings - [general.powercell] - #Maximum RF a single tier1 cell can hold - #Range: 1 ~ 2000000000 - tier1MaxRF = 500000 - #Maximum RF a single tier2 cell can hold - #Range: 1 ~ 2000000000 - tier2MaxRF = 4000000 - #Maximum RF a single tier3 cell can hold - #Range: 1 ~ 2000000000 - tier3MaxRF = 20000000 - #Maximum RF/tick per side for a tier1 cell - #Range: 1 ~ 2000000000 - tier1MaxRFPerTick = 250 - #Maximum RF/tick per side for a tier2 cell - #Range: 1 ~ 2000000000 - tier2MaxRFPerTick = 1000 - #Maximum RF/tick per side for a tier3 cell - #Range: 1 ~ 2000000000 - tier3MaxRFPerTick = 4000 - #How much extra RF/tick every cell gets per cell in the network. 0 means constant RF/t. 1 means linear with amount of cells - #Range: 0.0 ~ 100.0 - rfPerTickScale = 0.25 - #Maximum number of blocks in a single multiblock network - #Range: 1 ~ 2000000000 - networkMax = 729 - diff --git a/defaultconfigs/rftoolsstorage-server.toml b/defaultconfigs/rftoolsstorage-server.toml deleted file mode 100644 index 17f0247..0000000 --- a/defaultconfigs/rftoolsstorage-server.toml +++ /dev/null @@ -1,66 +0,0 @@ - -#Settings for the modular storage system -[storage] - #Maximum RF storage that the remote storage block can hold - #Range: > 0 - remoteStorageMaxRF = 100000 - #RF per tick that the remote storage block can receive - #Range: > 0 - remoteStorageRFPerTick = 300 - #Maximum RF storage that the storage tablet can hold - #Range: > 0 - tabletMaxRF = 20000 - #RF per tick that the storage tablet can receive - #Range: > 0 - tabletRFPerTick = 500 - #RF per usage of the storage tablet - #Range: > 0 - tabletRFUsage = 100 - #RF per usage of the storage tablet when used in combation with the scanner module - #Range: > 0 - tabletRFUsageScanner = 100 - #Extra RF per usage per storage tier - #Range: > 0 - tabletExtraRFUsage = 100 - #RF/tick to share an inventory to the same dimension - #Range: > 0 - remoteShareLocal = 10 - #RF/tick to share an inventory to all dimensions - #Range: > 0 - remoteShareGlobal = 50 - #The height for the smallest style modular storage GUI - #Range: 0 ~ 1000000 - modularStorageGuiHeight1 = 236 - #The height for the middle style modular storage GUI - #Range: 0 ~ 1000000 - modularStorageGuiHeight2 = 320 - #The height for the tallest style modular storage GUI - #Range: 0 ~ 1000000 - modularStorageGuiHeight3 = 490 - categories = ["extrabiomes.blocks.BlockCustomFlower=Flowers", "crazypants.enderio.material.ItemMachinePart=Technical", "net.minecraft.block.BlockPistonBase=Technical", "com.rwtema.extrautils.tileentity.transfernodes.BlockTransferPipe=Technical", "net.minecraft.block.BlockWood=null", "powercrystals.minefactoryreloaded.item.ItemPortaSpawner=Technical", "thermalfoundation.block.BlockOre=Ores", "mcjty.rftools.items.screenmodules=Modules", "net.minecraft.block.BlockRail=Technical", "net.minecraft.item.ItemShears=Tools", "net.minecraft.block.BlockRailPowered=Technical", "net.minecraft.block.BlockJukebox=Technical", "mcjty.rftools.blocks.teleporter.MatterBoosterBlock=Machines", "crazypants.enderio.material.ItemCapacitor=Technical", "powercrystals.minefactoryreloaded.item.ItemLaserFocus=Technical", "crazypants.enderio.fluid.ItemBucketEio=Buckets", "biomesoplenty.common.items.ItemBOPBucket=Buckets", "net.minecraft.block.BlockCommandBlock=Technical", "mcjty.rftools.items.dimensionmonitor.DimensionMonitorItem=Technical", "net.minecraft.block.BlockRedstoneLight=Technical", "net.minecraft.item.ItemFood=Food", "crazypants.enderio.conduit.facade.BlockConduitFacade=Technical", "mcjty.rftools.blocks.spaceprojector.SpaceChamberBlock=Machines", "powercrystals.minefactoryreloaded.item.base.ItemFactoryBucket=Buckets", "crazypants.enderio.conduit.BlockConduitBundle=Technical", "powercrystals.minefactoryreloaded.block=Machines", "net.minecraft.block.BlockPotato=Food", "crazypants.enderio.rail.BlockEnderRail=Technical", "crazypants.enderio.machine=Machines", "thermalexpansion.block.device.ItemBlockDevice=Machines", "mcjty.rftools.items.teleportprobe.ChargedPorterItem=Technical", "com.rwtema.extrautils.block.BlockEnderthermicPump=Machines", "net.minecraft.block.BlockPressurePlate=Technical", "net.minecraft.block.BlockFlower=Flowers", "mcjty.rftools.items.dimlets.KnownDimlet=Dimlets", "mcjty.rftools.items.teleportprobe.TeleportProbeItem=Technical", "crazypants.enderio.item.ItemMagnet=Technical", "mcjty.rftools.items.devdelight.DevelopersDelightItem=Technical", "mcjty.rftools.items.parts.MediocreEfficiencyEssenceItem=Dimlet Parts", "thermalexpansion.item.tool.ItemIgniter=Technical", "mcjty.rftools.items.smartwrench.SmartWrenchItem=Technical", "mcjty.rftools.items.parts.DimletTypeControllerItem=Dimlet Parts", "crazypants.enderio.block.BlockDarkSteelPressurePlate=Technical", "net.minecraft.block.BlockButtonStone=Technical", "mcjty.rftools.items.parts.PeaceEssenceItem=Dimlet Parts", "mcjty.rftools.items.envmodules=Modules", "net.minecraft.block.BlockDropper=Technical", "crazypants.enderio.conduit.redstone.ItemRedstoneConduit=Technical", "mcjty.rftools.blocks.MachineBase=Machines", "crazypants.enderio.conduit.item.filter.ItemBasicItemFilter=Technical", "crazypants.enderio.item.ItemConduitProbe=Technical", "thermalexpansion.item.tool.ItemMultimeter=Technical", "net.minecraft.item.ItemFlintAndSteel=Tools", "net.minecraft.block.BlockTripWireHook=Technical", "net.minecraft.block.BlockDispenser=Technical", "net.minecraft.block.BlockLever=Technical", "mcjty.rftools.blocks.MachineFrame=Machines", "crazypants.enderio.conduit.item.ItemItemConduit=Technical", "mcjty.rftools.items.parts.DimletEnergyModuleItem=Dimlet Parts", "thermalexpansion.block.machine=Machines", "crazypants.enderio.conduit.item.filter.ItemExistingItemFilter=Technical", "net.minecraft.item.ItemBow=Weapons", "net.minecraft.block.BlockRedstoneWire=Technical", "net.minecraft.block.BlockTripWire=Technical", "mcjty.rftools.items.manual.RFToolsDimensionManualItem=Books", "com.rwtema.extrautils.tileentity.enderquarry.BlockEnderQuarry=Machines", "codechicken.microblock.ItemSaw=Tools", "net.minecraft.block.BlockWorkbench=Technical", "biomesoplenty.common.blocks.BlockBOPFlower=Flowers", "biomesoplenty.common.itemblocks.ItemBlockFlower=Flowers", "powercrystals.minefactoryreloaded.item.ItemLogicUpgradeCard=Technical", "net.minecraft.block.BlockHopper=Technical", "net.minecraft.item.ItemPotion=Potions", "net.minecraft.item.ItemBook=Books", "net.minecraft.item.ItemBucket=Buckets", "mcjty.rftools.items.parts.DimletMemoryUnitItem=Dimlet Parts", "powercrystals.minefactoryreloaded.item.tool.ItemRedNetMeter=Technical", "mcjty.rftools.blocks.shield.ShieldTemplateBlock=Machines", "net.minecraft.block.BlockRedstoneTorch=Technical", "mcjty.lib.container.GenericBlock=Machines", "com.rwtema.extrautils.tileentity.enderquarry.BlockEnderMarkers=Technical", "net.minecraft.item.ItemRecord=Records", "crazypants.enderio.conduit.gas.ItemGasConduit=Technical", "mcjty.rftools.blocks.spaceprojector.SpaceChamberCardItem=Technical", "crazypants.enderio.conduit.liquid.ItemLiquidConduit=Technical", "powercrystals.minefactoryreloaded.item.tool.ItemXpExtractor=Technical", "net.minecraft.item.ItemArmor=Armor", "net.minecraft.block.BlockOre=Ores", "buildcraft.builders=Machines", "mcjty.rftools.blocks.teleporter.DestinationAnalyzerBlock=Machines", "com.rwtema.extrautils.tileentity.generators.BlockGenerator=Machines", "crazypants.enderio.conduit.item.ItemExtractSpeedUpgrade=Technical", "mcjty.rftools.items.parts.SyringeItem=Dimlet Parts", "net.minecraft.block.BlockRedstoneComparator=Technical", "mcjty.rftools.items.parts.EfficiencyEssenceItem=Dimlet Parts", "thermalexpansion.block.cell=Machines", "net.minecraft.item.ItemRedstone=Technical", "net.minecraft.block.BlockNote=Technical", "mcjty.rftools.items.manual.RFToolsManualItem=Books", "crazypants.enderio.conduit.power.ItemPowerConduit=Technical", "mcjty.rftools.items.storage=Modules", "mcjty.rftools.items.dimlets.RealizedDimensionTab=Dimlets", "crazypants.enderio.machine.spawner.ItemBrokenSpawner=Machines", "cofh.core.item.ItemBucket=Buckets", "net.minecraft.item.ItemMinecart=Technical", "net.minecraft.item.ItemSkull=Skulls", "mcjty.rftools.items.dimlets.EmptyDimensionTab=Dimlets", "mcjty.rftools.items.dimlets.UnknownDimlet=Dimlets", "crazypants.enderio.item.skull=Skulls", "net.minecraft.block.BlockFurnace=Technical", "net.minecraft.block.BlockPressurePlateWeighted=Technical", "powercrystals.minefactoryreloaded.item.ItemSafariNet=Technical", "net.minecraft.block.BlockRailDetector=Technical", "net.minecraft.block.BlockRedstoneRepeater=Technical", "mcjty.rftools.items.dimlets.DimletTemplate=Dimlets", "mcjty.rftools.items.dimensionmonitor.PhasedFieldGeneratorItem=Technical", "net.minecraft.block.BlockSapling=Saplings", "net.minecraft.block.BlockDaylightDetector=Technical", "cofh.thermalexpansion.block.device=Machines", "codechicken.microblock.ItemMicroPart=Microblocks", "crazypants.enderio.conduit.item.filter.ItemModItemFilter=Technical", "mcjty.rftools.items.manual.RFToolsShapeManualItem=Books", "net.minecraft.item.ItemSword=Weapons", "powercrystals.minefactoryreloaded.item.gun.ItemSafariNetLauncher=Technical", "net.minecraft.item.ItemTool=Tools", "thermalexpansion.item.tool.ItemWrench=Technical", "net.minecraft.block.BlockCake=Food", "mcjty.rftools.items.parts.DimletControlCircuitItem=Dimlet Parts", "net.minecraft.block.BlockCarrot=Food", "biomesoplenty.common.itemblocks.ItemBlockFlower2=Flowers", "thermalexpansion.block.dynamo.ItemBlockDynamo=Machines", "thermalexpansion.item.ItemCapacitor=Technical", "biomesoplenty.common.blocks.BlockBOPFlower2=Flowers", "codechicken.chunkloader.ItemChunkLoader=Machines", "powercrystals.minefactoryreloaded.item.tool.ItemRedNetMemoryCard=Technical", "net.minecraft.block.BlockTNT=Technical", "net.minecraft.item.ItemHoe=Tools", "mcjty.rftools.items.netmonitor.NetworkMonitorItem=Technical", "com.rwtema.extrautils.tileentity.enderquarry.BlockQuarryUpgrades=Technical"] - -#Settings for the storage scanner machine -[storagescanner] - #Amount of RF used to request an item - #Range: > 0 - rfPerRequest = 100 - #Amount of RF used to insert an item - #Range: > 0 - rfPerInsert = 20 - #Maximum RF storage that the storage scanner can hold - #Range: > 0 - scannerMaxRF = 50000 - #RF per tick that the storage scanner can receive - #Range: > 0 - scannerRFPerTick = 500 - #RF per tick/per block for the storage control module - #Range: > 0 - storageControlRFPerTick = 0 - #RF per tick/per block for the dump module - #Range: > 0 - dumpRFPerTick = 0 - #If this is true then requesting items from the storage scanner will go straight into the player inventory and not the output slot - requestStraightToInventory = true - #If this is true then XNet is required (if present) to be able to connect storages to a storage scanner - xnetRequired = false - diff --git a/defaultconfigs/rftoolsutility-server.toml b/defaultconfigs/rftoolsutility-server.toml deleted file mode 100644 index 056472d..0000000 --- a/defaultconfigs/rftoolsutility-server.toml +++ /dev/null @@ -1,188 +0,0 @@ - -#Settings for the crafter -[crafter] - #Amount of RF used per crafting operation - #Range: > 0 - rfPerOperation = 100 - #How many operations to do at once in fast mode - #Range: > 0 - speedOperations = 5 - #Maximum RF storage that the crafter can hold - #Range: > 0 - crafterMaxRF = 50000 - #RF per tick that the crafter can receive - #Range: > 0 - crafterRFPerTick = 500 - -#Settings for the screen system -[screen] - #Maximum RF storage that the screen controller can hold - #Range: > 0 - screenControllerMaxRF = 60000 - #RF per tick that the the screen controller can receive - #Range: > 0 - screenControllerRFPerTick = 1000 - #RF per tick/per block for the button module - #Range: > 0 - buttonRFPerTick = 9 - #RF per tick/per block for the elevator button module - #Range: > 0 - elevatorButtonRFPerTick = 0 - #RF per tick/per block for the clock module - #Range: > 0 - clockRFPerTick = 1 - #RF per tick/per block for the computer module - #Range: > 0 - computerRFPerTick = 4 - #RF per tick/per block for the counter plus module - #Range: > 0 - counterPlusRFPerTick = 30 - #RF per tick/per block for the counter module - #Range: > 0 - counterRFPerTick = 4 - #RF per tick/per block for the dimension module - #Range: > 0 - dimensionRFPerTick = 6 - #RF per tick/per block for the energy module - #Range: > 0 - energyRFPerTick = 4 - #RF per tick/per block for the energy plus module - #Range: > 0 - energyPlusRFPerTick = 30 - #RF per tick/per block for the fluid module - #Range: > 0 - fluidRFPerTick = 4 - #RF per tick/per block for the fluid plus module - #Range: > 0 - fluidPlusRFPerTick = 30 - #RF per tick/per block for the itemstack plus module - #Range: > 0 - itemstackPlusRFPerTick = 30 - #RF per tick/per block for the itemstack module - #Range: > 0 - itemstackRFPerTick = 4 - #RF per tick/per block for the machine information module - #Range: > 0 - machineInfoRFPerTick = 4 - #RF per tick/per block for the redstone module - #Range: > 0 - redstoneRFPerTick = 4 - #RF per tick/per block for the text module - #Range: > 0 - textRFPerTick = 0 - #How many times the screen will update. Higher numbers make the screens less accurate but better for network bandwidth - #Range: > 0 - screenRefreshTiming = 500 - -#Settings for the spawner system -[spawner] - #Maximum amount of injections we need to do a full mob extraction. - #Range: > 1 - maxMobInjections = 10 - -#Settings for the tank -[tank] - #Maximum tank capacity (in mb) - #Range: > 0 - maxCapacity = 32000 - -#Settings for the teleportation system -[teleporter] - #Maximum RF storage that the matter transmitter can hold. This should be at least equal to 'rfStartTeleportDim' - #Range: > 0 - transmitterMaxRF = 200000 - #RF per tick that the matter transmitter can receive. It is recommended to keep this at least equal to 'rfTeleportPerTick' - #Range: > 0 - transmitterRFPerTick = 1000 - #Maximum RF storage that the matter receiver can hold - #Range: > 0 - receiverMaxRF = 100000 - #RF per tick that the matter receiver can receive - #Range: > 0 - receiverRFPerTick = 500 - #Maximum RF storage that the dialing device can hold - #Range: > 0 - dialerMaxRF = 50000 - #RF per tick that the dialing device can receive - #Range: > 0 - dialerRFPerTick = 100 - #Maximum RF storage that the advanced charged porter item can hold (note that teleporting this way uses 50% more RF then with a matter transmitter) - #Range: > 0 - advancedChargedPorterMaxRF = 1000000 - #Maximum RF storage that the charged porter item can hold (note that teleporting this way uses 50% more RF then with a matter transmitter) - #Range: > 0 - chargedPorterMaxRF = 200000 - #RF per tick that the the charged porter item can receive - #Range: > 0 - chargedPorterRFPerTick = 2000 - #The speed bonus for the advanced charged porter (compared to the normal one) - #Range: > 0 - advancedSpeedBonus = 4 - #The horizontal range the dialing device uses to check for transmitters. These are the transmitters the dialing device will be able to control - #Range: > 0 - horizontalDialerRange = 10 - #The vertical range the dialing device uses to check for transmitters - #Range: > 0 - verticalDialerRange = 5 - #The amount of RF consumed when dialing a transmitter to another receiver - #Range: > 0 - rfPerDial = 1000 - #The amount of RF consumed when the dialing device checks for the capabilities of a receiver ('Check' button) - #Range: > 0 - rfPerCheck = 5000 - #The amount of RF that is consumed by the matter transmitter when a dial is active - #Range: > 0 - rfDialedConnectionPerTick = 10 - #The amount of RF that is consumed by a matter transmitter when the player goes to stand in the teleportation beam allowing the teleportation process to start. This value is used for a teleport in the same dimension. In addition to this value the 'rfStartTeleportDist' is also added per traveled distance - #Range: > 0 - rfStartTeleportLocal = 5000 - #The amount of RF that is consumed by a matter transmitter when the player goes to stand in the teleportation beam allowing the teleportation process to start. This version is for a teleportation to another dimension and in this case 'rfStartTeleportDist' is not used. This value also acts as the maximum rf that can be consumed for a local teleport - #Range: > 0 - rfStartTeleportDim = 100000 - #For every unit in distance this value is added to the initial RF cost for starting the teleportation. This value is not used when teleporting to another dimension - #Range: > 0 - rfStartTeleportDist = 10 - #For the duration of the teleport process this value represents the amount of RF that is consumed by the matter transmitter for every tick - #Range: > 0 - rfTeleportPerTick = 500 - #The amount of RF/tick an idle dialed transmitter consumes - #Range: > 0 - rfMatterIdleTick = 0 - #This is the amount of RF that is consumed at the receiving side for every teleport. This RF is only consumed when the teleportation actually happens - #Range: > 0 - rfPerTeleportReceiver = 5000 - #This is the amount of RF that is consumed at a boosted transmitter in case the receiver doesn't have enough power - #Range: > 0 - rfBoostedTeleport = 20000 - #The base time used for a teleportation for a local teleport. The 'timeTeleportDist' value is added per distance traveled - #Range: > 0 - timeTeleportBaseLocal = 5 - #The base time used for a teleportation to another dimension. The 'timeTeleportDist' value is not used - #Range: > 0 - timeTeleportBaseDim = 50 - #The amount of time that is added depending on distance for a local teleport. This value is in militicks which means that 1000 is one tick and one tick is 1/20 of a second - #Range: > 0 - timeTeleportDist = 10 - #Set this to false to disable the 'whoosh' message on teleport - whooshMessage = true - #The volume for the teleporting sound (1.0 is default) - #Range: 0.0 ~ 1.0 - volumeTeleport = 1.0 - #The volume for the error sound when teleportation fails (1.0 is default) - #Range: 0.0 ~ 1.0 - volumeTeleportError = 1.0 - #The amount of ticks that a matter transmitter with destination checker will wait before checking a receiver in case the chunk is not loaded (-1 to disable this check completely) - #Range: > -1 - checkUnloadedChunk = -1 - #The amount of ticks that a matter transmitter with destination checker will wait before checking a receiver in case the world is not loaded (-1 to disable this check completely) - #Range: > -1 - checkUnloadedWorld = -1 - #If this is true then all usages of the teleport system are logged - logTeleportUsages = false - #If this is true then the RFTools teleportation system cannot be used to travel in the same dimension - preventInterdimensionalTeleports = false - #Comma separated list of dimension ids that the teleportation system can't teleport from - blacklistedTeleportationSources = "" - #Comma separated list of dimension ids that the teleportation system can't teleport to - blacklistedTeleportationDestinations = "" - diff --git a/defaultconfigs/servertabinfo-server.toml b/defaultconfigs/servertabinfo-server.toml deleted file mode 100644 index cd9782e..0000000 --- a/defaultconfigs/servertabinfo-server.toml +++ /dev/null @@ -1,9 +0,0 @@ - -#General settings -[general] - #How often should the server send tps updates to clients - #Range: 100 ~ 600 - refreshTicks = 100 - #Only ops can see tps information, this is to stop tps hunters - opOnlyMode = false - diff --git a/defaultconfigs/simplyjetpacks-server.toml b/defaultconfigs/simplyjetpacks-server.toml deleted file mode 100644 index 8b13789..0000000 --- a/defaultconfigs/simplyjetpacks-server.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/defaultconfigs/solcarrot-server.toml b/defaultconfigs/solcarrot-server.toml deleted file mode 100644 index 66784cf..0000000 --- a/defaultconfigs/solcarrot-server.toml +++ /dev/null @@ -1,26 +0,0 @@ - -[milestones] - #Number of hearts you start out with. - #Range: 0 ~ 1000 - baseHearts = 10 - #Number of hearts you gain for reaching a new milestone. - #Range: 0 ~ 1000 - heartsPerMilestone = 1 - #A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. - milestones = [5, 10, 15, 20, 25, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 220, 240, 260, 280, 300, 320, 340, 360, 380, 400] - -[filtering] - #Foods in this list won't affect the player's health nor show up in the food book. - blacklist = [] - #When this list contains anything, the blacklist is ignored and instead only foods from here count. - whitelist = [] - #The minimum hunger value foods need to provide in order to count for milestones, in half drumsticks. - #Range: 0 ~ 1000 - minimumFoodValue = 1 - -[miscellaneous] - #Whether or not to reset the food list on death, effectively losing all bonus hearts. - resetOnDeath = false - #If true, eating foods outside of survival mode (e.g. creative/adventure) is not tracked and thus does not contribute towards progression. - limitProgressionToSurvival = false - diff --git a/defaultconfigs/structurize-server.toml b/defaultconfigs/structurize-server.toml deleted file mode 100644 index fa65056..0000000 --- a/defaultconfigs/structurize-server.toml +++ /dev/null @@ -1,20 +0,0 @@ - -#All configuration items related to the core gameplay -[gameplay] - #Should the default schematics be ignored (from the jar)? - ignoreSchematicsFromJar = false - #Should player-made schematics be allowed? - allowPlayerSchematics = true - #Max world operations per tick (max blocks to place, remove, or replace). - #Range: 0 ~ 100000 - maxOperationsPerTick = 1000 - #Max amount of undos saved. A higher number requires more memory. - #Range: 0 ~ 100 - maxCachedChanges = 10 - #Max amount of schematics to be cached on the server. - #Range: 0 ~ 100000 - maxCachedSchematics = 100 - #Max amount of blocks checked by a possible worker - #Range: 0 ~ 100000 - maxBlocksChecked = 1000 - diff --git a/defaultconfigs/thermal-server.toml b/defaultconfigs/thermal-server.toml deleted file mode 100644 index c8faf2e..0000000 --- a/defaultconfigs/thermal-server.toml +++ /dev/null @@ -1,51 +0,0 @@ - -["Global Options"] - #If TRUE, most Thermal Blocks will retain Energy when dropped. This setting does not control ALL blocks. - "Blocks Retain Energy" = true - #If TRUE, most Thermal Blocks will retain Inventory Contents when dropped. This setting does not control ALL blocks. - "Blocks Retain Inventory" = false - #If TRUE, most Thermal Blocks will retain Tank Contents when dropped. This setting does not control ALL blocks. - "Blocks Retain Tank Contents" = false - #If TRUE, Thermal Blocks will retain Augments when dropped. - "Blocks Retain Augments" = true - #If TRUE, Thermal Blocks will retain Redstone Control configuration when dropped. - "Blocks Retain Redstone Control" = true - #If TRUE, Thermal Blocks will retain Side configuration when dropped. - "Blocks Retain Side Configuration" = true - #If TRUE, Thermal Blocks will retain Transfer Control configuration when dropped. - "Blocks Retain Transfer Control" = true - -[Features] - #If TRUE, various 'Vanilla+' Blocks and Recipes are enabled. - "Vanilla+" = true - #If TRUE, Rockwool Blocks and Recipes are enabled. - Rockwool = true - #If TRUE, the Basalz Mob is enabled. - Basalz = true - #If TRUE, the Blitz Mob is enabled. - Blitz = true - #If TRUE, the Blizz Mob is enabled. - Blizz = true - -["World Generation"] - #Set to FALSE to prevent 'Thermal Series' Apatite from generating. - Apatite = true - #Set to FALSE to prevent 'Thermal Series' Cinnabar from generating. - Cinnabar = true - #Set to FALSE to prevent 'Thermal Series' Niter from generating. - Niter = true - #Set to FALSE to prevent 'Thermal Series' Sulfur from generating. - Sulfur = true - #Set to FALSE to prevent 'Thermal Series' Copper from generating. - Copper = true - #Set to FALSE to prevent 'Thermal Series' Tin from generating. - Tin = true - #Set to FALSE to prevent 'Thermal Series' Lead from generating. - Lead = true - #Set to FALSE to prevent 'Thermal Series' Silver from generating. - Silver = true - #Set to FALSE to prevent 'Thermal Series' Nickel from generating. - Nickel = true - #Set to FALSE to prevent 'Thermal Series' Oil Sands from generating. - Oil = true - diff --git a/defaultconfigs/usefulrailroads-server.toml b/defaultconfigs/usefulrailroads-server.toml deleted file mode 100644 index 5f31c87..0000000 --- a/defaultconfigs/usefulrailroads-server.toml +++ /dev/null @@ -1,9 +0,0 @@ - -#Server configuration settings -[server] - #This option controlls the behaviour of the nbt synchronization between the server and the client on a dedicated server. - #If set to true this mod sync all inventory data to the client which may lead to very large nbt packets or even timeouts when the nbt data is > 2mb. - #If set to false this fix this issue but don't let you use the item in creative mod. - #If you set this to false DO NOT CHANGE YOUR GAMEMODE to creative as this will clear the inventory data! - shareAllNBTData = true - diff --git a/defaultconfigs/xnet-server.toml b/defaultconfigs/xnet-server.toml deleted file mode 100644 index f572547..0000000 --- a/defaultconfigs/xnet-server.toml +++ /dev/null @@ -1,63 +0,0 @@ - -#General settings -[general] - #This is a list of blocks that XNet considers to be 'unsided' meaning that it doesn't matter from what side you access things. This is currently only used to help with pasting channels - unsidedBlocks = ["minecraft:chest", "minecraft:trapped_chest", "rftools:modular_storage", "rftools:storage_scanner", "rftools:pearl_injector"] - #Maximum RF the controller can store - #Range: 1 ~ 1000000000 - controllerMaxRF = 100000 - #Maximum RF the controller can receive per tick - #Range: 1 ~ 1000000000 - controllerRfPerTick = 1000 - #Maximum RF the wireless router can store - #Range: 1 ~ 1000000000 - wirelessRouterMaxRF = 100000 - #Maximum RF the wireless router can receive per tick - #Range: 1 ~ 1000000000 - wirelessRouterRfPerTick = 5000 - #Maximum RF per tick the wireless router (tier 1) needs to publish a channel - #Range: 0 ~ 1000000000 - wireless1RfPerChannel = 20 - #Maximum RF per tick the wireless router (tier 2) needs to publish a channel - #Range: 0 ~ 1000000000 - wireless2RfPerChannel = 50 - #Maximum RF per tick the wireless router (infinite tier) needs to publish a channel - #Range: 0 ~ 1000000000 - wirelessInfRfPerChannel = 200 - #Maximum RF the normal connector can store - #Range: 1 ~ 1000000000 - maxRfConnector = 50000 - #Maximum RF the advanced connector can store - #Range: 1 ~ 1000000000 - maxRfAdvancedConnector = 500000 - #Maximum RF/rate that a normal connector can input or output - #Range: 1 ~ 1000000000 - maxRfRateNormal = 10000 - #Maximum RF/rate that an advanced connector can input or output - #Range: 1 ~ 1000000000 - maxRfRateAdvanced = 100000 - #Maximum fluid per operation that a normal connector can input or output - #Range: 1 ~ 1000000000 - maxFluidRateNormal = 1000 - #Maximum fluid per operation that an advanced connector can input or output - #Range: 1 ~ 1000000000 - maxFluidRateAdvanced = 5000 - #Maximum number of published channels that a routing channel can support - #Range: 1 ~ 1000000000 - maxPublishedChannels = 32 - #Power usage for the controller regardless of what it is doing - #Range: 0 ~ 1000000000 - controllerRFPerTick = 0 - #Power usage for the controller per active channel - #Range: 0 ~ 1000000000 - controllerChannelRFT = 1 - #Power usage for the controller per operation performed by one of the channels - #Range: 0 ~ 1000000000 - controllerOperationRFT = 2 - #Range for a tier 1 antenna - #Range: 0 ~ 1000000000 - antennaTier1Range = 100 - #Range for a tier 2 antenna - #Range: 0 ~ 1000000000 - antennaTier2Range = 500 - diff --git a/defaultconfigs[copied]/astralsorcery.toml b/defaultconfigs[copied]/astralsorcery.toml deleted file mode 100644 index 3f35007..0000000 --- a/defaultconfigs[copied]/astralsorcery.toml +++ /dev/null @@ -1,711 +0,0 @@ - -[general] - #Defines the length of a day (both daytime & nighttime obviously) for the mod's internal logic. NOTE: This does NOT CHANGE HOW LONG A DAY IN MC IS! It is only to provide potential compatibility for mods that do provide such functionality. - #Range: 1000 ~ 400000 - dayLength = 24000 - #If set to 'true', the player will receive an AstralSorcery Journal when they join the server for the first time. - giveJournalOnJoin = true - #If set to 'true' anything that prevents mobspawning !by this mod!, will also prevent EVERY natural mobspawning of any mobtype. When set to 'false' it'll only stop monsters of type 'MONSTER' from spawning. - mobSpawningDenyAllTypes = false - #Features generating random ores in AstralSorcery will not spawn ores from mods listed here. - modidOreBlacklist = ["create","techreborn","gregtech","mekanism","thermal","immersiveengineering","minecraft"] - #Set this to false to prevent players from being affected by entity-related colored lens effects. - doColoredLensesAffectPlayers = true - -[tools] - #Sets the amount of damage reduction a player gets when being hit by a DE chaos-damage-related damagetype. - #Range: 0.0 ~ 1.0 - capeChaosResistance = 0.8 - #If this is set to true, charged crystals tools can revert back to their inert state. - chargedToolsRevert = true - #Defines the minimum uses a user at least gets before it's trying to revert to an inert crystal tool. - #Range: 0 ~ 2147483646 - chargedToolsRevertStart = 40 - #After 'chargedCrystalToolsRevertStart' uses, it will random.nextInt(chance) == 0 try and see if the tool gets reverted to its inert crystal tool. - #Range: 1 ~ 1073741823 - chargedToolsRevertChance = 80 - - [tools.wands] - #Sets the quick-charge cost for one usage of the illumination wand - #Range: 0.0 ~ 1.0 - illuminationWandCost = 0.5 - #Sets the quick-charge cost for one usage of the architect wand - #Range: 0.0 ~ 1.0 - architectWandCost = 0.03 - #Sets the quick-charge cost for one usage of the exchange wand - #Range: 0.0 ~ 1.0 - exchangeWandCost = 0.002 - #Sets the quick-charge cost for one usage of the grapple wand - #Range: 0.0 ~ 1.0 - grappleWandCost = 0.7 - #Sets the max. hardness the exchange wand can swap !from!. If the block you're trying to "mine" with the conversion wand is higher than this number, it won't work. (-1 to disable this check) - #Range: -1 ~ 50000 - exchangeWandMaxHardness = -1 - -[entities] - #Defines how common ***ambient*** flares are. the lower the more common. 0 = ambient ones don't appear/disable - #Range: 0 ~ 200000 - flareAmbientSpawnChance = 10 - #If this is set to true, occasionally, a spawned flare will (attempt to) kill bats close to it. - flareAttackBats = true - #If this is set to true, occasionally, a spawned flare will (attempt to) kill phantoms close to it. - flareAttackPhantoms = true - -[crafting] - #Set this to false to disable Rock/Celestial Crystal growing in liquid starlight. - liquidStarlightCrystalGrowth = true - #Set this to false to disable crystal + stardust -> Celestial Crystal cluster forming - liquidStarlightFormCelestialCrystalCluster = true - #Set this to false to disable crystal + illumination powder -> Gem Crystal cluster forming - liquidStarlightFormGemCrystalCluster = true - #Set this to false to disable that liquid starlight + lava occasionally/rarely produces aquamarine shale instead of sand. - liquidStarlightInteractionAquamarine = true - #Set this to false to disable that liquid starlight + lava produces sand. - liquidStarlightInteractionSand = true - #Set this to false to disable that liquid starlight + water produces ice. - liquidStarlightInteractionIce = true - #Set this to false to disable the functionality that wood logs will be converted to infused wood when thrown into liquid starlight. - liquidStarlightDropInfusedWood = true - #Set this to false to disable the functionality that two crystals can merge and combine stats when thrown into liquid starlight. - liquidStarlightMergeCrystals = true - -[lightnetwork] - #NOTE: ONLY run this once and set it to false again afterwards, nothing will be gained by setting this to true permanently, just longer loading times. When set to true and the server started, this will perform an integrity check over all nodes of the starlight network whenever a world gets loaded, removing invalid ones in the process. This might, depending on network sizes, take a while. It'll leave a message in the console when it's done. After this check has been run, you might need to tear down and rebuild your starlight network in case something doesn't work anymore. - performNetworkIntegrityCheck = false - -[logging] - #Set to true to enable this logging category. Only do this if you have to debug this section of code! May spam your log HEAVILY! - perks = false - #Set to true to enable this logging category. Only do this if you have to debug this section of code! May spam your log HEAVILY! - unintended_chunk_loading = false - #Set to true to enable this logging category. Only do this if you have to debug this section of code! May spam your log HEAVILY! - structure_match = false - #Set to true to enable this logging category. Only do this if you have to debug this section of code! May spam your log HEAVILY! - gateway_cache = false - -[perks] - #Sets the max level for the perk tree levels. - #Range: 10 ~ 100 - perkLevelCap = 40 - - [perks.key] - - [perks.key.last_breath] - #Defines the dig speed multiplier you get additionally to your normal dig speed when being low on health (25% health = 75% of this additional multiplier) - #Range: 0.1 ~ 10.0 - digSpeedMultiplier = 1.5 - #Defines the damage multiplier you get additionally to your normal damage when being low on health (25% health = 75% of this additional multiplier) - #Range: 0.1 ~ 10.0 - damageMultiplier = 3.0 - - [perks.key.growable] - #Sets the chance to try to see if a random plant near the player gets bonemeal'd. - #Range: 0.0 ~ 1.0 - chanceToBonemeal = 0.30000001192092896 - #Defines the radius around which the perk effect should apply around the player. - #Range: 1 ~ 16 - radius = 3 - #Defines the amount of starlight charge consumed per growth-attempt. - #Range: 1 ~ 500 - chargeCost = 120 - - [perks.key.proj_proximity] - #Defines the distance at which no additional damage is awarded. - #Range: 4.0 ~ 65536.0 - capDistance = 100.0 - #Defines the maximum multiplier that can be reached if the distance when hitting something with projectiles is basically nothing. - #Range: 0.05000000074505806 ~ 5.0 - maxAdditionalMultiplier = 0.75 - - [perks.key.stone_enrichment] - #Defines the radius where a random position to generate a ore at is checked for - #Range: 1 ~ 15 - enrichmentRadius = 3 - #Sets the chance (Random.nextInt(chance) == 0) to try to see if a random stone next to the player should get turned into an ore; the lower the more likely - #Range: 2 ~ 512 - chanceToEnrich = 55 - #Defines the amount of starlight charge consumed per created ore. - #Range: 1 ~ 500 - chargeCost = 150 - - [perks.key.bleed] - #Defines the duration of the bleeding effect when applied. Refreshes this duration when a it is applied again - #Range: 5 ~ 400 - bleedDuration = 40 - #Defines the base chance a bleed can/is applied when an entity is being hit by this entity - #Range: 0.01 ~ 1.0 - bleedChance = 0.25 - - [perks.key.proj_distance] - #Defines the distance that must be reached to achieve the maximum damage multiplier - #Range: 100.0 ~ 65536.0 - capDistance = 6400.0 - #Defines the maximum multiplier that can be reached if the 'capDistance' is reached or surpassed when hitting something - #Range: 0.05000000074505806 ~ 5.0 - maxAdditionalMultiplier = 0.75 - - [perks.key.disarm] - #Defines the chance (in percent) per hit to make the attacked entity drop its armor. - #Range: 0.0 ~ 1.0 - dropChance = 0.05000000074505806 - - [perks.key.void_trash] - #List items that should count as trash and should be voided. - trashItems = ["minecraft:dirt", "minecraft:cobblestone", "minecraft:andesite", "minecraft:diorite", "minecraft:granite", "minecraft:stone", "minecraft:gravel"] - #Chance that a voided drop will instead yield a random ore out of the configured ore table. - #Range: 0.0 ~ 1.0 - oreChance = 0.019999999552965164 - - [perks.key.no_armor] - #The multiplier that is applied to damage the player receives. The lower the more damage is negated. - #Range: 0.10000000149011612 ~ 1.0 - damageTakenMultiplier = 0.699999988079071 - - [perks.key.cheat_death] - #Once the potion effect gets applied, it'll take at least this amount of ticks or a server restart until it can be re-applied by this perk. - #Range: > 1 - cooldownPotionApplication = 600 - #Once the potion effect gets applied by any of the triggers, this will be used as tick-duration of the potion effect. - #Range: > 1 - potionDuration = 500 - #Once the potion effect gets applied by any of the triggers, this will be used as amplifier of the potion effect. - #Range: 0 ~ 4 - potionAmplifier = 0 - #Defines the amount of starlight charge consumed per death-prevention. - #Range: 1 ~ 500 - chargeCost = 350 - - [perks.key.lightning_arc] - #Sets the chance to spawn a damage-arc effect when an enemy is hit (value is in percent). - #Range: 0.1 ~ 1.0 - arcChance = 0.6000000238418579 - #Defines the damage-multiplier which gets added to the damage dealt initially. - #Range: 0.1 ~ 8.0 - arcPercent = 0.6000000238418579 - #Defines the distance for how far a single arc can jump/search for nearby entities. - #Range: 0.2 ~ 16.0 - arcDistance = 7.0 - #Range: 1 ~ 32 - arcTicks = 3 - #Defines the amount of starlight charge consumed per spawned lighning arc. - #Range: 1 ~ 500 - chargeCost = 60 - - [perks.key.mending] - #Sets the chance (Random.nextInt(chance) == 0) to try to see if a piece of armor on the player that is damageable and damaged can be repaired; the lower the more likely. - #Range: > 5 - chanceToRepair = 800 - #Defines the amount of starlight charge consumed per restored durability point. - #Range: 1 ~ 500 - chargeCost = 60 - - [perks.key.spawn_lights] - #Defines the rate in ticks a position to spawn a light in is attempted to be found near the player - #Range: 4 ~ 1000 - lightSpawnRate = 15 - #Defines the radius around the player the perk will search for a suitable position - #Range: 2 ~ 10 - lightSpawnRadius = 5 - #Defines the amount of starlight charge consumed per spawned light. - #Range: 1 ~ 500 - chargeCost = 60 - - [perks.key.damage_armor] - #Defines how much damage is dealt additionally to armor. This value gets multiplied by the amount of armorpieces the entity you're attacking wears. - #Range: 0.009999999776482582 ~ 0.20000000298023224 - damagePerArmor = 0.05000000074505806 - - [perks.key.culling] - #Defines the percentage at how low the entities' health as to be to then cull the entity. - #Range: 0.05000000074505806 ~ 0.5 - cullHealth = 0.15000000596046448 - #Defines the amount of starlight charge consumed per culling attempt. - #Range: 1 ~ 500 - chargeCost = 250 - - [perks.key.rampage] - #Defines the chance to gain rampage buffs when killing a mob - #Range: 0.05000000074505806 ~ 1.0 - rampageChance = 1.0 - #Defines the duration of the rampage in ticks - #Range: 10 ~ 100000 - rampageDuration = 100 - - [perks.key.damage_effects] - #Defines the chance per hit to apply additional effects. - #Range: 0.009999999776482582 ~ 0.20000000298023224 - applicationChance = 0.07999999821186066 - - [perks.root] - - [perks.root.aevitas] - #Defines the general exp multiplier for this root perk. Can be used for balancing in a pack environment. - #Range: 0.10000000149011612 ~ 20.0 - expMultiplier = 1.0 - - [perks.root.evorsio] - #Defines the general exp multiplier for this root perk. Can be used for balancing in a pack environment. - #Range: 0.10000000149011612 ~ 20.0 - expMultiplier = 1.0 - - [perks.root.armara] - #Defines the general exp multiplier for this root perk. Can be used for balancing in a pack environment. - #Range: 0.10000000149011612 ~ 20.0 - expMultiplier = 1.0 - - [perks.root.vicio] - #Defines the general exp multiplier for this root perk. Can be used for balancing in a pack environment. - #Range: 0.10000000149011612 ~ 20.0 - expMultiplier = 1.0 - - [perks.root.discidia] - #Defines the general exp multiplier for this root perk. Can be used for balancing in a pack environment. - #Range: 0.10000000149011612 ~ 20.0 - expMultiplier = 1.0 - - [perks.type] - - [perks.type.dodge] - #Defines the amount of starlight charge consumed per dodged damage. - #Range: 1 ~ 500 - chargeCost = 80 - - [perks.type.miningsize] - #Defines the amount of starlight charge consumed per additional block break through this attribute. - #Range: 1 ~ 500 - chargeCost = 4 - -[enchantment_amulet] - #Defines the chance to roll a 2nd-enchantment-manipulating roll on the amulet. Value defines a percent chance from 0% to 100%. Setting this to 0 also prevents a 3rd roll - #Range: 0.0 ~ 1.0 - chance2nd = 0.8 - #Defines the chance to roll a 3rd-enchantment-manipulation roll on the amulet. Value defines a percent chance from 0% to 100%. - #Range: 0.0 ~ 1.0 - chance3rd = 0.25 - #Defines the chance the roll will be +2 instead of +1 to existing enchantment/to enchantment/to all enchantments. - #Range: 0.0 ~ 1.0 - chance2Level = 0.15 - #Defines the chance the amulet-roll 'to all existing enchantments' will appear. - #Range: 0.0 ~ 1.0 - chanceToAll = 0.02 - #Defines the chance the amulet roll 'to ' will appear. (Don't mistake this for 'to exsting '!) - #Range: 0.0 ~ 1.0 - chanceToNonExisting = 0.35 - -[machinery] - - [machinery.tree_beacon] - #Set the radius of the tree beacon. - #Range: 3.0 ~ 32.0 - range = 12.0 - #Set the maximum amount of tree-components the tree beacon may allocate. - #Range: 50 ~ 1500 - maxCount = 450 - #Set the chance per harvest-tick for drops to get created. - #Range: 0.001 ~ 1.0 - dropChance = 0.15000000596046448 - #Set the chance per harvest-tick for the block to get broken (1 in ). 0 = blocks never break. - #Range: > 0 - breakChance = 1000 - #Set the weight to pick a log-block to harvest instead of a leaf-block, compared to 'leafWeight'. - #Range: 1 ~ 200 - logWeight = 2 - #Set the weight to pick a leaf-block (strictly speaking, any non-log block) to harvest instead of a log-block, compared to 'logWeight'. - #Range: 1 ~ 200 - leafWeight = 1 - -[constellation] - - [constellation.effect] - - [constellation.effect.aevitas] - #Set this to false to disable this ritual effect - enabled = true - #Defines the radius (in blocks) in which the ritual will do its effects. - #Range: 1.0 ~ 512.0 - range = 10.0 - #Defines the increase in radius the ritual will get per active lens enhancing the ritual. - #Range: 0.0 ~ 128.0 - rangePerLens = 4.0 - #Defines the amount of blocks this ritual will try to capture at most. - #Range: 1 ~ 2048 - maxAmount = 200 - #Set the amplifier for the potion effects this ritual provides. - #Range: 0 ~ 10 - potionAmplifier = 1 - - [constellation.effect.armara] - #Set this to false to disable this ritual effect - enabled = true - #Defines the radius (in blocks) in which the ritual will do its effects. - #Range: 1.0 ~ 512.0 - range = 16.0 - #Defines the increase in radius the ritual will get per active lens enhancing the ritual. - #Range: 0.0 ~ 128.0 - rangePerLens = 2.0 - #Set the amplifier for the potion effects this ritual provides. - #Range: 0 ~ 10 - potionAmplifier = 1 - - [constellation.effect.bootes] - #Set this to false to disable this ritual effect - enabled = true - #Defines the radius (in blocks) in which the ritual will do its effects. - #Range: 1.0 ~ 512.0 - range = 12.0 - #Defines the increase in radius the ritual will get per active lens enhancing the ritual. - #Range: 0.0 ~ 128.0 - rangePerLens = 4.0 - #Set the chance that an registered animal will be considered for generating loot if it is close to the ritual. - #Range: 0.0 ~ 1.0 - herdingChance = 0.05 - #Set the chance that a drop that has been found on the entity's loot table is actually dropped. - #Range: 0.0 ~ 1.0 - herdingLootChance = 0.01 - - [constellation.effect.discidia] - #Set this to false to disable this ritual effect - enabled = true - #Defines the radius (in blocks) in which the ritual will do its effects. - #Range: 1.0 ~ 512.0 - range = 10.0 - #Defines the increase in radius the ritual will get per active lens enhancing the ritual. - #Range: 0.0 ~ 128.0 - rangePerLens = 2.0 - #Defines the max. possible damage dealt per damage tick. - #Range: 0.1 ~ 128.0 - damage = 3.0 - - [constellation.effect.evorsio] - #Set this to false to disable this ritual effect - enabled = true - #Defines the radius (in blocks) in which the ritual will do its effects. - #Range: 1.0 ~ 512.0 - range = 6.0 - #Defines the increase in radius the ritual will get per active lens enhancing the ritual. - #Range: 0.0 ~ 128.0 - rangePerLens = 1.0 - - [constellation.effect.fornax] - #Set this to false to disable this ritual effect - enabled = true - #Defines the radius (in blocks) in which the ritual will do its effects. - #Range: 1.0 ~ 512.0 - range = 8.0 - #Defines the increase in radius the ritual will get per active lens enhancing the ritual. - #Range: 0.0 ~ 128.0 - rangePerLens = 2.0 - #Defines the chance (0% to 100% -> 0.0 to 1.0) if the block will be replaced with air instead of being properly melted into something. - #Range: 0.0 ~ 1.0 - meltFailChance = 0.0 - - [constellation.effect.horologium] - #Set this to false to disable this ritual effect - enabled = true - #Defines the radius (in blocks) in which the ritual will do its effects. - #Range: 1.0 ~ 512.0 - range = 6.0 - #Defines the increase in radius the ritual will get per active lens enhancing the ritual. - #Range: 0.0 ~ 128.0 - rangePerLens = 3.0 - #Defines the amount of blocks this ritual will try to capture at most. - #Range: 1 ~ 2048 - maxAmount = 32 - - [constellation.effect.lucerna] - #Set this to false to disable this ritual effect - enabled = true - #Defines the radius (in blocks) in which the ritual will do its effects. - #Range: 1.0 ~ 512.0 - range = 32.0 - #Defines the increase in radius the ritual will get per active lens enhancing the ritual. - #Range: 0.0 ~ 128.0 - rangePerLens = 64.0 - - [constellation.effect.mineralis] - #Set this to false to disable this ritual effect - enabled = true - #Defines the radius (in blocks) in which the ritual will do its effects. - #Range: 1.0 ~ 512.0 - range = 6.0 - #Defines the increase in radius the ritual will get per active lens enhancing the ritual. - #Range: 0.0 ~ 128.0 - rangePerLens = 4.0 - #Defines the amount of blocks this ritual will try to capture at most. - #Range: 1 ~ 2048 - maxAmount = 1 - #Defines the blockstates that may be replaced by generated ore from the ritual. - replaceableStates = ["minecraft:stone"] - - [constellation.effect.octans] - #Set this to false to disable this ritual effect - enabled = true - #Defines the radius (in blocks) in which the ritual will do its effects. - #Range: 1.0 ~ 512.0 - range = 8.0 - #Defines the increase in radius the ritual will get per active lens enhancing the ritual. - #Range: 0.0 ~ 128.0 - rangePerLens = 1.0 - #Defines the amount of blocks this ritual will try to capture at most. - #Range: 1 ~ 2048 - maxAmount = 64 - #Defines the minimum default tick-time until a fish may be fished by the ritual. Gets reduced internally the more starlight was provided at the ritual. - #Range: > 5 - minFishTickTime = 20 - #Defines the maximum default tick-time until a fish may be fished by the ritual. Gets reduced internally the more starlight was provided at the ritual. Has to be bigger as the minimum time; if it isn't it'll be set to the minimum. - #Range: > 10 - maxFishTickTime = 60 - - [constellation.effect.pelotrio] - #Set this to false to disable this ritual effect - enabled = true - #Defines the radius (in blocks) in which the ritual will do its effects. - #Range: 1.0 ~ 512.0 - range = 12.0 - #Defines the increase in radius the ritual will get per active lens enhancing the ritual. - #Range: 0.0 ~ 128.0 - rangePerLens = 0.0 - #Defines the amount of blocks this ritual will try to capture at most. - #Range: 1 ~ 2048 - maxAmount = 5 - #Defines the per-tick chance that a new position for a entity-spawn will be searched for. - #Range: 0.0 ~ 1.0 - spawnChance = 0.05 - #Defines the threshold at which the ritual will stop spawning mobs. If there are more or equal amount of mobs near this ritual, the ritual will not spawn more mobs. Mainly to reduce potential server lag. - #Range: 0 ~ 256 - proximityAmount = 24 - - [constellation.effect.vicio] - #Set this to false to disable this ritual effect - enabled = true - #Defines the radius (in blocks) in which the ritual will do its effects. - #Range: 1.0 ~ 512.0 - range = 24.0 - #Defines the increase in radius the ritual will get per active lens enhancing the ritual. - #Range: 0.0 ~ 128.0 - rangePerLens = 16.0 - - [constellation.mantle] - - [constellation.mantle.aevitas] - #Set this to false to disable this mantle effect - enabled = true - #Set the chance of '1 in ' per tick to do 1 heal cycle. Amount healed per cycle is determined by 'healthPerCycle' config option. Set to 0 to disable. - #Range: > 0 - healChance = 80 - #Set the chance of '1 in ' per tick to do 1 food cycle. Amount fed per cycle is determined by 'foodPerCycle' config option. Set to 0 to disable. - #Range: > 0 - feedChance = 80 - #Set the amount of health recovered by health cycle. - #Range: 0.0 ~ 100.0 - healthPerCycle = 0.5 - #Set the amount of food recovered by food cycle. - #Range: 0.0 ~ 100.0 - foodPerCycle = 1.0 - #Set the amount alignment charge consumed per tick when walking/standing in the air - #Range: 0.0 ~ 100.0 - chargeCostPerTravelTick = 2.5 - #Set the amount alignment charge consumed per feed-cycle - #Range: 0 ~ 1000 - chargeCostPerFood = 100 - #Set the amount alignment charge consumed per heal-cycle - #Range: 0 ~ 1000 - chargeCostPerHeal = 100 - - [constellation.mantle.armara] - #Set this to false to disable this mantle effect - enabled = true - #Set the max amount of immunity stacks. - #Range: 0 ~ 10 - immunityStacks = 3 - #Sets the amount of ticks between immunity stack recharges. - #Range: 20 ~ 1000000 - immunityRechargeTicks = 300 - #Set the amount alignment charge consumed per created immunity stack - #Range: 0 ~ 1000 - chargeCostPerStack = 750 - - [constellation.mantle.bootes] - #Set this to false to disable this mantle effect - enabled = true - #Defines the maximum flare count the mantle can summon and keep following the wearer. - #Range: 0 ~ 6 - maxFlareCount = 3 - #Set the amount alignment charge consumed per created flare - #Range: 0 ~ 1000 - chargeCostPerFlare = 400 - - [constellation.mantle.discidia] - #Set this to false to disable this mantle effect - enabled = true - #Sets the multiplier for how much of the received damage is converted into additional damage. - #Range: 0.0 ~ 100.0 - damageMultiplier = 1.5 - #Set the amount alignment charge consumed per attack enhanced by the mantle - #Range: 0 ~ 1000 - chargeCostPerAttack = 100 - - [constellation.mantle.evorsio] - #Set this to false to disable this mantle effect - enabled = true - #Set the amount alignment charge consumed per block break enhanced by the mantle effect - #Range: 0 ~ 1000 - chargeCostPerBreak = 2 - - [constellation.mantle.fornax] - #Set this to false to disable this mantle effect - enabled = true - #Sets the multiplier for how much damage you take from fire damage while wearing a fornax mantle. - #Range: 0.0 ~ 1.0 - damageReductionInFire = 0.4000000059604645 - #Sets the multiplier for how much more damage the player deals when ignited while wearing a fornax mantle. - #Range: 1.0 ~ 3.0 - damageIncreaseInFire = 1.600000023841858 - #Sets the multiplier for how much healing the player receives from the original damage when being hit by fire damage. - #Range: 0.0 ~ 3.0 - healPercentFromFireDamage = 0.6000000238418579 - - [constellation.mantle.horologium] - #Set this to false to disable this mantle effect - enabled = true - #Defines the range of the time-freeze bubble. - #Range: 4.0 ~ 64.0 - effectRange = 20.0 - #Defines the duration of the time-freeze bubble. - #Range: 40 ~ 1000 - effectDuration = 180 - #Defines the cooldown for the time-freeze effect after it triggered (should be longer than duration maybe) - #Range: 40 ~ 20000 - cooldown = 1000 - #Set the amount alignment charge consumed per created time stop zone - #Range: 0 ~ 1000 - chargeCostPerFreeze = 400 - - [constellation.mantle.lucerna] - #Set this to false to disable this mantle effect - enabled = true - #Sets the maximum range of where the lucerna cape effect will get entities (and potentially other stuff given the config option for that is enabled) to highlight. - #Range: 0 ~ 512 - range = 48 - #If this is set to true, particles spawned by the lucerna cape effect will also highlight spawners nearby. - findSpawners = true - #If this is set to true, particles spawned by the lucerna cape effect will also highlight chests nearby. - findChests = true - - [constellation.mantle.mineralis] - #Set this to false to disable this mantle effect - enabled = true - #Sets the highlight radius in which the cape effect will search for the block you're holding. Set to 0 to disable this effect. - #Range: 0 ~ 32 - range = 10 - #Set the amount alignment charge consumed per block break enhanced by the mantle effect - #Range: 0 ~ 1000 - chargeCostPerBreak = 2 - - [constellation.mantle.octans] - #Set this to false to disable this mantle effect - enabled = true - #Defines the amount of health that is healed while the wearer is in water. Can be set to 0 to disable this. - #Range: 0.0 ~ 5.0 - healPerTick = 0.009999999776482582 - #Set the amount alignment charge consumed per accelerated underwater block breaking - #Range: 0 ~ 1000 - chargeCostPerBreakSpeed = 30 - - [constellation.mantle.pelotrio] - #Set this to false to disable this mantle effect - enabled = true - #Defines the chance of a spectral sword spawning that fights mobs nearby for a while when you attack a mob. - #Range: 0.0 ~ 1.0 - chanceSpawnSword = 0.6 - #Defines the chance of a spectral pickaxe spawning that's mining for you for a bit when you mine a block. - #Range: 0.0 ~ 1.0 - chanceSpawnPickaxe = 0.8 - #Defines the chance of a spectral axe spawning that's chopping logs and leaves for you for a bit when you break a log or leaf. - #Range: 0.0 ~ 1.0 - chanceSpawnAxe = 0.8 - #Defines the movement/flying speed of a spawned spectral sword. - #Range: 0.5 ~ 4.5 - speedSword = 2.3 - #Defines the movement/flying speed of a spawned spectral pickaxe. - #Range: 0.5 ~ 4.5 - speedPickaxe = 1.8 - #Defines the movement/flying speed of a spawned spectral axe. - #Range: 0.5 ~ 4.5 - speedAxe = 1.8 - #Defines the damage the sword does per attack. - #Range: 0.1 ~ 32.0 - swordDamage = 4.0 - #Defines the duration a spawned spectral sword is alive for. It will stay around this amount plus randomly twice this amount of ticks. - #Range: 20 ~ 500 - durationSword = 100 - #Defines the duration a spawned spectral pickaxe is alive for. It will stay around this amount plus randomly twice this amount of ticks. - #Range: 20 ~ 500 - durationPickaxe = 100 - #Defines the duration a spawned spectral axe is alive for. It will stay around this amount plus randomly twice this amount of ticks. - #Range: 20 ~ 500 - durationAxe = 100 - #Defines how many ticks are at least between sword attacks the sword makes. - #Range: 1 ~ 100 - ticksPerSwordAttack = 6 - #Defines how long a pickaxe needs to break a block. - #Range: 1 ~ 100 - ticksPerPickaxeBlockBreak = 4 - #Defines how long an axe is going to need to break a leaf or log. - #Range: 1 ~ 100 - ticksPerAxeLogBreak = 2 - #Set the amount alignment charge consumed per created spectral sword - #Range: 0 ~ 1000 - chargeCostPerSword = 250 - #Set the amount alignment charge consumed per created spectral sword - #Range: 0 ~ 1000 - chargeCostPerPickaxe = 250 - #Set the amount alignment charge consumed per created spectral sword - #Range: 0 ~ 1000 - chargeCostPerAxe = 250 - - [constellation.mantle.vicio] - #Set this to false to disable this mantle effect - enabled = true - #Defines the amount of starlight charge consumed per !second! during creative-flight with the vicio mantle. - #Range: 1 ~ 500 - chargeCost = 60 - -[registries] - - [registries.fluid_rarities] - #Defines fluid-rarities and amounts for the evershifting fountain's neromantic prime. The lower the relative rarity, the more rare the fluid. Format: ;;; - fluid_rarities = ["minecraft:water;2147483647;2147483647;14000", "minecraft:lava;4000000;1000000;7500"] - - [registries.technical_entities] - #Defines entities whose purpose is mostly technical and less gameplay impactful. Those will be excluded from effects that manipulate entities. Add entities by their entity type name.Format: - technical_entities = ["minecraft:ender_pearl", "astralsorcery:observatory_helper", "astralsorcery:nocturnal_spark", "astralsorcery:illumination_spark", "astralsorcery:grappling_hook", "botania:mana_burst", "botania:spark", "botania:corporea_spark"] - - [registries.tile_acceleration_blacklist] - #Accepts & matches against strings: 1) what a tileentity-type's registry name starts with, 2) what a tileentity's fully qualified class name starts with, 3) (special case) a fully qualified class name (Instances & sub-class instance of that class will be blacklisted) - tile_acceleration_blacklist = ["net.minecraft.tileentity.PistonTileEntity", "net.minecraft.tileentity.LockableLootTileEntity", "appeng", "raoulvdberge.refinedstorage", "hellfirepvp.astralsorcery.common.tile.base.network.TileTransmissionBase", "hellfirepvp.astralsorcery.common.tile.base.network.TileSourceBase", "hellfirepvp.astralsorcery.common.tile.altar.TileAltar", "hellfirepvp.astralsorcery.common.tile.TileAttunementAltar", "hellfirepvp.astralsorcery.common.tile.TileObservatory", "hellfirepvp.astralsorcery.common.tile.TileRitualLink", "hellfirepvp.astralsorcery.common.tile.TileRitualPedestal", "hellfirepvp.astralsorcery.common.tile.TileSpectralRelay", "hellfirepvp.astralsorcery.common.tile.TileTelescope", "hellfirepvp.astralsorcery.common.tile.TileTranslucentBlock", "hellfirepvp.astralsorcery.common.tile.TileTreeBeaconComponent", "hellfirepvp.astralsorcery.common.tile.TileVanishing"] - - [registries.amulet_enchantments] - #Defines a whitelist of which enchantments can be rolled and buffed by the enchantment-amulet. The higher the weight, the more likely that roll is selected.Format: ; - amulet_enchantments = ["minecraft:protection;10", "minecraft:fire_protection;5", "minecraft:feather_falling;5", "minecraft:blast_protection;2", "minecraft:projectile_protection;5", "minecraft:respiration;2", "minecraft:aqua_affinity;2", "minecraft:thorns;1", "minecraft:depth_strider;2", "minecraft:frost_walker;2", "minecraft:soul_speed;1", "minecraft:sharpness;10", "minecraft:smite;5", "minecraft:bane_of_arthropods;5", "minecraft:knockback;5", "minecraft:fire_aspect;2", "minecraft:looting;2", "minecraft:sweeping;2", "minecraft:efficiency;10", "minecraft:silk_touch;1", "minecraft:unbreaking;5", "minecraft:fortune;2", "minecraft:power;10", "minecraft:punch;2", "minecraft:flame;2", "minecraft:infinity;1", "minecraft:luck_of_the_sea;2", "minecraft:lure;2", "minecraft:loyalty;5", "minecraft:impaling;2", "minecraft:riptide;2", "minecraft:channeling;1", "minecraft:multishot;2", "minecraft:quick_charge;5", "minecraft:piercing;10", "minecraft:mending;2", "naturesaura:aura_mending;2", "simplyjetpacks:fuel_efficiency;2", "astralsorcery:night_vision;1", "astralsorcery:scorching_heat;1", "cofh_core:holding;10", "farmersdelight:backstabbing;5", "ars_nouveau:mana_regen;5", "ars_nouveau:mana_boost;5", "ars_nouveau:reactive;1", "mana-and-artifice:aura-healing;1", "mana-and-artifice:aura-running;10", "mana-and-artifice:aura-jumping;10", "mana-and-artifice:aura-depths;10", "mana-and-artifice:aura-mining;5", "mana-and-artifice:aura-repair;1", "mana-and-artifice:bouncing;10", "mana-and-artifice:cloudstep;10", "mana-and-artifice:transitorystep;2", "apotheosis:hell_infusion;1", "apotheosis:depth_miner;2", "apotheosis:stable_footing;2", "apotheosis:scavenger;1", "apotheosis:icy_thorns;2", "apotheosis:tempting;5", "apotheosis:shield_bash;2", "apotheosis:reflective;2", "apotheosis:knowledge;2", "apotheosis:splitting;2", "apotheosis:natures_blessing;2", "apotheosis:rebounding;2", "apotheosis:magic_protection;5", "apotheosis:sea_infusion;1", "apotheosis:bane_of_illagers;5", "apotheosis:obliteration;2", "apotheosis:crescendo;2", "apotheosis:capturing;1", "apotheosis:true_infinity;1", "minecolonies:raider_damage_enchant;1"] - - [registries.gem_attributes] - #Format: ';' Defines the attributes Perk Gems can roll. - gem_attributes = ["astralsorcery:maxhealth;2", "astralsorcery:movespeed;8", "astralsorcery:armor;8", "astralsorcery:reach;4", "astralsorcery:attackspeed;2", "astralsorcery:meleeattackdamage;8", "astralsorcery:projectileattackdamage;8", "astralsorcery:harvestspeed;2", "astralsorcery:critchance;4", "astralsorcery:critmulti;4", "astralsorcery:allres;2", "astralsorcery:dodge;2", "astralsorcery:liferecovery;2", "astralsorcery:chargecap;3", "astralsorcery:chargeregeneration;3", "astralsorcery:expgain;1"] - - [registries.perk_void_trash_ore] - #Format: ';' Defines random-weighted ore-selection data. Define item-tags to select from here with associated weight. Specific mods can be blacklisted in the general AstralSorcery config in 'modidOreBlacklist'. - perk_void_trash_ore = ["forge:ores/aluminum;1200","forge:ores/apatite;700","forge:ores/mana;200", "forge:ores/bitumen;1000","forge:ores/cinnabar;500","forge:ores/coal;5200","forge:ores/copper;2000","forge:ores/diamond;120","forge:ores/dimensional;20","forge:ores/emerald;100","forge:ores/fluorite;50","forge:ores/gold;550","forge:ores/iron;2500","forge:ores/lapis;360","forge:ores/lead;1500","forge:ores/nickel;100","forge:ores/osmium;1500","forge:ores/potassium_nitrate;250","forge:ores/redstone;700","forge:ores/silver;1000","forge:ores/sulfur;300","forge:ores/tin;1800","forge:ores/uranium;400","forge:ores/zinc;1000"] - - [registries.perk_stone_enrichment_ore] - #Format: ';' Defines random-weighted ore-selection data. Define block-tags to select from here with associated weight. Specific mods can be blacklisted in the general AstralSorcery config in 'modidOreBlacklist'. - perk_stone_enrichment_ore = ["forge:ores/aluminum;1200","forge:ores/apatite;700","forge:ores/mana;200", "forge:ores/bitumen;1000","forge:ores/cinnabar;500","forge:ores/coal;5200","forge:ores/copper;2000","forge:ores/diamond;120","forge:ores/dimensional;20","forge:ores/emerald;100","forge:ores/fluorite;50","forge:ores/gold;550","forge:ores/iron;2500","forge:ores/lapis;360","forge:ores/lead;1500","forge:ores/nickel;100","forge:ores/osmium;1500","forge:ores/potassium_nitrate;250","forge:ores/redstone;700","forge:ores/silver;1000","forge:ores/sulfur;300","forge:ores/tin;1800","forge:ores/uranium;400","forge:ores/zinc;1000"] - - [registries.mineralis_ritual_ore] - #Format: ';' Defines random-weighted ore-selection data. Define block-tags to select from here with associated weight. Specific mods can be blacklisted in the general AstralSorcery config in 'modidOreBlacklist'. - mineralis_ritual_ore = ["forge:ores/aluminum;1200","forge:ores/apatite;700","forge:ores/mana;200", "forge:ores/bitumen;1000","forge:ores/cinnabar;500","forge:ores/coal;5200","forge:ores/copper;2000","forge:ores/diamond;120","forge:ores/dimensional;20","forge:ores/emerald;100","forge:ores/fluorite;50","forge:ores/gold;550","forge:ores/iron;2500","forge:ores/lapis;360","forge:ores/lead;1500","forge:ores/nickel;100","forge:ores/osmium;1500","forge:ores/potassium_nitrate;250","forge:ores/redstone;700","forge:ores/silver;1000","forge:ores/sulfur;300","forge:ores/tin;1800","forge:ores/uranium;400","forge:ores/zinc;1000"] - - [registries.entity_transmutation] - #Defines the entity types the corrupted pelotrio ritual can transmute from and to. Format: ; - entity_transmutation = ["minecraft:skeleton;minecraft:wither_skeleton", "minecraft:villager;minecraft:witch", "minecraft:pig;minecraft:zombified_piglin", "minecraft:cow;minecraft:zombie", "minecraft:parrot;minecraft:ghast", "minecraft:chicken;minecraft:blaze", "minecraft:sheep;minecraft:stray", "minecraft:horse;minecraft:skeleton_horse"] - diff --git a/defaultconfigs[copied]/engineersdecor-server.toml b/defaultconfigs[copied]/engineersdecor-server.toml deleted file mode 100644 index 1b869fc..0000000 --- a/defaultconfigs[copied]/engineersdecor-server.toml +++ /dev/null @@ -1,166 +0,0 @@ - -#Settings affecting the logical server side. -[server] - - #Server dev opt-out settings !WARNING THE OPT-OUTs will be moved to common-config.toml in the next MC version! - [server.optout] - #Opt-out any block by its registry name ('*' wildcard matching, comma separated list, whitespaces ignored. You must match the whole name, means maybe add '*' also at the begin and end. Example: '*wood*,*steel*' excludes everything that has 'wood' or 'steel' in the registry name. The matching result is also traced in the log file. - pattern_excludes = "" - #Prevent blocks from being opt'ed by registry name ('*' wildcard matching, comma separated list, whitespaces ignored. Evaluated before all other opt-out checks. You must match the whole name, means maybe add '*' also at the begin and end. Example: '*wood*,*steel*' includes everything that has 'wood' or 'steel' in the registry name.The matching result is also traced in the log file. - pattern_includes = "" - #Disable clinker bricks and derived blocks. - without_clinker_bricks = false - #Disable slag bricks and derived blocks. - without_slag_bricks = false - #Disable rebar concrete and derived blocks. - without_rebar_concrete = false - #Disable gas concrete and derived blocks. - without_gas_concrete = false - #Disable all mod wall blocks. - without_walls = false - #Disable all mod stairs blocks. - without_stairs = false - #Disable IE concrete wall. - without_ie_concrete_wall = false - #Disable panzer glass and derived blocks. - without_panzer_glass = false - #Disable crafting table. - without_crafting_table = false - #Disable small lab furnace. - without_lab_furnace = false - #Disable small electrical pass-through furnace. - without_electrical_furnace = false - #Disable treated wood table, stool, windowsill, etc. - without_treated_wood_furniture = false - #Disable metal tables, etc. - without_metal_furniture = false - #Disable treated wood window, etc. - without_windows = false - #Disable light sources - without_light_sources = false - #Disable ladders - without_ladders = false - #Disable possibility to sit on stools and chairs. - without_chair_sitting = false - #Disable that mobs will sit on chairs and stools. - without_mob_chair_sitting = false - #Disable the speed boost of ladders in this mod. - without_ladder_speed_boost = false - #Disable history refabrication feature of the crafting table. - without_crafting_table_history = false - #Disable check valve, and redstone controlled valves. - without_valves = false - #Disable the passive fluid accumulator. - without_passive_fluid_accumulator = false - #Disable item disposal/trash/void incinerator device. - without_waste_incinerator = false - #Disable decorative sign plates (caution, hazards, etc). - without_sign_plates = false - #Disable floor gratings. - without_floor_grating = false - #Disable the factory dropper. - without_factory_dropper = false - #Disable the factory hopper. - without_factory_hopper = false - #Disable the factory placer. - without_factory_placer = false - #Disable the small block breaker. - without_block_breaker = false - #Disable the small solar panel. - without_solar_panel = false - #Disable the small fluid collection funnel. - without_fluid_funnel = false - #Disable the small mineral smelter. - without_mineral_smelter = false - #Disable the small milking machine. - without_milking_machine = false - #Disable the small tree cutter. - without_tree_cutter = false - #Disable labeled crate. - without_labeled_crate = false - #Disable horizontal half-block slab. - without_slabs = false - #Disable stackable 1/8 block slices. - without_halfslabs = false - #Disable poles of any material. - without_poles = false - #Disable horizontal supports like the double-T support. - without_hsupports = false - #Disable all internal recipes, allowing to use alternative pack recipes. - without_recipes = false - #Disable all fences and fence gates. - without_fences = false - - #Miscellaneous settings - [server.miscellaneous] - #Enables experimental features. Use at own risk. - with_experimental = false - #Disable directly picking up layers from slabs and slab slices by left clicking while looking up/down. - without_direct_slab_pickup = false - #Enable that devices are dropped as item also in creative mode, allowing to relocate them with contents and settings. - with_creative_mode_device_drops = false - - #Tweaks - [server.tweaks] - #Defines, in percent, how fast the lab furnace smelts compared to a vanilla furnace. 100% means vanilla furnace speed, 150% means the lab furnace is faster. The value can be changed on-the-fly for tuning. - #Range: 50 ~ 800 - furnace_smelting_speed_percent = 130 - #Defines, in percent, how fuel efficient the lab furnace is, compared to a vanilla furnace. 100% means vanilla furnace consumiton, 200% means the lab furnace needs about half the fuel of a vanilla furnace, The value can be changed on-the-fly for tuning. - #Range: 50 ~ 400 - furnace_fuel_efficiency_percent = 100 - #Defines the energy consumption (per tick) for speeding up the smelting process. If IE is installed, an external heater has to be inserted into an auxiliary slot of the lab furnace. The power source needs to be able to provide at least 4 times this consumption (fixed threshold value). The value can be changed on-the-fly for tuning. The default value corresponds to the IE heater consumption. - #Range: 2 ~ 1024 - furnace_boost_energy_consumption = 24 - #Defines, in percent, how high the probability is that a mob sits on a chair when colliding with it. Can be changed on-the-fly for tuning. - #Range: 0.0 ~ 80.0 - chair_mob_sitting_probability_percent = 10.0 - #Defines, in percent, probable it is that a mob leaves a chair when sitting on it. The 'dice is rolled' about every 20 ticks. There is also a minimum Sitting time of about 3s. The config value can be changed on-the-fly for tuning. - #Range: 0.001 ~ 10.0 - chair_mob_standup_probability_percent = 1.0 - #Enables small quick-move arrows from/to player/block storage. Makes the UI a bit too busy, therefore disabled by default. - with_crafting_quickmove_buttons = false - #Disables increasing/decreasing the crafting grid items by scrolling over the crafting result slot. - without_crafting_mouse_scrolling = false - #Defines how many millibuckets can be transferred (per tick) through the valves. That is technically the 'storage size' specified for blocks that want to fill fluids into the valve (the valve has no container and forward that to the output block), The value can be changed on-the-fly for tuning. - #Range: 1 ~ 32000 - pipevalve_max_flowrate = 1000 - #Defines how many millibuckets per redstone signal strength can be transferred per tick through the analog redstone controlled valves. Note: power 0 is always off, power 15 is always the max flow rate. Between power 1 and 14 this scaler will result in a flow = 'redstone slope' * 'current redstone power'. The value can be changed on-the-fly for tuning. - #Range: 1 ~ 32000 - pipevalve_redstone_gain = 20 - #Defines, in percent, how fast the electrical furnace smelts compared to a vanilla furnace. 100% means vanilla furnace speed, 150% means the electrical furnace is faster. The value can be changed on-the-fly for tuning. - #Range: 50 ~ 800 - e_furnace_speed_percent = 200 - #Defines how much RF per tick the the electrical furnace consumed (average) for smelting. The feeders transferring items from/to adjacent have this consumption/8 for each stack transaction. The default value is only slightly higher than a furnace with an IE external heater (and no burning fuel inside).The config value can be changed on-the-fly for tuning. - #Range: 8 ~ 4096 - e_furnace_power_consumption = 16 - #Defines if the electrical furnace automatically pulls items from an inventory at the input side.The config value can be changed on-the-fly for tuning. - e_furnace_automatic_pulling = false - #Defines the peak power production (at noon) of the Small Solar Panel. Note that the agerage power is much less, as no power is produced at all during the night, and the power curve is nonlinear rising/falling during the day. Bad weather conditions also decrease the production. The config value can be changed on-the-fly for tuning. - #Range: 2 ~ 4096 - small_solar_panel_peak_production = 40 - #Defines how much RF power the Small Block Breaker requires to magnificently increase the processing speed. The config value can be changed on-the-fly for tuning. - #Range: 4 ~ 1024 - block_breaker_power_consumption = 64 - #Defines how much time the Small Block Breaker needs per block hardness, means: 'reluctance' * hardness + min_time, you change the 'reluctance' here.The unit is ticks/hardness. The config value can be changed on-the-fly for tuning. - #Range: 5 ~ 50 - block_breaker_reluctance = 17 - #Defines how much time the Small Block Breaker needs at least, better said it's an offset: 'reluctance' * hardness + min_time, you change the 'min_time' here, value in ticks.The config value can be changed on-the-fly for tuning. - #Range: 10 ~ 100 - block_breaker_min_breaking_time = 15 - #Defines if the Small Block Breaker does not work without RF power. - block_breaker_requires_power = false - #Defines how much RF power the Small Tree Cutter requires to magnificently increase the processing speed. The config value can be changed on-the-fly for tuning. - #Range: 4 ~ 1024 - tree_cutter_energy_consumption = 64 - #Defines how much time the Small Tree Cutter needs to cut a tree without RF power. The value is in seconds. With energy it is 6 times faster. The config value can be changed on-the-fly for tuning. - #Range: 10 ~ 240 - tree_cutter_cutting_time_needed = 60 - #Defines if the Small Tree Cutter does not work without RF power. - tree_cutter_requires_power = false - #Defines how much time the Small Milking Machine needs work. Note this is a permanent standby power, not only when the device does something. Use zero to disable energy dependency and energy handling of the machine. The config value can be changed on-the-fly for tuning. - #Range: 0 ~ 1024 - milking_machine_energy_consumption = 0 - #Defines (for each individual cow) the minimum time between milking. - #Range: 1000 ~ 24000 - milking_machine_milking_delay = 4000 - diff --git a/defaultconfigs[copied]/forge-server.toml b/defaultconfigs[copied]/forge-server.toml deleted file mode 100644 index d586ac9..0000000 --- a/defaultconfigs[copied]/forge-server.toml +++ /dev/null @@ -1,30 +0,0 @@ - -#Server configuration settings -[server] - #Set this to true to remove any Entity 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. - removeErroringEntities = false - #Set this to true to remove any TileEntity 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. - removeErroringTileEntities = 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 - #Base zombie summoning spawn chance. Allows changing the bonus zombie summoning mechanic. - #Range: 0.0 ~ 1.0 - zombieBaseSummonChance = 0.1 - #Chance that a zombie (or subclass) is a baby. Allows changing the zombie spawning mechanic. - #Range: 0.0 ~ 1.0 - zombieBabyChance = 0.05 - #Log cascading chunk generation issues during terrain population. - logCascadingWorldGeneration = true - #Fix vanilla issues that cause worldgen cascading. This DOES change vanilla worldgen so DO NOT report bugs related to world differences if this flag is on. - fixVanillaCascading = false - #The time in ticks the server will wait when a dimension was queued to unload. This can be useful when rapidly loading and unloading dimensions, like e.g. throwing items through a nether portal a few time per second. - #Range: > 0 - dimensionUnloadQueueDelay = 0 - #Vanilla will treat crafting recipes using empty tags as air, and allow you to craft with nothing in that slot. This changes empty tags to use BARRIER as the item. To prevent crafting with air. - treatEmptyTagsAsAir = false - #Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024. - #Range: 64 ~ 1024 - clumpingThreshold = 64 - #Fix advancement loading to use a proper topological sort. This may have visibility side-effects and can thus be turned off if needed for data-pack compatibility. - fixAdvancementLoading = true - diff --git a/defaultconfigs[copied]/immersiveengineering-server.toml b/defaultconfigs[copied]/immersiveengineering-server.toml deleted file mode 100644 index 4730e67..0000000 --- a/defaultconfigs[copied]/immersiveengineering-server.toml +++ /dev/null @@ -1,518 +0,0 @@ - -#Configuration related to Immersive Engineering wires -[wires] - #Attempts to make the internal data structures used for wires consistent with the connectors in the world.Use with care and backups and only when suspecting corrupted data. - #This option will check and load all connection endpoints and may slow down the world loading process. - sanitizeConnections = false - #If this is enabled, wires connected to power sources will cause damage to entities touching them - #This shouldn't cause significant lag but possibly will. If it does, please report it at https://github.com/BluSunrize/ImmersiveEngineering/issues unless there is a report of it already. - enableWireDamage = true - #If this is enabled, placing a block in a wire will break it (drop the wire coil) - blocksBreakWires = true - - [wires.copper] - #The maximum length of copper wires - #Range: > 0 - maxLength = 16 - #The transfer rate of copper wire in IF/t - #Range: > 0 - transferRate = 2048 - #The percentage of power lost every 16 blocks of distance in copper wire - #Range: 0.0 ~ 1.0 - loss = 0.05 - #In- and output rates of copper wire connectors. This is independant of the transferrate of the wires. - #Range: > 0 - wireConnectorInput = 256 - - [wires.electrum] - #The maximum length of electrum wires - #Range: > 0 - maxLength = 16 - #The transfer rate of electrum wire in IF/t - #Range: > 0 - transferRate = 8192 - #The percentage of power lost every 16 blocks of distance in electrum wire - #Range: 0.0 ~ 1.0 - loss = 0.025 - #In- and output rates of electrum wire connectors. This is independant of the transferrate of the wires. - #Range: > 0 - wireConnectorInput = 1024 - - [wires.hv] - #The maximum length of hv wires - #Range: > 0 - maxLength = 32 - #The transfer rate of hv wire in IF/t - #Range: > 0 - transferRate = 32768 - #The percentage of power lost every 16 blocks of distance in hv wire - #Range: 0.0 ~ 1.0 - loss = 0.025 - #In- and output rates of hv wire connectors. This is independant of the transferrate of the wires. - #Range: > 0 - wireConnectorInput = 4096 - - [wires.rope] - #The maximum length of rope wires - #Range: > 0 - maxLength = 32 - - [wires.cable] - #The maximum length of cable wires - #Range: > 0 - maxLength = 32 - - [wires.redstone] - #The maximum length of redstone wires - #Range: > 0 - maxLength = 32 - - [wires.insulated_copper] - #The maximum length of insulated_copper wires - #Range: > 0 - maxLength = 16 - - [wires.insulated_electrum] - #The maximum length of insulated_electrum wires - #Range: > 0 - maxLength = 16 - -[machines] - #The base Flux that is output by the dynamo. This will be modified by the rotation modifier of the attached water- or windmill - #Range: 0.0 ~ 2.147483647E9 - dynamo_output = 3.0 - #Output modifier for the energy created by the Thermoelectric Generator - #Range: 0.0 ~ 2.147483647E9 - thermoelectric_output = 1.0 - #The Flux that will be output by the lightning rod when it is struck - #Range: > 0 - lightning_output = 16000000 - #The Flux per tick that the Diesel Generator will output. The burn time of the fuel determines the total output - #Range: > 0 - dieselGen_output = 4096 - #The Flux per tick the Blast Furnace Preheater will consume to speed up the Blast Furnace - #Range: > 1 - preheater_consumption = 32 - #The Flux per tick the Charging Station can insert into an item - #Range: > 1 - charger_consumption = 256 - #The amount of damage a sawblade in the sawmill takes for a single recipe. - #Range: > 1 - sawmill_bladeDamage = 5 - #The Flux the Assembler will consume to craft an item from a recipe - #Range: > 1 - assembler_consumption = 80 - - [machines.capacitors] - - #Configuration for the low voltage capacitor - [machines.capacitors.lv] - #Maximum energy stored (Flux) - #Range: > 1 - storage = 100000 - #Maximum energy input (Flux/tick) - #Range: > 1 - input = 256 - #Maximum energy output (Flux/tick) - #Range: > 1 - output = 256 - - #Configuration for the medium voltage capacitor - [machines.capacitors.mv] - #Maximum energy stored (Flux) - #Range: > 1 - storage = 1000000 - #Maximum energy input (Flux/tick) - #Range: > 1 - input = 1024 - #Maximum energy output (Flux/tick) - #Range: > 1 - output = 1024 - - #Configuration for the high voltage capacitor - [machines.capacitors.hv] - #Maximum energy stored (Flux) - #Range: > 1 - storage = 4000000 - #Maximum energy input (Flux/tick) - #Range: > 1 - input = 4096 - #Maximum energy output (Flux/tick) - #Range: > 1 - output = 4096 - - [machines.external_heater] - #The Flux per tick consumed to add one heat to a furnace. Creates up to 4 heat in the startup time and then 1 heat per tick to keep it running - #Range: > 1 - consumption = 8 - #The Flux per tick consumed to double the speed of the furnace. Only happens if furnace is at maximum heat. - #Range: > 1 - speedupConsumption = 24 - - [machines.coredrill] - #The length in ticks it takes for the Core Sample Drill to figure out which mineral is found in a chunk - #Range: > 1 - time = 200 - #The Flux per tick consumed by the Core Sample Drill - #Range: > 1 - consumption = 40 - - [machines.pump] - #The Flux the Fluid Pump will consume to pick up a fluid block in the world - #Range: > 1 - consumption = 250 - #The Flux the Fluid Pump will consume pressurize and accelerate fluids, increasing the transferrate - #Range: > 1 - consumption_accelerate = 5 - #Set this to false to disable the fluid pump being able to draw infinite water from sources - infiniteWater = true - #If this is set to true (default) the pump will replace fluids it picks up with cobblestone in order to reduce lag caused by flowing fluids. - placeCobble = true - - [machines.teslacoil] - #The Flux per tick the Tesla Coil will consume, simply by being active - #Range: > 1 - consumption = 256 - #The amount of Flux the Tesla Coil will consume when shocking an entity - #Range: > 1 - consumption_active = 512 - #The amount of damage the Tesla Coil will do when shocking an entity - #Range: 0.0 ~ 2.147483647E9 - damage = 6.0 - - [machines.turret] - #The Flux per tick any turret consumes to monitor the area - #Range: > 1 - consumption = 64 - #The Flux per tick the chemthrower turret consumes to shoot - #Range: > 1 - chem_consumption = 32 - #The Flux per tick the gun turret consumes to shoot - #Range: > 1 - gun_consumption = 32 - - [machines.garden_cloche] - #The Flux per tick the cloche consumes to grow plants - #Range: > 1 - consumption = 8 - #The amount of ticks one dose of fertilizer lasts in the cloche - #Range: > 1 - fertilizer = 6000 - #The amount of fluid the cloche uses per dose of fertilizer - #Range: > 1 - fluid = 250 - #A modifier to apply to the cloches total growing speed - #Range: 0.001 ~ 1000.0 - growth_modifier = 1.0 - #A base-modifier for all solid fertilizers in the cloche - #Range: 0.001 ~ 1000.0 - solid_fertilizer_mod = 1.0 - #A base-modifier for all fluid fertilizers in the cloche - #Range: 0.001 ~ 1000.0 - fluid_fertilizer_mod = 1.0 - - [machines.lantern] - #Set this to false to disable the mob-spawn prevention of the Powered Lantern - spawnPrevent = true - #How much Flux the powered lantern draws per tick - #Range: > 1 - energyDraw = 1 - #How much Flux the powered lantern can hold (should be greater than the power draw) - #Range: > 1 - maxStorage = 10 - - [machines.floodlight] - #Set this to false to disable the mob-spawn prevention of the Floodlight - spawnPrevent = true - #How much Flux the floodlight draws per tick - #Range: > 1 - energyDraw = 5 - #How much Flux the floodlight can hold (must be at least 10x the power draw) - #Range: > 1 - max_storage = 80 - - [machines.metal_press] - #A modifier to apply to the energy costs of every metal press recipe - #Range: 0.001 ~ 1000.0 - energyModifier = 1.0 - #A modifier to apply to the time of every metal press recipe - #Range: 0.001 ~ 1000.0 - timeModifier = 1.0 - - [machines.crusher] - #A modifier to apply to the energy costs of every crusher recipe - #Range: 0.001 ~ 1000.0 - energyModifier = 1.0 - #A modifier to apply to the time of every crusher recipe - #Range: 0.001 ~ 1000.0 - timeModifier = 1.0 - - [machines.squeezer] - #A modifier to apply to the energy costs of every squeezer recipe - #Range: 0.001 ~ 1000.0 - energyModifier = 1.0 - #A modifier to apply to the time of every squeezer recipe - #Range: 0.001 ~ 1000.0 - timeModifier = 1.0 - - [machines.fermenter] - #A modifier to apply to the energy costs of every fermenter recipe - #Range: 0.001 ~ 1000.0 - energyModifier = 1.0 - #A modifier to apply to the time of every fermenter recipe - #Range: 0.001 ~ 1000.0 - timeModifier = 1.0 - - [machines.refinery] - #A modifier to apply to the energy costs of every refinery recipe - #Range: 0.001 ~ 1000.0 - energyModifier = 1.0 - #A modifier to apply to the time of every refinery recipe - #Range: 0.001 ~ 1000.0 - timeModifier = 1.0 - - [machines.auto_workbench] - #A modifier to apply to the energy costs of every auto workbench recipe - #Range: 0.001 ~ 1000.0 - energyModifier = 1.0 - #A modifier to apply to the time of every auto workbench recipe - #Range: 0.001 ~ 1000.0 - timeModifier = 1.0 - - [machines.bottling_machine] - #A modifier to apply to the energy costs of every bottling machine recipe - #Range: 0.001 ~ 1000.0 - energyModifier = 1.0 - #A modifier to apply to the time of every bottling machine recipe - #Range: 0.001 ~ 1000.0 - timeModifier = 1.0 - - [machines.mixer] - #A modifier to apply to the energy costs of every mixer recipe - #Range: 0.001 ~ 1000.0 - energyModifier = 1.0 - #A modifier to apply to the time of every mixer recipe - #Range: 0.001 ~ 1000.0 - timeModifier = 1.0 - - [machines.sawmill] - #A modifier to apply to the energy costs of every sawmill recipe - #Range: 0.001 ~ 1000.0 - energyModifier = 1.0 - #A modifier to apply to the time of every sawmill recipe - #Range: 0.001 ~ 1000.0 - timeModifier = 1.0 - - [machines.arc_furnace] - #A modifier to apply to the energy costs of every arc furnace recipe - #Range: 0.001 ~ 1000.0 - energyModifier = 1.0 - #A modifier to apply to the time of every arc furnace recipe - #Range: 0.001 ~ 1000.0 - timeModifier = 1.0 - #The maximum amount of damage Graphite Electrodes can take. While the furnace is working, electrodes sustain 1 damage per tick, so this is effectively the lifetime in ticks. The default value of 96000 makes them last for 8 consecutive ingame days - #Range: > 1 - electrodeDamage = 96000 - #Set this to false to disable the Arc Furnace's recycling of armors and tools - recycle = true - - [machines.excavator] - #The Flux per tick the Excavator will consume to dig - #Range: > 1 - consumption = 4096 - #The speed of the Excavator. Basically translates to how many degrees per tick it will turn. - #Range: 0.001 ~ 1000.0 - speed = 1.0 - #Set this to false to disable the ridiculous amounts of particles the Excavator spawns - particles = true - #The threshold the perlin noise has to cross for a mineral vein to be generated. Higher means less likely. - #Range: 0.0 ~ 1.0 - chance = 0.9 - #The maximum amount of yield one can get out of a chunk with the excavator. Set a number smaller than zero to make it infinite - #Range: > -1 - yield = 38400 - #The maximum depletion a vein can start with, as a decimal value. When a vein generates, a random percentage up to this value is depleted from it - #Range: 0.0 ~ 1.0 - initial_depletion = 0.2 - #List of dimensions that can't contain minerals. Default: The End. - dimBlacklist = ["minecraft:the_end"] - -[ores] - #The retrogeneration key. Basically IE checks if this key is saved in the chunks data. If it isn't, it will perform retrogen on all ores marked for retrogen. - #Change this in combination with the retrogen booleans to regen only some of the ores. - retrogen_key = "DEFAULT" - #Set this to false to disable the logging of the chunks that were flagged for retrogen. - retrogen_log_flagChunk = true - #Set this to false to disable the logging of the chunks that are still left to retrogen. - retrogen_log_remaining = true - - #Ore generation config - copper - [ores.copper] - #The maximum size of a vein. Set to 0 to disable generation - #Range: > 0 - vein_size = 8 - #The minimum Y coordinate this ore can spawn at - #Range: > -2147483648 - min_y = 40 - #The maximum Y coordinate this ore can spawn at - #Range: > -2147483648 - max_y = 72 - #The average number of veins per chunk - #Range: > 0 - avg_veins_per_chunk = 8 - #Set this to true to allow retro-generation of copper Ore. - retrogen_enable = false - - #Ore generation config - bauxite - [ores.bauxite] - #The maximum size of a vein. Set to 0 to disable generation - #Range: > 0 - vein_size = 4 - #The minimum Y coordinate this ore can spawn at - #Range: > -2147483648 - min_y = 40 - #The maximum Y coordinate this ore can spawn at - #Range: > -2147483648 - max_y = 85 - #The average number of veins per chunk - #Range: > 0 - avg_veins_per_chunk = 8 - #Set this to true to allow retro-generation of bauxite Ore. - retrogen_enable = false - - #Ore generation config - lead - [ores.lead] - #The maximum size of a vein. Set to 0 to disable generation - #Range: > 0 - vein_size = 6 - #The minimum Y coordinate this ore can spawn at - #Range: > -2147483648 - min_y = 8 - #The maximum Y coordinate this ore can spawn at - #Range: > -2147483648 - max_y = 36 - #The average number of veins per chunk - #Range: > 0 - avg_veins_per_chunk = 4 - #Set this to true to allow retro-generation of lead Ore. - retrogen_enable = false - - #Ore generation config - silver - [ores.silver] - #The maximum size of a vein. Set to 0 to disable generation - #Range: > 0 - vein_size = 8 - #The minimum Y coordinate this ore can spawn at - #Range: > -2147483648 - min_y = 8 - #The maximum Y coordinate this ore can spawn at - #Range: > -2147483648 - max_y = 40 - #The average number of veins per chunk - #Range: > 0 - avg_veins_per_chunk = 4 - #Set this to true to allow retro-generation of silver Ore. - retrogen_enable = false - - #Ore generation config - nickel - [ores.nickel] - #The maximum size of a vein. Set to 0 to disable generation - #Range: > 0 - vein_size = 6 - #The minimum Y coordinate this ore can spawn at - #Range: > -2147483648 - min_y = 8 - #The maximum Y coordinate this ore can spawn at - #Range: > -2147483648 - max_y = 24 - #The average number of veins per chunk - #Range: > 0 - avg_veins_per_chunk = 2 - #Set this to true to allow retro-generation of nickel Ore. - retrogen_enable = false - - #Ore generation config - uranium - [ores.uranium] - #The maximum size of a vein. Set to 0 to disable generation - #Range: > 0 - vein_size = 4 - #The minimum Y coordinate this ore can spawn at - #Range: > -2147483648 - min_y = 8 - #The maximum Y coordinate this ore can spawn at - #Range: > -2147483648 - max_y = 24 - #The average number of veins per chunk - #Range: > 0 - avg_veins_per_chunk = 2 - #Set this to true to allow retro-generation of uranium Ore. - retrogen_enable = false - -[tools] - #Set this to true to completely disable the ore-crushing recipes with the Engineers Hammer - disable_hammer_crushing = false - #The maximum durability of the Engineer's Hammer. Used up when hammering ingots into plates. - #Range: > 1 - hammer_durability = 100 - #The maximum durability of the Wirecutter. Used up when cutting plates into wire. - #Range: > 1 - cutter_durability = 250 - - [tools.bullet_damage] - #The amount of base damage a Casull Cartridge inflicts - #Range: 0.0 ~ 1.7976931348623157E308 - casull = 10.0 - #The amount of base damage a armor piercing Cartridge inflicts - #Range: 0.0 ~ 1.7976931348623157E308 - ap = 10.0 - #The amount of base damage a single part of buckshot inflicts - #Range: 0.0 ~ 1.7976931348623157E308 - buck = 2.0 - #The amount of base damage a dragon breath cartridge inflicts - #Range: 0.0 ~ 1.7976931348623157E308 - dragon = 3.0 - #The amount of base damage a homing cartridge inflicts - #Range: 0.0 ~ 1.7976931348623157E308 - homing = 10.0 - #The amount of base damage a wolfpack cartridge inflicts - #Range: 0.0 ~ 1.7976931348623157E308 - wolfpack = 4.0 - #The amount of base damage the sub-projectiles of a wolfpack cartridge inflicts - #Range: 0.0 ~ 1.7976931348623157E308 - wolfpack_part = 8.0 - #The amount of damage a silver bullet inflicts - #Range: 0.0 ~ 1.7976931348623157E308 - silver = 10.0 - #The amount of base damage a phial cartridge inflicts - #Range: 0.0 ~ 1.7976931348623157E308 - phial = 1.0 - - [tools.chemthrower] - #The mb of fluid the Chemical Thrower will consume per tick of usage - #Range: > 1 - consumption = 10 - #Set this to false to disable the use of Sneak+Scroll to switch Chemthrower tanks. - scroll = true - - [tools.railgun] - #The base amount of Flux consumed per shot by the Railgun - #Range: > 1 - consumption = 800 - #A modifier for the damage of all projectiles fired by the Railgun - #Range: 0.0 ~ 1.7976931348623157E308 - damage_modifier = 1.0 - - [tools.powerpack] - #A whitelist of armor pieces to allow attaching the capacitor backpack, formatting: [mod id]:[item name] - whitelist = [] - #A blacklist of armor pieces to allow attaching the capacitor backpack, formatting: [mod id]:[item name]. Whitelist has priority over this - blacklist = ["embers:ashen_cloak_chest", "ic2:batpack", "ic2:cf_pack", "ic2:energy_pack", "ic2:jetpack", "ic2:jetpack_electric", "ic2:lappack"] - - [tools.toolbox] - #A whitelist of tools allowed in the toolbox, formatting: [mod id]:[item name] - tools = [] - #A whitelist of foods allowed in the toolbox, formatting: [mod id]:[item name] - foods = [] - #A whitelist of wire-related allowed in the toolbox, formatting: [mod id]:[item name] - wiring = [] -