promotional bannermobile promotional banner
premium banner
New mechanisms of an endless type of production!

Description

Calibry Team - Endless Machinery

At the moment, the mod adds one machine - an Endless quarry, infinitely generates resources using energy and catalysts in three dimensions of vanilla minecraft:

 

Resource generation can be changed using the "loot table" in the mod code. The machine is designed using an auxiliary custom Machinery mod. Example:

loot_tables/quarry_end.json
{
  "type": "custommachinery:endless_quarry",
    "pools": [
      {
      "rolls": 1,
      "entries": [ // Items & Chance //
        { "type": "minecraft:item", "name": "minecraft:shulker_shell", "weight": 8 },
        { "type": "minecraft:item", "name": "minecraft:shulker_shell", "weight": 8 } 
    ]}
]}

More machines are planned to be developed in the future, so keep an eye on updates...