Calibry Endless Machinery - Endless Resource Production

This technological expansion for Minecraft contains specialized equipment with a unique operation principle - mechanisms can function endlessly, independently creating valuable materials without traditional mining.
Currently, the modification provides the ability to use an amazing machine - the Endless Quarry. This device independently generates resources across three standard game dimensions, consuming energy and using catalysts to maintain the working process.

One of the main features of this system is complete configurability. You can change the list of generated resources by editing special loot tables in the mod code.
The configuration example looks as follows:
loot_tables/quarry_end.json
{
"type": "custommachinery:endless_quarry",
"pools": [
{
"rolls": 1,
"entries": [ // Items and appearance chances //
{ "type": "minecraft:item", "name": "minecraft:shulker_shell", "weight": 8 },
{ "type": "minecraft:item", "name": "minecraft:shulker_shell", "weight": 8 }
]
}
]
}
The mod creators are working on adding new types of equipment - development is planned to continue, so follow the project updates.