WanionCane / BiggerCraftingTables

Adding more Crafting Tables!
https://minecraft.curseforge.com/projects/bigger-crafting-tables
Mozilla Public License 2.0
3 stars 3 forks source link

Using <item>.noReturn() not working #12

Open vizthex123 opened 3 years ago

vizthex123 commented 3 years ago

Trying to make this recipe:

mods.biggercraftingtables.Huge.addShaped(<projecte:item.pe_transmutation_tablet>, 
    [[<projecte:matter_block>, null, <theaurorian:auroriansteel>, <sccraftingrunes:itemlegendarymat>, <deepmoblearning:glitch_infused_ingot>, null, <projecte:matter_block>],
    [null, <retroexchange:transmutation_stone>.noReturn(), null, null, null, <retroexchange:transmutation_stone>.noReturn(), null],
    [<theaurorian:auroriansteel>, null, <elementaristics:essence:15>, <ore:gemValuable>, <elementaristics:essence:15>, null, <deepmoblearning:glitch_infused_ingot>],
    [<sccraftingrunes:itemlegendarymat>, null, <ore:gemValuable>, <projecte:transmutation_table>, <ore:gemValuable>, null, <sccraftingrunes:itemlegendarymat>],
    [<deepmoblearning:glitch_infused_ingot>, null, <elementaristics:essence:15>, <ore:gemValuable>, <elementaristics:essence:15>, null, <theaurorian:auroriansteel>],
    [null, <retroexchange:transmutation_stone>.noReturn(), null, null, null, <retroexchange:transmutation_stone>.noReturn(), null],
    [<projecte:matter_block>, null, <deepmoblearning:glitch_infused_ingot>, <sccraftingrunes:itemlegendarymat>, <theaurorian:auroriansteel>, null, <projecte:matter_block>]]);

But it doesn't work. It doesn't even add the Transmutation Stones to the recipe.

Is there a way to fix this?

SpaceXVI commented 3 years ago

This mod is cool and all but it honestly hasn't been updated in a while, and I can see Extended Crafting being a far better option to be honest.

vizthex123 commented 3 years ago

Yeah, but that one makes everything really late-game and it's super annoying. That's what the recipes are for, the table shouldn't cost that much.

I use BiggerCraftingTables because it's cheap and easy to get.