Additional Enchanted Miner Mod (1.20.1, 1.19.4) adds advanced machines, miner like BC’s (BuildCraft) quarry and advanced miner which can have enchantment for Minecraft. It allows automatically collecting resources with Fortune or Silk touch. You don’t have to worry about water and lava in chunks. It has a machine to remove all liquid. Machines can accept RF, EU, MJ and Forge Energy.
Features:
- QuarryPlus:Â It digs to y = 1 in the area of max 256 x 256 (blocks). Enchantments allow to improve fuel efficiency and enchanted mining.
- PumpPlus:Â It adds QuarryPlus a function to pump liquid. You can make the Nether dry.
- WorkbenchPlus:Â You need this to make items by this mod.
- LaserPlus:Â Use this instead of 32 BC’s Laser. It improve performance of your PC and simplify wiring.
- ChunkDestroyer:Â It takes less than 1 hour to flatten the area of 16 x 16 (chunks).
- Advanced Pump:Â A pump faster than BC’s one.
- Spawner Controller:Â Change the content of neighbor spawner.
Screenshots:
QuarryPlus with Pumpplus
QuarryPlus Drill
Chuck Destroyer
How to use:
QuarryPlus
Show Spoiler
Use marker to dicide dig range.
Place Quarry next to the marker. If you have PumpPlus, place it next to the quarry.
Insert enough energy to quarry, not to pump.
Connect to item container. You get 3 markers if you use them to decide quarry’s range.
Quarry gets energy and starts to build frame.
Get resouces.
Enchantment:
This machine can be enchanted with
- Efficiency to increase energy capacity
- Unbreaking to reduce required power
- Fortune to dig blocks with Fortune
- Silktouch to dig blocks with Silktouch
In defalut, silktouch requires twice as much energy as no enchanted work. Fortune requires 1.3 ^ (fortune level) times as much energy as no enchanted work.
Tips:
- Right click with StatusChacker to get enchantment info.
- If you place without diciding range with marker, 11×11 area will be selected.
- Before STEP 5, you can right click without item to change quarry mode to Frame mode and Quarry mode. Quarry mode is the same as BC’s quarry, digging to y = 1. Frame mode means quarry breaks blocks inside the frame. It does not mean quarry place items. Quarry can only remove blocks.
- Mined items are inserted into internal buffer. These items are automaticaly tranfered to adjacent inventory and not dropped when quarry bloken.
MarkerPlus
Show Spoiler
Place a marker and input redstone signal to show marker laser.
Place markers on 3 corner.
Right click any marker to decide range.
PumpPlus
Show Spoiler
PumpPlus works only when is is placed next to QuarryPlus or MiningWellPlus. This machine can remove liquid in range of miner’s work.
Place pump next to quarry.
Connect fluid pipe to extract fluid.
If you want to choose fluid to extract, right click pump with LiquidSelector.
Gui opens.
Click “Add” entry on the right to choose fluid. Add(FromList) is easier. You can just select fluid and click Done.
Fluid is added to the list.
The fluid is extracted from the direction you right clicked on with LiquidSelector.
Tips:
- Right click with StatusChacker to get info about enchantment and fluid pump contains.
EnchantMover
Show Spoiler
Right click to open gui.
Put diamond tool (not only pickaxe) or bow on the left slot. Enchantable machine on the right.
Click “Down” and “UP” to choose enchantment to move.
Click the enchant name.
Tips:
- Items in the slots will drop if you close the gui.
- You should use 5 pickaxes with Efficiency I instead of a pickaxe with Efficiency V to have machine enchanted with Efficiency V.
SpawnerController
Show Spoiler
Place Spanwer Controller next to Monster Spawner.
Right click Spanwer Controller to open gui.
Select whatever entity to spawn. (This will make Minecraft very easy.)
Click done.
The entities spawn if they can. (6 or more same entities or too crowd to spawn bothers the spawning.)
Tips:
- There are many entities that can’t spawn from spawner.
- Do not spawn boss entities like ender dragon.
- When this machine is RS-powered, it make neighbor spawner work.
WorkbenchPlus
Show Spoiler
Right click to open gui.
Move items from your inventory. It can accept over 64 for 1 stack.
Click the item you want to create.
Wait for some minute and item will be interted or droped.
Tips:
- Click twice item to create it continuously.
You can add and remove recipes with IMC.
class ModClass{
//From 2 Gold ingots and 10 Iron ingots to Diamond
public void addRecipe(){
NBTTagCompound tag = new NBTTagCompound();
NBTTagList list = new NBTTagList();
list.appendTag(new ItemStack(Items.DIAMOND).writeToNBT(new NBTTagCompound()));
list.appendTag(new ItemStack(Items.GOLD_INGOT, 2).writeToNBT(new NBTTagCompound()));
list.appendTag(new ItemStack(Items.IRON_INGOT, 10).writeToNBT(new NBTTagCompound()));
tag.setTag("IMC_AddRecipe", list);
tag.setInteger("energy", 2000);
FMLInterModComms.sendMessage("quarryplus", "IMC_AddRecipe", tag);
}
//Remove Diamond recipe
public void removeRecipe(){
NBTTagCompound tag = new NBTTagCompound();
new ItemStack(Items.DIAMOND).writeToNBT(tag);
FMLInterModComms.sendMessage("quarryplus", "IMC_RemoveRecipe", tag);
}
}
BreakerPlus
Show Spoiler
Place this block. It faces the block you clicked.
Use wrench or stick to rotate this block and face the block you want to break.
Send RS signal to break.
The drop will be inserted to near inventory or dropped.
Enchantment:
This machine can be enchanted with:
- Fortune to dig blocks with Fortune
- Silktouch to dig blocks with Silktouch
Tips:
- BreakerPlus can break even bedrock and get drop if Silktouch is enchanted. But you can’t break any block on y=0.
PlacerPlus
Show Spoiler
Place the machine. It will face you.
Use wrench or stick to change to rotate and make the machine face the direction you want to “click” or place something.
Right click to open GUI and move items and blocks.
Send RS signal.
Tips:
- This machine use items following the order as below picture shows. If using item is not accepted (returned value != EnumActionResult.SUCCESS) , it uses next item. Even empty stack will be used as air block and try to open GUI.
- This block is not enchantable.
ListEditor
Show Spoiler
This item can edit a list of “what blocks quarryplus digs with its enchantment”. It has 2 usages.
Usage 1:
Move enchantment to this item. You can move either Fortune or Silk Touch.
Right click the block you want to exclude or include.
Then, you find the tooltip shows the register name and meta of the block you clicked.
Right click the block once more and meta info is disappeared. It means quarry excludes or includes blocks with any meta. (In case of stone, only stone will be added to the list if meta is shown. Stone, granite, diorite and andesite will be added if meta isn't shown)
Sneak and right click the block to clear data of the item.
Click QuarryPlus to put the data. Enchantment of the item decides which list (fortune or silk touch) to add the data.
Usage 2:
Show Spoiler
Make sure the tooltip shows only the name of enchantment. (The item has no block data.)
Right click QuarryPlus or MiningWellPlus to open GUI.
Click Exclude or Include to change how quarry use this list. Exclude mode treats the list as black list. Include mode treats as white list.
Click Delete to remove the entry from the list.
[/spoiler]
Requires:
Minecraft Forge
Fabric API
Fabric Modloader
Architectury API
Cloth Config API
BuildCraft Mod
Scalable Catâs Force (For Minecraft 1.13.2+)
How to install:
How To Download & Install Mods with Minecraft Forge
How To Download & Install Fabric Mods
Don’t miss out today’s latest Minecraft Mods
Additional Enchanted Miner Mod (1.20.1, 1.19.4) Download Links
Other Versions:
For Minecraft 1.12.2
Download from Server 1
For Minecraft 1.14.4
Download from Server 1
For Minecraft 1.15.2
Download from Server 1
For Minecraft 1.16.5
Download from Server 1
For Minecraft 1.17.1
Forge version: Download from Server 1
Fabric version: Â Download from Server 1
For Minecraft 1.18.1
Forge version: Download from Server 1
Fabric version: Download from Server 1
For Minecraft 1.18.2
Forge version: Â Download from Server 1
Fabric version:Â Download from Server 1
For Minecraft 1.19
Forge version: Download from Server 1
Fabric version: Download from Server 1
For Minecraft 1.19.1
Forge version: Download from Server 1
Fabric version:Â Download from Server 1
For Minecraft 1.19.2
Forge version: Download from Server 1 – Download from Server 2
For Minecraft 1.19.3
Forge version: Download from Server 1 – Download from Server 2
Fabric version: Download from Server 1 – Download from Server 2
For Minecraft 1.19.4
Forge version: Download from Server 1 – Download from Server 2
Fabric version: Download from Server 1 – Download from Server 2
For Minecraft 1.20.1, 1.20
Forge version: Download from Server 1 – Download from Server 2