Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/offsetmods538/cobbleore-generator
Makes cobblestone generators generate ores
https://github.com/offsetmods538/cobbleore-generator
Last synced: 13 days ago
JSON representation
Makes cobblestone generators generate ores
- Host: GitHub
- URL: https://github.com/offsetmods538/cobbleore-generator
- Owner: OffsetMods538
- License: mit
- Created: 2022-07-04T17:08:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T09:10:55.000Z (7 months ago)
- Last Synced: 2024-11-07T17:58:28.803Z (2 months ago)
- Language: Java
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
[![discord-singular](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-singular_vector.svg)](https://discord.offsetmonkey538.top/)
[![modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/modrinth_vector.svg)](https://modrinth.com/mod/cog)
[![requires-monkeylib538](https://raw.githubusercontent.com/OffsetMods538/MonkeyLib538/master/images/requires_monkeylib538.png)](https://modrinth.com/mod/monkeylib538)
[![Requires Fabric API](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg)](https://modrinth.com/mod/fabric-api)## What it does
It makes cobblestone generators generate **any** ores. *Even modded*There's a 25% chance for it to generate an ore which it chooses randomly from the `c:ores` block tag. This means that if you have some mod that adds a really overpowered ore, this ore would have the same chance of spawning as coal ore.
## Config
Don't like how op it is? Yeah, that makes sense.
Well thankfully there's a config, which allows you to change how ores are distributed!
The config is located at `.minecraft/config/cog.json`.
I'm too dumb to explain how it works so I'll just give you an example with cobblestone having a 30% chance, diamond block with a 1% chance, and cake with a 69% chance of spawning:
```json
{
"generatableBlocks": {
"minecraft:cobblestone": 30,
"minecraft:diamond_block": 1,
"minecraft:cake": 69
}
}
```## Can I use it in a modpack?
Of course! It's not needed, but including a link to the modrinth page somewhere would be nice :D