Create Cobblestone

Quick rating

Create Cobblestone

No reviews yet

Adds a block generating cobblestone using SU, stopping cobblestone generators from eating your frames.

Industrial
Tech
Automation & Processing
Create-focused
Mod Addon
Mod Loaders
Forge
NeoForge
Fabric
Quilt
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
Creative Commons Zero v1.0 Universal
Latest Version
createcobblestone-1.4.12+neoforge-1.21.1-144.jar
Authors
CurseForge
Modrinth

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

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Create cobblestone

Create cobblestone is a create mod addon that focusses on reducing the lag generated by cobblestone generators. Ideal for server wanting to keep the tps above 10 without buying a very expensive server. The mod does not only add cobblestone generators, but also stone generators, basalt generators, limestone generators and scoria generators.

Links

Modrinth CurseForge Source code

Crafting

Mechanical generator

The mechanical generator can be crafted as follows: Crafting recipe

Generator types

When the generator is clicked with a valid item, the generator type will be changed to that item. By default, Create Cobblestone offers the following generator types:

  • Cobblestone
  • Stone
  • Basalt
  • Limestone
  • Scoria

The deepslate generators datapack adds the following generators:

  • Deepslate
  • Cobbled deepslate

All the generators above can be enabled and disabled using the config. Disabling a generator while it is being used in the world will replace the generator with an empty one.

Custom generators

Custom generators can be added by installing a datapack. Custom generator types can have a custom stress, ratio and storage amount set. For an example pack check out the deepslate generators datapack. An easy way to create a custom generators datapack is using the online generator, which will generate a datapack for the specified block id's.

Technical details

Custom generator files are json files located in the datapack folder data/MOD/generator_types/TYPE.json with the following required content:

{
  "block": "minecraft:BLOCK_ID",
}

The file can be expanded to contain the following extra configuration (inside the existing brackets):

  "stress": STRESS_AMOUNT,
  "ratio": GENERATOR_RATIO,
  "storage": GENERATOR_STORAGE,

Please check the configuration for what those values do. The default config will be overridden by the per generator config.

Stress Units to cobblestone ratio

The amount of cobblestone per tick is scaled with the rpm, and the rpm is scaled with stress units. With the default configuration each 8 rpm gives one additional cobblestone per tick, and each rpm increases the stress with 8. In other words: one piece of cobblestone/tick costs 64SU. 8 rpm = 1 cobblestone/tick = 64 SU

Config

rates

The stress per rpm and the rpm per cobblestone per tick are configurable. https://cdn.modrinth.com/data/ihpnEd80/images/bf91b89821370226ebeb5894b755e7f9a1f97ace.png

Generator types

The generator types are also configurable. By default are all enabled, except for deepslate and cobbled deepslate. Those generator types also require a datapack to be installed. https://cdn.modrinth.com/data/ihpnEd80/images/6fcd51448bd9df885a6428a22fd7999026556cb7.png

Example usage

Minimal

Minimal example

Extended drawers:

Extended drawers example

Balancing

Do note that this mod makes it far more easy to generate cobblestone. If you feel its unbalanced, change the recipe for the cobblestone generator to something more difficult using a datapack or KubeJS. Or change the config to make the generators generate less cobblestone.

Contributors

CreateCobblestone

Create cobblestone

Create cobblestone is a create mod addon that focusses on reducing the lag generated by cobblestone generators. Ideal for server wanting to keep the tps above 10 without buying a very expensive server. The mod does not only add cobblestone generators, but also stone generators, basalt generators, limestone generators and scoria generators.

Links

Modrinth CurseForge Source code

Crafting

Mechanical generator

The mechanical generator can be crafted as follows: Crafting recipe

Generator types

When the generator is clicked with a valid item, the generator type will be changed to that item. By default, Create Cobblestone offers the following generator types:

  • Cobblestone
  • Stone
  • Basalt
  • Limestone
  • Scoria

The deepslate generators datapack adds the following generators:

  • Deepslate
  • Cobbled deepslate

All the generators above can be enabled and disabled using the config. Disabling a generator while it is being used in the world will replace the generator with an empty one.

Custom generators

Custom generators can be added by installing a datapack. Custom generator types can have a custom stress, ratio and storage amount set. For an example pack check out the deepslate generators datapack. An easy way to create a custom generators datapack is using the online generator, which will generate a datapack for the specified block id's.

Technical details

Custom generator files are json files located in the datapack folder data/MOD/generator_types/TYPE.json with the following required content:

{
  "block": "minecraft:BLOCK_ID",
}

The file can be expanded to contain the following extra configuration (inside the existing brackets):

  "stress": STRESS_AMOUNT,
  "ratio": GENERATOR_RATIO,
  "storage": GENERATOR_STORAGE,

Please check the configuration for what those values do. The default config will be overridden by the per generator config.

Stress Units to cobblestone ratio

The amount of cobblestone per tick is scaled with the rpm, and the rpm is scaled with stress units. With the default configuration each 8 rpm gives one additional cobblestone per tick, and each rpm increases the stress with 8. In other words: one piece of cobblestone/tick costs 64SU. 8 rpm = 1 cobblestone/tick = 64 SU

Config

rates

The stress per rpm and the rpm per cobblestone per tick are configurable. https://cdn.modrinth.com/data/ihpnEd80/images/bf91b89821370226ebeb5894b755e7f9a1f97ace.png

Generator types

The generator types are also configurable. By default are all enabled, except for deepslate and cobbled deepslate. Those generator types also require a datapack to be installed. https://cdn.modrinth.com/data/ihpnEd80/images/6fcd51448bd9df885a6428a22fd7999026556cb7.png

Example usage

Minimal

Minimal example

Extended drawers:

Extended drawers example

Balancing

Do note that this mod makes it far more easy to generate cobblestone. If you feel its unbalanced, change the recipe for the cobblestone generator to something more difficult using a datapack or KubeJS. Or change the config to make the generators generate less cobblestone.

Contributors

CreateCobblestone

Screenshots

Gallery

  • Cobblestone Generator Block
    Cobblestone Generator Block Rendered using isometric renders.
  • All cobblestone generators
    All cobblestone generators Rendered using isometric renders
  • More generators
    More generators deploy another stone type on a generator to get a generator of that stone type if it is enabled in config and can be generated using the cobblestone generation process
  • Generator crafting recipe
    Generator crafting recipe
  • 1 Cobble/tick = 64 SU (8rpm)
    1 Cobble/tick = 64 SU (8rpm) Can be changed in config
  • Minimal cobblestone generator
    Minimal cobblestone generator cobblestone generator powered by water wheel extracted from using a cmart chute
  • Config screen
    Config screen
  • Choose what generators are enabled
    Choose what generators are enabled By default all generators are enabled.
  • Create cobblestone + extended drawers example
    Create cobblestone + extended drawers example

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

5m
Total Downloads
CurseForge
4.3m
Modrinth
~650,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
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