• This section is closed. Please do bug reports over at the FTB GitHub repos.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Open Wrong Enderman head drops

Jeremy Miller

New Member
Summary of the problem Wrong Enderman head drops

Pack Version 2.5.4

What is the bug? Can't seem to craft Dimensional Transceiver with Slice'N'Splice. I only have headcrumbs heads not Ender IO heads.

Mod & Version

Link to log file

Is it repeatable?

Known Fix
 
Update...

Did a fix in Ender IO config if anybody would like it here it is.

<SliceAndSpliceRecipes>

<recipeGroup name="SkyFactory 2.5.4 Fix" >
<recipe name="Ender Resonator" energyCost="20000" >
<input>
<itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="0" />
<itemStack modID="headcrumbs" itemName="head" itemMeta="2" slot="1" />
<itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="2" />
<itemStack oreDictionary="itemSilicon" slot="3" />
<itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="2" slot="4" />
<itemStack oreDictionary="itemSilicon" slot="5" />
</input>
<output>
<itemStack modID="EnderIO" itemName="itemFrankenSkull" itemMeta="3" />
</output>
</recipe>
</recipeGroup>

</SliceAndSpliceRecipes>
 
Another possible fix for the unlucky people who can't get the enderio enderman heads would be to add a crafting recipe to convert between all of the types of enderman heads.
 
Another possible fix for the unlucky people who can't get the enderio enderman heads would be to add a crafting recipe to convert between all of the types of enderman heads.

I don't know how people could be unlucky. If you have a mob spawner it shouldn't be an issue.
 
Back
Top