Ex Stellae
Create resources literally from nothing.
Ex Stellae is a Minecraft modification that allows you to obtain valuable materials almost from emptiness. The project draws inspiration from the well-known Ex Nihilo mod, but offers a simpler and more intuitive approach to resource acquisition mechanics.
Currently, development is ongoing, and some planned features are not yet implemented. The mod is actively updated, so keep an eye out for new versions with additional content!
Requires installed Architectury API.
Recipe Customization
Starting from version 0.1.0-snapspot+build.202205211055, it became possible to create custom sieve recipes using JSON files.
Configuration example:
{
"type": "exstellae:sieve",
"input": {
"item": "example:sandy_sand"
},
"lootTable": "example:path/to/your/loot_table",
"outputItem": "example:blazing_blaze",
"outputAmount": "2"
}
When using the sieve with the example:sandy_sand item, loot from the specified loot table will drop to the ground along with the specified amount of output item.