Simple Mod Loader is a mod for Minecraft, where you can easily make your own mods.
Step One: Install Forge (Why install another mod loader? Because this modloader is a mod that loads mods.)
Step Two: Install this as if it was a mod.
Step Three: The mod loader is installed.
These placeholders are things I left behind from figuring out what I want to give the user access to edit.
Just ignore them, they aren't important to anything.
Actually, you can use them for something if you want to.
It can load blocks, fuels, smelting recipes, and items from what is in essence just a txt file.
This is super nice for anyone who wants to mod Minecraft, or add custom crafting items, but doesn't want to learn Java.
Currently however, it is limited to only blocks, fuels, smelting recipes, and items.
no text provided currently.
(I'll document it as I'm asked to in the discord)
In the folder where you find the mods file, this creates a folder called "simplemlmods", in that, create a folder. The name of this folder will be your mod's name.
(I'll document it as I'm asked to in the discord)
Name:[anything, no spaces (only required field)]
EnchantmentPower:[number]
CanBeUsedForBeacon:[true/false]
FullCube:[true/false]
Transparent:[true/false]
Flammable:[true/false]
CanHavePlants:[true/false]
DiesWithBlock:[true/false]
DieToBlock:[namespace:blockname (ex. minecraft:obsidian)]
Material:[namespace:blockname (ex. minecraft:obsidian)]
SoundMaterial:[namespace:blockname (ex. minecraft:obsidian)]
HarvestLevel:[number]
HarvestTool:[tool type (pickaxe,sword,shovel,axe,hoe)]
MinY:[number]
MaxY:[number]
Dimension:[dimension id (can be repeated)]
Biome:[biome name (can be repeated)]
LimitBiomes:[true/false]
LimitDimensions:[true/false]
CanGenerate:[true/false]
OreClumpSize:[number]
ClumpsPerChunk:[number]
ChanceToGenerate:[number]
LightLevel:[number]
Transparency:[number]
BlastResistance:[number]
Hardness:[number]
ItemToDrop:[namespace:itemname (ex. minecraft:diamond_pickaxe) (can be repeated)]
Name:[anything, no spaces (only required field)]
ItemType:notTool
MaxStack:[number]
Use Craft Tweaker and Mine Tweaker Recipe Maker together.