Create: Endless Reserves

Create: Endless Reserves

Addon for Create, adding a new way to automatically mine resources!

by
1.4K Downloads
forgegame-mechanics
Rent Server with this Mod

Screenshots

Crystals
Crystals in Reservers
Mining Station

About this Mod

!

Create: Endless Reserves

Create: Endless Reserves is an addon for Create that adds a new way to automatically mine resources!

📌 Features:

  • Ore Crystals (iron, copper, gold and zinc) - a new type of resources.
  • Reserver - a special storage block where you can insert ore crystals.
  • Automatic Mining:
    • Destructible only with the Drill from Create.
    • Mining speed depends on the rotation speed of the drill.
  • Receiving crystals:
    • Chance of falling out 0.5% when mining ordinary ores.
    • Chance of falling out 0.7% when mining deep shale ores.

🔧 Additional

If desired, you can replace the two files in the .jar file Create at path (ZIP):

/data/create/loot_tables/blocks/zinc_ore.json
/data/create/loot_tables/blocks/deepslate_zinc_ore.json

The code at the bottom of the page

This will allow zinc crystals to be added to mined resources.


Compatibility

  • Works with most versions of Create, including 0.5.1+ and 6.0.0+.

Create an endless supply of resources with Create: Endless Reserves! 🚀

zinc_ore.json:

{
  "type": "minecraft:block",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:alternatives",
          "children": [
            {
              "type": "minecraft:item",
              "conditions": [
                {
                  "condition": "minecraft:match_tool",
                  "predicate": {
                    "enchantments": [
                      {
                        "enchantment": "minecraft:silk_touch",
                        "levels": {
                          "min": 1
                        }
                      }
                    ]
                  }
                }
              ],
              "name": "create:zinc_ore"
            },
            {
              "type": "minecraft:group",
              "children": [
                {
                  "type": "minecraft:item",
                  "name": "create:raw_zinc",
                  "weight": 995,
                  "functions": [
                    {
                      "enchantment": "minecraft:fortune",
                      "formula": "minecraft:ore_drops",
                      "function": "minecraft:apply_bonus"
                    },
                    {
                      "function": "minecraft:explosion_decay"
                    }
                  ]
                },
                {
                  "type": "minecraft:item",
                  "name": "cer:zinc_crystal",
                  "weight": 5,
                  "functions": [
                    {
                      "function": "set_count",
                      "count": {
                        "min": 1,
                        "max": 1
                      }
                    },
                    {
                      "function": "minecraft:explosion_decay"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "create:blocks/zinc_ore"
}

deepslate_zinc_ore.json:

{
  "type": "minecraft:block",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:alternatives",
          "children": [
            {
              "type": "minecraft:item",
              "conditions": [
                {
                  "condition": "minecraft:match_tool",
                  "predicate": {
                    "enchantments": [
                      {
                        "enchantment": "minecraft:silk_touch",
                        "levels": {
                          "min": 1
                        }
                      }
                    ]
                  }
                }
              ],
              "name": "create:deepslate_zinc_ore"
            },
            {
              "type": "minecraft:group",
              "children": [
                {
                  "type": "minecraft:item",
                  "name": "create:raw_zinc",
                  "weight": 993,
                  "functions": [
                    {
                      "enchantment": "minecraft:fortune",
                      "formula": "minecraft:ore_drops",
                      "function": "minecraft:apply_bonus"
                    },
                    {
                      "function": "minecraft:explosion_decay"
                    }
                  ]
                },
                {
                  "type": "minecraft:item",
                  "name": "cer:zinc_crystal",
                  "weight": 7,
                  "functions": [
                    {
                      "function": "set_count",
                      "count": {
                        "min": 1,
                        "max": 1
                      }
                    },
                    {
                      "function": "minecraft:explosion_decay"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "create:blocks/deepslate_zinc_ore"
}

Available Versions

Create: Endless Reserves 1.01release
MC 1.20.1forge
March 18, 2025

How to Install Create: Endless Reserves on Your Server

1

Order Server

Order a Minecraft Java server with at least 4 GB RAM (6 GB recommended).

2

Set forge Loader

In the panel under "Egg", select the forge loader and matching Minecraft version (1.20.1).

3

Install Mod

Open the mod browser in the dashboard and search for "Create: Endless Reserves". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

forge

Minecraft Versions

1.20.1

Server-side

Required

Recommended RAM

6 GB(min. 4 GB)

Frequently Asked Questions

Create: Endless Reserves server crashes on startup – what to do?

Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 4 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.

Is Create: Endless Reserves compatible with forge?

Create: Endless Reserves officially supports forge for Minecraft 1.20.1. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Create: Endless Reserves – how to optimize performance?

Recommended RAM: 6 GB (per 5 players). Use /spark profiler to check if Create: Endless Reserves consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Create: Endless Reserves with just one click on your server.

Recommended RAM
6 GBab €12/mo
Min. 4 GB | +1 GB pro 5 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

1.20.1