Create: Endless Reserves

Quick rating

Create: Endless Reserves

No reviews yet

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

Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.01
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

https://www.bisecthosting.com/partners/custom-banners/19c2d7f9-2fd4-4560-900a-6e552dc15529.webp

https://www.bisecthosting.com/btxdxd

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"
}

Screenshots

Gallery

  • Crystals
    Crystals Fall out of ordinary ore with 0.5% chance and from deepslate ore with 0.7% chance
  • Crystals in Reservers
    Crystals in Reservers Press RMB on the Reserver with the crystal in your hand
  • Mining Station
    Mining Station The crystal of reserver emits a redstone signal

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works