Ender IO Zoo

Ender IO Zoo

961k Downloads

Typo in recipes/sagmill_ores

NielsPilgaard opened this issue ยท 1 comments

commented

Issue Description:

Note: If this bug occurs in a modpack, please report this to the modpack author. Otherwise, delete this line and add your description here. If you are using an unreleased version of Ender IO (e.g. for 1.8.9), please don't open an issue for features that have not been announced as "finished" or "working".

This bug occurs in a modpack, however I am the modpack author.

What happens:

Dilithium Ore in the Sag Mill only produces Stone, at a 15% chance.
The cause is a typo in recipes/sagmill_ores line 2825:
<output name="dustDilitihum" amount="2"/>
should be
<output name="dustDilithium" amount="2"/>

What you expected to happen:

Dilithium Ore in the Sag Mill to produce 2 Dilithium Dust, and Stone at a 15% chance.

Steps to reproduce:

  1. Place Sag Mill, Insert a Capacitor, power.
  2. Put Dilithium Ore in the Sag Mill
  3. Bug
    ...

Affected Versions (Do not use "latest"):

  • EnderIO: 1.12.2-5.0.22
  • EnderCore: 1.12.2-0.5.22
  • Minecraft: 1.12.2
  • Forge: 1.12.2-14.23.3.2673

Your most recent log file where the issue was present:

[pastebin/gist/etc link here]

commented

Thanks guys :)