SleepyTrousers / EnderIO-1.5-1.12

http://enderio.com/
The Unlicense
728 stars 355 forks source link

[1.9.4] Basic and double layer capacitor recipes missing/don't work #3387

Closed kwpugh closed 8 years ago

kwpugh commented 8 years ago

Issue Description:

Recipes for the basic and double-layer capacitor is missing from JEI and cannot be crafted

What happens:

Use the recipe on crafting table

What you expected to happen:

Output slot is blank

Steps to reproduce:

1. 2. 3. ...


Affected Versions (Do not use "latest"):

[pastebin/gist/etc link here]

kwpugh commented 8 years ago

Here is the log. It was version 36, but 38 did the same.

https://gist.githubusercontent.com/kwpugh/f2f92a479f5f6d01bfb4001d7284e068/raw/c12486b6539e65d19be93d7c323bd3a82070e4d5/enderio-missings

HenryLoenwind commented 8 years ago

Ok, I see the recipe registration:

[10:54:37] [Server thread/DEBUG] [EnderIO/EnderIO]: Registering XML recipe 'Capacitor 1'
[10:54:37] [Server thread/DEBUG] [EnderIO/EnderIO]: Registering ShapedOreRecipe: 1xitem.itemBasicCapacitor@0: [ AB, CDE, FG , A, dustRedstone, B, nuggetGold, C, dustRedstone, D, ingotCopper, E, dustRedstone, F, nuggetGold, G, dustRedstone]
[10:54:37] [Server thread/DEBUG] [EnderIO/EnderIO]: Registering XML recipe 'Capacitor 2'
[10:54:37] [Server thread/DEBUG] [EnderIO/EnderIO]: Registering ShapedOreRecipe: 1xitem.itemBasicCapacitor@1: [ A , BCD,  E , A, ingotEnergeticAlloy, B, 1xitem.itemBasicCapacitor@0, C, dustCoal, D, 1xitem.itemBasicCapacitor@0, E, ingotEnergeticAlloy]
[10:54:37] [Server thread/DEBUG] [EnderIO/EnderIO]: Registering XML recipe 'Capacitor 3'
[10:54:37] [Server thread/DEBUG] [EnderIO/EnderIO]: Registering ShapedOreRecipe: 1xitem.itemBasicCapacitor@2: [ A , BCD,  E , A, ingotVibrantAlloy, B, 1xitem.itemBasicCapacitor@1, C, glowstone, D, 1xitem.itemBasicCapacitor@1, E, ingotVibrantAlloy]

These are the raw values we give to Forge when registering the recipe. Our code also checks that the OreDict names are actually valid. So Ender IO is working fine here, and it seems like Forge is eating the recipe...