blob: 3f336b5694af5f04a226f91e09c8de253816c0b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
gamemode creative
# create nether portal
fill -1 63 -2 2 63 -2 obsidian
fill -1 63 -2 -1 68 -2 obsidian
fill 2 63 -2 2 68 -2 obsidian
fill -1 68 -2 2 68 -2 obsidian
fill 0 64 -2 1 67 -2 nether_portal
# create end portal
fill 5 63 1 5 63 -1 end_portal_frame
fill 6 63 2 8 63 2 end_portal_frame
fill 6 63 -2 8 63 -2 end_portal_frame
fill 9 63 1 9 63 -1 end_portal_frame
fill 6 63 1 8 63 -1 end_portal
|