Fixes #2375: Recipes should now work. Definitely needs more fine-tuning.

This commit is contained in:
Sebastian Hartte
2016-10-04 00:38:58 +02:00
parent 9b51d54403
commit 2e2bb12671
85 changed files with 929 additions and 932 deletions
@@ -74,7 +74,8 @@ public class ItemCrystalSeed extends AEBaseItem implements IGrowableCrystal
{
crystalSeedStack.setItemDamage( certus2 );
crystalSeedStack = newStyle( crystalSeedStack );
return new ResolverResult( "ItemCrystalSeed", crystalSeedStack.getItemDamage(), crystalSeedStack.getTagCompound() );
String itemName = crystalSeedStack.getItem().getRegistryName().getResourcePath();
return new ResolverResult( itemName, crystalSeedStack.getItemDamage(), crystalSeedStack.getTagCompound() );
} )
.orElse( null );