
Yet Another Cobblestone Generator
Flexible customizable generators
- Загрузки
- 26K
- Подписчики
- 27
- Обновлён
- 22 июня 2025 г.
- Лицензия
- MIT
Опубликован 23 марта 2023 г.
Yet Another Cobblestone Generator
Flexible customizable generators
Support
·
Report Bug
·
Request Feature
Table of Contents
About The Project

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.
Built With
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
Crafts
![]() |
![]() |
![]() |
|---|---|---|
![]() |
![]() |
![]() |
![]() |
Events Generators
| Halloween |
|---|
![]() |
![]() |
Integrations
REI

EMI

Jade

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
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).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt for more information.
Центр версий
25 версийЧенджлог
2025.6.1Релиз1.18.2 · 22 июня 2025 г.
- Added missing recipes
2024.10.1Релиз1.21, 1.21.1 · 21 октября 2024 г.
- New customization format
- Event generators
2024.6.2Релиз1.21, 1.21.1 · 19 июня 2024 г.
- Fixed vanilla datapacks for crafts and mining
- Added energy upgrade craft (forbidden between branches)
2024.6.1Релиз1.21 · 18 июня 2024 г.
- Update to 1.21
- Rollback stack size to 99 (Mojang again limits it...)
2024.5.2Релиз1.20.2, 1.20.3, 1.20.4 · 21 мая 2024 г.
- Added Ducky Updater Lib
- Added Energy Support
- Added Energy Free Upgrade
- Increase stack size per item from 99 to 1024
- Updated fStats
2024.5.2Релиз1.20.5, 1.20.6 · 21 мая 2024 г.
- Added Ducky Updater Lib
- Added Energy Support
- Added Energy Free Upgrade
- Increase stack size per item from 99 to 1024
- Updated fStats
Комментарии
Загружаем…








