File tree 5 files changed +130
-0
lines changed
5 files changed +130
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " minecraft:crafting_shaped" ,
3
+ "pattern" : [
4
+ " CCC" ,
5
+ " EFE" ,
6
+ " GGG"
7
+ ],
8
+ "key" : {
9
+ "E" : {
10
+ "item" :" minecraft:ender_eye"
11
+ },
12
+ "C" : {
13
+ "item" :" minecraft:emerald_block"
14
+ },
15
+ "G" : {
16
+ "item" :" minecraft:green_terracotta"
17
+ },
18
+ "F" : {
19
+ "item" : " minecraft:nether_star"
20
+ }
21
+ },
22
+ "result" : {
23
+ "item" : " minecraft:creeper_head" ,
24
+ "count" : 1
25
+ }
26
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " minecraft:crafting_shaped" ,
3
+ "pattern" : [
4
+ " CCC" ,
5
+ " EFE" ,
6
+ " GGG"
7
+ ],
8
+ "key" : {
9
+ "E" : {
10
+ "item" :" minecraft:purpur_block"
11
+ },
12
+ "C" : {
13
+ "item" :" minecraft:crying_obsidian"
14
+ },
15
+ "G" : {
16
+ "item" :" minecraft:black_terracotta"
17
+ },
18
+ "F" : {
19
+ "item" : " minecraft:dragon_breath"
20
+ }
21
+ },
22
+ "result" : {
23
+ "item" : " minecraft:dragon_head" ,
24
+ "count" : 1
25
+ }
26
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " minecraft:crafting_shaped" ,
3
+ "pattern" : [
4
+ " CCC" ,
5
+ " EFE" ,
6
+ " GGG"
7
+ ],
8
+ "key" : {
9
+ "E" : {
10
+ "item" :" minecraft:ender_eye"
11
+ },
12
+ "C" : {
13
+ "item" :" minecraft:quartz_block"
14
+ },
15
+ "G" : {
16
+ "item" :" minecraft:white_terracotta"
17
+ },
18
+ "F" : {
19
+ "item" : " minecraft:nether_star"
20
+ }
21
+ },
22
+ "result" : {
23
+ "item" : " minecraft:skeleton_skull" ,
24
+ "count" : 1
25
+ }
26
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " minecraft:crafting_shaped" ,
3
+ "pattern" : [
4
+ " CCC" ,
5
+ " EFE" ,
6
+ " GGG"
7
+ ],
8
+ "key" : {
9
+ "E" : {
10
+ "item" :" minecraft:ender_eye"
11
+ },
12
+ "C" : {
13
+ "item" :" minecraft:obsidian"
14
+ },
15
+ "G" : {
16
+ "item" :" minecraft:black_terracotta"
17
+ },
18
+ "F" : {
19
+ "item" : " minecraft:nether_star"
20
+ }
21
+ },
22
+ "result" : {
23
+ "item" : " minecraft:wither_skeleton_skull" ,
24
+ "count" : 1
25
+ }
26
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " minecraft:crafting_shaped" ,
3
+ "pattern" : [
4
+ " CCC" ,
5
+ " EFE" ,
6
+ " GGG"
7
+ ],
8
+ "key" : {
9
+ "E" : {
10
+ "item" :" minecraft:ender_eye"
11
+ },
12
+ "C" : {
13
+ "item" :" minecraft:lapis_block"
14
+ },
15
+ "G" : {
16
+ "item" :" minecraft:cyan_terracotta"
17
+ },
18
+ "F" : {
19
+ "item" : " minecraft:nether_star"
20
+ }
21
+ },
22
+ "result" : {
23
+ "item" : " minecraft:zombie_head" ,
24
+ "count" : 1
25
+ }
26
+ }
You can’t perform that action at this time.
0 commit comments