Create: Endless Reserves
No reviews yet
Addon for Create, adding a new way to automatically mine resources!
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description

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"
}
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources