Giter VIP home page Giter VIP logo

metallurgy4's People

Contributors

3tusk avatar arukaalter avatar bonii-xx avatar chief-j avatar crafteverywhere avatar glassmaker avatar odininon avatar sb023612 avatar shadowclaimer avatar sniperelisia avatar thevikingwarrior avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

metallurgy4's Issues

Disable tools

There's a config for disabling armor, could we get one for tools as well?

Disabling portions doesn't seem to work

The config has a section to disable fantasy, for example. It doesn't remove them from the game, though, and if it's just ore gen there's already a config for that. Would it be possible to make the config completely remove the metals set to false? I really only want the base and nether ores, but don't want all the others to show up in NEI.

Metallurgy causing minecraft crash ???

Hi,

MC Version: 1.7.10
Forge Version: 10.13.0.1205
OS: Win 7
Java: Java 7 and Java(TM) 6
Mods: http://pastebin.com/UXr1eVjQ
Metallurgy Version: 4
MetallurgyCore Version: 4.0.3.11
Launcher: MagicLauncher 1.2.5
JVM Arguments: -XX:MaxPermSize=128m

Minecraft is crashing when I load in Metallurgy 4. All the other mods, along with MettalurgyCore don't crash minecraft or anything. Only when I load in Metallurgy.

Heres a link to the game logs: http://pastebin.com/FUu9gR4n

Lava level in the forge

Lava level in the forge have a desync when it's empty, and the level doesn't look correct.

Extra slots in crusher?

Just wondering what goes in all the extra slots in the crusher? So far I have gotten one slot on the left to take fuel, and one in the middle to take ore. Nothing would go in the slots on the right.

Metallurgy 3 configs

will u bring the Metallurgy 3 config files back again for vanilla ores spawn and stuff
loved that we can modify that with Metallurgy 3

Failure to Start server

In single player when i try to generate a new world Minecraft soft locks and i have to kill the javaw process to stop it.

KingLemming pointed out here https://github.com/CoFH/Feedback/issues/865 that it was on your end.

Sorry if this is been solved or is my fault, ive been trying to fix this myself for a few hours now and have come up blank.

https://www.dropbox.com/s/0ghm835ax42kl0f/fml-client-latest.log?dl=0

This is the fml client latest log the soft lock happens on line 29940.

and proceeds as follows.

[23:42:25] [Server thread/ERROR] [FML/]: The following problems were captured during this phase
[23:42:25] [Server thread/ERROR] [FML/]: Caught exception from ThermalExpansion
java.lang.IllegalArgumentException: Equal objects must have equal hashcodes. During rehashing, Trove discovered that the following two objects claim to be equal (as in java.lang.Object.equals()) but their hashCodes (or those calculated by your TObjectHashingStrategy) are not equal.This violates the general contract of java.lang.Object.hashCode(). See bullet point two in that method's documentation. object #1 =class cofh.thermalexpansion.util.crafting.PulverizerManager$ComparableItemStackPulverizer id= 1685022814 hashCode= 1035 toString= cofh.thermalexpansion.util.crafting.PulverizerManager$ComparableItemStackPulverizer@1685022814{m:0, i:com.teammetallurgy.metallurgy.metals.MetalItem@476749033, v:6189}; object #2 =class cofh.thermalexpansion.util.crafting.PulverizerManager$ComparableItemStackPulverizer id= 121557632 hashCode= 405602304 toString= cofh.thermalexpansion.util.crafting.PulverizerManager$ComparableItemStackPulverizer@121557632{m:0, i:com.teammetallurgy.metallurgy.metals.MetalItem@476749033, v:6189}

at gnu.trove.impl.hash.TObjectHash.buildObjectContractViolation(TObjectHash.java:464) ~[TObjectHash.class:3.0.3]
at gnu.trove.impl.hash.TObjectHash.throwObjectContractViolation(TObjectHash.java:448) ~[TObjectHash.class:3.0.3]
at gnu.trove.map.hash.THashMap.rehash(THashMap.java:403) ~[THashMap.class:3.0.3]
at gnu.trove.impl.hash.THash.postInsertHook(THash.java:388) ~[THash.class:3.0.3]
at gnu.trove.map.hash.THashMap.doPut(THashMap.java:178) ~[THashMap.class:3.0.3]
at gnu.trove.map.hash.THashMap.put(THashMap.java:145) ~[THashMap.class:3.0.3]
at cofh.thermalexpansion.util.crafting.PulverizerManager.addRecipe(PulverizerManager.java:300) ~[PulverizerManager.class:?]
at cofh.thermalexpansion.util.crafting.PulverizerManager.addRecipe(PulverizerManager.java:426) ~[PulverizerManager.class:?]
at cofh.thermalexpansion.util.crafting.PulverizerManager.addIngotNameToDustRecipe(PulverizerManager.java:391) ~[PulverizerManager.class:?]
at cofh.thermalexpansion.util.crafting.PulverizerManager.addDefaultOreDictionaryRecipe(PulverizerManager.java:358) ~[PulverizerManager.class:?]
at cofh.thermalexpansion.util.crafting.PulverizerManager.addDefaultOreDictionaryRecipe(PulverizerManager.java:313) ~[PulverizerManager.class:?]
at cofh.thermalexpansion.util.crafting.PulverizerManager.loadRecipes(PulverizerManager.java:265) ~[PulverizerManager.class:?]
at cofh.thermalexpansion.ThermalExpansion.loadComplete(ThermalExpansion.java:196) ~[ThermalExpansion.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1517-1.7.10.jar:?]
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:745) ~[Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) ~[FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) ~[bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) ~[forge-10.13.4.1517.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ~[launchwrapper-1.12.jar:?]

[23:42:25] [Server thread/ERROR] [FML/]: A fatal exception occurred during the server about to start event
java.lang.IllegalArgumentException: Equal objects must have equal hashcodes. During rehashing, Trove discovered that the following two objects claim to be equal (as in java.lang.Object.equals()) but their hashCodes (or those calculated by your TObjectHashingStrategy) are not equal.This violates the general contract of java.lang.Object.hashCode(). See bullet point two in that method's documentation. object #1 =class cofh.thermalexpansion.util.crafting.PulverizerManager$ComparableItemStackPulverizer id= 1685022814 hashCode= 1035 toString= cofh.thermalexpansion.util.crafting.PulverizerManager$ComparableItemStackPulverizer@1685022814{m:0, i:com.teammetallurgy.metallurgy.metals.MetalItem@476749033, v:6189}; object #2 =class cofh.thermalexpansion.util.crafting.PulverizerManager$ComparableItemStackPulverizer id= 121557632 hashCode= 405602304 toString= cofh.thermalexpansion.util.crafting.PulverizerManager$ComparableItemStackPulverizer@121557632{m:0, i:com.teammetallurgy.metallurgy.metals.MetalItem@476749033, v:6189}

at gnu.trove.impl.hash.TObjectHash.buildObjectContractViolation(TObjectHash.java:464) ~[TObjectHash.class:3.0.3]
at gnu.trove.impl.hash.TObjectHash.throwObjectContractViolation(TObjectHash.java:448) ~[TObjectHash.class:3.0.3]
at gnu.trove.map.hash.THashMap.rehash(THashMap.java:403) ~[THashMap.class:3.0.3]
at gnu.trove.impl.hash.THash.postInsertHook(THash.java:388) ~[THash.class:3.0.3]
at gnu.trove.map.hash.THashMap.doPut(THashMap.java:178) ~[THashMap.class:3.0.3]
at gnu.trove.map.hash.THashMap.put(THashMap.java:145) ~[THashMap.class:3.0.3]
at cofh.thermalexpansion.util.crafting.PulverizerManager.addRecipe(PulverizerManager.java:300) ~[PulverizerManager.class:?]
at cofh.thermalexpansion.util.crafting.PulverizerManager.addRecipe(PulverizerManager.java:426) ~[PulverizerManager.class:?]
at cofh.thermalexpansion.util.crafting.PulverizerManager.addIngotNameToDustRecipe(PulverizerManager.java:391) ~[PulverizerManager.class:?]
at cofh.thermalexpansion.util.crafting.PulverizerManager.addDefaultOreDictionaryRecipe(PulverizerManager.java:358) ~[PulverizerManager.class:?]
at cofh.thermalexpansion.util.crafting.PulverizerManager.addDefaultOreDictionaryRecipe(PulverizerManager.java:313) ~[PulverizerManager.class:?]
at cofh.thermalexpansion.util.crafting.PulverizerManager.loadRecipes(PulverizerManager.java:265) ~[PulverizerManager.class:?]
at cofh.thermalexpansion.ThermalExpansion.loadComplete(ThermalExpansion.java:196) ~[ThermalExpansion.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1517-1.7.10.jar:?]
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:745) ~[Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) ~[FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) ~[bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) ~[forge-10.13.4.1517.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ~[launchwrapper-1.12.jar:?]

[23:42:25] [Server thread/DEBUG] [FML/]: Reverting to frozen data state.
[

Request: Implament EE3 Compatibility

Like it says in the title, it would be quite nice if the various metals were to have EMC.

If it feels like too much work, I'd be more than happy to do the busy work if you were to supply me with a list of suggested EMC values or range of values.

Metallurgy items - Fatally missing blocks and items (OS Language problem)

When I try to connect to my friends multiplayer server or start up a map of my own in the Modpack Blightfall, I get an error stating that 51 of the items/blocks are missing from the Metallurgy mod.

Through research on the internet I found that this might be caused because of my Operating System being in Turkish language. Since the capital "i" is written as İ (I with a dot at top) every item in the mod that has a word which starts with a capital I is not recognized by the game. Couple suggestions included writing Java Args to the launchers settings which are:
-Duser.language=en
-Duser.country=US
But these didnt change anything.

So my last option came down to asking for help from the mod developers here. If you can assist me with this issue it would be greatly appreciated. If you need any additional info, I can also provide it. Thanks a lot!

Here is the error I get when I'm creating a single player world:
image

rename ores (compat)

Adamantine to Adamantium
Mithril to Mythril

or add oreDict entries for the alternate spellings for compatability

What am i doing wrong ???

I am trying to limit some of the ores to certain dimensions error report is basically saying the 'cfg is ignoring the "minus" symbol and does not see it as a valid dimension here is a sample of what i am trying

prometheum {
I:chunk_chance=100
S:dimensions=-37,-100
I:max_Y_level=60
I:min_Y_level=10
I:ores_per_vein=8
I:veins_per_chunk=10
}

error report http://pastebin.com/mCvAQXML

-sorry i could not find a wiki that dealt with the cfg,would it be easier to make cofh spawn the ores instead and if so can i get the ore names plz

metals registered wrong in forge or something

Here is the text I'm seeing. It happens with all the metals in metallurgy

[09:56:34] [Client thread/WARN]: ****************************************
[09:56:34] [Client thread/WARN]: * A broken ore dictionary registration with name ingotCopper has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[09:56:34] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[09:56:34] [Client thread/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[09:56:34] [Client thread/WARN]: * at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[09:56:34] [Client thread/WARN]: * at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[09:56:34] [Client thread/WARN]: * at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[09:56:34] [Client thread/WARN]: * at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[09:56:34] [Client thread/WARN]: ****************************************

Metallurgy-1.7.10-4.0.8.97
MetallurgyCore-1.7.10-4.0.4.18

Forge 1614
Java 8
Mac os x El Capitan
mc 1.7.10

Mods:
AdvancedSolarPanel-1.7.10-3.5.1
ATG-1.7.10-0.12.0
AMT_Generators-1.7.10-1.4.2
AOBD-2.9.1
AOBDBB-1.0.6
AppleMilkTea2-1.7.10_2.9k
appliedenergistics2-rv3-beta-5
AsieLib-1.7.10-0.4.5
BiblioCraft[v1.11.4][MC1.7.10]
BiblioWoods[Forestry][v1.7]
BiblioWoods[Natura][v1.5]
BigDoors-1.7.10-1.1.0
BigReactors-0.4.3A
buildcraft-7.1.16
BuildcraftAdditions-1.7.10-2.2.5
buildcraft-compat-7.1.4
Carpenter's Blocks v3.3.8_dev_r8 - MC 1.7.10
PFAA-1.7.10-0.2.27
Chisel2-2.5.1.44
ChiselTones-1.7.10-1.0-3
CodeChickenCore-1.7.10-1.0.7.47-universal
CoFHCore-[1.7.10]3.1.2-325
ComputerCraft1.75
Computronics-1.7.10-1.6.0
CookieCore-1.7.10-1.4.0-11
CustomOreGen-1.7.10-1.2.24
Draconic-Evolution-1.7.10-1.0.2-RC2
DragonAPI 1.7.10 V11b
ElecCore-1.7.10-1.4.176
ElectricalAge_BETA-1.10_r50
Enchiridion 2-1.7.10-2.0.2a
EnderIO-1.7.10-2.3.0.424_beta
EnderZoo-1.7.10-1.0.15.32
EnderCore-1.7.10-0.2.0.31_beta
Enhanced Biomes 2.5 for MC 1.7.10
Eureka-1.7.10-3.0.2
BrandonsCore-1.0.0.11
INpureCore-[1.7.10]1.0.0B9-62
ExtraCells-1.7.10-2.3.9b188
extrautilities-1.2.12
ExtraTiC-1.7.10-1.4.5
Farseek-1.0.11
fastcraft-1.21
FlenixCitiesCore_[1.7.10]-0.16.1-b122
FlenixCitiesFood_[1.7.10]-0.5
FlenixCitiesResearch_[1.7.10]-0.4
FlenixRoads_[1.7.10]-0.9.0
forestry_1.7.10-4.2.10.58
FrameCompanion-1.1
GardenStuff-1.7.10-1.7.0
Guide-API-1.7.10-1.0.1-29
HydCraft-1.7.10-2.1.253-universal
ImmersiveEngineering-0.7.4
immersiveintegration-0.6.7
IGW-Mod-1.7.10-1.1.12-34-universal
industrialcraft-2-2.2.817-experimental
InventoryTweaks-1.59-dev-152
IvToolkit-1.2
k4lib-1.7.10-0.1.57-universal
logisticspipes-0.9.3.99
ModularPowersuits-0.11.0.300
magneticraft-0.6.1-final
malisisdoors-1.7.10-1.13.2
malisisadvert-1.7.10-0.5.0
malisiscore-1.7.10-0.14.3
Mantle-1.7.10-0.3.2b
Mariculture-Deluxe-1.7.10-1.2.4.2a
Mekanism-1.7.10-8.1.9.265
MekanismGenerators-1.7.10-8.1.9.265
MekanismTools-1.7.10-8.1.9.265
Metallurgy-1.7.10-4.0.8.97
MetallurgyCore-1.7.10-4.0.4.18
Minechem-1.7.10-5.0.5.406
MineFactoryReloaded-[1.7.10]2.8.2B1-177
natura-1.7.10-2.2.1a2
neiaddons-1.12.15.41-mc1.7.10
NEIIntegration-MC1.7.10-1.1.2
NGTLib1.7.10.20_Forge10.13.4.1558
NotEnoughResources-1.7.10-0.1.0-122
NotEnoughItems-1.7.10-1.0.5.118-universal
IC2NuclearControl-2.3.4a
Numina-0.4.0.131
OpenBlocks-1.7.10-1.5.1
OpenComputers-MC1.7.10-1.6.0.1-beta.1-universal
OpenModsLib-1.7.10-0.9.1
OpenPeripheral-1.7.10-AIO-7
OpenSecurity-1.7.10-1.0-91
Pam's HarvestCraft 1.7.10Lb
PlanetguyLib-1.9.1
PneumaticCraft-1.7.10-1.12.7-150-universal
ProjectBlue-1.1.6-mc1.7.10
ProjectRed-1.7.10-4.7.0pre12.95-Compat
ProjectRed-1.7.10-4.7.0pre12.95-Base
ProjectRed-1.7.10-4.7.0pre12.95-World
ProjectRed-1.7.10-4.7.0pre12.95-Fabrication
ProjectRed-1.7.10-4.7.0pre12.95-Lighting
ProjectRed-1.7.10-4.7.0pre12.95-Integration
QuantumFlux-1.7.10-1.3.4
Railcraft_1.7.10-9.9.0.0
ReactorCraft 1.7.10 V11b
RTG-1.7.10-0.7.0
RemainInMotion-2.8.9
RemoteIO-1.7.10-2.4.0-universal
RotaryCraft 1.7.10 V11b
RTM1.7.10.27_Forge10.13.4.1558
Streams-0.2
ThermalDynamics-[1.7.10]1.1.0-161
ThermalExpansion-[1.7.10]4.1.2-240
ThermalFoundation-[1.7.10]1.2.3-112
ThermalRecycling-1.7.10-1.1.0.5
TiCTooltips-mc1.7.10-1.2.5
tinker_io-1.7.10-release 1.5.0
TConstruct-1.7.10-1.8.8
TSteelworks-1.7.10-1.1.2-20
Waila-1.5.10_1.7.10
WailaHarvestability-mc1.7.10-1.1.6
WR-CBE-1.7.10-1.4.1.9-universal
YeGamolChattels-1.1.2
zettaindustries-1.1-106
Zora no Densha_v0.8_snapshot_Nov2015_MC 1.7.10
Ztones-1.7.10-2.2.1

Missing Localizations

  • Drawer tooltip, both "Items" and "Stacks"
  • Armodrine tools tooltips effect "Heal"
  • Ore Finder's chat meassages (In area ("x") to ("y"), Found oreSomething), I know it's part of Metallurgy Core, but, meh, to lazy to make another issue over there.

Request: lead, nickel and aluminum

Hi

I'm putting together a modpack, and I want to use Metallurgy as the base metals for everything (tweaking every recipe/machine to return only metallurgy dusts/ingots etc). The problem is that a lot of mods these days use metals such as lead, aluminum and nickel - which isn't in Metallurgy.

Is there any hope of seing these metals getting added to Metallurgy?

Help me find 1.7 block names with metadata plz

I am trying to make a 1.7.10 modpack...with a single mod doing the OreGen but i cannot find the block names with needed metadata...even thro nei dumps,all i get is lines like this :
Metallurgy:fantasy.ore,847,true,null,com.teammetallurgy.metallurgy.metals.MetalBlock
then underneath a list of the "molten metals" for that set...no info on metadata.

What i really need is a quick spreadsheet with this information, so i can work on my oregen that allows for different generation dependent on elevation, biome, Dimensions, etc.

Possible Bug the metallurgy oregen file does not seem to like having a minus dimension Id as first for example -47 (witchery dream dimension) reads as 47 and throws a "unknown dimension" error
and crashes game. Multiple negative dimensions is just a headache...as i cannot get past the first part to be even sure it works or sees it as a range of ids instead. I have tried many things from adding spaces, adding commas, changing dimension ID's, etc

if its possible to make a 1.7 version of this would be great... https://docs.google.com/spreadsheet/ccc?key=0ApPr023YHYR0dEQ1X2JNOHgteUFRRGtFMlo0ZUQxN2c#gid=0

or get in touch with the cofh team so they can add block names to this document https://docs.google.com/spreadsheets/d/1TLcyxT9-BPNswQeoHfTcgvYjuuQ7dFu9mzPXijNY8v0/edit#gid=1653685587

whatever solution you decide to do can you PM the link please on here (just responding should work here) or curse under adarcer would be greatly appreciated.

Thanks in advance

Resource Pack Utilitization

Currently I am running numerous mods, and Metallurgy (& Core) loads fine and functionality is present.

The issue is that when Metallurgy is loaded and functional, resource packs can not be loaded into the client. As soon as you remove Metallurgy, the resource pack functionality returns.

This is with Metallurgy 4.0.3.36 and MetallurgyCore 4.0.3.11

Ingots have no Ore Dictionary declarations?

Metallurgy 4 (v 4.0.4.43) // Minecraft 1.7.10 // Forge 1203

Copper, Silver, and Tin (the ones I checked) Ingots have no ore dictionary declarations. All of the ores do, they work just fine. So if I smelt Copper Ore from Metallurgy 4, I get Metallurgy 4 Copper Ingots... which do NOT register as having any ore dictionary entry tied to them. Checked this with multiple Ore Dictionary converters as well as the handheld "Dictionary" from Mekanism 7 for MC 1.7.10. I can't use Metallurgy 4 copper, tin or silver ingots in recipes that require ingots of those types.

Help, what am I missing here?

Thermal Expansion's adding pulverizer recipe crash on world load.

This is in reference to
#58
and
https://github.com/CoFH/Feedback/issues/158#issuecomment-75463001

I was having this exact crash with both metallurgy and Thermal Expansion. I decided to tear apart the pack I created to figure out what was causing it since no one's mod seems to be the culprit.

I found out that if I put in bdew's advanced generators mod, it causes this crash every time.
I am running a pack with 200+ mods and that one mod by bdew is the only one that causes this crash.

I found it kind of curious as to why that mod was cause the issue for metallurgy and thermal expansion.

Broken OreDict

When I launch MC my log is filled with these messages:
[18:06:24] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name ingotSilver has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[18:06:24] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[18:06:24] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[18:06:24] [Client thread/WARN] [FML]: * at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[18:06:24] [Client thread/WARN] [FML]: * at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[18:06:24] [Client thread/WARN] [FML]: * at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[18:06:24] [Client thread/WARN] [FML]: * at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...

Vanilla "secondary" enchants available via enchanting table

According to the Minecraft wiki's "enchanting" page, enchantments are only obtainable on secondary items via an enchanted book + anvil.

However I just put a Tartarite axe in an enchanting table, with 30 levels, and got Bane of Arthropods. For vanilla, the primary item for Bane of Arthropods is a sword, and axes are secondary, so the only way to get Bane of Arthropods on (vanilla) axes is with an enchanted book and an anvil. Not for Tartarite (and I assume all Metallurgy axes) though.

Underground Biomes bugs

There are some wierd entries like orePrometheum on same other ores, ore oreSulfur on Potasium

i noticed that, it is related with some meta issues (probably UBC side)

Modify Block Hardness?

I remember back in Metallurgy 3 you could define each block's indvidual mining level (or hardness). I noticed these config options are gone in Metallurgy 4, is this functionality going to go away? Or is it just not added in yet?

Question about Metallurgy 4 & Dense Ores

A while back, I tried adding metallurgy ores to RWTema's Dense Ores mod, only to discover that the textures bugged out. They still behaved correctly and dropped the correct block, but they didn't display correctly. Here is the issue I submitted to his repo, for your reference. The reason I'm asking here, though, is because recently an issue was posted here about adding support for another mod, Underground Biomes. You mentioned your ores are different than normal blocks, and I'm wondering if this is why they didn't display correctly when I tried to make a dense ore out of them.

If this is the case, who do I talk to about getting this resolved? Would this issue be fixed in the newer version of Metallurgy? (I'm not home so I can't test just yet, but I'm more than happy to do so when I get home later today) Is this an issue on your side and how you build your ores, or is it on Dense Ores' side and how it's grabbing the texture from your ores?

Can't put Metallurgy molten metal buckets in ANY tank

Tested with Sanguinite, not sure it other molten metals are affected. The liquid visually goes in, but when the visuals are refreshed / chunk is reloaded, it dissapears. In fact, the whole bucket of liquid is deleted. You keep the empty bucket, but the liquid is gone. Tested with both Open Blocks tanks and Thermal Expansion portable tanks. Latest version of metallurgy, within Project Ozone pack.

--EDIT--
You can't put it into a TE tank, OB tanks accept it, but it gets deleted.
--EDIT 2--
I think this bug is caused by Fluid Cows making phantom buckets. Sorry!

"broken ore dictionary"

I have the following error in fml-server-latest.log

[07:22:18] [Server thread/TRACE] [Metallurgy/Metallurgy]: Sending event FMLPreInitializationEvent to mod Metallurgy
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotCopper has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCopper, id=1xtile.metal.block.base.ore@0 meta=0
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotTin has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreTin, id=1xtile.metal.block.base.ore@1 meta=1
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotManganese has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreManganese, id=1xtile.metal.block.base.ore@2 meta=2
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotBronze has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotHepatizon has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotDamascusSteel has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotAngmallen has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotSteel has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotEximite has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreEximite, id=1xtile.metal.block.ender.ore@0 meta=0
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotMeutoite has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreMeutoite, id=1xtile.metal.block.ender.ore@1 meta=1
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotDesichalkos has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotPrometheum has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePrometheum, id=1xtile.metal.block.fantasy.ore@0 meta=0
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotDeepIron has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:18] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:18] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreDeepIron, id=1xtile.metal.block.fantasy.ore@1 meta=1
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotInfuscolium has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreInfuscolium, id=1xtile.metal.block.fantasy.ore@2 meta=2
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotBlackSteel has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotOureclase has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreOureclase, id=1xtile.metal.block.fantasy.ore@4 meta=4
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotAstralSilver has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAstralSilver, id=1xtile.metal.block.fantasy.ore@5 meta=5
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotCarmot has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCarmot, id=1xtile.metal.block.fantasy.ore@6 meta=6
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotMithril has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreMithril, id=1xtile.metal.block.fantasy.ore@7 meta=7
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotRubracium has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreRubracium, id=1xtile.metal.block.fantasy.ore@8 meta=8
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotQuicksilver has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotHaderoth has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotOrichalcum has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreOrichalcum, id=1xtile.metal.block.fantasy.ore@11 meta=11
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotCelenegil has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotAdamantine has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAdamantine, id=1xtile.metal.block.fantasy.ore@13 meta=13
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotAtlarus has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAtlarus, id=1xtile.metal.block.fantasy.ore@14 meta=14
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotTartarite has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotIgnatius has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreIgnatius, id=1xtile.metal.block.nether.ore@0 meta=0
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotShadowIron has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreShadowIron, id=1xtile.metal.block.nether.ore@1 meta=1
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotLemurite has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreLemurite, id=1xtile.metal.block.nether.ore@2 meta=2
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotMidasium has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreMidasium, id=1xtile.metal.block.nether.ore@3 meta=3
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotVyroxeres has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreVyroxeres, id=1xtile.metal.block.nether.ore@4 meta=4
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotCeruclase has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCeruclase, id=1xtile.metal.block.nether.ore@5 meta=5
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotAlduorite has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAlduorite, id=1xtile.metal.block.nether.ore@6 meta=6
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotKalendrite has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreKalendrite, id=1xtile.metal.block.nether.ore@7 meta=7
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotVulcanite has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreVulcanite, id=1xtile.metal.block.nether.ore@8 meta=8
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotSanguinite has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSanguinite, id=1xtile.metal.block.nether.ore@9 meta=9
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotShadowSteel has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotInolashite has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotAmordrine has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotZinc has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreZinc, id=1xtile.metal.block.precious.ore@0 meta=0
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotSilver has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSilver, id=1xtile.metal.block.precious.ore@1 meta=1
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotPlatinum has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePlatinum, id=1xtile.metal.block.precious.ore@2 meta=2
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotBrass has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: * A broken ore dictionary registration with name ingotElectrum has occurred. It adds an item (type: class com.teammetallurgy.metallurgy.metals.MetalItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Metallurgy 4 report it to them!
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.metals.MetalSet.load(MetalSet.java:390)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.injectMetalSet(BlockList.java:216)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.initMetalSets(BlockList.java:178)
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: *  at com.teammetallurgy.metallurgy.BlockList.init(BlockList.java:105)...
[07:22:19] [Server thread/WARN] [FML/Metallurgy]: ****************************************
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSulfur, id=1xtile.metal.block.utility.ore@0 meta=0
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePhosphorite, id=1xtile.metal.block.utility.ore@1 meta=1
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSaltpeter, id=1xtile.metal.block.utility.ore@2 meta=2
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreMagnesium, id=1xtile.metal.block.utility.ore@3 meta=3
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreBitumen, id=1xtile.metal.block.utility.ore@4 meta=4
[07:22:19] [Server thread/DEBUG] [Railcraft/Metallurgy]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePotash, id=1xtile.metal.block.utility.ore@5 meta=5
[07:22:19] [Server thread/TRACE] [FML/Metallurgy]: Automatically registered mod Metallurgy entity explosiveEntity as Metallurgy.explosiveEntity
[07:22:19] [Server thread/TRACE] [Metallurgy/Metallurgy]: Sent event FMLPreInitializationEvent to mod Metallurgy
[07:22:19] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Metallurgy 4 took 0.954s

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.