Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Recipes wrongly output to Ore Dictionary #38

@leagris

Description

@leagris

Example but tthis is everywhere the same misbehaviour:
https://github.com/4Space/4Space-1.7/blob/master/src/main/java/mattparks/mods/space/io/util/RecipeManagerIo.java#L19-L21

Why do you register smelting recipes at all?
Any mod with corresponding material ingots or whatever will bill happy with ores as oreMaterial oredict entry for its own recipes ingredients.

Now you need to fix smelting of 4space ingredient into other 4spece ingredient and stop this output to the ore dictionary entries items. You have to create a new IItemStack instance for each output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions