Skip to content

[Feature Request] backport ability to craft petal blocks back into petals #71

@fluid-decanter

Description

@fluid-decanter

Your GTNH Discord Username

No response

Feature Request

In more recent official versions of Botania, mystical petals can not just be made into petal blocks, but also the other way around - petal blocks can be crafted back into 9 petals. This lets them be a storage block and not just a decorative block that one can accidentally waste petals on thinking that it is a storage block. It'd be nice to backport this feature.

In the meantime I'm making do with this ugly hack of a CraftTweaker script (I wish loops actually worked):

recipes.addShapeless(<Botania:petal:0> * 9, [<Botania:petalBlock:0>]);
recipes.addShapeless(<Botania:petal:1> * 9, [<Botania:petalBlock:1>]);
recipes.addShapeless(<Botania:petal:2> * 9, [<Botania:petalBlock:2>]);
recipes.addShapeless(<Botania:petal:3> * 9, [<Botania:petalBlock:3>]);
recipes.addShapeless(<Botania:petal:4> * 9, [<Botania:petalBlock:4>]);
recipes.addShapeless(<Botania:petal:5> * 9, [<Botania:petalBlock:5>]);
recipes.addShapeless(<Botania:petal:6> * 9, [<Botania:petalBlock:6>]);
recipes.addShapeless(<Botania:petal:7> * 9, [<Botania:petalBlock:7>]);
recipes.addShapeless(<Botania:petal:8> * 9, [<Botania:petalBlock:8>]);
recipes.addShapeless(<Botania:petal:9> * 9, [<Botania:petalBlock:9>]);
recipes.addShapeless(<Botania:petal:10> * 9, [<Botania:petalBlock:10>]);
recipes.addShapeless(<Botania:petal:11> * 9, [<Botania:petalBlock:11>]);
recipes.addShapeless(<Botania:petal:12> * 9, [<Botania:petalBlock:12>]);
recipes.addShapeless(<Botania:petal:13> * 9, [<Botania:petalBlock:13>]);
recipes.addShapeless(<Botania:petal:14> * 9, [<Botania:petalBlock:14>]);
recipes.addShapeless(<Botania:petal:15> * 9, [<Botania:petalBlock:15>]);

Final Checklist

  • I have searched the issues and haven't found a similar issue.

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