[1.11.2] All recipes with empty spaces do not work
allanf181 opened this issue ยท 8 comments
Mekanism: 20cf847
Forge: 13.20.0.2282
Hello,
yes some recipes are not crafttable but viewable in JEI. I try to help me with CraftTweaker and by the Way no Recipe will shown in jei_1.11.2-4.3.2.264.
Some Crafttweaker-Recipes for the time to the Bugfix:):
recipes.addShaped(<mekanism:anchorupgrade>, [[null, <minecraft:glass>, null], [<mekanism:enrichedalloy>, <ore:dustDiamond>, <ore:itemEnrichedAlloy>]]); recipes.addShaped(<mekanism:energyupgrade>, [[null, <ore:blockGlass>, null], [<ore:itemEnrichedAlloy>, <ore:dustGold>, <mekanism:enrichedalloy>], [null, <ore:blockGlass>, null]]); recipes.addShaped(<mekanism:speedupgrade>, [[null, <ore:blockGlass>, null], [<ore:itemEnrichedAlloy>, <ore:dustOsmium>, <mekanism:enrichedalloy>], [null, <ore:blockGlass>, null]]); recipes.addShaped(<mekanism:transmitter:2> * 8, [[<mekanism:ingot:4>, <minecraft:glass>, <mekanism:ingot:4>]]); recipes.addShaped(<mekanism:controlcircuit:1>, [[<mekanism:enrichedalloy>, <ore:circuitBasic>, <ore:itemEnrichedAlloy>]]); recipes.addShaped(<mekanism:transmitter>*8, [[<ore:ingotSteel>, <ore:dustRedstone>, <mekanism:ingot:4>]]); recipes.addShaped(<mekanism:machineblock2:11>, [[<ore:dustRedstone>, <ore:ingotIron>, <ore:dustRedstone>], [<ore:ingotIron>, null, <ore:ingotIron>], [<ore:dustRedstone>, <minecraft:iron_ingot>, <minecraft:redstone>]]);
The Robot must be cheated:(
@allanf181 managed to fix it in his fork...
Thank you @allanf181 for finding it.. I looked totally at the wrong spot. Hope you don't mind that I included it in a pull request with other null itemstack issues.
Hello,
i have copied yout fixes to the last commit from adanbradys 1.11 branch and compiled.
thx, first the Receipe-Bug are bugfixed and the Digital Miner don't cause a crash no more. I think that the digital miner don't accept Crates from ActAdditions is another issue.
Very thx the receipe-bug was hard to resolve, thanx to you and allanf181. My times where i have activ java code was to j2me times:).
I'm an old man:), but can you please merge your tomelfring@704826f Commit with the actual 1.11 Branch from adanbrady with his commits? I'm a simple Git-Cloner:).