Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General improvements [Ready To Merge] #733

Closed
wants to merge 15 commits into from
Closed

General improvements [Ready To Merge] #733

wants to merge 15 commits into from

Conversation

anar4732
Copy link

@anar4732 anar4732 commented May 12, 2017

  • Added a better eln to other convertor texture.
  • Added marcin212's MineTweaker support.
    I made minor bug fixes.
    It works very well.

import minetweaker.item.IIngredient;
import mods.electricalage.Macerator;

Macerator.addRecipe(<minecraft:wheat> as IIngredient, 1000.0, [<MyMod:itemA>, <MyMod:itemD>]);

#307

@anar4732 anar4732 changed the title General improvements General improvements [Ready To Merge] May 23, 2017
@cm0x4D
Copy link
Member

cm0x4D commented Jun 2, 2017

Sorry, I am pretty busy the next weeks. @Baughn could you have a look at?

@cm0x4D cm0x4D self-requested a review August 6, 2017 22:43
Copy link
Member

@cm0x4D cm0x4D left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - tested only one recipe with MineTweaker and it worked as expected.

The new exporter texture is nice too.

public static MinetweakerIntegration instance = new MinetweakerIntegration();


public void initialize(){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be static? If yes, there would be no need for a singleton...

@DonBruce64
Copy link

Heads up: Minetweaker support for removal does not work with any Recipe for the Plate Machine, Compressor, or Magnatizer. Not sure why, as I can add recipes just fine, and remove recipes from the Macerator just fine too.

@bloxgate
Copy link
Member

bloxgate commented Sep 4, 2017

I'm planning on implementing some sort of minetweaker support in with #652, which I've resumed work on recently. I'm not sure how that'll end up affecting this PR.

@anar4732 anar4732 closed this Dec 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants