Additional Enchanted Miner Mod (1.20.4, 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.

Additional Enchanted Miner Mod

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

Additional Enchanted Miner Mod Screenshots 1

QuarryPlus Drill

Additional Enchanted Miner Mod Screenshots 2

Chuck Destroyer

Additional Enchanted Miner Mod Screenshots 3

Additional Enchanted Miner mod for minecraft 01

Additional Enchanted Miner mod for minecraft 02

Additional Enchanted Miner mod for minecraft 03

Additional Enchanted Miner mod for minecraft 04

Additional Enchanted Miner mod for minecraft 05

Additional Enchanted Miner mod for minecraft 06

Additional Enchanted Miner mod for minecraft 07

Additional Enchanted Miner mod for minecraft 08

Additional Enchanted Miner mod for minecraft 09

Additional Enchanted Miner mod for minecraft 10

Additional Enchanted Miner mod for minecraft 11

How to use:

QuarryPlus

Show Spoiler

Use marker to dicide dig range.

Additional Enchanted Miner Mod How to use 1

Place Quarry next to the marker. If you have PumpPlus, place it next to the quarry.

Additional Enchanted Miner Mod How to use 2

Additional Enchanted Miner Mod How to use 3

Insert enough energy to quarry, not to pump.

Additional Enchanted Miner Mod How to use 4

Connect to item container. You get 3 markers if you use them to decide quarry’s range.

Additional Enchanted Miner Mod How to use 5

Quarry gets energy and starts to build frame.

Additional Enchanted Miner Mod How to use 6

Get resouces.

Additional Enchanted Miner Mod How to use 7

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.

Additional Enchanted Miner Mod How to use 8

MarkerPlus

Show Spoiler

Place a marker and input redstone signal to show marker laser.

Additional Enchanted Miner Mod How to use 9

Place markers on 3 corner.

Additional Enchanted Miner Mod How to use 10

Additional Enchanted Miner Mod How to use 11

Right click any marker to decide range.

Additional Enchanted Miner Mod How to use 12

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.

Additional Enchanted Miner Mod How to use 13

Connect fluid pipe to extract fluid.

Additional Enchanted Miner Mod How to use 14

If you want to choose fluid to extract, right click pump with LiquidSelector.

Additional Enchanted Miner Mod How to use 15

Gui opens.

Additional Enchanted Miner Mod How to use 16

Click “Add” entry on the right to choose fluid. Add(FromList) is easier. You can just select fluid and click Done.

Additional Enchanted Miner Mod How to use 17

Fluid is added to the list.

Additional Enchanted Miner Mod How to use 18

The fluid is extracted from the direction you right clicked on with LiquidSelector.

Additional Enchanted Miner Mod How to use 19

Tips:

  • Right click with StatusChacker to get info about enchantment and fluid pump contains.

Additional Enchanted Miner Mod How to use 20

EnchantMover

Show Spoiler

Right click to open gui.

Additional Enchanted Miner Mod How to use 21

Put diamond tool (not only pickaxe) or bow on the left slot. Enchantable machine on the right.

Additional Enchanted Miner Mod How to use 22

Click “Down” and “UP” to choose enchantment to move.

Additional Enchanted Miner Mod How to use 23

Click the enchant name.

Additional Enchanted Miner Mod How to use 24

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.

Additional Enchanted Miner Mod How to use 25

Right click Spanwer Controller to open gui.

Additional Enchanted Miner Mod How to use 26

Select whatever entity to spawn. (This will make Minecraft very easy.)

Additional Enchanted Miner Mod How to use 27

Click done.

The entities spawn if they can. (6 or more same entities or too crowd to spawn bothers the spawning.)

Additional Enchanted Miner Mod How to use 28

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.

Additional Enchanted Miner Mod How to use 29

WorkbenchPlus

Show Spoiler

Right click to open gui.

Additional Enchanted Miner Mod How to use 30

Move items from your inventory. It can accept over 64 for 1 stack.

Additional Enchanted Miner Mod How to use 31

Click the item you want to create.

Additional Enchanted Miner Mod How to use 32

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.

Additional Enchanted Miner Mod How to use 33

Use wrench or stick to rotate this block and face the block you want to break.

Additional Enchanted Miner Mod How to use 34

Send RS signal to break.

Additional Enchanted Miner Mod How to use 35

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.

Additional Enchanted Miner Mod How to use 36

PlacerPlus

Show Spoiler

Place the machine. It will face you.

Additional Enchanted Miner Mod How to use 37

Use wrench or stick to change to rotate and make the machine face the direction you want to “click” or place something.

Additional Enchanted Miner Mod How to use 38

Right click to open GUI and move items and blocks.

Additional Enchanted Miner Mod How to use 39

Send RS signal.

Additional Enchanted Miner Mod How to use 40

Additional Enchanted Miner Mod How to use 41

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.

Additional Enchanted Miner Mod How to use 42

ListEditor

Show Spoiler

This item can edit a list of “what blocks quarryplus digs with its enchantment”. It has 2 usages.

Usage 1:

Show Spoiler

Move enchantment to this item. You can move either Fortune or Silk Touch.

Additional Enchanted Miner Mod How to use 43

Additional Enchanted Miner Mod How to use 44

Right click the block you want to exclude or include.

Additional Enchanted Miner Mod How to use 45

Then, you find the tooltip shows the register name and meta of the block you clicked.

Additional Enchanted Miner Mod How to use 46

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)

Additional Enchanted Miner Mod How to use 47

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.

Additional Enchanted Miner Mod How to use 48

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.

Additional Enchanted Miner Mod How to use 49

Click Delete to remove the entry from the list.

Additional Enchanted Miner Mod How to use 50

[/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.4, 1.19.4) Download Links

Other Versions:

Show Spoiler

For Minecraft 1.10.2

Download from Server 1

For Minecraft 1.11.2

Download from Server 1

For Minecraft 1.13.2

Download from Server 1

For Minecraft 1.15.1

Download from Server 1

For Minecraft 1.16.1

Download from Server 1

For Minecraft 1.16.3

Download from Server 1

For Minecraft 1.16.4

Download from Server 1

For Minecraft 1.18

Fabric version: Download from Server 1

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 1Download from Server 2

For Minecraft 1.19.3

Forge version: Download from Server 1Download from Server 2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.19.4

Forge version: Download from Server 1Download from Server 2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.1, 1.20

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.20.2

Forge version: Download from Server 1Download from Server 2

NeoForge version: Download from Server 1Download from Server 2

For Minecraft 1.20.4

Forge version: Download from Server 1Download from Server 2

NeoForge version: Download from Server 1Download from Server 2

Fabric version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 29 Average: 3.1]