Enigmatica 2: Expert - E2E

Enigmatica 2: Expert - E2E

2M Downloads

Morph-o-Tool Update and Config Changes

MoreThanHidden opened this issue ยท 4 comments

commented

Is your feature request related to a problem? Please describe.
Cannot add the following tools to the Morph-o-tool

  • Ritual Binder (Blood Magic)
  • Crystal Binder (Draconic Evolution)
  • Configurator (Mekanism)
  • Assembler (Environmental Tech)

Describe the solution you'd like
Update Morph-o-tool and change the morphtool.cfg config to the following:

# Configuration file

general {
    B:"Allow all items to be added"=false
    S:"Blacklisted Mods" <
        tconstruct
        intangible
     >
    S:"Mod Aliases" <
        nautralpledge=botania
        botanicaladdons=botania
        thermalexpansion=thermalfoundation
        thermaldynamics=thermalfoundation
        thermalcultivation=thermalfoundation
        redstonearsenal=thermalfoundation
        rftoolsdim=rftools
        rftoolspower=rftools
        rftoolscontrol=rftools
        ae2stuff=appliedenergistics2
        animus=bloodmagic
        integrateddynamics=integratedtunnels
        mekanismgenerators=mekanism
        mekanismtools=mekanism
        deepresonance=rftools
        xnet=rftools
        buildcrafttransport=buildcraft
        buildcraftfactory=buildcraft
        buildcraftsilicon=buildcraft
     >
    B:"Morph in the offhand instead of mainhand"=false
    S:"Whitelisted Items" <
        botania:twigwand
        appliedenergistics2:network_tool
        immersiveengineering:tool
        buildersguides:mallet
        environmentaltech:tool_multiblock_assembler
        bloodmagic:ritual_reader
        draconicevolution:crystal_binder
        crossroads:omnimeter
     >
    S:"Whitelisted Names" <
        wrench
        screwdriver
        hammer
        rotator
        configurator
        crowbar
     >
} 

Can also change the Superwrench recipe to include:

bloodmagic: {id: "bloodmagic:ritual_reader", Count: 1 as byte, Damage: 0 as short}, 
draconicevolution: {id: "draconicevolution:crystal_binder", Count: 1 as byte, Damage: 0 as short}, 
environmentaltech: {id: "environmentaltech:tool_multiblock_assembler", Count: 1 as byte, Damage: 0 as short},
mekanism: {id: "mekanism:configurator", Count: 1 as byte, Damage: 0 as short}

Additional context
Morph-o-tool has been updated to include a shift+scroll method of changing tools, fixes a bug where other players hands glitch whilst using the tool and additional tools have been added to the whitelist on the default config.

commented
commented

Excellent report, thank you.

commented

This issue was moved by NillerMedDild to NillerMedDild/enigmatica2#254.

commented