GithubHelp home page GithubHelp logo

Comments (9)

ceiphas avatar ceiphas commented on July 20, 2024
if (Loader.isModLoaded("ThermalExpansion"))
{
    blockSieveAutomatic = ModThermalExpansion.blockSieveAutomatic();
    GameRegistry.registerBlock(blockSieveAutomatic, ItemBlockSieveAutomatic.class ,ExAstrisRebirthData.SIEVE_AUTOMATIC);

    blockHammerAutomatic = ModThermalExpansion.blockHammerAutomatic();
    GameRegistry.registerBlock(blockHammerAutomatic, ExAstrisRebirthData.HAMMER_AUTOMATIC);
}

If i read this code right, these machines only work when Thermal expansion is installed, but i found no valid cause why thermal expansion is needed... any mod using the cofh api would suffice

from ex-astris-rebirth.

pjfranke avatar pjfranke commented on July 20, 2024

They use Invar and Electrum for their construction, which are Thermal Expansion materials, as well as Pyrotheum for the speed upgrade IIRC. Without TE, you can't make any of that.

from ex-astris-rebirth.

Sir-Will avatar Sir-Will commented on July 20, 2024

Would be great if they are useable without ThermalExpansion

from ex-astris-rebirth.

technolem avatar technolem commented on July 20, 2024

You can use those without thermal expansion, you just need thermal foundation + something to merge liquids like Tcon smelteries. Now, why you would have thermal foundation but not thermal expansion is another question.

from ex-astris-rebirth.

Mattabase avatar Mattabase commented on July 20, 2024

Alright thanks, I shall do that. It is a pack using buildcraft as the main mod so I do not want TE but I can add TF to get them to load.

from ex-astris-rebirth.

technolem avatar technolem commented on July 20, 2024

Oh well, I meant that in theory they could work if the mod checked for foundation instead of expansion. It doesn't, so it won't.

from ex-astris-rebirth.

Sir-Will avatar Sir-Will commented on July 20, 2024

I don't undestand why this check is not for the recipe instead of the item. So modpack authors can add a custom recipe.

from ex-astris-rebirth.

Mattabase avatar Mattabase commented on July 20, 2024

Yeah, I would love the block to show up. I have BC so I have power for them. Just missing the mods your are looking for.

from ex-astris-rebirth.

Sir-Will avatar Sir-Will commented on July 20, 2024

When will be this version released?

from ex-astris-rebirth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.