Skip to content

[Suggestion] Output stack arrays/or multiple outputs from recipes in parallel #28

Description

@CelestialPhoenix

Specifically looking at explosion crafting; I want to shatter ore blocks into multiple pieces;

mods.inworldcrafting.ExplosionCrafting.explodeBlockRecipe([<output array>], <block input>);
The % survival chance could be moved to the array
mods.inworldcrafting.ExplosionCrafting.explodeBlockRecipe([
<ore:gemDiamond>*1, 100,
<ore:crushedDiamond>*1, 50,
<ore:dustImpureDiamond>*1, 50], <ore:oreDiamond>);

Or (if its easier to implement) you could define each output in a new recipe;
mods.inworldcrafting.ExplosionCrafting.explodeBlockRecipe(<minecraft:diamond>, <minecraft:stone>);
mods.inworldcrafting.ExplosionCrafting.explodeBlockRecipe(<minecraft:emerald>, <minecraft:stone>);
(Just tested this with IWC v1.13.0, sadly it only dropped diamonds although it showed the diamond and emerald in JEI)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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