Перейти к содержимому
Mineforgian

Create Cobblestone

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

Загрузки
690K
Подписчики
144
Обновлён
23 июля 2026 г.
Лицензия
CC0-1.0

Опубликован 24 мая 2024 г.

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

Ченджлог

1.4.12+neoforge-1.21.1-144Релиз1.21.1 · 23 июля 2026 г.
  • Fix the game crashing when loading generators with null generator types
1.4.11+neoforge-1.21.1-140Релиз1.21.1 · 25 июня 2026 г.
  • Add a configuration option to change the time it takes to break a generator block (#64)
1.4.11+fabric-1.20.1-141Релиз1.20.1 · 25 июня 2026 г.
  • Add a configuration option to change the time it takes to break a generator block (#64)
1.4.11+forge-1.20.1-142Релиз1.20.1 · 25 июня 2026 г.
  • Add a configuration option to change the time it takes to break a generator block (#64)
1.4.10+neoforge-1.21.1-139Релиз1.21.1 · 26 мая 2026 г.
  • Added Chinese translations (by jim139129)
  • Fixed nbt data not being written to the generator resulting in data type loss and not being able to extract the generator item from the stock ticker (by ExoticGamerrrYT)
1.4.10+fabric-1.20.1-137Релиз1.20.1 · 26 мая 2026 г.
  • Added Chinese translations (by jim139129)
  • Fixed nbt data not being written to the generator resulting in data type loss and not being able to extract the generator item from the stock ticker (by ExoticGamerrrYT)
1.4.10+forge-1.20.1-138Релиз1.20.1 · 26 мая 2026 г.
  • Added Chinese translations (by jim139129)
  • Fixed nbt data not being written to the generator resulting in data type loss and not being able to extract the generator item from the stock ticker (by ExoticGamerrrYT)
1.4.9+neoforge-1.21.1-130Релиз1.21.1 · 8 февраля 2026 г.
  • Create Cobblestone no longer causes a crash when other mods access generator types before CreateCobblestone is initialized

Комментарии

Загружаем…