

Cobblores
Активный0.0
Установок
0
Последнее обновление
5 месяцев назад
Версии
1.20.1
Сервер
Fabric
Игровые механики
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.
-
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 } }