-
Notifications
You must be signed in to change notification settings - Fork 3
/
blacksmith.txt
43 lines (40 loc) · 1.3 KB
/
blacksmith.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# blacksmith
# minecraft command_block script to build village building from:
# http://minecraft.gamepedia.com/Minecraft_Wiki:Projects/Village_Blueprints/Blacksmith
# use /execute @p[selector] ~ ~ ~ to execute the following relative to a player
/fill ~1 ~ ~-2 ~8 ~5 ~7 air
/fill ~1 ~ ~-1 ~1 ~ ~1 stone_stairs 0
/fill ~2 ~ ~-2 ~8 ~ ~7 cobblestone
/fill ~2 ~4 ~-2 ~8 ~4 ~7 cobblestone
/fill ~2 ~5 ~-2 ~8 ~5 ~7 stone_slab
/fill ~3 ~5 ~-1 ~7 ~5 ~6 air
/fill ~6 ~1 ~-2 ~8 ~3 ~1 cobblestone
/fill ~8 ~1 ~2 ~8 ~3 ~6 planks
/fill ~3 ~1 ~7 ~7 ~3 ~7 planks
/fill ~2 ~1 ~5 ~2 ~3 ~6 planks
/fill ~5 ~1 ~2 ~5 ~3 ~3 planks
/fill ~3 ~1 ~4 ~4 ~3 ~4 planks
/fill ~2 ~1 ~4 ~2 ~4 ~4 log
/fill ~2 ~1 ~7 ~2 ~4 ~7 log
/fill ~8 ~1 ~7 ~8 ~4 ~7 log
/setblock ~8 ~2 ~3 glass_pane
/setblock ~8 ~2 ~5 glass_pane
/setblock ~4 ~2 ~7 glass_pane
/setblock ~6 ~2 ~7 glass_pane
#furniture
/setblock ~7 ~1 ~6 planks
/setblock ~7 ~1 ~5 oak_stairs
/setblock ~6 ~1 ~6 oak_stairs 2
/setblock ~6 ~1 ~5 fence
/setblock ~6 ~2 ~5 wooden_pressure_plate
/setblock ~7 ~1 ~2 chest 3
#decoration
/fill ~6 ~2 ~-2 ~7 ~2 ~ iron_bars
/fill ~7 ~2 ~-1 ~7 ~2 ~ air
/fill ~7 ~1 ~-1 ~7 ~1 ~ lava
/fill ~2 ~1 ~-2 ~2 ~3 ~-2 fence
/fill ~2 ~1 ~2 ~2 ~3 ~2 fence
/setblock ~5 ~1 ~1 cobblestone
/fill ~5 ~2 ~1 ~5 ~3 ~1 furnace 4
/setblock ~3 ~1 ~-1 double_stone_slab
/fill ~3 ~1 ~4 ~3 ~2 ~4 air