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

Cobblores

Cobblestone generators can now also generate ores (especially useful in skyblocks)

Загрузки
725
Подписчики
4
Обновлён
18 января 2025 г.
Лицензия
MIT

Опубликован 16 января 2025 г.

Cobblores

Modrinth Downloads GitHub Release

A simple server-sided mod (can be configured when on client or in the server config file) to make cobblestone generators generate more blocks such as ores.

Required mods : Fabric API

Mod Version Supported Minecraft Version
1.1.0 1.20.1

How to use

  • If you've installed the mod on the client side and you have ModMenu installed you can edit the rates in the config menu. Config menu screenshot

  • Alternatively you can configure the generators rates in the config/cobblores.json file, make a cobblestone generator and that's it.

    Example config :

    config/cobblores.json

    {
        "blocks": {
            "minecraft:cobblestone": 5, // The numbers represent the weight of the block
            "minecraft:diamond_ore": 1, // You can only use ints
            "create:zinc_ore": 3 // You can put modded ores to
        }
    }
    

Ченджлог

1.1.0Релиз1.20.1 · 18 января 2025 г.

Added a menu for configuration on the client-side

Config menu screenshot

1.0.1Релиз1.20.1 · 18 января 2025 г.

Fixed errors and crashes

1.0.0Релиз1.20.1 · 16 января 2025 г.

⚠️this version does not work and is deprecated see v1.0.1 instead

Комментарии

Загружаем…