AOF6-Vocality/config/techreborn/world.json
2023-03-02 15:41:30 -06:00

34 lines
1.0 KiB
JSON

{
"generation": {
"enableOilLakeGeneration": {
"comment": "When enabled oil lakes will generate in the world",
"value": true
},
"enableRubberTreeGeneration": {
"comment": "When enabled rubber trees will generate in the world",
"value": true
},
"enableOreGeneration": {
"comment": "When enabled ores will generate in the world",
"value": true
}
},
"loot": {
"enableEndLoot": {
"comment": "When true TechReborn will add ingots, machine frames and circuits to The End loot chests.",
"value": false
},
"enableNetherLoot": {
"comment": "When true TechReborn will add ingots, machine frames and circuits to Nether loot chests.",
"value": false
},
"enableOverworldLoot": {
"comment": "When true TechReborn will add ingots, machine frames and circuits to OverWorld loot chests.",
"value": false
},
"enableFishingJunkLoot": {
"comment": "When true TechReborn will add items to fishing junk loot.",
"value": false
}
}
}