Skip to content

[1.12.2]More patches to Immersive Engineering #43

Description

Immersive Engineering provides CRT compatibility with the engineer's workbench but it has some problems.

https://docs.blamejared.com/1.12/en/Mods/Immersive_Engineering/CraftTweaker_Support/Blueprint

My scripts(tested with orginal and custom blueprints):

import mods.immersiveengineering.Blueprint;

Blueprint.addRecipe("components", <minecraft:diamond>*2, [<minecraft:iron_ingot>,<minecraft:gold_ingot>]);
Blueprint.addRecipe("Custom Blueprint", <minecraft:diamond>*2, [<minecraft:iron_ingot>,<minecraft:gold_ingot>]);

JEI screen
image

Both the orginal and the custom blueprint hava dupe bugs(only appear when the output is more than 1).

When you right click or shift+q to throw it,you can get the output item without consuming input items.

1687347286813.mp4

By the way,the "offset-deserialization" fix looks like it's already built into the mod itself, consider removing it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions