Skip to content

Instantly share code, notes, and snippets.

@Kotori316
Last active August 27, 2018 07:15
Show Gist options
  • Save Kotori316/5a05cfd5b0e42d26dde0072af754098b to your computer and use it in GitHub Desktop.
Save Kotori316/5a05cfd5b0e42d26dde0072af754098b to your computer and use it in GitHub Desktop.
Config of Additional Enchanted Miner
Add a code below to collect bedrock with ChunkDestroyer.
hidden {
# CollectBedrock
B:CollectBedrock=true
}
The ChunkDestroyer must have Silktouch and removeBedrock in config must be true.
Following file is full config.
# Configuration file
client {
# Disable rendering of quarries.
B:DisableRendering=false
}
general {
# DEBUG [default: false]
B:DEBUG=true
# Disable adding magic mirror to loot.
B:DisableDungeonLoot=false
# DisableFrameChainBreak [default: false]
B:DisableFrameChainBreak=true
# EnableChunkDestroyerFluidHandler [default: true]
B:EnableChunkDestroyerFluidHandler=true
# NewRecipeDifficulty [range: 1 ~ 32767, default: 2]
I:NewRecipeDifficulty=2
# NoEnergy [default: false]
B:NoEnergy=true
# PlacerOnlyPlaceFront [default: true]
B:PlacerOnlyPlaceFront=true
# PumpAutoStart [default: false]
B:PumpAutoStart=false
# !!!UNUSED!!! //Default is 2.0
D:RecipeDifficulty=2.0
# RemoveBedrock [default: false]
B:RemoveBedrock=true
# RemoveOnlySource [default: false]
B:RemoveOnlySource=false
# Spawner Blacklist
S:SpawnerControllerEntityBlackList <
minecraft:ender_dragon
minecraft:wither
>
# Amount of enegy WorkbenchPlus can accept in a tick. Unit is MJ and 1 MJ = 10 RF = 10 FE. [range: 1 ~ 2147483647, default: 250]
I:WorkbenchplusReceive=250
##########################################################################################################
# powersetting
#--------------------------------------------------------------------------------------------------------#
# Quarry PowerSetting (min = 0.1, Max = 2,000,000,000 = 2 billion)
##########################################################################################################
powersetting {
quarry {
breakblock {
D:BaseMaxRecieve=300.0
D:BaseMaxStored=15000.0
D:BasePower=40.0
D:EfficiencyCoefficient=1.3
D:FortuneCoefficient=1.3
D:SilktouchCoefficient=2.0
D:UnbreakingCoefficient=1.0
movehead {
D:BasePower=200.0
D:UnbreakingCoefficient=1.0
}
}
makeframe {
D:BaseMaxRecieve=100.0
D:BaseMaxStored=15000.0
D:BasePower=25.0
D:EfficiencyCoefficient=1.3
D:UnbreakingCoefficient=1.0
}
}
pump {
drainliquid {
D:BasePower=10.0
D:UnbreakingCoefficient=1.0
}
makeframe {
D:BasePower=25.0
D:UnbreakingCoefficient=1.0
}
}
miningwell {
D:BaseMaxRecieve=100.0
D:BaseMaxStored=1000.0
D:BasePower=40.0
D:EfficiencyCoefficient=1.3
D:FortuneCoefficient=1.3
D:SilktouchCoefficient=2.0
D:UnbreakingCoefficient=1.0
}
laser {
D:BaseMaxRecieve=100.0
D:BaseMaxStored=1000.0
D:BasePower=4.0
D:EfficiencyCoefficient=2.0
D:FortuneCoefficient=1.05
D:SilktouchCoefficient=1.1
D:UnbreakingCoefficient=0.1
}
refinery {
D:BaseMaxRecieve=6.0
D:BaseMaxStored=1000.0
D:EfficiencyCoefficient=1.2
D:UnbreakingCoefficient=1.0
}
}
}
hidden {
# CollectBedrock
B:CollectBedrock=true
}
machines {
B:DisableAdvancedPump=false
B:DisableBreakerPlus=false
B:DisableChunkDestroyer=false
B:DisableEnchantMover=false
B:DisableEnchantMoverFromBook=true
B:DisableLaserPlus=false
B:DisableMagicMirror=false
B:DisableMarkerPlus=false
B:DisableMiningwellPlus=false
B:DisablePlacerPlus=false
B:DisablePumpPlus=false
B:DisableQuarryPlus=false
B:DisableRefineryPlus=false
B:DisableSpawnerController=false
B:DisableWorkbenchPlus=false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment