@@ -49,9 +49,15 @@ Show Name <nameofshow>
4949### Blocks ###
5050#http://minecraft-ids.grahamedgecombe.com/
5151#Placing Blocks:
52+
53+ ### 1.12 (Legacy):
5254<seconds> Block id:data x,y,z
53553 Block 152 0,11,0
5456
57+ ### 1.13 :
58+ <seconds> Block block_string x,y,z
59+ 3 Block redstone_block 0,11,0
60+
5561#Pulse: (Sets block to redstone block then back)
5662<seconds> Pulse x,y,z
57635 Block 0,12,0
@@ -62,9 +68,15 @@ Show Name <nameofshow>
62680 Schematic example 0 12 0 dhs true
6369
6470#Fake Blocks: (Tells player a block exists, block doesn't actually (packet magic))
71+
72+ ## 1.12 (Legacy):
6573<seconds> FakeBlock id:data x,y,z
66743 FakeBlock 152 0,11,0
6775
76+ ## 1.13 :
77+ <seconds> FakeBlock block_string x,y,z
78+ 3 FakeBlock redstone_block 0,11,0
79+
6880
6981### Extra Effects ###
7082#Lightning:
@@ -83,10 +95,17 @@ Colors: Red, Orange, Yellow, Green, Aqua, Blue, Purple, Pink, White, Black (or r
839510 GlowDone
8496
8597#Fountains:
98+
99+ ## 1.12 (Legacy)
86100<seconds> Fountain id:data # x,y,z <directional force(x,y,z)>
87101# = time fountain is on
881022.1 Fountain 35:0 1.9 0,10,0 0,0.8,0
89103
104+ ## 1.13
105+ <seconds> Fountain block_string # x,y,z <directional force(x,y,z)>
106+ # = time fountain is on
107+ 2.1 Fountain white_wool 1.9 0,10,0 0,0.8,0
108+
90109### Commands ###
91110#Run commands:
92111<seconds> Command <command goes here (supports spaces & no slash)>
@@ -146,4 +165,4 @@ ArmorStand <name> <small(true/false)> <head_id;chest_id;legs_id;boots_id;hand>
146165
147166#Music:
148167<seconds> Music <disc id #>
149- ```
168+ ```
0 commit comments