
[1.9.4] Basic and double layer capacitor recipes missing/don't work
kwpugh opened this issue ยท 2 comments
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:
...
Affected Versions (Do not use "latest"):
- EnderIO: EnderIO-1.9.4-3.0.0.38_alpha.jar
- EnderCore: EnderCore-1.9.4-0.4.0.23-alpha.jar
- Minecraft: 1.9.4
- Forge: 1954
Your most recent log file where the issue was present:
[pastebin/gist/etc link here]
Here is the log. It was version 36, but 38 did the same.
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...