Files
Gregtech-New-Bastards/.minecraft/config/roguelike_dungeons/settings/rooms_forest.json
2025-08-23 05:19:43 +02:00

31 lines
750 B
JSON

{
"name": "rooms_forest",
"levels": {
"0": {
"rooms": [
{"mode": "secret", "type": "SMITH"},
{"mode": "single", "type": "CAKE"},
{"mode": "single", "type": "FIRE"},
{"mode": "secret", "type": "BEDROOM"},
{"mode": "random", "type": "BRICK", "weight" : 4},
{"mode": "random", "type": "CORNER", "weight" : 2}
],
"secrets" : [
{"type" : "BEDROOM", "num" : 1},
{"type" : "SMITH", "num" : 1}
]
},
"1": {
"rooms": [
{"mode": "single", "type": "MUSIC"},
{"mode": "single", "type": "PIT"},
{"mode": "single", "type": "MESS"},
{"mode": "single", "type": "LAB"},
{"mode": "random", "type": "CORNER", "weight" : 10},
{"mode": "random", "type": "BRICK", "weight" : 3}
]
}
}
}