Ok, I have Metallurgy for 1.7.2(which I believe is #4). However, I have not found Black Steel or any of the other alloys in the config file. Why?
Rollback Post to RevisionRollBack
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
Ok, I have Metallurgy for 1.7.2(which I believe is #4). However, I have not found Black Steel or any of the other alloys in the config file. Why?
They are currently working on an issue with a few of the ores not spawning properly and that should be fixed in the next update. However, Black Steel, and several other metals are alloys. They cannot be found naturally, they have to be created by mixing 2 different ores together once you crush them into powder.
They are currently working on an issue with a few of the ores not spawning properly and that should be fixed in the next update. However, Black Steel, and several other metals are alloys. They cannot be found naturally, they have to be created by mixing 2 different ores together once you crush them into powder.
I hope this new update comes soon, I really want to have a chance to properly disable the nether, ender and fantasy ores/alloys. I cannot disable any of the ores in the config file. I set them to false, and I can still find them in NEI. Is that intentional?
Rollback Post to RevisionRollBack
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
i realise you've stopped development, but on my first run it told me there were id conflicts i'm currently changing all the configs to be of a less 'untidy' order here's the id conflicts list #Blocks 920: Base920 from Metallurgy3Base - M3HETNT from Metallurgy3Base 921: Ender921 from Metallurgy3Base - M3LETNT from Metallurgy3Base 922: Fantasy922 from Metallurgy3Base - MinersLaser from Metallurgy3Machines 924: Fantasy924 from Metallurgy3Base - null from Metallurgy3Machines basically you have ids conflicting inside your own mod
So I'm wondering what levels I find the different ores on? I find a LOT of zinc in the one level of my mine, but nothing else from metallurgy. I want to be able to find all the ores, and the wiki doesn't tell me things like what level manganese is on. I'd be surprised if zinc was the only one that had certain layers specified for generation. Is there somewhere that gives more info than the wiki? Thanks!
Ores Generate between 0 - 128 by default, you can adjust that in your configs.
Yeah, but why can't I disable them in the config? I even find the disabled ones in NEI. Why?
I hope this new update comes soon, I really want to have a chance to properly disable the nether, ender and fantasy ores/alloys. I cannot disable any of the ores in the config file. I set them to false, and I can still find them in NEI. Is that intentional?
Yes, it's intentional in M4, as it breaks your world if we remove them, so we decided to disabling them from generating only.
and please use the M4 post for questions about M4, this one is only for M3.
Thanks you shadow claimer for this awesome mod and could you tell me when the 1.7 version is coming out? I have a mod pack i use for my self and i really want metallurgy in it but its on 1.7.
Hey Everyone I just released a Moded Letsplay Series last week called Ultimate Redtech Survival I included Metallurgy in it also
I figured if you wanted to know about it I got it here L:
Quick question on the 1.6.4 version, I am trying to get the mint working and can't find the red power pulse, is there an item that functions as it, or is it a broken aspect of it?
Good evening. My family loves the Metallurgy mod and have been using it without issue for quite some time. However I noticed today that my server is crashing due to an error in the metallury mod. So far I've tried removing the mod (and the Keithyutils as well). If I do that the server runs without issue. Downloading fresh copies 3.3.2 and 1.2.16 respectively and reattempting does not resolve the issue.
Here's the log for the crash:
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 6/21/14 5:31 PM
Description: Exception in server tick loop
java.lang.RuntimeException: Unknown character '(' in '/config/Metallurgy3/MetallurgyVanilla.cfg:1'
at net.minecraftforge.common.Configuration.load(Configuration.java:625)
at net.minecraftforge.common.Configuration.<init>(Configuration.java:100)
at rebelkeithy.mods.metallurgy.core.metalsets.MetalSet.initConfig(MetalSet.java:92)
at rebelkeithy.mods.metallurgy.core.metalsets.MetalSet.<init>(MetalSet.java:33)
at rebelkeithy.mods.metallurgy.vanilla.MetallurgyVanilla.preInit(MetallurgyVanilla.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Quick question on the 1.6.4 version, I am trying to get the mint working and can't find the red power pulse, is there an item that functions as it, or is it a broken aspect of it?
You can get redstone pulse by creating a clock using vanilla's repeaters or comparators, also you can try to use Project Red's or Extra Utils' clocks to do the same thing
Good evening. My family loves the Metallurgy mod and have been using it without issue for quite some time. However I noticed today that my server is crashing due to an error in the metallury mod. So far I've tried removing the mod (and the Keithyutils as well). If I do that the server runs without issue. Downloading fresh copies 3.3.2 and 1.2.16 respectively and reattempting does not resolve the issue.
Here's the log for the crash:
-- snip --
Any help would be appreciated.
Can you check your MetallurgyVanilla.cfg?, looks like forge is having issues reading it
Warning No.1: Versions 3.3.2 and 3.4.0 are not compatible and would corrupt your 3.3.2 world, We would recommend to create a new world with 3.4.0. Warning No.2: Version 3.3.3's Java 8 Users will have the Metal Blocks switched, We would recommend to create a new world. Warning No.3: There is a Configuration overhaul from version 3.3.3, Generate the files with 3.4.0 and port the configuration manually.
Changes: from 3.3.3 (Dev version):
- Fixed Metal Furnace and Smeltery output incremental.
- Switched to static Meta IDs.
- Added Localization Support.
- Added ids in the configuration for the following: Gold cog, Iron Dust, Gold Dust.
- Cleaned up the console spam.
- Configuration Overhaul.
- Shifted the default Block IDs from 900 - 930 to 900 - 940.
- Fixed the bounding box for the chests.
- Added Missing textures.
- Fixed the Tartarite Enchanter.
- Fixed the rendering of primed TNT.
- Added Recipes for the pylons.
- Fixed the laser's Beam.
Changes from 3.3.2:
- Fixed Fluids and Syncing in the Smeltery.
- Reworked ore spawning.
- Removed the additional ".name" from item names.
- Added Thaumcraft support.
- Optimized Ore Finder.
- Switched to a different block and meta ID scheme for Metal Blocks (Ores, Blocks, and Bricks).
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
They are currently working on an issue with a few of the ores not spawning properly and that should be fixed in the next update. However, Black Steel, and several other metals are alloys. They cannot be found naturally, they have to be created by mixing 2 different ores together once you crush them into powder.
I hope this new update comes soon, I really want to have a chance to properly disable the nether, ender and fantasy ores/alloys. I cannot disable any of the ores in the config file. I set them to false, and I can still find them in NEI. Is that intentional?
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
Thanks for point those out, they will be checked
Ores Generate between 0 - 128 by default, you can adjust that in your configs.
Yes, it's intentional in M4, as it breaks your world if we remove them, so we decided to disabling them from generating only.
and please use the M4 post for questions about M4, this one is only for M3.
Twitter:@JeanGlassmaker
I figured if you wanted to know about it I got it here L:
My youtube channel L:
https://www.youtube.com/user/ninjabeeutube1223344
If only i could change my username
Here's the log for the crash:
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 6/21/14 5:31 PM
Description: Exception in server tick loop
java.lang.RuntimeException: Unknown character '(' in '/config/Metallurgy3/MetallurgyVanilla.cfg:1'
at net.minecraftforge.common.Configuration.load(Configuration.java:625)
at net.minecraftforge.common.Configuration.<init>(Configuration.java:100)
at rebelkeithy.mods.metallurgy.core.metalsets.MetalSet.initConfig(MetalSet.java:92)
at rebelkeithy.mods.metallurgy.core.metalsets.MetalSet.<init>(MetalSet.java:33)
at rebelkeithy.mods.metallurgy.vanilla.MetallurgyVanilla.preInit(MetallurgyVanilla.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 871746392 bytes (831 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 13 mods loaded, 13 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge1.6.4.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge1.6.4.jar) Unloaded->Constructed->Pre-initialized
CustomSpawner{3.0.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.0.0.zip) Unloaded->Constructed->Pre-initialized
MoCreatures{6.1.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.1.0.zip) Unloaded->Constructed->Pre-initialized
InfernalMobs{1.4.4} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils-1.6.4-1.2.16.jar) Unloaded->Constructed->Pre-initialized
Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Pre-initialized
Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.3.2.jar) Unloaded->Constructed->Errored
Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Any help would be appreciated.
You can get redstone pulse by creating a clock using vanilla's repeaters or comparators, also you can try to use Project Red's or Extra Utils' clocks to do the same thing
Can you check your MetallurgyVanilla.cfg?, looks like forge is having issues reading it
Twitter:@JeanGlassmaker
I can - is there something in particular that I should look for? Don't know much about Java.
look for a out of place Parentheses '('
Twitter:@JeanGlassmaker
Not really, that was something in the code.
Twitter:@JeanGlassmaker
Bummer. Would be nice to have a quick hotfix that removes that bug and the unfinished items from this version of Metallurgy for 1.6.4.
Just Released Version 3.4.0 on curse
Warning No.1: Versions 3.3.2 and 3.4.0 are not compatible and would corrupt your 3.3.2 world, We would recommend to create a new world with 3.4.0.
Warning No.2: Version 3.3.3's Java 8 Users will have the Metal Blocks switched, We would recommend to create a new world.
Warning No.3: There is a Configuration overhaul from version 3.3.3, Generate the files with 3.4.0 and port the configuration manually.
- Version 3.4.0 requires KeithyUtils 1.3.30
Change log:
Changes: from 3.3.3 (Dev version):
- Fixed Metal Furnace and Smeltery output incremental.
- Switched to static Meta IDs.
- Added Localization Support.
- Added ids in the configuration for the following: Gold cog, Iron Dust, Gold Dust.
- Cleaned up the console spam.
- Configuration Overhaul.
- Shifted the default Block IDs from 900 - 930 to 900 - 940.
- Fixed the bounding box for the chests.
- Added Missing textures.
- Fixed the Tartarite Enchanter.
- Fixed the rendering of primed TNT.
- Added Recipes for the pylons.
- Fixed the laser's Beam.
Changes from 3.3.2:
- Fixed Fluids and Syncing in the Smeltery.
- Reworked ore spawning.
- Removed the additional ".name" from item names.
- Added Thaumcraft support.
- Optimized Ore Finder.
- Switched to a different block and meta ID scheme for Metal Blocks (Ores, Blocks, and Bricks).
Twitter:@JeanGlassmaker
Try regen the configs, its not reading it properly. Keep copy of old config so you can match the IDs back etc