Yet Another Cobblestone Generator

Yet Another Cobblestone Generator

Flexible customizable generators

by
24.7K Downloads
fabrictechnologyutility
Rent Server with this Mod

Screenshots

Generators
Jade Integration
REI Integration
EMI Integration

About this Mod

Contributors
Forks
Stargazers
Issues
MIT License
LinkedIn
Discord
Modrinth


Logo

Yet Another Cobblestone Generator

Flexible customizable generators
Support · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing
  5. License

About The Project

In-Game ScreenShot

A cobblestone generator, a classic of any SkyBlock. However, I'm bored with classic generators that generate only 1 kind
of block. That's why I made my own mod, with a wide range of customization options.

(back to top)

Built With

  • Fabric
  • Fabric-Language-Kotlin
  • ModMenu Badges Lib
  • fStats

(back to top)

Usage

Gameplay

  • Right-click to get info about what is already generated
  • Shift + Right-click to collect all from the generator
  • Shift + Right-click to put upgrade item into generator

(back to top)

Crafts

Cobblestone Generator Craft Ore Generator Craft Stone Generator Craft
Speed Upgrade Craft Count Upgrade Craft Coefficient Upgrade Craft
Energy Free Upgrade Craft
Events Generators
Halloween
Pumpkin
Nether Pumpkin

(back to top)

Integrations

REI

REI Integration ScreenShot

EMI

EMI Integration ScreenShot

Jade

Jade Integration ScreenShot

(back to top)

Config

Generators default config (Before 2024.10.1)
[
    {
        "type": "cobble",
        "energyUsage": 0,
        "items": [
            {
                "itemId": "minecraft:cobblestone",
                "coefficient": 100,
                "count": 1
            },
            {
                "itemId": "minecraft:cobbled_deepslate",
                "coefficient": 30,
                "count": 1
            },
            {
                "itemId": "minecraft:mossy_cobblestone",
                "coefficient": 10,
                "count": 1
            }
        ]
    },
    {
        "type": "ore",
        "energyUsage": 0,
        "items": [
            {
                "itemId": "minecraft:coal_ore",
                "coefficient": 100,
                "count": 1
            },
            {
                "itemId": "minecraft:copper_ore",
                "coefficient": 70,
                "count": 1
            },
            {
                "itemId": "minecraft:iron_ore",
                "coefficient": 50,
                "count": 1
            },
            {
                "itemId": "minecraft:gold_ore",
                "coefficient": 30,
                "count": 1
            },
            {
                "itemId": "minecraft:redstone_ore",
                "coefficient": 20,
                "count": 1
            },
            {
                "itemId": "minecraft:lapis_ore",
                "coefficient": 20,
                "count": 1
            },
            {
                "itemId": "minecraft:diamond_ore",
                "coefficient": 15,
                "count": 1
            },
            {
                "itemId": "minecraft:emerald_ore",
                "coefficient": 10,
                "count": 1
            },
            {
                "itemId": "minecraft:nether_quartz_ore",
                "coefficient": 5,
                "count": 1
            }
        ]
    },
    {
        "type": "stone",
        "energyUsage": 0,
        "items": [
            {
                "itemId": "minecraft:stone",
                "coefficient": 100,
                "count": 1
            },
            {
                "itemId": "minecraft:diorite",
                "coefficient": 50,
                "count": 1
            },
            {
                "itemId": "minecraft:granite",
                "coefficient": 50,
                "count": 1
            },
            {
                "itemId": "minecraft:andesite",
                "coefficient": 50,
                "count": 1
            },
            {
                "itemId": "minecraft:calcite",
                "coefficient": 20,
                "count": 1
            },
            {
                "itemId": "minecraft:dripstone_block",
                "coefficient": 20,
                "count": 1
            },
            {
                "itemId": "minecraft:deepslate",
                "coefficient": 5,
                "count": 1
            }
        ]
    }
]
Generators default config (Before 2024.5.2)
{
  "generators": {
    "cobble": [
      {
        "itemId": "minecraft:cobblestone",
        "coefficient": 100,
        "count": 1
      },
      {
        "itemId": "minecraft:cobbled_deepslate",
        "coefficient": 30,
        "count": 1
      },
      {
        "itemId": "minecraft:mossy_cobblestone",
        "coefficient": 10,
        "count": 1
      }
    ],
    "ore": [
      {
        "itemId": "minecraft:coal_ore",
        "coefficient": 100,
        "count": 1
      },
      {
        "itemId": "minecraft:copper_ore",
        "coefficient": 70,
        "count": 1
      },
      {
        "itemId": "minecraft:iron_ore",
        "coefficient": 50,
        "count": 1
      },
      {
        "itemId": "minecraft:gold_ore",
        "coefficient": 30,
        "count": 1
      },
      {
        "itemId": "minecraft:redstone_ore",
        "coefficient": 20,
        "count": 1
      },
      {
        "itemId": "minecraft:lapis_ore",
        "coefficient": 20,
        "count": 1
      },
      {
        "itemId": "minecraft:diamond_ore",
        "coefficient": 15,
        "count": 1
      },
      {
        "itemId": "minecraft:emerald_ore",
        "coefficient": 10,
        "count": 1
      },
      {
        "itemId": "minecraft:nether_quartz_ore",
        "coefficient": 5,
        "count": 1
      }
    ],
    "stone": [
      {
        "itemId": "minecraft:stone",
        "coefficient": 100,
        "count": 1
      },
      {
        "itemId": "minecraft:diorite",
        "coefficient": 50,
        "count": 1
      },
      {
        "itemId": "minecraft:granite",
        "coefficient": 50,
        "count": 1
      },
      {
        "itemId": "minecraft:andesite",
        "coefficient": 50,
        "count": 1
      },
      {
        "itemId": "minecraft:calcite",
        "coefficient": 20,
        "count": 1
      },
      {
        "itemId": "minecraft:dripstone_block",
        "coefficient": 20,
        "count": 1
      },
      {
        "itemId": "minecraft:deepslate",
        "coefficient": 5,
        "count": 1
      }
    ]
  }
}
Upgrades default config
{
  "COUNT": 2,
  "COEFFICIENT": 2,
  "SPEED": 2
}

If u want to add own generator go here

(back to top)

Roadmap

  • Customizable generators
  • Generator upgrades
  • EMI Integration
  • Jade Integration
  • REI Integration

See the open issues for a full list of proposed
features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any
contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also
simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Available Versions

Yet Another Cobblestone Generator 2025.6.1release
MC 1.18.2fabric
June 22, 2025
Yet Another Cobblestone Generator 2024.10.1release
MC 1.21, 1.21.1fabric
October 21, 2024
Yet Another Cobblestone Generator 2024.6.2release
MC 1.21, 1.21.1fabric
June 19, 2024
Yet Another Cobblestone Generator 2024.6.1release
MC 1.21fabric
June 18, 2024
Yet Another Cobblestone Generator 2024.5.3release
MC 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4fabric
May 29, 2024

How to Install Yet Another Cobblestone Generator on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.1).

3

Install Mod

Open the mod browser in the dashboard and search for "Yet Another Cobblestone Generator". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabric

Minecraft Versions

1.21.1, 1.21, 1.20.6 (+10 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Yet Another Cobblestone Generator server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.

Is Yet Another Cobblestone Generator compatible with fabric?

Yet Another Cobblestone Generator officially supports fabric for Minecraft 1.21.1, 1.21, 1.20.6. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Yet Another Cobblestone Generator – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Yet Another Cobblestone Generator consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Yet Another Cobblestone Generator with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

1.21.11.211.20.61.20.51.20.41.20.31.20.21.20.11.201.19.4+3 more