Lithium Ore

Lithium Ore

92 Downloads

This mod was made with MCreator

The mod adds Lithium Ore to worldgen. There are Overworld, Nether and End variants. The blocks drop as themselves, no silk touch required and also fortune will not increase number of blocks dropped.

 Lithium Ore OverworldLithium Ore Nether

Lithium Ore End

What you do with the Lithium Ore is up to you. I recommend using Craft Tweaker to create recipes for machines to process the ore. Here are the Craft Tweaker recipes I use:

import crafttweaker.api.tag.MCTag;
import crafttweaker.api.item.IItemStack;
import crafttweaker.api.recipe.FurnaceRecipeManager;
import mods.mekanism.api.ingredient.ItemStackIngredient;
import stdlib.List;
furnace.addRecipe("lith_nether", <item:lithiumore:lithium_ore_overworld>*2, <item:lithiumore:lithium_ore_nether>, 10.0, 80);
furnace.addRecipe("lith_end", <item:lithiumore:lithium_ore_overworld>*3, <item:lithiumore:lithium_ore_end>, 20.0, 80);
<recipetype:mekanism:enriching>.addRecipe("lithiumdust_mek", ItemStackIngredient.from(<item:lithiumore:lithium_ore_overworld>), <item:mekanism:dust_lithium>*4);

Craft Tweaker is a great mod for mod-pack makers, server owners and modded players in general.

It is developed and supported by a talented modder Jared and his team.

You can find out more by visiting the project page here on curseforge. There you will find a link to their discord.

Mekanism is one of my favorite mods. Another talented team develops and supports this must-have tech mod.

You can learn more about Mekanism on the project page here on curseforge, as well as a link to their discord.

This project source code is on github https://github.com/iLLHunter/Lithium-Ore

Curseforge.com is the ONLY site that serves downloads of the mod. Any copies found elsewhere are fraudulent and may contain malware. Stay safe and only use curseforge.com for your mod and modpack downloads

This mod is for MC 1.18.2 only.

This mod is for Forge only. Do not ask me to port it and No you do not have permission to port it to Fabric.

This mod was created to fill a gap in a modpack. Do not expect it to be updated, maintained or bug fixed. If you are ok with these terms, then use the mod and have fun.