DEADSOFTWARE

CaveGame in kotlin
[cavedroid.git] / android / assets / json / crafting.json
1 {
2 "planks_oak": {
3 "input": ["log_oak", "none", "none", "none", "none", "none", "none", "none", "none"],
4 "count": 4
5 },
6 "planks_spruce": {
7 "input": ["log_spruce", "none", "none", "none", "none", "none", "none", "none", "none"],
8 "count": 4
9 },
10 "stick": {
11 "input": ["planks.*", "none", "none", "planks.*", "none", "none", "none", "none", "none"],
12 "count": 4
13 },
14 "wood_pickaxe": {
15 "input": ["planks.*", "planks.*", "planks.*", "none", "stick", "none", "none", "stick", "none"],
16 "count": 59
17 },
18 "wood_axe": {
19 "input": ["planks.*", "planks.*", "none", "planks.*", "stick", "none", "none", "stick", "none"],
20 "count": 60
21 },
22 "wood_sword": {
23 "input": ["planks.*", "none", "none", "planks.*", "none", "none", "stick", "none", "none"],
24 "count": 60
25 },
26 "wood_shovel": {
27 "input": ["planks.*", "none", "none", "stick", "none", "none", "stick", "none", "none"],
28 "count": 59
29 },
30 "stone_pickaxe": {
31 "input": ["cobblestone", "cobblestone", "cobblestone", "none", "stick", "none", "none", "stick", "none"],
32 "count": 131
33 },
34 "stone_axe": {
35 "input": ["cobblestone", "cobblestone", "none", "cobblestone", "stick", "none", "none", "stick", "none"],
36 "count": 131
37 },
38 "stone_sword": {
39 "input": ["cobblestone", "none", "none", "cobblestone", "none", "none", "stick", "none", "none"],
40 "count": 132
41 },
42 "stone_shovel": {
43 "input": ["cobblestone", "none", "none", "stick", "none", "none", "stick", "none", "none"],
44 "count": 131
45 },
46 "iron_pickaxe": {
47 "input": ["iron_ingot", "iron_ingot", "iron_ingot", "none", "stick", "none", "none", "stick", "none"],
48 "count": 251
49 },
50 "iron_axe": {
51 "input": ["iron_ingot", "iron_ingot", "none", "iron_ingot", "stick", "none", "none", "stick", "none"],
52 "count": 250
53 },
54 "iron_sword": {
55 "input": ["iron_ingot", "none", "none", "iron_ingot", "none", "none", "stick", "none", "none"],
56 "count": 251
57 },
58 "iron_shovel": {
59 "input": ["iron_ingot", "none", "none", "stick", "none", "none", "stick", "none", "none"],
60 "count": 250
61 },
62 "gold_pickaxe": {
63 "input": ["gold_ingot", "gold_ingot", "gold_ingot", "none", "stick", "none", "none", "stick", "none"],
64 "count": 33
65 },
66 "gold_axe": {
67 "input": ["gold_ingot", "gold_ingot", "none", "gold_ingot", "stick", "none", "none", "stick", "none"],
68 "count": 32
69 },
70 "gold_sword": {
71 "input": ["gold_ingot", "none", "none", "gold_ingot", "none", "none", "stick", "none", "none"],
72 "count": 33
73 },
74 "gold_shovel": {
75 "input": ["gold_ingot", "none", "none", "stick", "none", "none", "stick", "none", "none"],
76 "count": 32
77 },
78 "diamond_pickaxe": {
79 "input": ["diamond", "diamond", "diamond", "none", "stick", "none", "none", "stick", "none"],
80 "count": 1562
81 },
82 "diamond_axe": {
83 "input": ["diamond", "diamond", "none", "diamond", "stick", "none", "none", "stick", "none"],
84 "count": 1561
85 },
86 "diamond_sword": {
87 "input": ["diamond", "none", "none", "diamond", "none", "none", "stick", "none", "none"],
88 "count": 1562
89 },
90 "diamond_shovel": {
91 "input": ["diamond", "none", "none", "stick", "none", "none", "stick", "none", "none"],
92 "count": 1561
93 },
94 "snow_block": {
95 "input": ["snowball", "snowball", "none", "snowball", "snowball", "none", "none", "none", "none"],
96 "count": 1
97 },
98 "crafting_table": {
99 "input": ["planks.*", "planks.*", "none", "planks.*", "planks.*", "none", "none", "none", "none"]
100 },
101 "furnace": {
102 "input": ["cobblestone", "cobblestone", "cobblestone", "cobblestone", "none", "cobblestone", "cobblestone", "cobblestone", "cobblestone"]
103 },
104 "chest": {
105 "input": ["planks_.*", "planks_.*", "planks_.*", "planks_.*", "none", "planks_.*", "planks_.*", "planks_.*", "planks_.*"]
106 },
107 "bed": {
108 "input": ["wool_.*", "wool_.*", "wool_.*", "planks_.*", "planks_.*", "planks_.*", "none", "none", "none"]