help with config #83
Replies: 1 comment 1 reply
-
|
When you launch the game with the mod installed and no |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i dont know how to configure this properly and was wondering if someone could give me a config that i could copy paste. i want to make it so that normal cobble generators will generate cobblestone as well as all the ores randomly.
edit: finally got it working with this
{
"cobbleGen": [
{
"id": "minecraft:cobblestone",
"weight": 40.0,
}
{
"id": "minecraft:diamond_ore",
"weight": 3.0,
}
{
"id": "minecraft:emerald_ore",
"weight": 2.0,
}
{
"id": "minecraft:restone_ore",
"weight": 10.0,
}
{
"id": "minecraft:lapis_ore",
"weight": 8.0,
}
{
"id": "minecraft:gold_ore",
"weight": 7.0,
}
{
"id": "minecraft:iron_ore",
"weight": 10.0,
}
{
"id": "minecraft:coal_ore",
"weight": 20.0,
}
],
"stoneGen": [
{
"id": "minecraft:stone",
"weight": 100.0
}
],
"basaltGen": [
{
"id": "minecraft:basalt",
"weight": 100.0
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions