Recipe Validation Errors in ExtendedCrafting.zs
Exaxxion opened this issue ยท 2 comments
Several errors from GregTech recipe validation pertaining to ExtendedCrafting.zs:296.
Need to investigate cause and remedy the errors if possible.
Lines 294-296
<extendedcrafting:singularity_ultimate>.displayName = "Mote of Omnium";
// FIXME: [ERROR] Input cannot contain null or empty ItemStacks. Inputs: [0xtile.air@32629] //
implosion.recipeBuilder().inputs([<extendedcrafting:singularity_ultimate>]).outputs(<extendedcrafting:material:33>).EUt(30).duration(20).buildAndRegister();
These errors arise from the fact that a .property("explosive", num) is not added to the implosion compressor recipe definition for the nugget of omnium. When this is added to the recipe definition, the errors go away. However, when it is added, it appears that gtce automatically creates a recipe for the nugget using tnt and its own explosives. Whereas before the recipe only accepted tnt. It might have been purposely left like it was to force the explosive material to be only tnt, as I could not find a way to fix the error with the .property and only have the recipe generate using tnt.
See here for the usages of .property: https://docs.blamejared.com/1.12/en/#Mods/GregTechCE/Machines/#builder-information