CurseForge · Minecraft mod
Create: Rock & Stone
Adds generation of underground resource deposits that can be mined with a customizable mining contraption. Inspired by Create: Molten Vents and Create Ore Excavation.
Quick answer
Which Create: Rock & Stone release should I use?
Create: Rock & Stone create_rns-1.3.1-1.21.1-6.jar targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is Create: Rock & Stone required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Create: Rock & Stone create_rns-1.3.1-1.21.1-6.jar need?
create_rns-1.3.1-1.21.1-6.jar. Change the file and its required mods may change too.
Install Create first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Create: Rock & Stone without breaking your instance.
Built for Create: Rock & Stone create_rns-1.3.1-1.21.1-6.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use create_rns-1.3.1-1.21.1-6.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Create first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside create_rns-1.3.1-1.21.1-6.jar. It opens that exact file at the source.
About this project
What does Create: Rock & Stone add?
Create: Rock & Stone (Now with Create Aeronautics support!)
Adds generation of underground resource deposits that can be mined with a customizable mining contraption. Inspired by Create: Molten Vents and Create Ore Excavation.
If you find issues or have suggestions, please let me know by opening an issue here.

Features
Miner Bearing

Allows you to build massive miner contraptions and augment them with attachments!
Mine Head

The core component of every miner. A single block by default, but can be upgraded to a 3x3 when placed in a special formation!
Deposit Scanner

Used to scan for underground ore deposits. Once tuned onto a deposit, its antennas will periodically flash. If both antennas flash together, you are looking in the right direction. The faster they flash, the closer you are!
Modded Deposits v v v
(Enabled automatically if a modded ore is present) 
Vanilla Deposits ^^^
Compatibility
- JEI - Mining recipes and catalyst info.
- Jade - Shows remaining resources if finite deposits are enabled (1.21.1 only).
- Xaero's World Map or Journey Map - Shows found deposits as icons on the map.
Deposits are too rare or too frequent?
Create: Rock & Stone provides 4 datapack flavors that let you control how often the deposits spawn in the world. There are two ways to enable them:
- When starting a new world, go to the
Datapackssection and select the deisred flavor. - In existing worlds, use command:
/datapack enable "create_rns:[flavor]"and restart the world.
Everything is tweakable!
This mod includes a dedicated KubeJS plugin. Click here for more info and working examples.
For example, to select which deposits should be added and how often they should spawn, put this in <game folder>/kubejs/startup_scripts/main.js:
StartupEvents.rnsEnableDeposits(event => {
event.overworld()
// Keep the deposits you want. Setting the second argument to false will disable worldgen, but keep the deposit enabled.
.deposit('create_rns:deposit_coal', true)
.deposit('create_rns:deposit_iron', true)
.deposit('create_rns:deposit_copper', true)
.deposit('create_rns:deposit_zinc', true)
.deposit('create_rns:deposit_gold', true)
.deposit('create_rns:deposit_lapis', true)
.deposit('create_rns:deposit_redstone', true)
.deposit('create_rns:deposit_tin', true)
.deposit('create_rns:deposit_osmium', true)
.deposit('create_rns:deposit_lead', true)
.deposit('create_rns:deposit_nickel', true)
.deposit('create_rns:deposit_silver', true)
.deposit('create_rns:deposit_platinum', true)
.deposit('create_rns:deposit_uranium', true)
.deposit('create_rns:deposit_thorium', true)
// Average distance between deposits in chunks
.spacing(24)
// Minimum distance between deposits in chunks
.separation(4)
event.nether()
.deposit('create_rns:deposit_nether_gold', true)
.deposit('create_rns:deposit_nether_quartz', true)
.deposit('create_rns:deposit_nether_cobalt', true)
.deposit('create_rns:deposit_nether_wolframite', true)
.spacing(8)
.separation(2)
})
Credits
Some models and textures in this mod make partial use of Create assets. All used Create assets are licensed under the MIT license.
Project description from CurseForge.
Pick your setup
Create: Rock & Stone by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
1 loader build1.20.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Create: Rock & Stone versions and loaders
create_rns-1.3.1-1.21.1-6.jar
25 Aug 2026
create_rns-1.3.1-1.20.1-6.jar
25 Aug 2026
create_rns-1.2.4-1.21.1-6.jar
18 Aug 2026
create_rns-1.2.4-1.20.1-6.jar
18 Aug 2026
create_rns-1.2.3-1.21.1-6.jar
18 Aug 2026
create_rns-1.2.3-1.20.1-6.jar
18 Aug 2026
create_rns-1.2.2-1.21.1-6.jar
16 Aug 2026
create_rns-1.2.2-1.20.1-6.jar
16 Aug 2026
create_rns-1.2.1-1.21.1-6.jar
14 Aug 2026
create_rns-1.2.1-1.20.1-6.jar
10 Aug 2026
create_rns-1.2.0-1.21.1-6.jar
9 Aug 2026
create_rns-1.2.0-1.20.1-6.jar
9 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.