Back to mods
Create: Rock & Stone project artwork

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.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Create: Rock & Stone release should I use?

Updated 3 days ago
Latest stable file create_rns-1.3.1-1.21.1-6.jar
Game version 1.21.1
Loader NeoForge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 1 required mods have matching files

Install Create first. We found matching files for this game-version and loader setup.

Create Needed by Create: Rock & Stone create_rns-1.3.1-1.21.1-6.jar
required
Matching file found Matched file: Create 6.0.10 for mc1.21.1

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.

  1. 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.

  2. 02

    Bring the mods it needs

    Install Create first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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.

showcase showcase2

Features

Miner Bearing

Miner Bearing

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

Mine Head

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

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) Deposits

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 Datapacks section 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.

2 available setups

Check 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

29 of 29 releases match

Looking for an older file? The official CurseForge project page is in Resources.