This is a mod that allows you to make blocks and items by just typing about five lines of text per item. It's actually a rather simple mod to make, but complex to maintain.
Feel free to tell me what to add, just don't demand it.
Block:
Name:grassy_iron
CanBeUsedForBeacon:true
CanHavePlants:true
DiesWithBlock:true
DieToBlock:minecraft:iron_block
Material:minecraft:iron_block
SoundMaterial:minecraft:iron_block
This creates a block, registered as "simpleml:[modname]_grassy_iron", that sounds like an iron block when you mine/walk on it, turns into a iron block after a while if you place a block on top of it, and can have plants on it.
And the fuel syntax:
[namespace]:[item],10
For example:
minecraft:bed,1000
This can be used by people who don't want to manually register each and every block and item, by those looking to make a bed act as a fuel that burns for a thousand ticks but don't want to learn crafttweaker, or those just looking to get into modding.
The file structure is
simplemlmods
|-[modname, (no spaces, use "_")
|=-[file path (the amount of files doesn't matter, nor the names), this can be skipped]
|==-[name].superlimited (for blocks and items)
|==-[name].fuel (for fuels)
The site
For help with this->Join The Discord
This is pretty much made for modpacks.
functional commands:
/resource-list
/reparse [blocks/items/fuels]
(This mod is compiled on MCreator. Here's my profile https://mcreator.net/user/269026/giantluigi4)
For more info on usage, go to the site and the discord server.