Config - Kotori316/QuarryPlus GitHub Wiki

Config entries

In 1.12.2 version, config file is saved in config/quarryplus/quarryplus.cfg. In 1.15.2 version, saved in cinfig/quarryplus-common.toml.

(EntryName) (Type) = (Default value)

1.12.2

  • DEBUG Boolean = false
    Set this true to enable debug mode. Machine logs how much energy it used in 100 ticks (5 seconds).

  • DisableSpawnerController Boolean = false
    Set this true to disable Spawner Controller. See here. Block won't be deleted but recipe and function will be deleted.

  • DisableFrameChainBreak Boolean = false
    Set this true to prevent frame from breaking automatically. Useful when quarry crashes with java.lang.StackOverflowError.

  • DisableChunkDestroyer Boolean = true
    Set this true to disable ChunkDestroyer. Recipe and function will be deleted.

  • DisableRendering Boolean = false Removes renderer for machines. Drill of quarryplus and Laser of LaserPlus will be deleted.

  • DisableDungeonRoot Boolean = false Disable adding Magic Mirror to loot. You never seen the mirror in chest in dungeon.

  • EnableChunkDestroyerFluidHandler Boolean = true Set this true to allow this machine to collect fluids it pumped. If false, it removes pumped fluids.

  • NoEnergy Boolean = false
    Set this true not to require energy to work. Machine works as if it is full charged.

  • NewRecipeDifficulty Int = 2, requires 0 < this This value decides how many items you need to create machines with WorkbenchPlus.

  • PlacerOnlyPlaceFront Boolean = true
    Set this true to force PlacerPlus only to place blocks in front of it. Set false to place 6 blocks (Up, Down, North, South, West, East).

  • PumpAutoStart Boolean = false
    Set this true to allow AdvancedPump to start as soon as it placed into the world. If false, you have to open GUI and click "start".

  • RecipeDifficulty Double = 2.0, requires 0 < this
    This value decides how many items needed to create item with WorkbenchPlus. More difficulty, more items you need.

    This entry is no longer used.

  • RemoveBedrock Boolean = false
    Set true to allow ChunkDestroyer to remove Bedrock and flatten Y = 1. It also allow BreakerPlus to break unbreakalbe block like bedrock.

  • RemoveOnlySource Boolean = false
    Set false to allow PlumPlus to remove non-source fluid block and quarry doesn't have to wait fluid block disintegrating. See this issue. If true, it works the same as original version(1.7.10).

  • UseHardCodedRecipe Boolean = true False to remove all built in recipe and you can use your own recipes only. See also.

  • SpawnerControllerEntityBlackList Array[String] =
    <
    minecraft:ender_dragon
    minecraft:wither
    >
    Entities in this list will not be shown in Spawner Controller GUI.

  • PowerSetting
    See here for more detail. The entries determine the amount of energy plus machine uses.

  • Machines Disables machines.

    • DisableSpawnerController Boolean = false
      Disables Spawner Controller. Recipe and function will be removed. Block won't be removed.
    • DisableChunkDestroyer Boolean = false
      Disables ChunkDestroyer. Recipe and function will be removed. Block won't be removed.
  • WorkbenchplusReceive Double = 250
    The amount of energy(MJ) WorkbenchPlus can receive in a tick.

1.15.2

  • NoEnergy: Boolean = false
    If true, machines work without energy. If false, you need to send energy(FE) to start working of machines.
  • debug: Boolean = false
    Energy usage will be output to log.
  • FastQuarryHeadMove: Boolean = false
    Allows quarry to move its drill faster. The speed of head moving in air is changed.
  • WorkbenchMaxReceive: Int = 250
    The maximum amount that WorkbenchPlus can receive in a tick.
  • QuarryRangeLimit: Int = -1
    Range limit of ChunkDestroyer. The number is "blocks". Set -1 to disable limitation. Set 16 to allow players to move 1x1 chunk.
  • DisableFrameChainBreak: Boolean = false
  • EnableRSControl: Boolean = false
    If true, machines works only when the block is rs-powered.
  • RemoveBedrock: Booelan = false
    Allows quarry to remove bedrock if machine has "BedrockModule".
  • CollectBedrock: Booelan = false
    Allows quarry to collect Bedrock if machine has "BedrockModule". You need to turn on both RemoveBedrock and CollectBedrock to get Bedrock.
  • spawnerBlacklist
    Entity listed on this entry won't be shown on the GUI of Spawner Controller.
  • RemoveOnlyFluidSource: Booelan = false
  • PowerSetting
    Power setting of each machine. BasePower decides base energy requirement of work.
  • machines
    Set true to disable the machine.