View Issue Details

IDProjectCategoryView StatusLast Update
0002319Industrial-Craft²crossmod-compatibility / submodules / APIpublic2018-02-16 00:56
Reporterzcaliptium Assigned ToChocohead  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Summary0002319: Advanced Alloy Plate and Carbon Plate are not in OreDictionary.
DescriptionIC2 Version: industrialcraft-2-2.8.53-ex112
Forge Version: 1.12.2-14.23.2.2611

Actually this issue present in all versions of IC2.

Hi! I don't know how it for you, but for me it is annoying issue which forces me have separate set of recipes especially for IC2.

For example TechReborn have these materials registered like:
 - plateCarbon
 - plateAdvancedAlloy

It would be good if you register your plates with the same names to be able use them in any recipes without pain. :D
Sure I can register your plates in OreDictionary myself from my code but it is not so good solution.

You can check my OreDictionary dump. There are no carbon or advanced alloy plates.
Steps To Reproduce1. Dump all OreDictionary names into console. Like this:

for (String ore : OreDictionary.getOreNames()) {
// Output to log here
}

2. Try to find "carbon" or "alloy" in dumped list.
TagsCarbon, OreDictionary
Minecraft Version1.12.2

Activities

zcaliptium

2018-02-10 06:24

reporter  

oredictionary_dump.txt (2,941 bytes)   

Chocohead

2018-02-14 01:23

developer   ~0005549

They aren't especially traditional plates in that sense, our Carbon Plate is made of mesh rather than something like an Iron Plate which is just a compressed iron ingot. Another mod might just have a carbon plate as a compressed piece of coal (or even charcoal), which would made something like a Nano Suite suddenly much easier to make. Without a clear standard for what constitutes a carbon plate or an advanced alloy, I don't see the real benefits of adding them to the ore dictionary compared to the potential trouble from people having different definitions .

zcaliptium

2018-02-15 11:14

reporter   ~0005551

Okay. Now I can understand this point. These items not made just out of single ingot .
Maybe I should find out how to make some workaround just to not use Advanced Alloy & Carbon plates directly in most of my recipes.

For example I can make some "Alloy Armor Plate" which made out of Advanced Alloy plate + some strings + some leather/fabric. :)

Chocohead

2018-02-16 00:56

developer   ~0005553

You could do if you wanted, it's up to you :)

Issue History

Date Modified Username Field Change
2018-02-10 06:24 zcaliptium New Issue
2018-02-10 06:24 zcaliptium File Added: oredictionary_dump.txt
2018-02-10 06:24 zcaliptium Tag Attached: Carbon
2018-02-10 06:24 zcaliptium Tag Attached: OreDictionary
2018-02-14 01:23 Chocohead Note Added: 0005549
2018-02-15 11:14 zcaliptium Note Added: 0005551
2018-02-16 00:56 Chocohead Assigned To => Chocohead
2018-02-16 00:56 Chocohead Status new => resolved
2018-02-16 00:56 Chocohead Resolution open => no change required
2018-02-16 00:56 Chocohead Note Added: 0005553