belathus / Wanderlust-Renewed

Minecraft 1.12.2 Modpack focused on exploration
MIT License
20 stars 9 forks source link

Mekanism's alloys #209

Closed belathus closed 6 years ago

belathus commented 6 years ago

Currently, all alloys are made in the metallurgic infuser. In terms of materials, the metallurgic infuser is a bit limited. You basically mix an item with either refined obsidian, redstone, tin, carbon, fungi, bio, or diamond.

So, basic control circuits are redstone + an osmium ingot. I don't think the basic circuit should cost osmium, but I do think that the remaining circuits should. The remaining circuits are made in the crafting grid, so this is easy enough. Maybe the basic circuit should be redstone + advancedrocketry:ic:3, which is one of the circuits used to make the machine frames.

Enriched alloy is redstone + iron by default, which I've changed to nickel. I think this is fine for now.

Reinforced alloy is enriched alloy + diamond by default. I want to add osmium to this step, but the only way I can do so is to add another processing step. I'm thinking of making something via ContentTweaker that you have to craft with an enriched alloy and osmium, then put that in the metallurgic infuser to make a reinforced alloy.

Atomic alloy is reinforced alloy + refined obsidian by default. With a name like "atomic alloy," I want to make this cost a radioactive material; I'm thinking plutonium. As with reinforced alloy, I think I need to add another crafting step that combines reinforced alloy with plutonium, then put that material in the metallurgic infuser to make atomic alloy.

belathus commented 6 years ago

This issue was closed in https://github.com/belathus/Wanderlust-Renewed/commit/15a43b488e7ddfc8a8449dc07a1760dcc2a09dc7 and https://github.com/belathus/Wanderlust-Renewed/commit/4b357edc79b1b3e91576a6185b6927e2c1a9b919.