From ff43fa5399d6cecb680dacb17ae2a107676bdbda Mon Sep 17 00:00:00 2001 From: Citali Date: Thu, 28 Jan 2021 21:42:11 +0100 Subject: [PATCH] Diff defaultconfigs --- config/apotheosis/enchantments.cfg | 15 - config/apotheosis/names.cfg | 57 +- config/apotheosis/spawner.cfg | 39 -- config/cyclopscore-common.toml | 4 +- config/moremobgriefingoptions.toml | 4 +- config/pneumaticcraft-common.toml | 2 + config/quark-common.toml | 4 + config/tinymobfarm.toml | 2 +- defaultconfigs/astralsorcery.toml | 10 +- defaultconfigs/engineersdecor-server.toml | 12 + defaultconfigs/forge-server.toml | 3 + .../immersiveengineering-server.toml | 3 + .../buildinggadgets-server.toml | 103 --- .../charginggadgets-server.toml | 7 - defaultconfigs[copied]/chocolate-server.toml | 15 - defaultconfigs[copied]/cofh_core-server.toml | 38 -- defaultconfigs[copied]/comforts-server.toml | 20 - .../commoncapabilities-server.toml | 1 - .../compactmachines-server.toml | 12 - .../cosmeticarmorreworked-server.toml | 6 - .../crashutilities-server.toml | 38 -- defaultconfigs[copied]/create-server.toml | 335 ---------- defaultconfigs[copied]/curios-server.toml | 3 - defaultconfigs[copied]/elevatorid-server.toml | 22 - .../engineerstools-server.toml | 19 - defaultconfigs[copied]/extcaves-server.toml | 271 -------- defaultconfigs[copied]/extradisks-server.toml | 35 - .../fastleafdecay-server.toml | 7 - .../fluxnetworks-server.toml | 18 - defaultconfigs[copied]/ftbchunks-server.toml | 22 - defaultconfigs[copied]/gravestone-server.toml | 18 - .../integratedcrafting-server.toml | 1 - .../integrateddynamics-server.toml | 1 - .../integratedterminals-server.toml | 1 - .../integratedtunnels-server.toml | 1 - .../inventorysorter-server.toml | 8 - defaultconfigs[copied]/mcjtylib-server.toml | 13 - .../minecolonies-server.toml | 600 ------------------ defaultconfigs[copied]/pamhc2crops.toml | 50 -- defaultconfigs[copied]/pamhc2trees.toml | 132 ---- defaultconfigs[copied]/plonk-server.toml | 4 - .../rangedpumps-server.toml | 27 - .../refinedpipes-server.toml | 233 ------- .../refinedstorage-server.toml | 275 -------- .../refinedstorageaddons-server.toml | 17 - .../rftoolsbase-server.toml | 64 -- .../rftoolsbuilder-server.toml | 203 ------ .../rftoolscontrol-server.toml | 60 -- .../rftoolspower-server.toml | 133 ---- .../rftoolsstorage-server.toml | 66 -- .../rftoolsutility-server.toml | 188 ------ .../servertabinfo-server.toml | 9 - .../simplyjetpacks-server.toml | 1 - defaultconfigs[copied]/solcarrot-server.toml | 26 - .../structurize-server.toml | 20 - defaultconfigs[copied]/thermal-server.toml | 51 -- .../usefulrailroads-server.toml | 9 - defaultconfigs[copied]/xnet-server.toml | 63 -- 58 files changed, 87 insertions(+), 3314 deletions(-) delete mode 100644 defaultconfigs[copied]/buildinggadgets-server.toml delete mode 100644 defaultconfigs[copied]/charginggadgets-server.toml delete mode 100644 defaultconfigs[copied]/chocolate-server.toml delete mode 100644 defaultconfigs[copied]/cofh_core-server.toml delete mode 100644 defaultconfigs[copied]/comforts-server.toml delete mode 100644 defaultconfigs[copied]/commoncapabilities-server.toml delete mode 100644 defaultconfigs[copied]/compactmachines-server.toml delete mode 100644 defaultconfigs[copied]/cosmeticarmorreworked-server.toml delete mode 100644 defaultconfigs[copied]/crashutilities-server.toml delete mode 100644 defaultconfigs[copied]/create-server.toml delete mode 100644 defaultconfigs[copied]/curios-server.toml delete mode 100644 defaultconfigs[copied]/elevatorid-server.toml delete mode 100644 defaultconfigs[copied]/engineerstools-server.toml delete mode 100644 defaultconfigs[copied]/extcaves-server.toml delete mode 100644 defaultconfigs[copied]/extradisks-server.toml delete mode 100644 defaultconfigs[copied]/fastleafdecay-server.toml delete mode 100644 defaultconfigs[copied]/fluxnetworks-server.toml delete mode 100644 defaultconfigs[copied]/ftbchunks-server.toml delete mode 100644 defaultconfigs[copied]/gravestone-server.toml delete mode 100644 defaultconfigs[copied]/integratedcrafting-server.toml delete mode 100644 defaultconfigs[copied]/integrateddynamics-server.toml delete mode 100644 defaultconfigs[copied]/integratedterminals-server.toml delete mode 100644 defaultconfigs[copied]/integratedtunnels-server.toml delete mode 100644 defaultconfigs[copied]/inventorysorter-server.toml delete mode 100644 defaultconfigs[copied]/mcjtylib-server.toml delete mode 100644 defaultconfigs[copied]/minecolonies-server.toml delete mode 100644 defaultconfigs[copied]/pamhc2crops.toml delete mode 100644 defaultconfigs[copied]/pamhc2trees.toml delete mode 100644 defaultconfigs[copied]/plonk-server.toml delete mode 100644 defaultconfigs[copied]/rangedpumps-server.toml delete mode 100644 defaultconfigs[copied]/refinedpipes-server.toml delete mode 100644 defaultconfigs[copied]/refinedstorage-server.toml delete mode 100644 defaultconfigs[copied]/refinedstorageaddons-server.toml delete mode 100644 defaultconfigs[copied]/rftoolsbase-server.toml delete mode 100644 defaultconfigs[copied]/rftoolsbuilder-server.toml delete mode 100644 defaultconfigs[copied]/rftoolscontrol-server.toml delete mode 100644 defaultconfigs[copied]/rftoolspower-server.toml delete mode 100644 defaultconfigs[copied]/rftoolsstorage-server.toml delete mode 100644 defaultconfigs[copied]/rftoolsutility-server.toml delete mode 100644 defaultconfigs[copied]/servertabinfo-server.toml delete mode 100644 defaultconfigs[copied]/simplyjetpacks-server.toml delete mode 100644 defaultconfigs[copied]/solcarrot-server.toml delete mode 100644 defaultconfigs[copied]/structurize-server.toml delete mode 100644 defaultconfigs[copied]/thermal-server.toml delete mode 100644 defaultconfigs[copied]/usefulrailroads-server.toml delete mode 100644 defaultconfigs[copied]/xnet-server.toml diff --git a/config/apotheosis/enchantments.cfg b/config/apotheosis/enchantments.cfg index 49143fb..9659478 100644 --- a/config/apotheosis/enchantments.cfg +++ b/config/apotheosis/enchantments.cfg @@ -675,21 +675,6 @@ } -"farmersdelight:backstabbing" { - # 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"= -} - - "mana-and-artifice:aura-depths" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 diff --git a/config/apotheosis/names.cfg b/config/apotheosis/names.cfg index 911940c..126023d 100644 --- a/config/apotheosis/names.cfg +++ b/config/apotheosis/names.cfg @@ -152,6 +152,27 @@ armors { 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 @@ -924,7 +945,7 @@ items { 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, farmersdelight:diamond_knife, integratedtunnels:dummy_pickaxe, mekanismtools:diamond_paxel, rftoolsbuilder:superharvestingtool, minecolonies:chiefsword + # 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 < @@ -943,7 +964,7 @@ tools { > # 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, farmersdelight:golden_knife, mekanismtools:gold_paxel + # 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 < @@ -962,7 +983,7 @@ tools { > # 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, farmersdelight:iron_knife, 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 + # 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 < @@ -974,7 +995,7 @@ tools { > # 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, farmersdelight:netherite_knife, mekanismtools:netherite_paxel + # 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 < @@ -1051,6 +1072,34 @@ tools { 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 diff --git a/config/apotheosis/spawner.cfg b/config/apotheosis/spawner.cfg index f382086..dabd982 100644 --- a/config/apotheosis/spawner.cfg +++ b/config/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/cyclopscore-common.toml b/config/cyclopscore-common.toml index c7d7525..8ac730c 100644 --- a/config/cyclopscore-common.toml +++ b/config/cyclopscore-common.toml @@ -3,13 +3,13 @@ [core.general] #If an anonymous mod startup analytics request may be sent to our analytics service. - analytics = true + 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 = true + 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. diff --git a/config/moremobgriefingoptions.toml b/config/moremobgriefingoptions.toml index 95359f1..40b3d0b 100644 --- a/config/moremobgriefingoptions.toml +++ b/config/moremobgriefingoptions.toml @@ -9,13 +9,13 @@ cow = "DEFAULT" #creeper mobGriefing #Allowed Values: DEFAULT, TRUE, FALSE - creeper = "DEFAULT" + creeper = "FALSE" #ender_dragon mobGriefing #Allowed Values: DEFAULT, TRUE, FALSE ender_dragon = "DEFAULT" #enderman mobGriefing #Allowed Values: DEFAULT, TRUE, FALSE - enderman = "DEFAULT" + enderman = "FALSE" #evoker mobGriefing #Allowed Values: DEFAULT, TRUE, FALSE evoker = "DEFAULT" diff --git a/config/pneumaticcraft-common.toml b/config/pneumaticcraft-common.toml index 0f906fc..9917e7c 100644 --- a/config/pneumaticcraft-common.toml +++ b/config/pneumaticcraft-common.toml @@ -4,6 +4,8 @@ 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 diff --git a/config/quark-common.toml b/config/quark-common.toml index 503fb40..507c693 100644 --- a/config/quark-common.toml +++ b/config/quark-common.toml @@ -118,6 +118,7 @@ Thatch = true "Variant Chests" = true "Variant Ladders" = true + Hedges = true "Vertical Slabs" = true Shingles = true "Nether Brick Fence Gate" = true @@ -244,6 +245,9 @@ "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 diff --git a/config/tinymobfarm.toml b/config/tinymobfarm.toml index 82d8626..c8b2589 100644 --- a/config/tinymobfarm.toml +++ b/config/tinymobfarm.toml @@ -3,5 +3,5 @@ #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 = false + disableWhenChestFull = true diff --git a/defaultconfigs/astralsorcery.toml b/defaultconfigs/astralsorcery.toml index e8d89b1..3f35007 100644 --- a/defaultconfigs/astralsorcery.toml +++ b/defaultconfigs/astralsorcery.toml @@ -8,7 +8,7 @@ #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"] + 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 @@ -687,7 +687,7 @@ [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", "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"] + 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. @@ -695,15 +695,15 @@ [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"] + 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"] + 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"] + 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: ; diff --git a/defaultconfigs/engineersdecor-server.toml b/defaultconfigs/engineersdecor-server.toml index 15ad043..1b869fc 100644 --- a/defaultconfigs/engineersdecor-server.toml +++ b/defaultconfigs/engineersdecor-server.toml @@ -20,6 +20,8 @@ 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. @@ -48,6 +50,8 @@ 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). @@ -82,13 +86,19 @@ 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] @@ -107,6 +117,8 @@ #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. diff --git a/defaultconfigs/forge-server.toml b/defaultconfigs/forge-server.toml index 70fb280..d586ac9 100644 --- a/defaultconfigs/forge-server.toml +++ b/defaultconfigs/forge-server.toml @@ -22,6 +22,9 @@ 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/immersiveengineering-server.toml b/defaultconfigs/immersiveengineering-server.toml index 0419f00..4730e67 100644 --- a/defaultconfigs/immersiveengineering-server.toml +++ b/defaultconfigs/immersiveengineering-server.toml @@ -267,6 +267,9 @@ #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 diff --git a/defaultconfigs[copied]/buildinggadgets-server.toml b/defaultconfigs[copied]/buildinggadgets-server.toml deleted file mode 100644 index 69a2cff..0000000 --- a/defaultconfigs[copied]/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[copied]/charginggadgets-server.toml b/defaultconfigs[copied]/charginggadgets-server.toml deleted file mode 100644 index ac10789..0000000 --- a/defaultconfigs[copied]/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[copied]/chocolate-server.toml b/defaultconfigs[copied]/chocolate-server.toml deleted file mode 100644 index 8e27396..0000000 --- a/defaultconfigs[copied]/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[copied]/cofh_core-server.toml b/defaultconfigs[copied]/cofh_core-server.toml deleted file mode 100644 index 2be13da..0000000 --- a/defaultconfigs[copied]/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[copied]/comforts-server.toml b/defaultconfigs[copied]/comforts-server.toml deleted file mode 100644 index 5d7d86f..0000000 --- a/defaultconfigs[copied]/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[copied]/commoncapabilities-server.toml b/defaultconfigs[copied]/commoncapabilities-server.toml deleted file mode 100644 index 8b13789..0000000 --- a/defaultconfigs[copied]/commoncapabilities-server.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/defaultconfigs[copied]/compactmachines-server.toml b/defaultconfigs[copied]/compactmachines-server.toml deleted file mode 100644 index c9447d9..0000000 --- a/defaultconfigs[copied]/compactmachines-server.toml +++ /dev/null @@ -1,12 +0,0 @@ - -#Machines -[machines] - #Specifies machine breakability while players are inside. - # 'unbreakable' = Nobody can break while players are inside. - # 'owner' = Only the owner can break while players are inside. - # 'anyone' = Anyone can break while players are inside. - #Allowed Values: UNBREAKABLE, OWNER, ANYONE - breakHandling = "UNBREAKABLE" - #Allow machines to chunkload their insides when the machines are loaded. - chunkloading = true - diff --git a/defaultconfigs[copied]/cosmeticarmorreworked-server.toml b/defaultconfigs[copied]/cosmeticarmorreworked-server.toml deleted file mode 100644 index fd6be7d..0000000 --- a/defaultconfigs[copied]/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[copied]/crashutilities-server.toml b/defaultconfigs[copied]/crashutilities-server.toml deleted file mode 100644 index 9d326e8..0000000 --- a/defaultconfigs[copied]/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[copied]/create-server.toml b/defaultconfigs[copied]/create-server.toml deleted file mode 100644 index edec7f4..0000000 --- a/defaultconfigs[copied]/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[copied]/curios-server.toml b/defaultconfigs[copied]/curios-server.toml deleted file mode 100644 index f92f29c..0000000 --- a/defaultconfigs[copied]/curios-server.toml +++ /dev/null @@ -1,3 +0,0 @@ -#List of curio slot type settings -curiosSettings = [] - diff --git a/defaultconfigs[copied]/elevatorid-server.toml b/defaultconfigs[copied]/elevatorid-server.toml deleted file mode 100644 index 4e51c41..0000000 --- a/defaultconfigs[copied]/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[copied]/engineerstools-server.toml b/defaultconfigs[copied]/engineerstools-server.toml deleted file mode 100644 index e88378a..0000000 --- a/defaultconfigs[copied]/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[copied]/extcaves-server.toml b/defaultconfigs[copied]/extcaves-server.toml deleted file mode 100644 index 7cff0b5..0000000 --- a/defaultconfigs[copied]/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[copied]/extradisks-server.toml b/defaultconfigs[copied]/extradisks-server.toml deleted file mode 100644 index fe5b2d2..0000000 --- a/defaultconfigs[copied]/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[copied]/fastleafdecay-server.toml b/defaultconfigs[copied]/fastleafdecay-server.toml deleted file mode 100644 index 584e2d1..0000000 --- a/defaultconfigs[copied]/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[copied]/fluxnetworks-server.toml b/defaultconfigs[copied]/fluxnetworks-server.toml deleted file mode 100644 index aaceea4..0000000 --- a/defaultconfigs[copied]/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[copied]/ftbchunks-server.toml b/defaultconfigs[copied]/ftbchunks-server.toml deleted file mode 100644 index 7dd572f..0000000 --- a/defaultconfigs[copied]/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[copied]/gravestone-server.toml b/defaultconfigs[copied]/gravestone-server.toml deleted file mode 100644 index e05c9a8..0000000 --- a/defaultconfigs[copied]/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[copied]/integratedcrafting-server.toml b/defaultconfigs[copied]/integratedcrafting-server.toml deleted file mode 100644 index 8b13789..0000000 --- a/defaultconfigs[copied]/integratedcrafting-server.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/defaultconfigs[copied]/integrateddynamics-server.toml b/defaultconfigs[copied]/integrateddynamics-server.toml deleted file mode 100644 index 8b13789..0000000 --- a/defaultconfigs[copied]/integrateddynamics-server.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/defaultconfigs[copied]/integratedterminals-server.toml b/defaultconfigs[copied]/integratedterminals-server.toml deleted file mode 100644 index 8b13789..0000000 --- a/defaultconfigs[copied]/integratedterminals-server.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/defaultconfigs[copied]/integratedtunnels-server.toml b/defaultconfigs[copied]/integratedtunnels-server.toml deleted file mode 100644 index 8b13789..0000000 --- a/defaultconfigs[copied]/integratedtunnels-server.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/defaultconfigs[copied]/inventorysorter-server.toml b/defaultconfigs[copied]/inventorysorter-server.toml deleted file mode 100644 index 57aef89..0000000 --- a/defaultconfigs[copied]/inventorysorter-server.toml +++ /dev/null @@ -1,8 +0,0 @@ - -#Inventory sorter blacklists -[blacklists] - #Container blacklist - containerBlacklist = [] - #Slot type blacklist - slotBlacklist = [] - diff --git a/defaultconfigs[copied]/mcjtylib-server.toml b/defaultconfigs[copied]/mcjtylib-server.toml deleted file mode 100644 index e30031c..0000000 --- a/defaultconfigs[copied]/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[copied]/minecolonies-server.toml b/defaultconfigs[copied]/minecolonies-server.toml deleted file mode 100644 index d9aa71c..0000000 --- a/defaultconfigs[copied]/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[copied]/pamhc2crops.toml b/defaultconfigs[copied]/pamhc2crops.toml deleted file mode 100644 index c45dd04..0000000 --- a/defaultconfigs[copied]/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[copied]/pamhc2trees.toml b/defaultconfigs[copied]/pamhc2trees.toml deleted file mode 100644 index e99ae82..0000000 --- a/defaultconfigs[copied]/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[copied]/plonk-server.toml b/defaultconfigs[copied]/plonk-server.toml deleted file mode 100644 index 0e9dd29..0000000 --- a/defaultconfigs[copied]/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[copied]/rangedpumps-server.toml b/defaultconfigs[copied]/rangedpumps-server.toml deleted file mode 100644 index 5a68e9d..0000000 --- a/defaultconfigs[copied]/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[copied]/refinedpipes-server.toml b/defaultconfigs[copied]/refinedpipes-server.toml deleted file mode 100644 index e43b3ad..0000000 --- a/defaultconfigs[copied]/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[copied]/refinedstorage-server.toml b/defaultconfigs[copied]/refinedstorage-server.toml deleted file mode 100644 index a509538..0000000 --- a/defaultconfigs[copied]/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[copied]/refinedstorageaddons-server.toml b/defaultconfigs[copied]/refinedstorageaddons-server.toml deleted file mode 100644 index 40c2845..0000000 --- a/defaultconfigs[copied]/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[copied]/rftoolsbase-server.toml b/defaultconfigs[copied]/rftoolsbase-server.toml deleted file mode 100644 index 732bc12..0000000 --- a/defaultconfigs[copied]/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[copied]/rftoolsbuilder-server.toml b/defaultconfigs[copied]/rftoolsbuilder-server.toml deleted file mode 100644 index b4650a7..0000000 --- a/defaultconfigs[copied]/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[copied]/rftoolscontrol-server.toml b/defaultconfigs[copied]/rftoolscontrol-server.toml deleted file mode 100644 index db067e0..0000000 --- a/defaultconfigs[copied]/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[copied]/rftoolspower-server.toml b/defaultconfigs[copied]/rftoolspower-server.toml deleted file mode 100644 index 68ebae4..0000000 --- a/defaultconfigs[copied]/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[copied]/rftoolsstorage-server.toml b/defaultconfigs[copied]/rftoolsstorage-server.toml deleted file mode 100644 index 17f0247..0000000 --- a/defaultconfigs[copied]/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[copied]/rftoolsutility-server.toml b/defaultconfigs[copied]/rftoolsutility-server.toml deleted file mode 100644 index 056472d..0000000 --- a/defaultconfigs[copied]/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[copied]/servertabinfo-server.toml b/defaultconfigs[copied]/servertabinfo-server.toml deleted file mode 100644 index cd9782e..0000000 --- a/defaultconfigs[copied]/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[copied]/simplyjetpacks-server.toml b/defaultconfigs[copied]/simplyjetpacks-server.toml deleted file mode 100644 index 8b13789..0000000 --- a/defaultconfigs[copied]/simplyjetpacks-server.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/defaultconfigs[copied]/solcarrot-server.toml b/defaultconfigs[copied]/solcarrot-server.toml deleted file mode 100644 index 66784cf..0000000 --- a/defaultconfigs[copied]/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[copied]/structurize-server.toml b/defaultconfigs[copied]/structurize-server.toml deleted file mode 100644 index fa65056..0000000 --- a/defaultconfigs[copied]/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[copied]/thermal-server.toml b/defaultconfigs[copied]/thermal-server.toml deleted file mode 100644 index c8faf2e..0000000 --- a/defaultconfigs[copied]/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[copied]/usefulrailroads-server.toml b/defaultconfigs[copied]/usefulrailroads-server.toml deleted file mode 100644 index 5f31c87..0000000 --- a/defaultconfigs[copied]/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[copied]/xnet-server.toml b/defaultconfigs[copied]/xnet-server.toml deleted file mode 100644 index f572547..0000000 --- a/defaultconfigs[copied]/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 -