HarvestCraft Tweaker

HarvestCraft Tweaker

1M Downloads

Adding recipes not working

Krutoy242 opened this issue ยท 6 comments

commented

Functions addGroundTrap and addWaterTrap not actually adding recipes.

One of my zs functions:

mods.harvestcrafttweaker.HarvestCraftTweaker.addGroundTrap(
  <ore:foodCheese>, [<rats:raw_rat>, <rats:rat_pelt>]
);

There is actual different addGroundTrap calls with different arguments, so its probably not happens because of cpecifical ingredients.
Other harvestcrafttweaker's not tested yet.
No crafttweaker.log Errors/Warnings provided

debug.log

commented

Still looking for answer/fix !
๐Ÿ™„

commented

Still looking for unlimited freetime so I can do things I want to do instead of paying bills!

commented

Still looking for unlimited freetime so I can do things I want to do instead of paying bills!

Remove this then.

commented

Have you tried not using an oredict? I've found that oredicted ingredients don't work with the Presser, so it could possibly also affect the ground trap.

commented

Lovely, if this mod ever gets ported I'm just making custom machines and leaving it at that, so much less effort and asm.

commented

Have you tried not using an oredict?

No, its not helps.
Thre is other example, not working:

mods.harvestcrafttweaker.HarvestCraftTweaker.addWaterTrap(<thermalfoundation:bait>,   [<betteranimalsplus:crab_meat_raw>, <betteranimalsplus:eel_meat_raw>]);