Commit 5d3fbc5 1 parent 79fb172 commit 5d3fbc5 Copy full SHA for 5d3fbc5
File tree 2 files changed +8
-8
lines changed
src/main/resources/assets/cqrepoured/defaultConfigs/dungeons
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ rotateDungeon = true
27
27
28
28
# Configuration of support platform
29
29
buildsupportplatform = true
30
- supportblock = minecraft:stone_bricks
31
- supportblocktop = minecraft:stone_bricks
30
+ supportblock = minecraft:stone
31
+ supportblocktop = minecraft:glass
32
32
33
33
# Cover block
34
34
usecoverblock = false
@@ -50,10 +50,10 @@ roomSize = 9
50
50
floorHeight = 7
51
51
52
52
woodType = OAK
53
- mainBlock = minecraft:stone_bricks
53
+ mainBlock = minecraft:stonebrick:0
54
54
stairBlock = minecraft:stone_brick_stairs
55
- slabBlock = minecraft:stone_brick_slab
56
- fancyBlock = minecraft:chiseled_stone_bricks
55
+ slabBlock = minecraft:stone_slab:5
56
+ fancyBlock = minecraft:stonebrick:3
57
57
58
58
roomWeightAlchemyLab = 10
59
59
roomWeightArmory = 10
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ roomSize = 8
50
50
floorHeight = 7
51
51
52
52
woodType = DARK_OAK
53
- mainBlock = minecraft:stone_bricks
53
+ mainBlock = minecraft:stonebrick:0
54
54
stairBlock = minecraft:stone_brick_stairs
55
- slabBlock = minecraft:stone_brick_slab
56
- fancyBlock = minecraft:chiseled_stone_bricks
55
+ slabBlock = minecraft:stone_slab:5
56
+ fancyBlock = minecraft:stonebrick:3
57
57
58
58
roomWeightAlchemyLab = 10
59
59
roomWeightArmory = 10
You can’t perform that action at this time.
0 commit comments