friendlyhj / AdvancedTweakery

A CraftTweaker addon for Advanced Rocketry.
MIT License
2 stars 1 forks source link

Inconsistent Recipe Additions #4

Open MazeMaus opened 3 months ago

MazeMaus commented 3 months ago

I was creating a couple of recipes for my pack. and i added many chemical reactor recipes, however some seem to simply not load at all;

This recipe does not load: mods.advancedrocketry.RecipeTweaker.forMachine("ChemicalReactor").builder() .inputs(, , 5000) .outputs(5000) .power(40) .timeRequired(200) .build();

Whereas This one does work: mods.advancedrocketry.RecipeTweaker.forMachine("ChemicalReactor").builder() .inputs(, , 5000) .outputs(5000) .power(40) .timeRequired(200) .build();


Weird behaviour is that when i load in game and i press to see the recipe for: ricottacurdliquid it first shows me a page for the AR chemical reactor, but its empty, and then i cant click on it anymore nor does it show me that page anymore;

MazeMaus commented 3 months ago

here what i mean: (ricotta cheese) 2024-06-25_16 41 18 2024-06-25_16 41 33 2024-06-25_16 41 35

the jei recipe dissapears!

wheraswith other recipes it works (permezan cheese) 2024-06-25_16 42 23

MazeMaus commented 3 months ago

After further testing it seems the problem is that i cannot use oredictionaries that contain only one entry like (in my pack only included apple)

its uhh weird... cause i used and it worked, and only 1 thing has that also..