aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Xbox/loc/Minecraft_all.resx
blob: 03ccb6ced88d64c9bea6a7679cfcaed1fbeac031 (plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
<root>
<data name="4J_strings.IDS_NULL"><value><!-- _locID_text="4J_strings.IDS_NULL" _locComment="" -->Not Used</value>
  </data>
<data name="4J_strings.IDS_OK"><value><!-- _locID_text="4J_strings.IDS_OK" _locComment="" -->OK</value>
  </data>
<data name="4J_strings.IDS_BACK"><value><!-- _locID_text="4J_strings.IDS_BACK" _locComment="" -->Back</value>
  </data>
<data name="4J_strings.IDS_CANCEL"><value><!-- _locID_text="4J_strings.IDS_CANCEL" _locComment="" -->Cancel</value>
  </data>
<data name="4J_strings.IDS_YES"><value><!-- _locID_text="4J_strings.IDS_YES" _locComment="" -->Yes</value>
  </data>
<data name="4J_strings.IDS_NO"><value><!-- _locID_text="4J_strings.IDS_NO" _locComment="" -->No</value>
  </data>
<data name="4J_strings.IDS_CORRUPTSAVE_TITLE"><value><!-- _locID_text="4J_strings.IDS_CORRUPTSAVE_TITLE" _locComment="" -->Corrupt Save</value>
  </data>
<data name="4J_strings.IDS_CORRUPTSAVE_TEXT"><value><!-- _locID_text="4J_strings.IDS_CORRUPTSAVE_TEXT" _locComment="" -->Your save data appears to be corrupt.  Create a new save and overwrite the corrupt one?</value>
  </data>
<data name="4J_strings.IDS_NOFREESPACE_TITLE"><value><!-- _locID_text="4J_strings.IDS_NOFREESPACE_TITLE" _locComment="" -->No Free Space</value>
  </data>
<data name="4J_strings.IDS_NOFREESPACE_TEXT"><value><!-- _locID_text="4J_strings.IDS_NOFREESPACE_TEXT" _locComment="" -->Your selected storage device doesn't have enough free space to create a game save.</value>
  </data>
<data name="4J_strings.IDS_SELECTAGAIN"><value><!-- _locID_text="4J_strings.IDS_SELECTAGAIN" _locComment="" -->Select again</value>
  </data>
<data name="4J_strings.IDS_PLAYWITHOUTSAVING"><value><!-- _locID_text="4J_strings.IDS_PLAYWITHOUTSAVING" _locComment="" -->Play without saving</value>
  </data>
<data name="4J_strings.IDS_CREATEANEWSAVE"><value><!-- _locID_text="4J_strings.IDS_CREATEANEWSAVE" _locComment="" -->Create a new save</value>
  </data>
<data name="4J_strings.IDS_OVERWRITESAVE_TITLE"><value><!-- _locID_text="4J_strings.IDS_OVERWRITESAVE_TITLE" _locComment="" -->Overwrite save?</value>
  </data>
<data name="4J_strings.IDS_OVERWRITESAVE_TEXT"><value><!-- _locID_text="4J_strings.IDS_OVERWRITESAVE_TEXT" _locComment="" -->Your selected storage device already contains this save.  Is it OK to overwrite it?</value>
  </data>
<data name="4J_strings.IDS_OVERWRITESAVE_NO"><value><!-- _locID_text="4J_strings.IDS_OVERWRITESAVE_NO" _locComment="" -->No - don't overwrite</value>
  </data>
<data name="4J_strings.IDS_OVERWRITESAVE_YES"><value><!-- _locID_text="4J_strings.IDS_OVERWRITESAVE_YES" _locComment="" -->Overwrite and save</value>
  </data>
<data name="4J_strings.IDS_FAILED_TO_SAVE_TITLE"><value><!-- _locID_text="4J_strings.IDS_FAILED_TO_SAVE_TITLE" _locComment="" -->Save failed</value>
  </data>
<data name="4J_strings.IDS_STORAGEDEVICEPROBLEM_TITLE"><value><!-- _locID_text="4J_strings.IDS_STORAGEDEVICEPROBLEM_TITLE" _locComment="" -->Storage Device Problem</value>
  </data>
<data name="4J_strings.IDS_FAILED_TO_SAVE_TEXT"><value><!-- _locID_text="4J_strings.IDS_FAILED_TO_SAVE_TEXT" _locComment="" -->Your storage device is unavailable or has an error</value>
  </data>
<data name="4J_strings.IDS_FAILED_TO_LOADSAVE_TEXT"><value><!-- _locID_text="4J_strings.IDS_FAILED_TO_LOADSAVE_TEXT" _locComment="" -->Your storage device is unavailable or has an error. Please select a new storage device.</value>
  </data>
<data name="4J_strings.IDS_SELECTANEWDEVICE"><value><!-- _locID_text="4J_strings.IDS_SELECTANEWDEVICE" _locComment="" -->Select a new storage device</value>
  </data>
<data name="4J_strings.IDS_NODEVICE_TITLE"><value><!-- _locID_text="4J_strings.IDS_NODEVICE_TITLE" _locComment="" -->No storage device selected</value>
  </data>
<data name="4J_strings.IDS_NODEVICE_TEXT"><value><!-- _locID_text="4J_strings.IDS_NODEVICE_TEXT" _locComment="" -->If you do not select a storage device, game saves will be disabled</value>
  </data>
<data name="4J_strings.IDS_NODEVICE_ACCEPT"><value><!-- _locID_text="4J_strings.IDS_NODEVICE_ACCEPT" _locComment="" -->Select a storage device</value>
  </data>
<data name="4J_strings.IDS_NODEVICE_DECLINE"><value><!-- _locID_text="4J_strings.IDS_NODEVICE_DECLINE" _locComment="" -->Continue without saving</value>
  </data>
<data name="4J_strings.IDS_DEVICEGONE_TEXT"><value><!-- _locID_text="4J_strings.IDS_DEVICEGONE_TEXT" _locComment="" -->Your storage device has been removed.  Please select a new one.</value>
  </data>
<data name="4J_strings.IDS_DEVICEGONE_TITLE"><value><!-- _locID_text="4J_strings.IDS_DEVICEGONE_TITLE" _locComment="" -->Loading failed</value>
  </data>
<data name="4J_strings.IDS_KEYBOARDUI_SAVEGAME_TITLE"><value><!-- _locID_text="4J_strings.IDS_KEYBOARDUI_SAVEGAME_TITLE" _locComment="" -->Name the save</value>
  </data>
<data name="4J_strings.IDS_KEYBOARDUI_SAVEGAME_TEXT"><value><!-- _locID_text="4J_strings.IDS_KEYBOARDUI_SAVEGAME_TEXT" _locComment="" -->Enter a name for your savegame</value>
  </data>
<data name="4J_strings.IDS_WARNING_ARCADE_TITLE"><value><!-- _locID_text="4J_strings.IDS_WARNING_ARCADE_TITLE" _locComment="" -->Return to Xbox Dashboard</value>
  </data>
<data name="4J_strings.IDS_WARNING_ARCADE_TEXT"><value><!-- _locID_text="4J_strings.IDS_WARNING_ARCADE_TEXT" _locComment="" -->Are you sure you want to exit the game?</value>
  </data>
<data name="4J_strings.IDS_PRO_RETURNEDTOMENU_TITLE"><value><!-- _locID_text="4J_strings.IDS_PRO_RETURNEDTOMENU_TITLE" _locComment="" -->Signed out</value>
  </data>
<data name="4J_strings.IDS_PRO_RETURNEDTOTITLESCREEN_TEXT"><value><!-- _locID_text="4J_strings.IDS_PRO_RETURNEDTOTITLESCREEN_TEXT" _locComment="" -->You have been returned to the title screen because your gamer profile was signed out</value>
  </data>
<data name="4J_strings.IDS_PRO_RETURNEDTOMENU_TEXT"><value><!-- _locID_text="4J_strings.IDS_PRO_RETURNEDTOMENU_TEXT" _locComment="" -->The match has ended because a gamer profile was signed out</value>
  </data>
<data name="4J_strings.IDS_PRO_RETURNEDTOMENU_ACCEPT"><value><!-- _locID_text="4J_strings.IDS_PRO_RETURNEDTOMENU_ACCEPT" _locComment="" -->Continue playing</value>
  </data>
<data name="4J_strings.IDS_PRO_NOTONLINE_TITLE"><value><!-- _locID_text="4J_strings.IDS_PRO_NOTONLINE_TITLE" _locComment="" -->Gamer profile not online</value>
  </data>
<data name="4J_strings.IDS_PRO_NOTONLINE_TEXT"><value><!-- _locID_text="4J_strings.IDS_PRO_NOTONLINE_TEXT" _locComment="" -->This game has some features which require an Xbox LIVE enabled gamer profile, but you are currently offline.</value>
  </data>
<data name="4J_strings.IDS_PRO_XBOXLIVE_NOTIFICATION"><value><!-- _locID_text="4J_strings.IDS_PRO_XBOXLIVE_NOTIFICATION" _locComment="" -->This feature requires a gamer profile which is signed into Xbox LIVE.</value>
  </data>
<data name="4J_strings.IDS_PRO_NOTONLINE_ACCEPT"><value><!-- _locID_text="4J_strings.IDS_PRO_NOTONLINE_ACCEPT" _locComment="" -->Connect to Xbox LIVE</value>
  </data>
<data name="4J_strings.IDS_PRO_NOTONLINE_DECLINE"><value><!-- _locID_text="4J_strings.IDS_PRO_NOTONLINE_DECLINE" _locComment="" -->Continue playing offline</value>
  </data>
<data name="4J_strings.IDS_PRO_ACHIEVEMENTPROBLEM_TITLE"><value><!-- _locID_text="4J_strings.IDS_PRO_ACHIEVEMENTPROBLEM_TITLE" _locComment="" -->Achievement Award Problem</value>
  </data>
<data name="4J_strings.IDS_PRO_ACHIEVEMENTPROBLEM_TEXT"><value><!-- _locID_text="4J_strings.IDS_PRO_ACHIEVEMENTPROBLEM_TEXT" _locComment="" --> There was a problem accessing your gamer profile. Your achievement could not be awarded at this time.</value>
  </data>
<data name="4J_strings.IDS_PRO_NOPROFILE_TITLE"><value><!-- _locID_text="4J_strings.IDS_PRO_NOPROFILE_TITLE" _locComment="" -->Gamer profile problem</value>
  </data>
<data name="4J_strings.IDS_PRO_NOPROFILEOPTIONS_TEXT"><value><!-- _locID_text="4J_strings.IDS_PRO_NOPROFILEOPTIONS_TEXT" _locComment="" -->Saving of settings to gamer profile has failed.</value>
  </data>
<data name="4J_strings.IDS_PRO_GUESTPROFILE_TITLE"><value><!-- _locID_text="4J_strings.IDS_PRO_GUESTPROFILE_TITLE" _locComment="" -->Guest Gamer Profile</value>
  </data>
<data name="4J_strings.IDS_PRO_GUESTPROFILE_TEXT"><value><!-- _locID_text="4J_strings.IDS_PRO_GUESTPROFILE_TEXT" _locComment="" -->Guest gamer profile cannot access this feature. Please use a different gamer profile.</value>
  </data>
<data name="4J_strings.IDS_STO_SAVING_SHORT"><value><!-- _locID_text="4J_strings.IDS_STO_SAVING_SHORT" _locComment="" -->Saving…</value>
  </data>
<data name="4J_strings.IDS_STO_SAVING_LONG"><value><!-- _locID_text="4J_strings.IDS_STO_SAVING_LONG" _locComment="" -->Saving content. Please don't turn off your console.</value>
  </data>
<data name="4J_strings.IDS_PRO_UNLOCKGAME_TITLE"><value><!-- _locID_text="4J_strings.IDS_PRO_UNLOCKGAME_TITLE" _locComment="" -->Unlock Full Game</value>
  </data>
<data name="4J_strings.IDS_PRO_UNLOCKGAME_TEXT"><value><!-- _locID_text="4J_strings.IDS_PRO_UNLOCKGAME_TEXT" _locComment="" -->This is the Minecraft trial game. If you had the full game, you would just have earned an achievement! 
Unlock the full game to experience the joy of Minecraft and to play with your friends across the globe through Xbox LIVE.
Would you like to unlock the full game?</value>
  </data>
<data name="4J_strings.IDS_PRO_PROFILEPROBLEM_TEXT"><value><!-- _locID_text="4J_strings.IDS_PRO_PROFILEPROBLEM_TEXT" _locComment="" -->You are being returned to the main menu because of a problem reading your profile.</value>
</data>
<data name="strings.IDS_TIPS_GAMETIP_NEWDLC"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_NEWDLC" _locComment="" -->New Downloadable Content is available! Access it from the Minecraft Store button on the Main Menu.</value>
 </data> 
<data name="strings.IDS_TIPS_GAMETIP_SKINPACKS"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_SKINPACKS" _locComment="" -->You can change the look of your character with a Skin Pack from the Minecraft Store. Select 'Minecraft Store' on the Main Menu to see what's available.</value>
 </data> 
<data name="strings.IDS_TIPS_GAMETIP_0"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_0" _locComment="" -->If you play this game in High Definition mode, you can have up to four players in split-screen on the same console!</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_1"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_1" _locComment="" -->Connect extra controllers to your console and press START on them to join a game at any point.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_2"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_2" _locComment="" -->Alter the gamma settings to make the game brighter or darker.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_3"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_3" _locComment="" -->If you set the game difficulty to Peaceful, your health will automatically regenerate, and no monsters will come out at night!</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_4"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_4" _locComment="" -->Feed a bone to a wolf to tame it. You can then make it sit or follow you.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_5"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_5" _locComment="" -->You can drop items when in the Inventory menu by moving the cursor off the menu and pressing{*CONTROLLER_VK_A*}</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_6"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_6" _locComment="" -->Sleeping in a bed at night will fast forward the game to dawn, but all players in a multiplayer game need to sleep in beds at the same time.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_7"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_7" _locComment="" -->Harvest pork chops from pigs, and cook and eat them to regain health.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_8"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_8" _locComment="" -->Harvest leather from cows, and use it to make armor.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_9"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_9" _locComment="" -->If you have an empty bucket, you can fill it with milk from a cow, or water, or lava!</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_10"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_10" _locComment="" -->Use a hoe to prepare areas of ground for planting.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_11"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_11" _locComment="" -->Spiders won't attack you during the day - unless you attack them.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_12"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_12" _locComment="" -->Digging soil or sand with a spade is faster than with your hand!</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_13"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_13" _locComment="" -->Eating cooked pork chops gives more health than eating raw pork chops.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_14"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_14" _locComment="" -->Make some torches to light up areas at night. Monsters will avoid the areas around these torches.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_15"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_15" _locComment="" -->Get to destinations faster with a minecart and rail!</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_16"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_16" _locComment="" -->Plant some saplings and they'll grow into trees.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_17"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_17" _locComment="" -->Pigmen won't attack you, unless you attack them.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_18"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_18" _locComment="" -->You can change your game spawn point and skip to dawn by sleeping in a bed.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_19"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_19" _locComment="" -->Hit those fireballs back at the Ghast!</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_20"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_20" _locComment="" -->Building a portal will allow you to travel to another dimension - The Nether.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_21"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_21" _locComment="" -->Press{*CONTROLLER_VK_B*} to drop the item currently in your hand!</value>
</data>
<data name="strings.IDS_TIPS_GAMETIP_22"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_22" _locComment="" -->Use the right tool for the job!</value>
</data>
<data name="strings.IDS_TIPS_GAMETIP_23"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_23" _locComment="" -->If you can't find any coal for your torches, you can always make charcoal from trees in a furnace.</value>
</data>
<data name="strings.IDS_TIPS_GAMETIP_24"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_24" _locComment="" -->Digging straight down or straight up is not a great idea.</value>
</data>
<data name="strings.IDS_TIPS_GAMETIP_25"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_25" _locComment="" -->Bonemeal (crafted from a Skeleton bone) can be used as a fertilizer, and can make things grow instantly!</value>
</data>
<data name="strings.IDS_TIPS_GAMETIP_26"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_26" _locComment="" -->Creepers explode when they get close to you!</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_27"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_27" _locComment="" -->Obsidian is created when water hits a lava source block.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_28"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_28" _locComment="" -->Lava can take minutes to disappear COMPLETELY when the source block is removed.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_29"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_29" _locComment="" -->Cobblestone is resistant to Ghast fireballs, making it useful for guarding portals.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_30"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_30" _locComment="" -->Blocks that can be used as a light source will melt snow and ice. This includes torches, glowstone, and Jack-O-Lanterns.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_31"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_31" _locComment="" -->Take caution when building structures made of wool in open air, as lightning from thunderstorms can set wool on fire.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_32"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_32" _locComment="" -->A single bucket of lava can be used in a furnace to smelt 100 blocks.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_33"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_33" _locComment="" -->The instrument played by a note block depends on the material beneath it.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_34"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_34" _locComment="" -->Zombies and Skeletons can survive daylight if they are in water.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_35"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_35" _locComment="" -->Attacking a wolf will cause any wolves in the immediate vicinity to turn hostile and attack you. This trait is also shared by Zombie Pigmen.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_36"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_36" _locComment="" -->Wolves cannot enter the Nether.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_37"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_37" _locComment="" -->Wolves won't attack Creepers.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_38"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_38" _locComment="" -->Chickens lay an egg every 5 to 10 minutes.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_39"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_39" _locComment="" -->Obsidian can only be mined with a diamond pickaxe.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_40"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_40" _locComment="" -->Creepers are the easiest obtainable source of gunpowder.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_41"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_41" _locComment="" -->Placing two chests side by side will make one large chest.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_42"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_42" _locComment="" -->Tame wolves show their health with the position of their tail. Feed them meat to heal them.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_43"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_43" _locComment="" -->Cook cactus in a furnace to get green dye.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_44"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_44" _locComment="" -->You'll get the latest info on this game from 4J Studios and Kappische on twitter!</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_45"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_45" _locComment="" -->Impress your friends by posting screenshots of your Minecraft creations to Facebook from the in-game Pause menu!</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_46"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_46" _locComment="" -->Read the What's New section in the How To Play menus to see the latest update information about the game.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_47"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_47" _locComment="" -->Stackable fences are in the game now!</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_48"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_48" _locComment="" -->minecraftforum has a section dedicated to the Xbox 360 Edition.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_49"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_49" _locComment="" -->Some animals will follow you if you have wheat in your hand.</value>
  </data>
<data name="strings.IDS_TIPS_GAMETIP_50"><value><!-- _locID_text="strings.IDS_TIPS_GAMETIP_50" _locComment="" -->If an animal can't move more than 20 blocks in any direction, it won't despawn.</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_1"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_1" _locComment="" -->Music by C418!</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_2"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_2" _locComment="" -->Notch has over a million followers on twitter!</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_3"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_3" _locComment="" -->Not all Swedish people have blonde hair. Some, like Jens from Mojang, even have ginger hair!</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_4"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_4" _locComment="" -->We think 4J Studios has removed Herobrine from the Xbox 360 console game, but we're not too sure.</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_5"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_5" _locComment="" -->There will be an update to this game eventually!</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_6"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_6" _locComment="" -->Who is Notch?</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_7"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_7" _locComment="" -->Mojang has more awards than staff!</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_8"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_8" _locComment="" -->Some famous people play Minecraft!</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_9"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_9" _locComment="" -->deadmau5 likes Minecraft!</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_10"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_10" _locComment="" -->Do not look directly at the bugs.</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_11"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_11" _locComment="" -->Creepers were born from a coding bug.</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_12"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_12" _locComment="" -->Is it a chicken or is it a duck?</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_13"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_13" _locComment="" -->Were you at Minecon?</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_14"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_14" _locComment="" -->No-one at Mojang has ever seen junkboy's face.</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_15"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_15" _locComment="" -->Did you know there's a Minecraft Wiki?</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_16"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_16" _locComment="" -->Mojang's new office is cool!</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_17"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_17" _locComment="" -->Minecraft: Xbox 360 Edition broke lots of records!</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_18"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_18" _locComment="" -->Minecon 2013 was in Orlando, Florida, USA!</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_19"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_19" _locComment="" -->.party() was excellent!</value>
  </data>
<data name="strings.IDS_TIPS_TRIVIA_20"><value><!-- _locID_text="strings.IDS_TIPS_TRIVIA_20" _locComment="" -->Always assume rumors are false, rather than assuming they're true!</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_BASICS"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_BASICS" _locComment="" -->{*T3*}HOW TO PLAY : BASICS{*ETW*}{*B*}{*B*}
Minecraft is a game about placing blocks to build anything you can imagine. At night monsters come out, make sure to build a shelter before that happens.{*B*}{*B*}
Use{*CONTROLLER_ACTION_LOOK*} to look around.{*B*}{*B*}
Use{*CONTROLLER_ACTION_MOVE*} to move around.{*B*}{*B*}
Press{*CONTROLLER_ACTION_JUMP*} to jump.{*B*}{*B*}
Push{*CONTROLLER_ACTION_MOVE*} forward twice in rapid succession to sprint. While you hold {*CONTROLLER_ACTION_MOVE*} forward, the character will continue to sprint unless they run out of sprint time or the Food Bar has less than{*ICON_SHANK_03*}.{*B*}{*B*}
Hold{*CONTROLLER_ACTION_ACTION*} to mine and chop using your hand or whatever you are holding. You may need to craft a tool to mine some blocks.{*B*}{*B*}
If you are holding an item in your hand, use{*CONTROLLER_ACTION_USE*} to use that item, or press{*CONTROLLER_ACTION_DROP*} to drop that item.</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_HUD"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_HUD" _locComment="" -->{*T3*}HOW TO PLAY : HUD{*ETW*}{*B*}{*B*}
The HUD shows information about your status; your health, your remaining oxygen when you are under water, your hunger level (you need to eat to replenish this), and your armor if you are wearing any. If you lose some health, but have a food bar with 9 or more{*ICON_SHANK_01*} in it, your health will automatically replenish. Eating food will replenish your food bar.{*B*}
The Experience Bar is also shown here, with a numeric value to show your Experience Level, and the bar indicating how many Experience Points are required to increase your Experience Level. Experience Points are gained by collecting the Experience Orbs dropped by mobs when they die, mining certain block types, breeding animals, fishing, and smelting ores in a furnace.{*B*}{*B*}
It also shows the items that are available to use. Use{*CONTROLLER_ACTION_LEFT_SCROLL*} and{*CONTROLLER_ACTION_RIGHT_SCROLL*} to change the item in your hand.</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_INVENTORY"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_INVENTORY" _locComment="" -->{*T3*}HOW TO PLAY : INVENTORY{*ETW*}{*B*}{*B*}
Use{*CONTROLLER_ACTION_INVENTORY*} to view your inventory.{*B*}{*B*}
This screen shows items available for use in your hand, and all the other items that you are carrying. Your armor is also shown here.{*B*}{*B*}
Use{*CONTROLLER_MENU_NAVIGATE*} to move the pointer. Use{*CONTROLLER_VK_A*} to pick an item under the pointer. If there is more than one item here this will pick them all up, or you can use{*CONTROLLER_VK_X*} to pick up just half of them.{*B*}{*B*}
Move the item with the pointer over another space in the inventory and place it there using{*CONTROLLER_VK_A*}. With multiple items on the pointer, use{*CONTROLLER_VK_A*} to place them all, or{*CONTROLLER_VK_X*} to place just one.{*B*}{*B*}
If an item you are over is armor, you will be shown a tooltip to enable a quick move of this to the right armor slot in the inventory.{*B*}{*B*}
It is possible to change the color of your Leather Armor by dying it, you can do this in the inventory menu by holding the dye in your pointer, then pressing{*CONTROLLER_VK_X*} whilst the pointer is over the piece you wish to dye.
  </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_CHEST"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_CHEST" _locComment="" -->{*T3*}HOW TO PLAY : CHEST{*ETW*}{*B*}{*B*}
Once you have crafted a Chest, you can place this in the world and then use it with{*CONTROLLER_ACTION_USE*} to store items from your inventory.{*B*}{*B*}
Use the pointer to move items between your inventory and the chest.{*B*}{*B*}
Items in the chest will be stored there for you to swap back into your inventory again later.
  </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_LARGECHEST"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_LARGECHEST" _locComment="" -->{*T3*}HOW TO PLAY : LARGE CHEST{*ETW*}{*B*}{*B*}
Two chests placed next to each other will be combined to form a Large Chest. This can store even more items.{*B*}{*B*}
It is used in the same way as a normal chest.
  </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_CRAFTING"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_CRAFTING" _locComment="" -->{*T3*}HOW TO PLAY : CRAFTING{*ETW*}{*B*}{*B*}
In the Crafting interface, you can combine items from your inventory to create new types of items. Use{*CONTROLLER_ACTION_CRAFTING*} to open the crafting interface.{*B*}{*B*}
Scroll through the tabs at the top using{*CONTROLLER_VK_LB*} and{*CONTROLLER_VK_RB*} to select the type of item you wish to craft, then use{*CONTROLLER_MENU_NAVIGATE*} to select the item to craft.{*B*}{*B*}
The crafting area shows the items required to craft the new item. Press{*CONTROLLER_VK_A*} to craft the item and place it in your inventory.
  </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_CRAFT_TABLE"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_CRAFT_TABLE" _locComment="" -->{*T3*}HOW TO PLAY : CRAFTING TABLE{*ETW*}{*B*}{*B*}
You can craft larger items using a Crafting Table.{*B*}{*B*}
Place the table in the world and press{*CONTROLLER_ACTION_USE*} to use it.{*B*}{*B*}
Crafting on a table works in the same way as basic crafting, but you have a larger crafting area, and a more varied selection of items to craft.
  </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_FURNACE"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_FURNACE" _locComment="" -->{*T3*}HOW TO PLAY : FURNACE{*ETW*}{*B*}{*B*}
A Furnace allows you to change items by firing them. For example, you can turn iron ore into iron ingots in the furnace.{*B*}{*B*}
Place the furnace in the world and press{*CONTROLLER_ACTION_USE*} to use it.{*B*}{*B*}
You need to put some fuel into the bottom of the furnace, and the item to be fired in the top. The furnace will then fire up and start working.{*B*}{*B*}
When your items have been fired, you can move them from the output area into your inventory.{*B*}{*B*}
If an item you are over is an ingredient or fuel for the furnace, you will be shown tooltips to enable a quick move of this to the furnace. 
  </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_DISPENSER"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_DISPENSER" _locComment="" -->{*T3*}HOW TO PLAY : DISPENSER{*ETW*}{*B*}{*B*}
A Dispenser is used to shoot out items. You will need to place a switch, for example a lever, next to the dispenser to trigger it.{*B*}{*B*}
To fill the dispenser with items press{*CONTROLLER_ACTION_USE*}, then move the items that you want to dispense from your inventory into the dispenser.{*B*}{*B*}
Now when you use the switch, the dispenser will shoot out an item.
  </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_BREWING"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_BREWING" _locComment="" -->{*T3*}HOW TO PLAY : BREWING{*ETW*}{*B*}{*B*}
Brewing potions requires a Brewing Stand, which can be built at a crafting table. Every potion starts off with a bottle of water, which is made by filling a Glass Bottle with water from a Cauldron, or a water source.{*B*}
A Brewing Stand has three slots for bottles, so can make three potions at the same time. One ingredient can be used over all three bottles, so always brew three potions at the same time to best use your resources.{*B*}
Putting a potion ingredient in the top position at the Brewing Stand will make a base potion after a short time. This doesn't have any effect by itself, but brewing another ingredient with this base potion will give you a potion with an effect.{*B*}
Once you have this potion you can add a third ingredient to make the effect last longer (using Redstone Dust), be more intense (using Glowstone Dust), or turn into a harmful potion (using a Fermented Spider Eye).{*B*}
You can also add gunpowder to any potion to turn it into a Splash Potion, which can then be thrown. The thrown Splash Potion will cause the potion effect to apply over the area it lands in.{*B*}

The source ingredients for potions are :-{*B*}{*B*}
* {*T2*}Nether Wart{*ETW*}{*B*}
* {*T2*}Spider Eye{*ETW*}{*B*}
* {*T2*}Sugar{*ETW*}{*B*}
* {*T2*}Ghast Tear{*ETW*}{*B*}
* {*T2*}Blaze Powder{*ETW*}{*B*}
* {*T2*}Magma Cream{*ETW*}{*B*}
* {*T2*}Glistering Melon{*ETW*}{*B*}
* {*T2*}Redstone Dust{*ETW*}{*B*}
* {*T2*}Glowstone Dust{*ETW*}{*B*}
* {*T2*}Fermented Spider Eye{*ETW*}{*B*}{*B*}

You'll need to experiment with combinations of ingredients in order to find out all the different potions you can make.
  </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_ENCHANTMENT"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_ENCHANTMENT" _locComment="" -->{*T3*}HOW TO PLAY : ENCHANTING{*ETW*}{*B*}{*B*}
The Experience Points collected when a mob dies, or when certain blocks are mined or smelted in a furnace, can be used to enchant some tools, weapons, armor and books.{*B*}
When a Sword, Bow, Axe, Pickaxe, Shovel, Armor or Book is placed in the slot below the book in the Enchantment Table, the three buttons to the right of the slot will display some enchantments and their Experience Levels costs.{*B*}
If you do not have enough Experience Levels to use some of these, the cost will appear in red, otherwise it will be shown in green.{*B*}{*B*}
The actual enchantment applied is randomly selected based on the cost displayed.{*B*}{*B*}
If the Enchantment Table is surrounded by Bookshelves (up to a maximum of 15 Bookshelves), with a one block gap between the Bookcase and the Enchantment Table, the potency of the enchantments will be increased, and arcane glyphs will be seen coming from the book on the Enchantment Table.{*B*}{*B*}
All the ingredients for an Enchantment Table can be found within the villages in a world, or by mining and cultivation of the world.{*B*}{*B*}
Enchanted Books are used at the Anvil to apply enchantments to items. This gives you more control over which enchantments you would like on your items.{*B*}
</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_FARMANIMALS"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_FARMANIMALS" _locComment="" -->{*T3*}HOW TO PLAY : FARMING ANIMALS{*ETW*}{*B*}{*B*}
If you want to keep your animals in the one place, build a fenced area of less than 20x20 blocks and have your animals inside it. This ensures they will still be there when you come back to see them.
</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_BREEDANIMALS"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_BREEDANIMALS" _locComment="" -->{*T3*}HOW TO PLAY : BREEDING ANIMALS{*ETW*}{*B*}{*B*}
The animals in Minecraft can breed, and will produce baby versions of themselves!{*B*}
To get the animals to breed, you will need to feed them with the right food to get them to go into 'Love Mode'.{*B*}
Feed Wheat to a cow, mooshroom or sheep, Carrots to a pig, Wheat Seeds or Nether Wart to a chicken, or any kind of meat to a wolf, and they'll start looking for another animal of the same species near them that is also in Love Mode.{*B*}
When two animals of the same species meet, and both are in Love Mode, they will kiss for a few seconds, and then a baby animal will appear. The baby animal will follow their parents for a while before growing into a full sized animal itself.{*B*}
After being in Love Mode, an animal will not be able to enter it again for about five minutes.{*B*}
There is a limit on the number of animals it is possible to have in a world, so you may find the animals don't breed when you have a lot of them.</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_NETHERPORTAL"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_NETHERPORTAL" _locComment="" -->{*T3*}HOW TO PLAY : NETHER PORTAL{*ETW*}{*B*}{*B*}
A Nether Portal allows the player to travel between the Overworld and the Nether world. The Nether world can be used to fast-travel in the Overworld - traveling one block distance in the Nether is equivalent to traveling 3 blocks in the Overworld, so when you build a portal in the Nether world and exit through it, you will be 3 times further away from your entry point.{*B*}{*B*}
A minimum of 10 Obsidian blocks are required to build the portal, and the portal needs to be 5 blocks high by 4 blocks wide by 1 block deep. Once the portal frame is built, the space inside the frame needs to be set on fire to activate it. This can be done using the Flint and Steel item, or the Fire Charge item.{*B*}{*B*}
Examples of portal construction are shown in the picture to the right.
  </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MULTIPLAYER"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MULTIPLAYER" _locComment="" -->{*T3*}HOW TO PLAY : MULTIPLAYER{*ETW*}{*B*}{*B*}
Minecraft on the Xbox 360 console is a multiplayer game by default. If you are playing in a High Definition mode, you can have local players join your game by attaching controllers and pressing START at any point during the game.{*B*}{*B*}
When you start or join an online game, it will be visible to people in your friends list (unless you've selected Invite Only when hosting the game), and if they join the game, it will also be visible to people in their friends list (if you have selected the Allow Friends of Friends option).{*B*}
When you are in a game, you can press the BACK button to bring up a list of all other players in the game, view their Gamer Cards, Kick players from the game, and invite others to the game.
  </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_SOCIALMEDIA"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_SOCIALMEDIA" _locComment="" -->{*T3*}HOW TO PLAY : SHARING SCREENSHOTS{*ETW*}{*B*}{*B*}
You can capture a screenshot from your game by bringing up the Pause Menu, and pressing{*CONTROLLER_VK_Y*} to Share to Facebook. You'll be presented with a miniature version of your screenshot, and can edit the text associated with the Facebook post.{*B*}{*B*}
There's a camera mode especially for taking these screenshots, so that you can see the front of your character in the shot - press{*CONTROLLER_ACTION_CAMERA*} until you can see the front view of your character before pressing{*CONTROLLER_VK_Y*} to Share.{*B*}{*B*}
Gamertags will not be displayed in the screenshot.
  </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_BANLIST"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_BANLIST" _locComment="" -->{*T3*}HOW TO PLAY : BANNING LEVELS{*ETW*}{*B*}{*B*}
If you find offensive content within a level you are playing, you can choose to add the level to your Banned Levels list. 
If you would like to do this, bring up the Pause menu, then press{*CONTROLLER_VK_RB*} to select the Ban Level tooltip. 
When you attempt to join this level in future, you will be notified that the level is in your Banned Levels list, and given the option to remove it from the list and continue into the level, or back out.</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_CREATIVE"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_CREATIVE" _locComment="" -->{*T3*}HOW TO PLAY : CREATIVE MODE{*ETW*}{*B*}{*B*}
The creative mode interface allows any item in the game to be moved into the player’s inventory without the need for mining or crafting the item. 
The items in the player's inventory will not be removed when they are placed or used in the world, and this allows the player to focus on building rather than resource gathering.{*B*}
If you create, load or save a world in Creative Mode, that world will have achievements and leaderboard updates disabled, even if it is then loaded in Survival Mode.{*B*}
To fly when in Creative Mode, press{*CONTROLLER_ACTION_JUMP*} twice quickly. To exit flying, repeat the action. To fly faster, push{*CONTROLLER_ACTION_MOVE*} forward twice in rapid succession while flying. 
When in flying mode, you can hold down{*CONTROLLER_ACTION_JUMP*} to move up and{*CONTROLLER_ACTION_SNEAK*} to move down, or use{*CONTROLLER_ACTION_DPAD_UP*} to move up, {*CONTROLLER_ACTION_DPAD_DOWN*} to move down, 
{*CONTROLLER_ACTION_DPAD_LEFT*} to move left, and {*CONTROLLER_ACTION_DPAD_RIGHT*} to move right.</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_HOSTOPTIONS"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_HOSTOPTIONS" _locComment="" -->{*T3*}HOW TO PLAY : HOST AND PLAYER OPTIONS{*ETW*}{*B*}{*B*}

{*T1*}Game Options{*ETW*}{*B*}
When loading or creating a world, you can press the "More Options" button to enter a menu that allows more control over your game.{*B*}{*B*}

	{*T2*}Player vs Player{*ETW*}{*B*}
	When enabled, players can inflict damage on other players. This option only affects Survival mode.{*B*}{*B*}
	
	{*T2*}Trust Players{*ETW*}{*B*}
	When disabled, players joining the game are restricted in what they can do. They are not able to mine or use items, place blocks, use doors and switches, use containers, attack players or attack animals. You can change these options for a specific player using the in-game menu.{*B*}{*B*}
	
	{*T2*}Fire Spreads{*ETW*}{*B*}
	When enabled, fire may spread to nearby flammable blocks. This option can also be changed from within the game.{*B*}{*B*}
	
	{*T2*}TNT Explodes{*ETW*}{*B*}
	When enabled, TNT will explode when detonated. This option can also be changed from within the game.{*B*}{*B*}
	
	{*T2*}Host Privileges{*ETW*}{*B*}
	When enabled, the host can toggle their ability to fly, disable exhaustion, and make themselves invisible from the in-game menu. {*DISABLES_ACHIEVEMENTS*}{*B*}{*B*}

{*T1*}World Generation Options{*ETW*}{*B*}
When creating a new world there are some additional options.{*B*}{*B*}

	{*T2*}Generate Structures{*ETW*}{*B*}
	When enabled, structures such as Villages and Strongholds will generate in the world.{*B*}{*B*}
	
	{*T2*}Superflat World{*ETW*}{*B*}
	When enabled, a completely flat world will be generated in the Overworld and in the Nether.{*B*}{*B*}
	
	{*T2*}Bonus Chest{*ETW*}{*B*}
	When enabled, a chest containing some useful items will be created near the player spawn point.{*B*}{*B*}
	
	{*T2*}Reset Nether{*ETW*}{*B*}
	When enabled, the Nether will be re-generated. This is useful if you have an older save where Nether Fortresses were not present.{*B*}{*B*}

	{*T1*}In-Game Options{*ETW*}{*B*}
	While in the game a number of options can be accessed by pressing {*BACK_BUTTON*} to bring up the in-game menu.{*B*}{*B*}
	
	{*T2*}Host Options{*ETW*}{*B*}
	The host player, and any players set as moderators can access the "Host Option" menu. In this menu they can enable and disable fire spreading and TNT exploding.{*B*}{*B*}

{*T1*}Player Options{*ETW*}{*B*}
To modify the privileges for a player, select their name and press{*CONTROLLER_VK_A*} to bring up the player privileges menu where you can use the following options.{*B*}{*B*}

	{*T2*}Can Build And Mine{*ETW*}{*B*}
	This option is only available when "Trust Players" is turned off. When this option is enabled, the player is able to interact with the world as normal. When disabled the player will not be able to place or destroy blocks, or interact with many items and blocks.{*B*}{*B*}
	
	{*T2*}Can Use Doors and Switches{*ETW*}{*B*}
	This option is only available when "Trust Players" is turned off. When this option is disabled, the player will not be able to use doors and switches.{*B*}{*B*}
	
	{*T2*}Can Open Containers{*ETW*}{*B*}
	This option is only available when "Trust Players" is turned off. When this option is disabled, the player will not be able to open containers, such as chests.{*B*}{*B*}
	
	{*T2*}Can Attack Players{*ETW*}{*B*}
	This option is only available when "Trust Players" is turned off. When this option is disabled the player will not be able to cause damage to other players.{*B*}{*B*}
	
	{*T2*}Can Attack Animals{*ETW*}{*B*}
	This option is only available when "Trust Players" is turned off. When this option is disabled the player will not be able to cause damage to animals.{*B*}{*B*}
	
	{*T2*}Moderator{*ETW*}{*B*}
	When this option is enabled, the player is able to change privileges for other players (except the host) if "Trust Players" is turned off, kick players and they can enable and disable fire spreading and TNT exploding.{*B*}{*B*}
	
	{*T2*}Kick Player{*ETW*}{*B*}
	For players that are not on the same {*PLATFORM_NAME*} console as the host player, selecting this option will kick the player from the game and any other players on their {*PLATFORM_NAME*} console. This player will not be able to rejoin the game until it is restarted.{*B*}{*B*}

{*T1*}Host Player Options{*ETW*}{*B*}
If "Host Privileges" is enabled the host player can modify some privileges for themselves. To modify the privileges for a player, select their name and press{*CONTROLLER_VK_A*} to bring up the player privileges menu where you can use the following options.{*B*}{*B*}

	{*T2*}Can Fly{*ETW*}{*B*}
	When this option is enabled, the player is able to fly. This option is only relevant to Survival mode, as flying is enabled for all players in Creative mode.{*B*}{*B*}
	
	{*T2*}Disable Exhaustion{*ETW*}{*B*}
	This option only affects Survival mode. When enabled, physical activities (walking/sprinting/jumping etc.) do not decrease the food bar. However, if the player becomes injured, the food bar will slowly decrease while the player is healing.{*B*}{*B*}
	
	{*T2*}Invisible{*ETW*}{*B*}
	When this option is enabled, the player is not visible to other players and is invulnerable.{*B*}{*B*}
    
	{*T2*}Can Teleport{*ETW*}{*B*}
	This allows the player to move players or themselves to other players in the world.
</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_NEXT"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_NEXT" _locComment="" -->Next Page</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_PREV"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_PREV" _locComment="" -->Previous Page</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_BASICS"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_BASICS" _locComment="" -->Basics</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_HUD"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_HUD" _locComment="" -->HUD</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_INVENTORY"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_INVENTORY" _locComment="" -->Inventory</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_CHESTS"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_CHESTS" _locComment="" -->Chests</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_CRAFTING"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_CRAFTING" _locComment="" -->Crafting</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_FURNACE"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_FURNACE" _locComment="" -->Furnace</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_DISPENSER"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_DISPENSER" _locComment="" -->Dispenser</value>
	  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_FARMANIMALS"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_FARMANIMALS" _locComment="" -->Farming Animals</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_BREEDANIMALS"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_BREEDANIMALS" _locComment="" -->Breeding Animals</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_BREWING"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_BREWING" _locComment="" -->Brewing</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_ENCHANTMENT"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_ENCHANTMENT" _locComment="" -->Enchantment</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_NETHERPORTAL"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_NETHERPORTAL" _locComment="" -->Nether Portal</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_MULTIPLAYER"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_MULTIPLAYER" _locComment="" -->Multiplayer</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_SOCIALMEDIA"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_SOCIALMEDIA" _locComment="" -->Sharing Screenshots</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_BANLIST"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_BANLIST" _locComment="" -->Banning Levels</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_CREATIVE"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_CREATIVE" _locComment="" -->Creative Mode</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_HOSTOPTIONS"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_HOSTOPTIONS" _locComment="" -->Host and Player Options</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_TRADING"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_TRADING" _locComment="" -->Trading</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_ANVIL"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_ANVIL" _locComment="" -->Anvil</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_THEEND"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_THEEND" _locComment="" -->The End</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_THEEND"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_THEEND" _locComment="" -->{*T3*}HOW TO PLAY : THE END{*ETW*}{*B*}{*B*}
The End is another dimension in the game, which is reached through an active End Portal. The End Portal can be found in a Stronghold, which is deep underground in the Overworld.{*B*}
To activate the End Portal, you'll need to put an Eye of Ender into any End Portal Frame without one.{*B*}
Once the portal is active, jump in to it to go to The End.{*B*}{*B*}
In The End you will meet the Ender Dragon, a fierce and powerful enemy, along with many Enderman, so you will have to be well prepared for the battle before going there!{*B*}{*B*}
You'll find that there are Ender Crystals on top of eight Obsidian spikes that the Ender Dragon uses to heal itself, 
so the first step in the battle is to destroy each of these.{*B*}
The first few can be reached with arrows, but the later ones are protected by an Iron Fence cage, and you will need to build up to them.{*B*}{*B*}
While you are doing this, the Ender Dragon will be attacking you by flying at you and spitting Ender acid balls!{*B*}
If you approach the Egg Podium in the centre of the spikes, the Ender Dragon will fly down and attack you and this is where you can really do some damage to it!{*B*}
Avoid the acid breath, and target the Ender Dragon's eyes for the best results. If possible, bring some friends in to The End to help you with the battle!{*B*}{*B*}
Once you are in The End, your friends will be able to see the location of the End Portal within the Stronghold on their maps, 
so they can easily join you.
  </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_SPRINT"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_SPRINT" _locComment="" -->Sprint</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_MENU_WHATSNEW"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_MENU_WHATSNEW" _locComment="" -->What's New</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_WHATSNEW"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_WHATSNEW" _locComment="" -->
{*T3*}Changes and Additions{*ETW*}{*B*}{*B*}
- Added new items - Emerald, Emerald Ore, Block of Emerald, Ender Chest, Tripwire Hook, Enchanted Golden Apple, Anvil, Flower Pot, Cobblestone Walls, Mossy Cobblestone Walls, Wither Painting, Potato, Baked Potato, Poisonous Potato, Carrot, Golden Carrot, Carrot on a Stick, 
Pumpkin Pie, Night Vision Potion, Invisibility Potion, Nether Quartz, Nether Quartz Ore, Block of Quartz, Quartz Slab, Quartz Stair, Chiseled Quartz Block, Pillar Quartz Block, Enchanted Book, Carpet.{*B*}
- Added new recipes for Smooth Sandstone and Chiselled Sandstone.{*B*}
- Added new Mobs - Zombie Villagers.{*B*}
- Added new terrain generation features - Desert Temples, Desert Villages, Jungle Temples.{*B*}
- Added Trading with villagers.{*B*}
- Added Anvil interface.{*B*}
- Can dye leather armor.{*B*}
- Can dye wolf collars.{*B*}
- Can control riding a pig with a Carrot on a Stick.{*B*}
- Updated Bonus Chest content with more items.{*B*}
- Changed placement of half blocks and other blocks on half blocks.{*B*}
- Changed placement of upside down stairs and slabs.{*B*}
- Added different villager professions.{*B*}
- Villagers spawned from a spawn egg will have a random profession.{*B*}
- Added sideways log placement.{*B*}
- Furnaces can use wooden tools as a fuel.{*B*}
- Ice and Glass panes can be collected with silk touch enchanted tools.{*B*}
- Wooden Buttons and Wooden Pressure Plates can be activated with Arrows.{*B*}
- Nether mobs can spawn in the Overworld from Portals.{*B*}
- Creepers and Spiders are aggressive towards the last player that hit them.{*B*}
- Mobs in Creative mode become neutral again after a short period.{*B*}
- Remove knockback when drowning.{*B*}
- Doors being broken by zombies show damage.{*B*}
- Ice melts in the nether.{*B*}
- Cauldrons fill up when out in the rain.{*B*}
- Pistons take twice as long to update.{*B*}
- Pig drops Saddle when killed (if has one).{*B*}
- Sky color in The End changed.{*B*}
- String can be placed (for Tripwires).{*B*}
- Rain drips through leaves.{*B*}
- Levers can be placed on the bottom of blocks.{*B*}
- TNT does variable damage depending on difficulty setting.{*B*}
- Book recipe changed.{*B*}
- Boats break Lilypads, instead of Lilypads breaking Boats.{*B*}
- Pigs drop more Porkchops.{*B*}
- Slimes spawn less in Superflat worlds.{*B*}
- Creeper damage variable based on difficulty setting, more knockback.{*B*}
- Fixed Endermen not opening their jaws.{*B*}
- Added teleporting of players (using the {*BACK_BUTTON*} menu in-game).{*B*}
- Added new Host Options for flying, invisibility and invulnerability for remote players.{*B*}
- Added new tutorials to the Tutorial World for new items and features.{*B*}
- Updated the positions of the Music Disc Chests in the Tutorial World.{*B*}
</value>
</data>
<data name="strings.IDS_TITLEUPDATE"><value><!-- _locID_text="strings.IDS_TITLEUPDATE" _locComment="" -->{*ETB*}Welcome back! You may not have noticed but your Minecraft has just been updated.{*B*}{*B*}
There are lots of new features for you and friends to play with so here’s just a few highlights. Have a read and then go and have fun!{*B*}{*B*} 
{*T1*}New Items{*ETB*} - Emerald, Emerald Ore, Block of Emerald, Ender Chest, Tripwire Hook, Enchanted Golden Apple, Anvil, Flower Pot, Cobblestone Walls, Mossy Cobblestone Walls, Wither Painting, Potato, Baked Potato, Poisonous Potato, Carrot, Golden Carrot, Carrot on a Stick, 
Pumpkin Pie, Night Vision Potion, Invisibility Potion, Nether Quartz, Nether Quartz Ore, Block of Quartz, Quartz Slab, Quartz Stair, Chiseled Quartz Block, Pillar Quartz Block, Enchanted Book, Carpet.{*B*}{*B*}
 {*T1*}New Mobs{*ETB*} - Zombie Villagers.{*B*}{*B*}
{*T1*}New Features{*ETB*} -  Trade with villagers, repair or enchant weapons and tools with an Anvil, store items in an Ender Chest, control a pig while riding it using a Carrot on a Stick!{*B*}{*B*}
{*T1*}New Mini-Tutorials{*ETB*} – Learn how to use the new features in the Tutorial World!{*B*}{*B*}
{*T1*}New 'Easter Eggs'{*ETB*} – We've moved all the secret Music Discs in the Tutorial World. See if you can find them again!{*B*}{*B*}
</value>
</data>
<data name="strings.IDS_DESC_SWORD"><value><!-- _locID_text="strings.IDS_DESC_SWORD" _locComment="" -->Deals more damage than by hand.</value>
  </data>
<data name="strings.IDS_DESC_SHOVEL"><value><!-- _locID_text="strings.IDS_DESC_SHOVEL" _locComment="" -->Used to dig dirt, grass, sand, gravel and snow faster than by hand. Shovels are required to dig snowballs.</value>
  </data>
<data name="strings.IDS_DESC_PICKAXE"><value><!-- _locID_text="strings.IDS_DESC_PICKAXE" _locComment="" -->Required to mine stone-related blocks and ore.</value>
  </data>
<data name="strings.IDS_DESC_HATCHET"><value><!-- _locID_text="strings.IDS_DESC_HATCHET" _locComment="" -->Used to chop wood-related blocks faster than by hand.</value>
  </data>
<data name="strings.IDS_DESC_HOE"><value><!-- _locID_text="strings.IDS_DESC_HOE" _locComment="" -->Used to till dirt and grass blocks to prepare for crops.</value>
  </data>
<data name="strings.IDS_DESC_DOOR_WOOD"><value><!-- _locID_text="strings.IDS_DESC_DOOR_WOOD" _locComment="" -->Wooden doors are activated by using, hitting them or with Redstone.</value>
  </data>
<data name="strings.IDS_DESC_DOOR_IRON"><value><!-- _locID_text="strings.IDS_DESC_DOOR_IRON" _locComment="" -->Iron doors can only be opened by Redstone, buttons or switches.</value>
  </data>
<data name="strings.IDS_DESC_HELMET"><value><!-- _locID_text="strings.IDS_DESC_HELMET" _locComment="" -->NOT USED</value>
  </data>
<data name="strings.IDS_DESC_CHESTPLATE"><value><!-- _locID_text="strings.IDS_DESC_CHESTPLATE" _locComment="" -->NOT USED</value>
  </data>
<data name="strings.IDS_DESC_LEGGINGS"><value><!-- _locID_text="strings.IDS_DESC_LEGGINGS" _locComment="" -->NOT USED</value>
  </data>
<data name="strings.IDS_DESC_BOOTS"><value><!-- _locID_text="strings.IDS_DESC_BOOTS" _locComment="" -->NOT USED</value>
  </data>
<data name="strings.IDS_DESC_HELMET_LEATHER"><value><!-- _locID_text="strings.IDS_DESC_HELMET_LEATHER" _locComment="" -->Gives the user 1 Armor when worn.</value>
	</data>	
<data name="strings.IDS_DESC_CHESTPLATE_LEATHER"><value><!-- _locID_text="strings.IDS_DESC_CHESTPLATE_LEATHER" _locComment="" -->Gives the user 3 Armor when worn.</value>
	</data>	
<data name="strings.IDS_DESC_LEGGINGS_LEATHER"><value><!-- _locID_text="strings.IDS_DESC_LEGGINGS_LEATHER" _locComment="" -->Gives the user 2 Armor when worn.</value>
	</data>	
<data name="strings.IDS_DESC_BOOTS_LEATHER"><value><!-- _locID_text="strings.IDS_DESC_BOOTS_LEATHER" _locComment="" -->Gives the user 1 Armor when worn.</value>
	</data>
<data name="strings.IDS_DESC_HELMET_CHAIN"><value><!-- _locID_text="strings.IDS_DESC_HELMET_CHAIN" _locComment="" -->Gives the user 2 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_CHESTPLATE_CHAIN"><value><!-- _locID_text="strings.IDS_DESC_CHESTPLATE_CHAIN" _locComment="" -->Gives the user 5 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_LEGGINGS_CHAIN"><value><!-- _locID_text="strings.IDS_DESC_LEGGINGS_CHAIN" _locComment="" -->Gives the user 4 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_BOOTS_CHAIN"><value><!-- _locID_text="strings.IDS_DESC_BOOTS_CHAIN" _locComment="" -->Gives the user 1 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_HELMET_IRON"><value><!-- _locID_text="strings.IDS_DESC_HELMET_IRON" _locComment="" -->Gives the user 2 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_CHESTPLATE_IRON"><value><!-- _locID_text="strings.IDS_DESC_CHESTPLATE_IRON" _locComment="" -->Gives the user 6 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_LEGGINGS_IRON"><value><!-- _locID_text="strings.IDS_DESC_LEGGINGS_IRON" _locComment="" -->Gives the user 5 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_BOOTS_IRON"><value><!-- _locID_text="strings.IDS_DESC_BOOTS_IRON" _locComment="" -->Gives the user 2 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_HELMET_GOLD"><value><!-- _locID_text="strings.IDS_DESC_HELMET_GOLD" _locComment="" -->Gives the user 2 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_CHESTPLATE_GOLD"><value><!-- _locID_text="strings.IDS_DESC_CHESTPLATE_GOLD" _locComment="" -->Gives the user 5 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_LEGGINGS_GOLD"><value><!-- _locID_text="strings.IDS_DESC_LEGGINGS_GOLD" _locComment="" -->Gives the user 3 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_BOOTS_GOLD"><value><!-- _locID_text="strings.IDS_DESC_BOOTS_GOLD" _locComment="" -->Gives the user 1 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_HELMET_DIAMOND"><value><!-- _locID_text="strings.IDS_DESC_HELMET_DIAMOND" _locComment="" -->Gives the user 3 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_CHESTPLATE_DIAMOND"><value><!-- _locID_text="strings.IDS_DESC_CHESTPLATE_DIAMOND" _locComment="" -->Gives the user 8 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_LEGGINGS_DIAMOND"><value><!-- _locID_text="strings.IDS_DESC_LEGGINGS_DIAMOND" _locComment="" -->Gives the user 6 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_BOOTS_DIAMOND"><value><!-- _locID_text="strings.IDS_DESC_BOOTS_DIAMOND" _locComment="" -->Gives the user 3 Armor when worn.</value>
  </data>
<data name="strings.IDS_DESC_INGOT"><value><!-- _locID_text="strings.IDS_DESC_INGOT" _locComment="" -->A shiny ingot which can be used to craft tools made from this material. Created by smelting ore in a furnace.</value>
  </data>
<data name="strings.IDS_DESC_BLOCK"><value><!-- _locID_text="strings.IDS_DESC_BLOCK" _locComment="" -->Allows ingots, gems, or dyes to be crafted into placeable blocks. Can be used as an expensive building block or compact storage of the ore.</value>
  </data>
<data name="strings.IDS_DESC_PRESSUREPLATE"><value><!-- _locID_text="strings.IDS_DESC_PRESSUREPLATE" _locComment="" -->Used to send an electrical charge when stepped on by a player, an animal, or a monster. Wooden Pressure Plates can also be activated by dropping something on them.</value>
  </data>
<data name="strings.IDS_DESC_STAIRS"><value><!-- _locID_text="strings.IDS_DESC_STAIRS" _locComment="" -->Used for compact staircases.</value>
  </data>
<data name="strings.IDS_DESC_SLAB"><value><!-- _locID_text="strings.IDS_DESC_SLAB" _locComment="" -->Used for making long staircases. Two slabs placed on top of each other will create a normal-sized double slab block.</value>
  </data>
<data name="strings.IDS_DESC_HALFSLAB"><value><!-- _locID_text="strings.IDS_DESC_HALFSLAB" _locComment="" -->Used for making long staircases. Two slabs placed on top of each other will create a normal-sized double slab block.</value>
  </data>
<data name="strings.IDS_DESC_TORCH"><value><!-- _locID_text="strings.IDS_DESC_TORCH" _locComment="" -->Used to create light. Torches also melt snow and ice.</value>
  </data>
<data name="strings.IDS_DESC_WOODENPLANKS"><value><!-- _locID_text="strings.IDS_DESC_WOODENPLANKS" _locComment="" -->Used as a building material and can be crafted into many things. Can be crafted from any form of wood.</value>
  </data>
<data name="strings.IDS_DESC_SANDSTONE"><value><!-- _locID_text="strings.IDS_DESC_SANDSTONE" _locComment="" -->Used as a building material. Is not influenced by gravity like normal Sand.</value>
  </data>
<data name="strings.IDS_DESC_STRUCTBLOCK"><value><!-- _locID_text="strings.IDS_DESC_STRUCTBLOCK" _locComment="" -->Used as a building material.</value>
  </data>
<data name="strings.IDS_DESC_STICK"><value><!-- _locID_text="strings.IDS_DESC_STICK" _locComment="" -->Used to craft torches, arrows, signs, ladders, fences and as handles for tools and weapons.</value>
  </data>
<data name="strings.IDS_DESC_BED"><value><!-- _locID_text="strings.IDS_DESC_BED" _locComment="" -->Used to forward time from any time at night to morning if all the players in the world are in bed, and changes the spawn point of the player. 
The colors of the bed are always the same, regardless of the colors of wool used.</value>
  </data>
<data name="strings.IDS_DESC_CRAFTINGTABLE"><value><!-- _locID_text="strings.IDS_DESC_CRAFTINGTABLE" _locComment="" -->Allows you to craft a more varied selection of items than the normal crafting.</value>
  </data>
<data name="strings.IDS_DESC_FURNACE"><value><!-- _locID_text="strings.IDS_DESC_FURNACE" _locComment="" -->Allows you to smelt ore, create charcoal and glass, and cook fish and porkchops.</value>
  </data>
<data name="strings.IDS_DESC_CHEST"><value><!-- _locID_text="strings.IDS_DESC_CHEST" _locComment="" -->Stores blocks and items inside. Place two chests side by side to create a larger chest with double the capacity.</value>
  </data>
<data name="strings.IDS_DESC_FENCE"><value><!-- _locID_text="strings.IDS_DESC_FENCE" _locComment="" -->Used as a barrier that cannot be jumped over. Counts as 1.5 blocks high for players, animals and monsters, but 1 block high for other blocks.</value>
  </data>
<data name="strings.IDS_DESC_LADDER"><value><!-- _locID_text="strings.IDS_DESC_LADDER" _locComment="" -->Used to climb vertically.</value>
  </data>
<data name="strings.IDS_DESC_TRAPDOOR"><value><!-- _locID_text="strings.IDS_DESC_TRAPDOOR" _locComment="" -->Activated by using, hitting them or with redstone. They function as normal doors, but are a one by one block and lay flat on the ground.</value>
  </data>
<data name="strings.IDS_DESC_SIGN"><value><!-- _locID_text="strings.IDS_DESC_SIGN" _locComment="" -->Shows text entered by you or other players.</value>
  </data>
<data name="strings.IDS_DESC_GLOWSTONE"><value><!-- _locID_text="strings.IDS_DESC_GLOWSTONE" _locComment="" -->Used to create brighter light than torches. Melts snow/ice and can be used underwater.</value>
  </data>
<data name="strings.IDS_DESC_TNT"><value><!-- _locID_text="strings.IDS_DESC_TNT" _locComment="" -->Used to cause explosions. Activated after placing by igniting with Flint and Steel item, or with an electrical charge.</value>
  </data>
<data name="strings.IDS_DESC_BOWL"><value><!-- _locID_text="strings.IDS_DESC_BOWL" _locComment="" -->Used to hold mushroom stew. You keep the bowl when the stew has been eaten.</value>
  </data>
<data name="strings.IDS_DESC_BUCKET"><value><!-- _locID_text="strings.IDS_DESC_BUCKET" _locComment="" -->Used to hold and transport water, lava and milk.</value>
  </data>
<data name="strings.IDS_DESC_BUCKET_WATER"><value><!-- _locID_text="strings.IDS_DESC_BUCKET_WATER" _locComment="" -->Used to hold and transport water.</value>
  </data>
<data name="strings.IDS_DESC_BUCKET_LAVA"><value><!-- _locID_text="strings.IDS_DESC_BUCKET_LAVA" _locComment="" -->Used to hold and transport lava.</value>
  </data>
<data name="strings.IDS_DESC_BUCKET_MILK"><value><!-- _locID_text="strings.IDS_DESC_BUCKET_MILK" _locComment="" -->Used to hold and transport milk.</value>
  </data>
<data name="strings.IDS_DESC_FLINTANDSTEEL"><value><!-- _locID_text="strings.IDS_DESC_FLINTANDSTEEL" _locComment="" -->Used to create fire, ignite TNT, and open a portal once it has been built.</value>
  </data>
<data name="strings.IDS_DESC_FISHINGROD"><value><!-- _locID_text="strings.IDS_DESC_FISHINGROD" _locComment="" -->Used to catch fish.</value>
  </data>
<data name="strings.IDS_DESC_CLOCK"><value><!-- _locID_text="strings.IDS_DESC_CLOCK" _locComment="" -->Displays positions of the Sun and Moon.</value>
  </data>
<data name="strings.IDS_DESC_COMPASS"><value><!-- _locID_text="strings.IDS_DESC_COMPASS" _locComment="" -->Points to your start point.</value>
  </data>
<data name="strings.IDS_DESC_MAP"><value><!-- _locID_text="strings.IDS_DESC_MAP" _locComment="" -->Will create an image of an area explored while held. This can be used for path-finding.</value>
  </data>
<data name="strings.IDS_DESC_BOW"><value><!-- _locID_text="strings.IDS_DESC_BOW" _locComment="" -->Allows for ranged attacks by using arrows.</value>
  </data>
<data name="strings.IDS_DESC_ARROW"><value><!-- _locID_text="strings.IDS_DESC_ARROW" _locComment="" -->Used as ammunition for bows.</value>
  </data>
<data name="strings.IDS_DESC_BREAD"><value><!-- _locID_text="strings.IDS_DESC_BREAD" _locComment="" -->Restores 2.5{*ICON_SHANK_01*}.</value>
  </data>
<data name="strings.IDS_DESC_CAKE"><value><!-- _locID_text="strings.IDS_DESC_CAKE" _locComment="" -->Restores 1{*ICON_SHANK_01*}. Can be used 6 times.</value>
  </data>
<data name="strings.IDS_DESC_COOKIE"><value><!-- _locID_text="strings.IDS_DESC_COOKIE" _locComment="" -->Restores 1{*ICON_SHANK_01*}.</value>
  </data>
<data name="strings.IDS_DESC_MELON_SLICE"><value><!-- _locID_text="strings.IDS_DESC_MELON_SLICE" _locComment="" -->Restores 1{*ICON_SHANK_01*}.</value>
  </data>
<data name="strings.IDS_DESC_MUSHROOMSTEW"><value><!-- _locID_text="strings.IDS_DESC_MUSHROOMSTEW" _locComment="" -->Restores 3{*ICON_SHANK_01*}.</value>
  </data>
<data name="strings.IDS_DESC_CHICKEN_RAW"><value><!-- _locID_text="strings.IDS_DESC_CHICKEN_RAW" _locComment="" -->Restores 1{*ICON_SHANK_01*}, or can be cooked in a furnace. Eating this can cause you to be poisoned.</value>
  </data>
<data name="strings.IDS_DESC_CHICKEN_COOKED"><value><!-- _locID_text="strings.IDS_DESC_CHICKEN_COOKED" _locComment="" -->Restores 3{*ICON_SHANK_01*}. Created by cooking raw chicken in a furnace.</value>
  </data>
<data name="strings.IDS_DESC_BEEF_RAW"><value><!-- _locID_text="strings.IDS_DESC_BEEF_RAW" _locComment="" -->Restores 1.5{*ICON_SHANK_01*}, or can be cooked in a furnace.</value>
  </data>
<data name="strings.IDS_DESC_BEEF_COOKED"><value><!-- _locID_text="strings.IDS_DESC_BEEF_COOKED" _locComment="" -->Restores 4{*ICON_SHANK_01*}. Created by cooking raw beef in a furnace.</value>
  </data>
<data name="strings.IDS_DESC_PORKCHOP_RAW"><value><!-- _locID_text="strings.IDS_DESC_PORKCHOP_RAW" _locComment="" -->Restores 1.5{*ICON_SHANK_01*}, or can be cooked in a furnace.</value>
  </data>
<data name="strings.IDS_DESC_PORKCHOP_COOKED"><value><!-- _locID_text="strings.IDS_DESC_PORKCHOP_COOKED" _locComment="" -->Restores 4{*ICON_SHANK_01*}. Created by cooking a raw porkchop in a furnace.</value>
  </data>
<data name="strings.IDS_DESC_FISH_RAW"><value><!-- _locID_text="strings.IDS_DESC_FISH_RAW" _locComment="" -->Restores 1{*ICON_SHANK_01*}, or can be cooked in a furnace. Can be fed to an Ocelot to tame it.</value>
  </data>
<data name="strings.IDS_DESC_FISH_COOKED"><value><!-- _locID_text="strings.IDS_DESC_FISH_COOKED" _locComment="" -->Restores 2.5{*ICON_SHANK_01*}. Created by cooking a raw fish in a furnace.</value>
  </data>
<data name="strings.IDS_DESC_APPLE"><value><!-- _locID_text="strings.IDS_DESC_APPLE" _locComment="" -->Restores 2{*ICON_SHANK_01*}, and can be crafted into a golden apple.</value>
  </data>
<data name="strings.IDS_DESC_GOLDENAPPLE"><value><!-- _locID_text="strings.IDS_DESC_GOLDENAPPLE" _locComment="" -->Restores 2{*ICON_SHANK_01*}, and regenerates health for 4 seconds. Crafted from an apple and gold nuggets.</value>
  </data>
<data name="strings.IDS_DESC_ROTTEN_FLESH"><value><!-- _locID_text="strings.IDS_DESC_ROTTEN_FLESH" _locComment="" -->Restores 2{*ICON_SHANK_01*}. Eating this can cause you to be poisoned.</value>
  </data>
<data name="strings.IDS_DESC_SUGAR"><value><!-- _locID_text="strings.IDS_DESC_SUGAR" _locComment="" -->Used in the cake recipe, and as an ingredient for brewing potions.</value>
  </data>
<data name="strings.IDS_DESC_LEVER"><value><!-- _locID_text="strings.IDS_DESC_LEVER" _locComment="" -->Used to send an electrical charge by being turned on or off. Stays in the on or off state until pressed again.</value>
  </data>
<data name="strings.IDS_DESC_REDSTONETORCH"><value><!-- _locID_text="strings.IDS_DESC_REDSTONETORCH" _locComment="" -->Constantly sends an electrical charge, or can be used as a receiver/transmitter when connected to the side of a block. 
Can also be used for low-level lighting.</value>
  </data>
<data name="strings.IDS_DESC_REDSTONEREPEATER"><value><!-- _locID_text="strings.IDS_DESC_REDSTONEREPEATER" _locComment="" -->Used in Redstone circuits as repeater, a delayer, and/or a diode.</value>
  </data>
<data name="strings.IDS_DESC_BUTTON"><value><!-- _locID_text="strings.IDS_DESC_BUTTON" _locComment="" -->Used to send an electrical charge by being pressed. Stays activated for approximately a second before shutting off again.</value>
  </data>
<data name="strings.IDS_DESC_DISPENSER"><value><!-- _locID_text="strings.IDS_DESC_DISPENSER" _locComment="" -->Used to hold and shoot out items in a random order when given a Redstone charge.</value>
  </data>
<data name="strings.IDS_DESC_NOTEBLOCK"><value><!-- _locID_text="strings.IDS_DESC_NOTEBLOCK" _locComment="" -->Plays a note when triggered. Hit it to change the pitch of the note. Placing this on top of different blocks will change the type of instrument.</value>
  </data>
<data name="strings.IDS_DESC_RAIL"><value><!-- _locID_text="strings.IDS_DESC_RAIL" _locComment="" -->Used to guide minecarts.</value>
  </data>
<data name="strings.IDS_DESC_POWEREDRAIL"><value><!-- _locID_text="strings.IDS_DESC_POWEREDRAIL" _locComment="" -->When powered, accelerates minecarts that pass over it. When unpowered, causes minecarts to stop on it.</value>
  </data>
<data name="strings.IDS_DESC_DETECTORRAIL"><value><!-- _locID_text="strings.IDS_DESC_DETECTORRAIL" _locComment="" -->Functions like a Pressure Plate (sends a Redstone signal when powered) but can only be activated by a minecart.</value>
  </data>
<data name="strings.IDS_DESC_MINECART"><value><!-- _locID_text="strings.IDS_DESC_MINECART" _locComment="" -->Used to transport you, an animal, or a monster along rails.</value>
  </data>
<data name="strings.IDS_DESC_MINECARTWITHCHEST"><value><!-- _locID_text="strings.IDS_DESC_MINECARTWITHCHEST" _locComment="" -->Used to transport goods along rails.</value>
  </data>
<data name="strings.IDS_DESC_MINECARTWITHFURNACE"><value><!-- _locID_text="strings.IDS_DESC_MINECARTWITHFURNACE" _locComment="" -->Will move along rails and can push other minecarts when coal is put in it.</value>
  </data>
<data name="strings.IDS_DESC_BOAT"><value><!-- _locID_text="strings.IDS_DESC_BOAT" _locComment="" -->Used to travel in water more quickly than swimming.</value>
  </data>
<data name="strings.IDS_DESC_WOOL"><value><!-- _locID_text="strings.IDS_DESC_WOOL" _locComment="" -->Collected from sheep, and can be colored with dyes.</value>
  </data>
<data name="strings.IDS_DESC_WOOLSTRING"><value><!-- _locID_text="strings.IDS_DESC_WOOLSTRING" _locComment="" -->Used as a building material and can be colored with dyes. This recipe is not recommended because Wool can be easily obtained from Sheep.</value>
  </data>
<data name="strings.IDS_DESC_DYE_BLACK"><value><!-- _locID_text="strings.IDS_DESC_DYE_BLACK" _locComment="" -->Used as a dye to create black wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_GREEN"><value><!-- _locID_text="strings.IDS_DESC_DYE_GREEN" _locComment="" -->Used as a dye to create green wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_BROWN"><value><!-- _locID_text="strings.IDS_DESC_DYE_BROWN" _locComment="" -->Used as a dye to create brown wool, as an ingredient in cookies, or to grow Cocoa Pods.</value>
  </data>
<data name="strings.IDS_DESC_DYE_SILVER"><value><!-- _locID_text="strings.IDS_DESC_DYE_SILVER" _locComment="" -->Used as a dye to create silver wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_YELLOW"><value><!-- _locID_text="strings.IDS_DESC_DYE_YELLOW" _locComment="" -->Used as a dye to create yellow wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_RED"><value><!-- _locID_text="strings.IDS_DESC_DYE_RED" _locComment="" -->Used as a dye to create red wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_WHITE"><value><!-- _locID_text="strings.IDS_DESC_DYE_WHITE" _locComment="" -->Used to instantly grow crops, trees, tall grass, huge mushrooms and flowers, and can be used in dye recipes.</value>
  </data>
<data name="strings.IDS_DESC_DYE_PINK"><value><!-- _locID_text="strings.IDS_DESC_DYE_PINK" _locComment="" -->Used as a dye to create pink wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_ORANGE"><value><!-- _locID_text="strings.IDS_DESC_DYE_ORANGE" _locComment="" -->Used as a dye to create orange wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_LIME"><value><!-- _locID_text="strings.IDS_DESC_DYE_LIME" _locComment="" -->Used as a dye to create lime wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_GRAY"><value><!-- _locID_text="strings.IDS_DESC_DYE_GRAY" _locComment="" -->Used as a dye to create gray wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_LIGHTGRAY"><value><!-- _locID_text="strings.IDS_DESC_DYE_LIGHTGRAY" _locComment="" -->Used as a dye to create light gray wool. 
(Note: light gray dye can also be made by combining gray dye with bone meal, letting you make four light gray dyes from every ink sac instead of three.)</value>
  </data>
<data name="strings.IDS_DESC_DYE_LIGHTBLUE"><value><!-- _locID_text="strings.IDS_DESC_DYE_LIGHTBLUE" _locComment="" -->Used as a dye to create light blue wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_CYAN"><value><!-- _locID_text="strings.IDS_DESC_DYE_CYAN" _locComment="" -->Used as a dye to create cyan wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_PURPLE"><value><!-- _locID_text="strings.IDS_DESC_DYE_PURPLE" _locComment="" -->Used as a dye to create purple wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_MAGENTA"><value><!-- _locID_text="strings.IDS_DESC_DYE_MAGENTA" _locComment="" -->Used as a dye to create magenta wool.</value>
  </data>
<data name="strings.IDS_DESC_DYE_BLUE"><value><!-- _locID_text="strings.IDS_DESC_DYE_BLUE" _locComment="" -->Used as dye to create Blue Wool.</value>
  </data>
<data name="strings.IDS_DESC_JUKEBOX"><value><!-- _locID_text="strings.IDS_DESC_JUKEBOX" _locComment="" -->Plays Music Discs.</value>
  </data>
<data name="strings.IDS_DESC_DIAMONDS"><value><!-- _locID_text="strings.IDS_DESC_DIAMONDS" _locComment="" -->Use these to create very strong tools, weapons or armor.</value>
  </data>
<data name="strings.IDS_DESC_JACKOLANTERN"><value><!-- _locID_text="strings.IDS_DESC_JACKOLANTERN" _locComment="" -->Used to create brighter light than torches. Melts snow/ice and can be used underwater.</value>
  </data>
<data name="strings.IDS_DESC_PAPER"><value><!-- _locID_text="strings.IDS_DESC_PAPER" _locComment="" -->Used to create books and maps.</value>
  </data>
<data name="strings.IDS_DESC_BOOK"><value><!-- _locID_text="strings.IDS_DESC_BOOK" _locComment="" -->Can be used to create a bookshelves or enchanted to make Enchanted Books.</value>
  </data>
<data name="strings.IDS_DESC_BOOKSHELF"><value><!-- _locID_text="strings.IDS_DESC_BOOKSHELF" _locComment="" -->Allows the creation of more powerful enchantments when placed around the Enchantment Table.</value>
  </data>
<data name="strings.IDS_DESC_PICTURE"><value><!-- _locID_text="strings.IDS_DESC_PICTURE" _locComment="" -->Used as decoration.</value>
  </data>
<data name="strings.IDS_DESC_ORE_GOLD"><value><!-- _locID_text="strings.IDS_DESC_ORE_GOLD" _locComment="" -->Can be mined with an iron pickaxe or better, then smelted in a furnace to produce gold ingots.</value>
  </data>
<data name="strings.IDS_DESC_ORE_IRON"><value><!-- _locID_text="strings.IDS_DESC_ORE_IRON" _locComment="" -->Can be mined with a stone pickaxe or better, then smelted in a furnace to produce iron ingots.</value>
  </data>
<data name="strings.IDS_DESC_ORE_COAL"><value><!-- _locID_text="strings.IDS_DESC_ORE_COAL" _locComment="" -->Can be mined with a pickaxe to collect coal.</value>
  </data>
<data name="strings.IDS_DESC_ORE_LAPIS"><value><!-- _locID_text="strings.IDS_DESC_ORE_LAPIS" _locComment="" -->Can be mined with a stone pickaxe or better to collect lapis lazuli.</value>
  </data>
<data name="strings.IDS_DESC_ORE_DIAMOND"><value><!-- _locID_text="strings.IDS_DESC_ORE_DIAMOND" _locComment="" -->Can be mined with an iron pickaxe or better to collect diamonds.</value>
  </data>
<data name="strings.IDS_DESC_ORE_REDSTONE"><value><!-- _locID_text="strings.IDS_DESC_ORE_REDSTONE" _locComment="" -->Can be mined with an iron pickaxe or better to collect redstone dust.</value>
  </data>
<data name="strings.IDS_DESC_STONE"><value><!-- _locID_text="strings.IDS_DESC_STONE" _locComment="" -->Can be mined with a pickaxe to collect cobblestone.</value>
  </data>
<data name="strings.IDS_DESC_DIRT"><value><!-- _locID_text="strings.IDS_DESC_DIRT" _locComment="" -->Collected using a shovel. Can be used for construction.</value>
  </data>
<data name="strings.IDS_DESC_SAPLING"><value><!-- _locID_text="strings.IDS_DESC_SAPLING" _locComment="" -->Can be planted and it will eventually grow into a tree.</value>
  </data>
<data name="strings.IDS_DESC_BEDROCK"><value><!-- _locID_text="strings.IDS_DESC_BEDROCK" _locComment="" -->This cannot be broken.</value>
  </data>
<data name="strings.IDS_DESC_LAVA"><value><!-- _locID_text="strings.IDS_DESC_LAVA" _locComment="" -->Sets fire to anything that touches it. Can be collected in a bucket.</value>
  </data>
<data name="strings.IDS_DESC_SAND"><value><!-- _locID_text="strings.IDS_DESC_SAND" _locComment="" -->Collected using a shovel. Can be smelted into glass using the furnace. Is affected by gravity if there is no other tile underneath it.</value>
  </data>
<data name="strings.IDS_DESC_GRAVEL"><value><!-- _locID_text="strings.IDS_DESC_GRAVEL" _locComment="" -->Collected using a shovel. Sometimes produces flint when dug up. Is affected by gravity if there is no other tile underneath it.</value>
  </data>
<data name="strings.IDS_DESC_LOG"><value><!-- _locID_text="strings.IDS_DESC_LOG" _locComment="" -->Chopped using an axe, and can be crafted into planks or used as a fuel.</value>
  </data>
<data name="strings.IDS_DESC_GLASS"><value><!-- _locID_text="strings.IDS_DESC_GLASS" _locComment="" -->Created in a furnace by smelting sand. Can be used for construction, but will break if you try to mine it.</value>
  </data>
<data name="strings.IDS_DESC_STONE_BRICK"><value><!-- _locID_text="strings.IDS_DESC_STONE_BRICK" _locComment="" -->Mined from stone using a pickaxe. Can be used to construct a furnace or stone tools.</value>
  </data>
<data name="strings.IDS_DESC_BRICK"><value><!-- _locID_text="strings.IDS_DESC_BRICK" _locComment="" -->Baked from clay in a furnace.</value>
  </data>
<data name="strings.IDS_DESC_CLAY"><value><!-- _locID_text="strings.IDS_DESC_CLAY" _locComment="" -->Can be baked into bricks in a furnace.</value>
  </data>
<data name="strings.IDS_DESC_CLAY_TILE"><value><!-- _locID_text="strings.IDS_DESC_CLAY_TILE" _locComment="" -->When broken drops clay balls which can be baked into bricks in a furnace.</value>
  </data>
<data name="strings.IDS_DESC_SNOW"><value><!-- _locID_text="strings.IDS_DESC_SNOW" _locComment="" -->A compact way to store snowballs.</value>
  </data>
<data name="strings.IDS_DESC_TOP_SNOW"><value><!-- _locID_text="strings.IDS_DESC_TOP_SNOW" _locComment="" -->Can be dug with a shovel to create snowballs.</value>
  </data>
<data name="strings.IDS_DESC_TALL_GRASS"><value><!-- _locID_text="strings.IDS_DESC_TALL_GRASS" _locComment="" -->Sometimes produces wheat seeds when broken.</value>
  </data>
<data name="strings.IDS_DESC_FLOWER"><value><!-- _locID_text="strings.IDS_DESC_FLOWER" _locComment="" -->Can be crafted into a dye.</value>
  </data>
<data name="strings.IDS_DESC_MUSHROOM"><value><!-- _locID_text="strings.IDS_DESC_MUSHROOM" _locComment="" -->Can be crafted with a bowl to make stew.</value>
  </data>
<data name="strings.IDS_DESC_OBSIDIAN"><value><!-- _locID_text="strings.IDS_DESC_OBSIDIAN" _locComment="" -->Can only be mined with a diamond pickaxe. Is produced by the meeting of water and still lava, and is used to build a portal.</value>
  </data>
<data name="strings.IDS_DESC_MOB_SPAWNER"><value><!-- _locID_text="strings.IDS_DESC_MOB_SPAWNER" _locComment="" -->Spawns monsters into the world.</value>
  </data>
<data name="strings.IDS_DESC_REDSTONE_DUST"><value><!-- _locID_text="strings.IDS_DESC_REDSTONE_DUST" _locComment="" -->Is placed on the ground to carry an electrical charge. When brewed with a potion it will increase the duration of the effect.</value>
  </data>
<data name="strings.IDS_DESC_CROPS"><value><!-- _locID_text="strings.IDS_DESC_CROPS" _locComment="" -->When fully grown, crops can be harvested to collect wheat.</value>
  </data>
<data name="strings.IDS_DESC_FARMLAND"><value><!-- _locID_text="strings.IDS_DESC_FARMLAND" _locComment="" -->Ground that has been prepared ready to plant seeds.</value>
  </data>
<data name="strings.IDS_DESC_CACTUS"><value><!-- _locID_text="strings.IDS_DESC_CACTUS" _locComment="" -->Can be cooked in a furnace to create a green dye.</value>
  </data>
<data name="strings.IDS_DESC_REEDS"><value><!-- _locID_text="strings.IDS_DESC_REEDS" _locComment="" -->Can be crafted to create sugar.</value>
  </data>
<data name="strings.IDS_DESC_PUMPKIN"><value><!-- _locID_text="strings.IDS_DESC_PUMPKIN" _locComment="" -->Can be worn as a helmet or crafted with a torch to create a Jack-O-Lantern. It is also the main ingredient in Pumpkin Pie.</value>
  </data>
<data name="strings.IDS_DESC_HELL_ROCK"><value><!-- _locID_text="strings.IDS_DESC_HELL_ROCK" _locComment="" -->Burns forever if set alight.</value>
  </data>
<data name="strings.IDS_DESC_HELL_SAND"><value><!-- _locID_text="strings.IDS_DESC_HELL_SAND" _locComment="" -->Slows the movement of anything walking over it.</value>
  </data>
<data name="strings.IDS_DESC_PORTAL"><value><!-- _locID_text="strings.IDS_DESC_PORTAL" _locComment="" -->Standing in the portal allows you to pass between the Overworld and the Nether.</value>
  </data>
<data name="strings.IDS_DESC_COAL"><value><!-- _locID_text="strings.IDS_DESC_COAL" _locComment="" -->Used as a fuel in a furnace, or crafted to make a torch.</value>
  </data>
<data name="strings.IDS_DESC_STRING"><value><!-- _locID_text="strings.IDS_DESC_STRING" _locComment="" -->Collected by killing a spider, and can be crafted into a Bow or Fishing Rod, or placed on the ground to create Tripwire.</value>
  </data>
<data name="strings.IDS_DESC_FEATHER"><value><!-- _locID_text="strings.IDS_DESC_FEATHER" _locComment="" -->Collected by killing a chicken, and can be crafted into an arrow.</value>
  </data>
<data name="strings.IDS_DESC_SULPHUR"><value><!-- _locID_text="strings.IDS_DESC_SULPHUR" _locComment="" -->Collected by killing a Creeper, and can be crafted into TNT or used as an ingredient for brewing potions.</value>
  </data>
<data name="strings.IDS_DESC_WHEAT_SEEDS"><value><!-- _locID_text="strings.IDS_DESC_WHEAT_SEEDS" _locComment="" -->Can be planted in farmland to grow crops. Make sure there's enough light for the seeds to grow!</value>
  </data>
<data name="strings.IDS_DESC_WHEAT"><value><!-- _locID_text="strings.IDS_DESC_WHEAT" _locComment="" -->Harvested from crops, and can be used to craft food items.</value>
  </data>
<data name="strings.IDS_DESC_FLINT"><value><!-- _locID_text="strings.IDS_DESC_FLINT" _locComment="" -->Collected by digging gravel, and can be used to craft a flint and steel.</value>
  </data>
<data name="strings.IDS_DESC_SADDLE"><value><!-- _locID_text="strings.IDS_DESC_SADDLE" _locComment="" -->When used on a pig it allows you to ride the pig. The pig can then be steered using a Carrot on a Stick.</value>
  </data>
<data name="strings.IDS_DESC_SNOWBALL"><value><!-- _locID_text="strings.IDS_DESC_SNOWBALL" _locComment="" -->Collected by digging snow, and can be thrown.</value>
  </data>
<data name="strings.IDS_DESC_LEATHER"><value><!-- _locID_text="strings.IDS_DESC_LEATHER" _locComment="" -->Collected by killing a cow, and can be crafted into armor or used to make Books.</value>
  </data>
<data name="strings.IDS_DESC_SLIMEBALL"><value><!-- _locID_text="strings.IDS_DESC_SLIMEBALL" _locComment="" -->Collected by killing a Slime, and used as an ingredient for brewing potions or crafted to make Sticky Pistons.</value>
  </data>
<data name="strings.IDS_DESC_EGG"><value><!-- _locID_text="strings.IDS_DESC_EGG" _locComment="" -->Dropped randomly by chickens, and can be crafted into food items.</value>
  </data>
<data name="strings.IDS_DESC_YELLOW_DUST"><value><!-- _locID_text="strings.IDS_DESC_YELLOW_DUST" _locComment="" -->Collected by mining Glowstone, and can be crafted to make Glowstone blocks again or brewed with a potion to increase the potency of the effect.</value>
  </data>
<data name="strings.IDS_DESC_BONE"><value><!-- _locID_text="strings.IDS_DESC_BONE" _locComment="" -->Collected by killing a Skeleton. Can be crafted into bone meal. Can be fed to a wolf to tame it.</value>
  </data>
<data name="strings.IDS_DESC_RECORD"><value><!-- _locID_text="strings.IDS_DESC_RECORD" _locComment="" -->Collected by getting a Skeleton to kill a Creeper. Can be played in a jukebox.</value>
  </data>
<data name="strings.IDS_DESC_WATER"><value><!-- _locID_text="strings.IDS_DESC_WATER" _locComment="" -->Extinguishes fire and helps crops grow. Can be collected in a bucket.</value>
  </data>
<data name="strings.IDS_DESC_LEAVES"><value><!-- _locID_text="strings.IDS_DESC_LEAVES" _locComment="" -->When broken sometimes drops a sapling which can then be replanted to grow into a tree.</value>
  </data>
<data name="strings.IDS_DESC_MOSS_STONE"><value><!-- _locID_text="strings.IDS_DESC_MOSS_STONE" _locComment="" -->Found in dungeons, can be used for construction and decoration.</value>
  </data>
<data name="strings.IDS_DESC_SHEARS"><value><!-- _locID_text="strings.IDS_DESC_SHEARS" _locComment="" -->Used to obtain wool from sheep and harvest leaf blocks.</value>
  </data>
<data name="strings.IDS_DESC_PISTON"><value><!-- _locID_text="strings.IDS_DESC_PISTON" _locComment="" -->When powered (using a button, a lever, a pressure plate, a redstone torch, or redstone with any one of these), a piston extends if it can and pushes blocks.</value>
  </data>
<data name="strings.IDS_DESC_STICKY_PISTON"><value><!-- _locID_text="strings.IDS_DESC_STICKY_PISTON" _locComment="" -->When powered (using a button, a lever, a pressure plate, a redstone torch, or redstone with any one of these), a piston extends if it can and pushes blocks. When it retracts it pulls back the block touching the extended part of the piston.</value>
  </data>
<data name="strings.IDS_DESC_STONE_BRICK_SMOOTH"><value><!-- _locID_text="strings.IDS_DESC_STONE_BRICK_SMOOTH" _locComment="" -->Made from Stone blocks, and commonly found in Strongholds.</value>
  </data>
<data name="strings.IDS_DESC_IRON_FENCE"><value><!-- _locID_text="strings.IDS_DESC_IRON_FENCE" _locComment="" -->Used as a barrier, similar to fences.</value>
  </data>
<data name="strings.IDS_DESC_FENCE_GATE"><value><!-- _locID_text="strings.IDS_DESC_FENCE_GATE" _locComment="" -->Similar to a door, but used primarily with fences.</value>
  </data>
<data name="strings.IDS_DESC_MELON_BLOCK"><value><!-- _locID_text="strings.IDS_DESC_MELON_BLOCK" _locComment="" -->Can be crafted from Melon Slices.</value>
  </data>
<data name="strings.IDS_DESC_THIN_GLASS"><value><!-- _locID_text="strings.IDS_DESC_THIN_GLASS" _locComment="" -->Transparent blocks that can be used as an alternative to Glass Blocks.</value>
  </data>
<data name="strings.IDS_DESC_PUMPKIN_SEEDS"><value><!-- _locID_text="strings.IDS_DESC_PUMPKIN_SEEDS" _locComment="" -->Can be planted to grow pumpkins.</value>
  </data>
<data name="strings.IDS_DESC_MELON_SEEDS"><value><!-- _locID_text="strings.IDS_DESC_MELON_SEEDS" _locComment="" -->Can be planted to grow melons.</value>
  </data>
<data name="strings.IDS_DESC_ENDER_PEARL"><value><!-- _locID_text="strings.IDS_DESC_ENDER_PEARL" _locComment="" -->Dropped by Enderman when they die. When thrown, the player will be teleported to the position the Ender Pearl lands at, and will lose some health.</value>
  </data>
<data name="strings.IDS_DESC_GRASS"><value><!-- _locID_text="strings.IDS_DESC_GRASS" _locComment="" -->A block of dirt with grass growing on top. Collected using a shovel. Can be used for construction.</value>
  </data>
<data name="strings.IDS_DESC_SPONGE"><value><!-- _locID_text="strings.IDS_DESC_SPONGE" _locComment="" -->Can be used for construction and decoration.</value>
  </data>
<data name="strings.IDS_DESC_WEB"><value><!-- _locID_text="strings.IDS_DESC_WEB" _locComment="" -->Slows movement when walking through it. Can be destroyed using shears to collect string.</value>
  </data>
<data name="strings.IDS_DESC_STONE_SILVERFISH"><value><!-- _locID_text="strings.IDS_DESC_STONE_SILVERFISH" _locComment="" -->Spawns a Silverfish when destroyed. May also spawn Silverfish if nearby to another Silverfish being attacked.</value>
  </data>
<data name="strings.IDS_DESC_VINE"><value><!-- _locID_text="strings.IDS_DESC_VINE" _locComment="" -->Grows over time when placed. Can be collected using shears. Can be climbed like a ladder.</value>
  </data>
<data name="strings.IDS_DESC_ICE"><value><!-- _locID_text="strings.IDS_DESC_ICE" _locComment="" -->Slippery when walked on. Turns into water if above another block when destroyed. Melts if close enough to a light source or when placed in The Nether.</value>
  </data>
<data name="strings.IDS_DESC_DEAD_BUSH"><value><!-- _locID_text="strings.IDS_DESC_DEAD_BUSH" _locComment="" -->Can be used as decoration.</value>
  </data>
<data name="strings.IDS_DESC_BLAZE_ROD"><value><!-- _locID_text="strings.IDS_DESC_BLAZE_ROD" _locComment="" -->Used in potion brewing, and for locating Strongholds. Dropped by Blazes who tend to be found near or in Nether Fortresses.</value>
  </data>
<data name="strings.IDS_DESC_GHAST_TEAR"><value><!-- _locID_text="strings.IDS_DESC_GHAST_TEAR" _locComment="" -->Used in potion brewing. Dropped by Ghasts when they die.</value>
  </data>
<data name="strings.IDS_DESC_GOLD_NUGGET"><value><!-- _locID_text="strings.IDS_DESC_GOLD_NUGGET" _locComment="" -->Dropped by Zombie Pigmen when they die. Zombie Pigmen can be found in the Nether. Used as an ingredient for brewing potions.</value>
  </data>
<data name="strings.IDS_DESC_NETHER_STALK_SEEDS"><value><!-- _locID_text="strings.IDS_DESC_NETHER_STALK_SEEDS" _locComment="" -->Used in potion brewing. This can be found naturally growing in Nether Fortresses. It can also be planted on Soul Sand.</value>
  </data>
<data name="strings.IDS_DESC_POTION"><value><!-- _locID_text="strings.IDS_DESC_POTION" _locComment="" -->When used, can have various effects, depending on what it is used on.</value>
  </data>
<data name="strings.IDS_DESC_GLASS_BOTTLE"><value><!-- _locID_text="strings.IDS_DESC_GLASS_BOTTLE" _locComment="" -->Can be filled with water, and used as the starting ingredient for a potion in the Brewing Stand.</value>
  </data>
<data name="strings.IDS_DESC_SPIDER_EYE"><value><!-- _locID_text="strings.IDS_DESC_SPIDER_EYE" _locComment="" -->This is a poisonous food and brewing item. Dropped when a Spider or Cave Spider is killed by a player.</value>
  </data>
<data name="strings.IDS_DESC_FERMENTED_SPIDER_EYE"><value><!-- _locID_text="strings.IDS_DESC_FERMENTED_SPIDER_EYE" _locComment="" -->Used in potion brewing, mainly to create potions with a negative effect.</value>
  </data>
<data name="strings.IDS_DESC_BLAZE_POWDER"><value><!-- _locID_text="strings.IDS_DESC_BLAZE_POWDER" _locComment="" -->Used in potion brewing, or crafted with other items to make Eye of Ender or Magma Cream.</value>
  </data>
<data name="strings.IDS_DESC_MAGMA_CREAM"><value><!-- _locID_text="strings.IDS_DESC_MAGMA_CREAM" _locComment="" -->Used in potion brewing.</value>
  </data>
<data name="strings.IDS_DESC_BREWING_STAND"><value><!-- _locID_text="strings.IDS_DESC_BREWING_STAND" _locComment="" -->Used for making Potions and Splash Potions.</value>
  </data>
<data name="strings.IDS_DESC_CAULDRON"><value><!-- _locID_text="strings.IDS_DESC_CAULDRON" _locComment="" -->Filled with water by rain or with a bucket of water, and can then be used to fill Glass Bottles with water.</value>
  </data>
<data name="strings.IDS_DESC_EYE_OF_ENDER"><value><!-- _locID_text="strings.IDS_DESC_EYE_OF_ENDER" _locComment="" -->When thrown, will show the direction to an End Portal. When twelve of these are placed in the End Portal Frames, the End Portal will be activated.</value>
  </data>
<data name="strings.IDS_DESC_SPECKLED_MELON"><value><!-- _locID_text="strings.IDS_DESC_SPECKLED_MELON" _locComment="" -->Used in potion brewing.</value>
  </data>
<data name="strings.IDS_DESC_MYCEL"><value><!-- _locID_text="strings.IDS_DESC_MYCEL" _locComment="" -->Similar to Grass Blocks, but very good for growing mushrooms on.</value>
  </data>
<data name="strings.IDS_DESC_WATERLILY"><value><!-- _locID_text="strings.IDS_DESC_WATERLILY" _locComment="" -->Floats on water, and can be walked on.</value>
  </data>
<data name="strings.IDS_DESC_NETHERBRICK"><value><!-- _locID_text="strings.IDS_DESC_NETHERBRICK" _locComment="" -->Used to build Nether Fortresses. Immune to Ghast's fireballs.</value>
  </data>
<data name="strings.IDS_DESC_NETHERFENCE"><value><!-- _locID_text="strings.IDS_DESC_NETHERFENCE" _locComment="" -->Used in Nether Fortresses.</value>
  </data>
<data name="strings.IDS_DESC_NETHERSTALK"><value><!-- _locID_text="strings.IDS_DESC_NETHERSTALK" _locComment="" -->Found in Nether Fortresses, and will drop Nether Wart when broken.</value>
  </data>
<data name="strings.IDS_DESC_ENCHANTMENTTABLE"><value><!-- _locID_text="strings.IDS_DESC_ENCHANTMENTTABLE" _locComment="" -->This allows players to enchant Swords, Pickaxes, Axes, Shovels, Bows and Armor, using the player's Experience Points.</value>
  </data>
<data name="strings.IDS_DESC_END_PORTAL"><value><!-- _locID_text="strings.IDS_DESC_END_PORTAL" _locComment="" -->This can be activated using twelve Eye of Ender, and will allow the player to travel to The End dimension.</value>
  </data>
<data name="strings.IDS_DESC_ENDPORTALFRAME"><value><!-- _locID_text="strings.IDS_DESC_ENDPORTALFRAME" _locComment="" -->Used to form an End Portal.</value>
  </data>
<data name="strings.IDS_DESC_WHITESTONE"><value><!-- _locID_text="strings.IDS_DESC_WHITESTONE" _locComment="" -->A block type found in The End. It has a very high blast resistance, so is useful for building with.</value>
  </data>
<data name="strings.IDS_DESC_DRAGONEGG"><value><!-- _locID_text="strings.IDS_DESC_DRAGONEGG" _locComment="" -->This block is created by the defeat of the Dragon in The End.</value>
  </data>
<data name="strings.IDS_DESC_EXP_BOTTLE"><value><!-- _locID_text="strings.IDS_DESC_EXP_BOTTLE" _locComment="" -->When thrown, it drops Experience Orbs which increase your experience points when collected.</value>
  </data>
<data name="strings.IDS_DESC_FIREBALL"><value><!-- _locID_text="strings.IDS_DESC_FIREBALL" _locComment="" -->Useful for setting things on fire, or for indiscriminately starting fires when fired from a Dispenser.</value>
  </data>
<data name="strings.IDS_DESC_ITEMFRAME"><value><!-- _locID_text="strings.IDS_DESC_ITEMFRAME" _locComment="" -->These are similar to a display case, and will display the item or block placed in it.</value>
  </data>
<data name="strings.IDS_DESC_MONSTER_SPAWNER"><value><!-- _locID_text="strings.IDS_DESC_MONSTER_SPAWNER" _locComment="" -->When thrown can spawn a creature of the type indicated.</value>
  </data>
<data name="strings.IDS_DESC_WOODSLAB"><value><!-- _locID_text="strings.IDS_DESC_WOODSLAB" _locComment="" -->Used for making long staircases. Two slabs placed on top of each other will create a normal-sized double slab block.</value>
  </data>
<data name="strings.IDS_DESC_STONESLAB"><value><!-- _locID_text="strings.IDS_DESC_STONESLAB" _locComment="" -->Used for making long staircases. Two slabs placed on top of each other will create a normal-sized double slab block.</value>
  </data>
<data name="strings.IDS_DESC_ITEM_NETHERBRICK"><value><!-- _locID_text="strings.IDS_DESC_ITEM_NETHERBRICK" _locComment="" -->Created by smelting Netherrack in a furnace. Can be crafted into Nether Brick blocks.</value>
  </data>
<data name="strings.IDS_DESC_REDSTONE_LIGHT"><value><!-- _locID_text="strings.IDS_DESC_REDSTONE_LIGHT" _locComment="" -->When powered they emit light.</value>
  </data>
<data name="strings.IDS_DESC_COCOA"><value><!-- _locID_text="strings.IDS_DESC_COCOA" _locComment="" -->Can be farmed to collect Cocoa Beans.</value>
  </data>
<data name="strings.IDS_DESC_SKULL"><value><!-- _locID_text="strings.IDS_DESC_SKULL" _locComment="" -->Mob Heads can be placed as a decoration, or worn as a mask in the helmet slot.</value>
  </data>
<data name="strings.IDS_SQUID"><value><!-- _locID_text="strings.IDS_SQUID" _locComment="" -->Squid</value>
  </data>
<data name="strings.IDS_DESC_SQUID"><value><!-- _locID_text="strings.IDS_DESC_SQUID" _locComment="" -->Drops ink sacs when killed.</value>
  </data>
<data name="strings.IDS_COW"><value><!-- _locID_text="strings.IDS_COW" _locComment="" -->Cow</value>
  </data>
<data name="strings.IDS_DESC_COW"><value><!-- _locID_text="strings.IDS_DESC_COW" _locComment="" -->Drops leather when killed. Can also be milked with a bucket.</value>
  </data>
<data name="strings.IDS_SHEEP"><value><!-- _locID_text="strings.IDS_SHEEP" _locComment="" -->Sheep</value>
  </data>
<data name="strings.IDS_DESC_SHEEP"><value><!-- _locID_text="strings.IDS_DESC_SHEEP" _locComment="" -->Drops wool when sheared (if it has not already been sheared). Can be dyed to make its wool a different color.</value>
  </data>
<data name="strings.IDS_CHICKEN"><value><!-- _locID_text="strings.IDS_CHICKEN" _locComment="" -->Chicken</value>
  </data>
<data name="strings.IDS_DESC_CHICKEN"><value><!-- _locID_text="strings.IDS_DESC_CHICKEN" _locComment="" -->Drops feathers when killed, and also randomly lays eggs.</value>
  </data>
<data name="strings.IDS_PIG"><value><!-- _locID_text="strings.IDS_PIG" _locComment="" -->Pig</value>
  </data>
<data name="strings.IDS_DESC_PIG"><value><!-- _locID_text="strings.IDS_DESC_PIG" _locComment="" -->Drops porkchops when killed. Can be ridden by using a saddle.</value>
  </data>
<data name="strings.IDS_WOLF"><value><!-- _locID_text="strings.IDS_WOLF" _locComment="" -->Wolf</value>
  </data>
<data name="strings.IDS_DESC_WOLF"><value><!-- _locID_text="strings.IDS_DESC_WOLF" _locComment="" -->Docile until attacked, when they will attack you back. Can be tamed using bones which causes the wolf to follow you around and attack anything that attacks you.</value>
  </data>
<data name="strings.IDS_CREEPER"><value><!-- _locID_text="strings.IDS_CREEPER" _locComment="" -->Creeper</value>
  </data>
<data name="strings.IDS_DESC_CREEPER"><value><!-- _locID_text="strings.IDS_DESC_CREEPER" _locComment="" -->Explodes if you get too close!</value>
  </data>
<data name="strings.IDS_SKELETON"><value><!-- _locID_text="strings.IDS_SKELETON" _locComment="" -->Skeleton</value>
  </data>
<data name="strings.IDS_DESC_SKELETON"><value><!-- _locID_text="strings.IDS_DESC_SKELETON" _locComment="" -->Fires arrows at you. Drops arrows when killed.</value>
  </data>
<data name="strings.IDS_SPIDER"><value><!-- _locID_text="strings.IDS_SPIDER" _locComment="" -->Spider</value>
  </data>
<data name="strings.IDS_DESC_SPIDER"><value><!-- _locID_text="strings.IDS_DESC_SPIDER" _locComment="" -->Attacks you when you are close to it. Can climb walls. Drops string when killed.</value>
  </data>
<data name="strings.IDS_ZOMBIE"><value><!-- _locID_text="strings.IDS_ZOMBIE" _locComment="" -->Zombie</value>
  </data>
<data name="strings.IDS_DESC_ZOMBIE"><value><!-- _locID_text="strings.IDS_DESC_ZOMBIE" _locComment="" -->Attacks you when you are close to it.</value>
  </data>
<data name="strings.IDS_PIGZOMBIE"><value><!-- _locID_text="strings.IDS_PIGZOMBIE" _locComment="" -->Zombie Pigman</value>
  </data>
<data name="strings.IDS_DESC_PIGZOMBIE"><value><!-- _locID_text="strings.IDS_DESC_PIGZOMBIE" _locComment="" -->Initially docile, but will attack in groups if you attack one.</value>
  </data>
<data name="strings.IDS_GHAST"><value><!-- _locID_text="strings.IDS_GHAST" _locComment="" -->Ghast</value>
  </data>
<data name="strings.IDS_DESC_GHAST"><value><!-- _locID_text="strings.IDS_DESC_GHAST" _locComment="" -->Fires flaming balls at you that explode on contact.</value>
  </data>
<data name="strings.IDS_SLIME"><value><!-- _locID_text="strings.IDS_SLIME" _locComment="" -->Slime</value>
  </data>
<data name="strings.IDS_DESC_SLIME"><value><!-- _locID_text="strings.IDS_DESC_SLIME" _locComment="" -->Split into smaller Slimes when damaged.</value>
  </data>
<data name="strings.IDS_ENDERMAN"><value><!-- _locID_text="strings.IDS_ENDERMAN" _locComment="" -->Enderman</value>
  </data>
<data name="strings.IDS_DESC_ENDERMAN"><value><!-- _locID_text="strings.IDS_DESC_ENDERMAN" _locComment="" -->Will attack you if you look at it. Can also move blocks around.</value>
  </data>
<data name="strings.IDS_SILVERFISH"><value><!-- _locID_text="strings.IDS_SILVERFISH" _locComment="" -->Silverfish</value>
  </data>
<data name="strings.IDS_DESC_SILVERFISH"><value><!-- _locID_text="strings.IDS_DESC_SILVERFISH" _locComment="" -->Attracts nearby hidden Silverfish when attacked. Hides in stone blocks.</value>
  </data>
<data name="strings.IDS_CAVE_SPIDER"><value><!-- _locID_text="strings.IDS_CAVE_SPIDER" _locComment="" -->Cave Spider</value>
  </data>
<data name="strings.IDS_DESC_CAVE_SPIDER"><value><!-- _locID_text="strings.IDS_DESC_CAVE_SPIDER" _locComment="" -->Has a venomous bite.</value>
  </data>
<data name="strings.IDS_MUSHROOM_COW"><value><!-- _locID_text="strings.IDS_MUSHROOM_COW" _locComment="" -->Mooshroom</value>
  </data>
<data name="strings.IDS_DESC_MUSHROOM_COW"><value><!-- _locID_text="strings.IDS_DESC_MUSHROOM_COW" _locComment="" -->Makes mushroom stew when used with a bowl. Drops mushrooms and becomes a normal cow when sheared.</value>
  </data>
<data name="strings.IDS_SNOWMAN"><value><!-- _locID_text="strings.IDS_SNOWMAN" _locComment="" -->Snow Golem</value>
  </data>
<data name="strings.IDS_DESC_SNOWMAN"><value><!-- _locID_text="strings.IDS_DESC_SNOWMAN" _locComment="" -->The Snow Golem can be created by players using snow blocks and a pumpkin. They will throw snowballs at their creators enemies.</value>
  </data>
<data name="strings.IDS_ENDERDRAGON"><value><!-- _locID_text="strings.IDS_ENDERDRAGON" _locComment="" -->Ender Dragon</value>
  </data>
<data name="strings.IDS_DESC_ENDERDRAGON"><value><!-- _locID_text="strings.IDS_DESC_ENDERDRAGON" _locComment="" -->This is a large black dragon found in The End.</value>
  </data>
<data name="strings.IDS_BLAZE"><value><!-- _locID_text="strings.IDS_BLAZE" _locComment="" -->Blaze</value>
  </data>
<data name="strings.IDS_DESC_BLAZE"><value><!-- _locID_text="strings.IDS_DESC_BLAZE" _locComment="" -->These are enemies found in the Nether, mostly inside Nether Fortresses. They will drop Blaze Rods when killed.</value>
  </data>
<data name="strings.IDS_LAVA_SLIME"><value><!-- _locID_text="strings.IDS_LAVA_SLIME" _locComment="" -->Magma Cube</value>
  </data>
<data name="strings.IDS_DESC_LAVA_SLIME"><value><!-- _locID_text="strings.IDS_DESC_LAVA_SLIME" _locComment="" -->These can be found in The Nether. Similar to Slimes, they will break up into smaller versions when killed.</value>
  </data>
<data name="strings.IDS_VILLAGER"><value><!-- _locID_text="strings.IDS_VILLAGER" _locComment="" -->Villager</value>
  </data>
<data name="strings.IDS_OZELOT"><value><!-- _locID_text="strings.IDS_OZELOT" _locComment="" -->Ocelot</value>
  </data>
<data name="strings.IDS_DESC_OZELOT"><value><!-- _locID_text="strings.IDS_DESC_OZELOT" _locComment="" -->These can be found in Jungles. They can be tamed by feeding them Raw Fish. You will need to let the Ocelot approach you though, since any sudden movements will scare it away.</value>
  </data>
<data name="strings.IDS_IRONGOLEM"><value><!-- _locID_text="strings.IDS_IRONGOLEM" _locComment="" -->Iron Golem</value>
  </data>
<data name="strings.IDS_DESC_IRONGOLEM"><value><!-- _locID_text="strings.IDS_DESC_IRONGOLEM" _locComment="" -->Appear in Villages to protect them, and can be created using Iron Blocks and Pumpkins.</value>
  </data>
<data name="strings.IDS_CREDITS_EXPLODANIM"><value><!-- _locID_text="strings.IDS_CREDITS_EXPLODANIM" _locComment="" -->Explosives Animator</value>
</data>
<data name="strings.IDS_CREDITS_CONCEPTART"><value><!-- _locID_text="strings.IDS_CREDITS_CONCEPTART" _locComment="" -->Concept Artist</value>
</data>
<data name="strings.IDS_CREDITS_CRUNCHER"><value><!-- _locID_text="strings.IDS_CREDITS_CRUNCHER" _locComment="" -->Number Crunching and Statistics</value>
</data>
<data name="strings.IDS_CREDITS_BULLYCOORD"><value><!-- _locID_text="strings.IDS_CREDITS_BULLYCOORD" _locComment="" -->Bully Coordinator</value>
</data>
<data name="strings.IDS_CREDITS_ORIGINALDESIGN"><value><!-- _locID_text="strings.IDS_CREDITS_ORIGINALDESIGN" _locComment="" -->Original Design and Code by</value>
  </data>
<data name="strings.IDS_CREDITS_PMPROD"><value><!-- _locID_text="strings.IDS_CREDITS_PMPROD" _locComment="" -->Project Manager/Producer</value>
  </data>
<data name="strings.IDS_CREDITS_RESTOFMOJANG"><value><!-- _locID_text="strings.IDS_CREDITS_RESTOFMOJANG" _locComment="" -->Rest of Mojang Office</value>
  </data>
<data name="strings.IDS_CREDITS_LEADPC"><value><!-- _locID_text="strings.IDS_CREDITS_LEADPC" _locComment="" -->Lead Game Programmer Minecraft PC</value>
</data>
<data name="strings.IDS_CREDITS_CODENINJA"><value><!-- _locID_text="strings.IDS_CREDITS_CODENINJA" _locComment="" -->Ninja Coder</value>
  </data>
<data name="strings.IDS_CREDITS_CEO"><value><!-- _locID_text="strings.IDS_CREDITS_CEO" _locComment="" -->CEO</value>
  </data>
<data name="strings.IDS_CREDITS_WCW"><value><!-- _locID_text="strings.IDS_CREDITS_WCW" _locComment="" -->White Collar Worker</value>
  </data>
<data name="strings.IDS_CREDITS_CUSTOMERSUPPORT"><value><!-- _locID_text="strings.IDS_CREDITS_CUSTOMERSUPPORT" _locComment="" -->Customer Support</value>
  </data>
<data name="strings.IDS_CREDITS_OFFICEDJ"><value><!-- _locID_text="strings.IDS_CREDITS_OFFICEDJ" _locComment="" -->Office DJ</value>
</data>
<data name="strings.IDS_CREDITS_DESPROG"><value><!-- _locID_text="strings.IDS_CREDITS_DESPROG" _locComment="" -->Designer/Programmer Minecraft - Pocket Edition</value>
</data>
<data name="strings.IDS_CREDITS_DEVELOPER"><value><!-- _locID_text="strings.IDS_CREDITS_DEVELOPER" _locComment="" -->Developer</value>
</data>
<data name="strings.IDS_CREDITS_CHIEFARCHITECT"><value><!-- _locID_text="strings.IDS_CREDITS_CHIEFARCHITECT" _locComment="" -->Chief Architect</value>
  </data>
<data name="strings.IDS_CREDITS_ARTDEVELOPER"><value><!-- _locID_text="strings.IDS_CREDITS_ARTDEVELOPER" _locComment="" -->Art Developer</value>
  </data>  
<data name="strings.IDS_CREDITS_GAMECRAFTER"><value><!-- _locID_text="strings.IDS_CREDITS_GAMECRAFTER" _locComment="" -->Game Crafter</value>
  </data>
<data name="strings.IDS_CREDITS_DOF"><value><!-- _locID_text="strings.IDS_CREDITS_DOF" _locComment="" -->Director of Fun</value>
  </data>
<data name="strings.IDS_CREDITS_MUSICANDSOUNDS"><value><!-- _locID_text="strings.IDS_CREDITS_MUSICANDSOUNDS" _locComment="" -->Music and Sounds</value>
  </data>
<data name="strings.IDS_CREDITS_PROGRAMMING"><value><!-- _locID_text="strings.IDS_CREDITS_PROGRAMMING" _locComment="" -->Programming</value>
  </data>
<data name="strings.IDS_CREDITS_ART"><value><!-- _locID_text="strings.IDS_CREDITS_ART" _locComment="" -->Art</value>
  </data>
<data name="strings.IDS_CREDITS_QA"><value><!-- _locID_text="strings.IDS_CREDITS_QA" _locComment="" -->QA</value>
  </data>
<data name="strings.IDS_CREDITS_EXECPRODUCER"><value><!-- _locID_text="strings.IDS_CREDITS_EXECPRODUCER" _locComment="" -->Executive Producer</value>
  </data>
<data name="strings.IDS_CREDITS_LEADPRODUCER"><value><!-- _locID_text="strings.IDS_CREDITS_LEADPRODUCER" _locComment="" -->Lead Producer</value>
  </data>
<data name="strings.IDS_CREDITS_PRODUCER"><value><!-- _locID_text="strings.IDS_CREDITS_PRODUCER" _locComment="" -->Producer</value>
  </data>
<data name="strings.IDS_CREDITS_TESTLEAD"><value><!-- _locID_text="strings.IDS_CREDITS_TESTLEAD" _locComment="" -->Test Lead</value>
  </data>
<data name="strings.IDS_CREDITS_LEADTESTER"><value><!-- _locID_text="strings.IDS_CREDITS_LEADTESTER" _locComment="" -->Lead Tester</value>
  </data>
<data name="strings.IDS_CREDITS_DESIGNTEAM"><value><!-- _locID_text="strings.IDS_CREDITS_DESIGNTEAM" _locComment="" -->Design Team</value>
  </data>
<data name="strings.IDS_CREDITS_DEVELOPMENTTEAM"><value><!-- _locID_text="strings.IDS_CREDITS_DEVELOPMENTTEAM" _locComment="" -->Development Team</value>
  </data>
<data name="strings.IDS_CREDITS_RELEASEMANAGEMENT"><value><!-- _locID_text="strings.IDS_CREDITS_RELEASEMANAGEMENT" _locComment="" -->Release Management</value>
  </data>
<data name="strings.IDS_CREDITS_XBLADIRECTOR"><value><!-- _locID_text="strings.IDS_CREDITS_XBLADIRECTOR" _locComment="" -->Director, XBLA Publishing</value>
  </data>
<data name="strings.IDS_CREDITS_BIZDEV"><value><!-- _locID_text="strings.IDS_CREDITS_BIZDEV" _locComment="" -->Business Development</value>
  </data>
<data name="strings.IDS_CREDITS_PORTFOLIODIRECTOR"><value><!-- _locID_text="strings.IDS_CREDITS_PORTFOLIODIRECTOR" _locComment="" -->Portfolio Director</value>
  </data>
<data name="strings.IDS_CREDITS_PRODUCTMANAGER"><value><!-- _locID_text="strings.IDS_CREDITS_PRODUCTMANAGER" _locComment="" -->Product Manager</value>
  </data>
<data name="strings.IDS_CREDITS_MARKETING"><value><!-- _locID_text="strings.IDS_CREDITS_MARKETING" _locComment="" -->Marketing</value>
  </data>
<data name="strings.IDS_CREDITS_COMMUNITYMANAGER"><value><!-- _locID_text="strings.IDS_CREDITS_COMMUNITYMANAGER" _locComment="" --> Community Manager</value>
  </data>
<data name="strings.IDS_CREDITS_EUROPELOC"><value><!-- _locID_text="strings.IDS_CREDITS_EUROPELOC" _locComment="" -->Europe Localization Team</value>
  </data>
<data name="strings.IDS_CREDITS_REDMONDLOC"><value><!-- _locID_text="strings.IDS_CREDITS_REDMONDLOC" _locComment="" -->Redmond Localization Team</value>
  </data>
<data name="strings.IDS_CREDITS_ASIALOC"><value><!-- _locID_text="strings.IDS_CREDITS_ASIALOC" _locComment="" -->Asia Localization Team</value>
  </data>
<data name="strings.IDS_CREDITS_USERRESEARCH"><value><!-- _locID_text="strings.IDS_CREDITS_USERRESEARCH" _locComment="" -->User Research Team</value>
  </data>
<data name="strings.IDS_CREDITS_MGSCENTRAL"><value><!-- _locID_text="strings.IDS_CREDITS_MGSCENTRAL" _locComment="" -->MGS Central Teams</value>
  </data>
<data name="strings.IDS_CREDITS_MILESTONEACCEPT"><value><!-- _locID_text="strings.IDS_CREDITS_MILESTONEACCEPT" _locComment="" -->Milestone Acceptance Tester</value>
  </data>
<data name="strings.IDS_CREDITS_SPECIALTHANKS"><value><!-- _locID_text="strings.IDS_CREDITS_SPECIALTHANKS" _locComment="" -->Special Thanks</value>
  </data>
<data name="strings.IDS_CREDITS_TESTMANAGER"><value><!-- _locID_text="strings.IDS_CREDITS_TESTMANAGER" _locComment="" -->Test Manager</value>
  </data>
<data name="strings.IDS_CREDITS_SRTESTLEAD"><value><!-- _locID_text="strings.IDS_CREDITS_SRTESTLEAD" _locComment="" -->Senior Test Lead</value>
  </data>
<data name="strings.IDS_CREDITS_SDET"><value><!-- _locID_text="strings.IDS_CREDITS_SDET" _locComment="" -->SDET</value>
  </data>
<data name="strings.IDS_CREDITS_PROJECT"><value><!-- _locID_text="strings.IDS_CREDITS_PROJECT" _locComment="" -->Project STE</value>
  </data>
<data name="strings.IDS_CREDITS_ADDITIONALSTE"><value><!-- _locID_text="strings.IDS_CREDITS_ADDITIONALSTE" _locComment="" -->Additional STE</value>
  </data>
<data name="strings.IDS_CREDITS_TESTASSOCIATES"><value><!-- _locID_text="strings.IDS_CREDITS_TESTASSOCIATES" _locComment="" -->Test Associates</value>
  </data>
<data name="strings.IDS_CREDITS_JON_KAGSTROM"><value><!-- _locID_text="strings.IDS_CREDITS_JON_KAGSTROM" _locComment="" -->Jon Kågström</value>
  </data>
<data name="strings.IDS_CREDITS_TOBIAS_MOLLSTAM"><value><!-- _locID_text="strings.IDS_CREDITS_TOBIAS_MOLLSTAM" _locComment="" -->Tobias Möllstam</value>
  </data>
<data name="strings.IDS_CREDITS_RISE_LUGO"><value><!-- _locID_text="strings.IDS_CREDITS_RISE_LUGO" _locComment="" -->Risë Lugo</value>
  </data>
<data name="strings.IDS_ITEM_SWORD_WOOD"><value><!-- _locID_text="strings.IDS_ITEM_SWORD_WOOD" _locComment="" -->Wooden Sword</value>
  </data>
<data name="strings.IDS_ITEM_SWORD_STONE"><value><!-- _locID_text="strings.IDS_ITEM_SWORD_STONE" _locComment="" -->Stone Sword</value>
  </data>
<data name="strings.IDS_ITEM_SWORD_IRON"><value><!-- _locID_text="strings.IDS_ITEM_SWORD_IRON" _locComment="" -->Iron Sword</value>
  </data>
<data name="strings.IDS_ITEM_SWORD_DIAMOND"><value><!-- _locID_text="strings.IDS_ITEM_SWORD_DIAMOND" _locComment="" -->Diamond Sword</value>
  </data>
<data name="strings.IDS_ITEM_SWORD_GOLD"><value><!-- _locID_text="strings.IDS_ITEM_SWORD_GOLD" _locComment="" -->Golden Sword</value>
  </data>
<data name="strings.IDS_ITEM_SHOVEL_WOOD"><value><!-- _locID_text="strings.IDS_ITEM_SHOVEL_WOOD" _locComment="" -->Wooden Shovel</value>
  </data>
<data name="strings.IDS_ITEM_SHOVEL_STONE"><value><!-- _locID_text="strings.IDS_ITEM_SHOVEL_STONE" _locComment="" -->Stone Shovel</value>
  </data>
<data name="strings.IDS_ITEM_SHOVEL_IRON"><value><!-- _locID_text="strings.IDS_ITEM_SHOVEL_IRON" _locComment="" -->Iron Shovel</value>
  </data>
<data name="strings.IDS_ITEM_SHOVEL_DIAMOND"><value><!-- _locID_text="strings.IDS_ITEM_SHOVEL_DIAMOND" _locComment="" -->Diamond Shovel</value>
  </data>
<data name="strings.IDS_ITEM_SHOVEL_GOLD"><value><!-- _locID_text="strings.IDS_ITEM_SHOVEL_GOLD" _locComment="" -->Golden Shovel</value>
  </data>
<data name="strings.IDS_ITEM_PICKAXE_WOOD"><value><!-- _locID_text="strings.IDS_ITEM_PICKAXE_WOOD" _locComment="" -->Wooden Pickaxe</value>
  </data>
<data name="strings.IDS_ITEM_PICKAXE_STONE"><value><!-- _locID_text="strings.IDS_ITEM_PICKAXE_STONE" _locComment="" -->Stone Pickaxe</value>
  </data>
<data name="strings.IDS_ITEM_PICKAXE_IRON"><value><!-- _locID_text="strings.IDS_ITEM_PICKAXE_IRON" _locComment="" -->Iron Pickaxe</value>
  </data>
<data name="strings.IDS_ITEM_PICKAXE_DIAMOND"><value><!-- _locID_text="strings.IDS_ITEM_PICKAXE_DIAMOND" _locComment="" -->Diamond Pickaxe</value>
  </data>
<data name="strings.IDS_ITEM_PICKAXE_GOLD"><value><!-- _locID_text="strings.IDS_ITEM_PICKAXE_GOLD" _locComment="" -->Golden Pickaxe</value>
  </data>
<data name="strings.IDS_ITEM_HATCHET_WOOD"><value><!-- _locID_text="strings.IDS_ITEM_HATCHET_WOOD" _locComment="" -->Wooden Axe</value>
  </data>
<data name="strings.IDS_ITEM_HATCHET_STONE"><value><!-- _locID_text="strings.IDS_ITEM_HATCHET_STONE" _locComment="" -->Stone Axe</value>
  </data>
<data name="strings.IDS_ITEM_HATCHET_IRON"><value><!-- _locID_text="strings.IDS_ITEM_HATCHET_IRON" _locComment="" -->Iron Axe</value>
  </data>
<data name="strings.IDS_ITEM_HATCHET_DIAMOND"><value><!-- _locID_text="strings.IDS_ITEM_HATCHET_DIAMOND" _locComment="" -->Diamond Axe</value>
  </data>
<data name="strings.IDS_ITEM_HATCHET_GOLD"><value><!-- _locID_text="strings.IDS_ITEM_HATCHET_GOLD" _locComment="" -->Golden Axe</value>
  </data>
<data name="strings.IDS_ITEM_HOE_WOOD"><value><!-- _locID_text="strings.IDS_ITEM_HOE_WOOD" _locComment="" -->Wooden Hoe</value>
  </data>
<data name="strings.IDS_ITEM_HOE_STONE"><value><!-- _locID_text="strings.IDS_ITEM_HOE_STONE" _locComment="" -->Stone Hoe</value>
  </data>
<data name="strings.IDS_ITEM_HOE_IRON"><value><!-- _locID_text="strings.IDS_ITEM_HOE_IRON" _locComment="" -->Iron Hoe</value>
  </data>
<data name="strings.IDS_ITEM_HOE_DIAMOND"><value><!-- _locID_text="strings.IDS_ITEM_HOE_DIAMOND" _locComment="" -->Diamond Hoe</value>
  </data>
<data name="strings.IDS_ITEM_HOE_GOLD"><value><!-- _locID_text="strings.IDS_ITEM_HOE_GOLD" _locComment="" -->Golden Hoe</value>
  </data>
<data name="strings.IDS_ITEM_DOOR_WOOD"><value><!-- _locID_text="strings.IDS_ITEM_DOOR_WOOD" _locComment="" -->Wooden Door</value>
  </data>
<data name="strings.IDS_ITEM_DOOR_IRON"><value><!-- _locID_text="strings.IDS_ITEM_DOOR_IRON" _locComment="" -->Iron Door</value>
  </data>
<data name="strings.IDS_ITEM_HELMET_CHAIN"><value><!-- _locID_text="strings.IDS_ITEM_HELMET_CHAIN" _locComment="" -->Chain Helmet</value>
  </data>
<data name="strings.IDS_ITEM_CHESTPLATE_CHAIN"><value><!-- _locID_text="strings.IDS_ITEM_CHESTPLATE_CHAIN" _locComment="" -->Chain Chestplate</value>
  </data>
<data name="strings.IDS_ITEM_LEGGINGS_CHAIN"><value><!-- _locID_text="strings.IDS_ITEM_LEGGINGS_CHAIN" _locComment="" -->Chain Leggings</value>
  </data>
<data name="strings.IDS_ITEM_BOOTS_CHAIN"><value><!-- _locID_text="strings.IDS_ITEM_BOOTS_CHAIN" _locComment="" -->Chain Boots</value>
  </data>
<data name="strings.IDS_ITEM_HELMET_CLOTH"><value><!-- _locID_text="strings.IDS_ITEM_HELMET_CLOTH" _locComment="" -->Leather Cap</value>
  </data>
<data name="strings.IDS_ITEM_HELMET_IRON"><value><!-- _locID_text="strings.IDS_ITEM_HELMET_IRON" _locComment="" -->Iron Helmet</value>
  </data>
<data name="strings.IDS_ITEM_HELMET_DIAMOND"><value><!-- _locID_text="strings.IDS_ITEM_HELMET_DIAMOND" _locComment="" -->Diamond Helmet</value>
  </data>
<data name="strings.IDS_ITEM_HELMET_GOLD"><value><!-- _locID_text="strings.IDS_ITEM_HELMET_GOLD" _locComment="" -->Golden Helmet</value>
  </data>
<data name="strings.IDS_ITEM_CHESTPLATE_CLOTH"><value><!-- _locID_text="strings.IDS_ITEM_CHESTPLATE_CLOTH" _locComment="" -->Leather Tunic</value>
  </data>
<data name="strings.IDS_ITEM_CHESTPLATE_IRON"><value><!-- _locID_text="strings.IDS_ITEM_CHESTPLATE_IRON" _locComment="" -->Iron Chestplate</value>
  </data>
<data name="strings.IDS_ITEM_CHESTPLATE_DIAMOND"><value><!-- _locID_text="strings.IDS_ITEM_CHESTPLATE_DIAMOND" _locComment="" -->Diamond Chestplate</value>
  </data>
<data name="strings.IDS_ITEM_CHESTPLATE_GOLD"><value><!-- _locID_text="strings.IDS_ITEM_CHESTPLATE_GOLD" _locComment="" -->Golden Chestplate</value>
  </data>
<data name="strings.IDS_ITEM_LEGGINGS_CLOTH"><value><!-- _locID_text="strings.IDS_ITEM_LEGGINGS_CLOTH" _locComment="" -->Leather Pants</value>
  </data>
<data name="strings.IDS_ITEM_LEGGINGS_IRON"><value><!-- _locID_text="strings.IDS_ITEM_LEGGINGS_IRON" _locComment="" -->Iron Leggings</value>
  </data>
<data name="strings.IDS_ITEM_LEGGINGS_DIAMOND"><value><!-- _locID_text="strings.IDS_ITEM_LEGGINGS_DIAMOND" _locComment="" -->Diamond Leggings</value>
  </data>
<data name="strings.IDS_ITEM_LEGGINGS_GOLD"><value><!-- _locID_text="strings.IDS_ITEM_LEGGINGS_GOLD" _locComment="" -->Golden Leggings</value>
  </data>
<data name="strings.IDS_ITEM_BOOTS_CLOTH"><value><!-- _locID_text="strings.IDS_ITEM_BOOTS_CLOTH" _locComment="" -->Leather Boots</value>
  </data>
<data name="strings.IDS_ITEM_BOOTS_IRON"><value><!-- _locID_text="strings.IDS_ITEM_BOOTS_IRON" _locComment="" -->Iron Boots</value>
  </data>
<data name="strings.IDS_ITEM_BOOTS_DIAMOND"><value><!-- _locID_text="strings.IDS_ITEM_BOOTS_DIAMOND" _locComment="" -->Diamond Boots</value>
  </data>
<data name="strings.IDS_ITEM_BOOTS_GOLD"><value><!-- _locID_text="strings.IDS_ITEM_BOOTS_GOLD" _locComment="" -->Golden Boots</value>
  </data>
<data name="strings.IDS_ITEM_INGOT_IRON"><value><!-- _locID_text="strings.IDS_ITEM_INGOT_IRON" _locComment="" -->Iron Ingot</value>
  </data>
<data name="strings.IDS_ITEM_INGOT_GOLD"><value><!-- _locID_text="strings.IDS_ITEM_INGOT_GOLD" _locComment="" -->Gold Ingot</value>
  </data>
<data name="strings.IDS_ITEM_BUCKET"><value><!-- _locID_text="strings.IDS_ITEM_BUCKET" _locComment="" -->Bucket</value>
  </data>
<data name="strings.IDS_ITEM_BUCKET_WATER"><value><!-- _locID_text="strings.IDS_ITEM_BUCKET_WATER" _locComment="" -->Water Bucket</value>
  </data>
<data name="strings.IDS_ITEM_BUCKET_LAVA"><value><!-- _locID_text="strings.IDS_ITEM_BUCKET_LAVA" _locComment="" -->Lava Bucket</value>
  </data>
<data name="strings.IDS_ITEM_FLINT_AND_STEEL"><value><!-- _locID_text="strings.IDS_ITEM_FLINT_AND_STEEL" _locComment="" -->Flint and Steel</value>
  </data>
<data name="strings.IDS_ITEM_APPLE"><value><!-- _locID_text="strings.IDS_ITEM_APPLE" _locComment="" -->Apple</value>
  </data>
<data name="strings.IDS_ITEM_BOW"><value><!-- _locID_text="strings.IDS_ITEM_BOW" _locComment="" -->Bow</value>
  </data>
<data name="strings.IDS_ITEM_ARROW"><value><!-- _locID_text="strings.IDS_ITEM_ARROW" _locComment="" -->Arrow</value>
  </data>
<data name="strings.IDS_ITEM_COAL"><value><!-- _locID_text="strings.IDS_ITEM_COAL" _locComment="" -->Coal</value>
  </data>
<data name="strings.IDS_ITEM_CHARCOAL"><value><!-- _locID_text="strings.IDS_ITEM_CHARCOAL" _locComment="" -->Charcoal</value>
  </data>
<data name="strings.IDS_ITEM_DIAMOND"><value><!-- _locID_text="strings.IDS_ITEM_DIAMOND" _locComment="" -->Diamond</value>
  </data>
<data name="strings.IDS_ITEM_STICK"><value><!-- _locID_text="strings.IDS_ITEM_STICK" _locComment="" -->Stick</value>
  </data>
<data name="strings.IDS_ITEM_BOWL"><value><!-- _locID_text="strings.IDS_ITEM_BOWL" _locComment="" -->Bowl</value>
  </data>
<data name="strings.IDS_ITEM_MUSHROOM_STEW"><value><!-- _locID_text="strings.IDS_ITEM_MUSHROOM_STEW" _locComment="" -->Mushroom Stew</value>
  </data>
<data name="strings.IDS_ITEM_STRING"><value><!-- _locID_text="strings.IDS_ITEM_STRING" _locComment="" -->String</value>
  </data>
<data name="strings.IDS_ITEM_FEATHER"><value><!-- _locID_text="strings.IDS_ITEM_FEATHER" _locComment="" -->Feather</value>
  </data>
<data name="strings.IDS_ITEM_SULPHUR"><value><!-- _locID_text="strings.IDS_ITEM_SULPHUR" _locComment="" -->Gunpowder</value>
  </data>
<data name="strings.IDS_ITEM_WHEAT_SEEDS"><value><!-- _locID_text="strings.IDS_ITEM_WHEAT_SEEDS" _locComment="" -->Wheat Seeds</value>
  </data>
<data name="strings.IDS_ITEM_WHEAT"><value><!-- _locID_text="strings.IDS_ITEM_WHEAT" _locComment="" -->Wheat</value>
  </data>
<data name="strings.IDS_ITEM_BREAD"><value><!-- _locID_text="strings.IDS_ITEM_BREAD" _locComment="" -->Bread</value>
  </data>
<data name="strings.IDS_ITEM_FLINT"><value><!-- _locID_text="strings.IDS_ITEM_FLINT" _locComment="" -->Flint</value>
  </data>
<data name="strings.IDS_ITEM_PORKCHOP_RAW"><value><!-- _locID_text="strings.IDS_ITEM_PORKCHOP_RAW" _locComment="" -->Raw Porkchop</value>
  </data>
<data name="strings.IDS_ITEM_PORKCHOP_COOKED"><value><!-- _locID_text="strings.IDS_ITEM_PORKCHOP_COOKED" _locComment="" -->Cooked Porkchop</value>
  </data>
<data name="strings.IDS_ITEM_PAINTING"><value><!-- _locID_text="strings.IDS_ITEM_PAINTING" _locComment="" -->Painting</value>
  </data>
<data name="strings.IDS_ITEM_APPLE_GOLD"><value><!-- _locID_text="strings.IDS_ITEM_APPLE_GOLD" _locComment="" -->Golden Apple</value>
  </data>
<data name="strings.IDS_ITEM_SIGN"><value><!-- _locID_text="strings.IDS_ITEM_SIGN" _locComment="" -->Sign</value>
  </data>
<data name="strings.IDS_ITEM_MINECART"><value><!-- _locID_text="strings.IDS_ITEM_MINECART" _locComment="" -->Minecart</value>
  </data>
<data name="strings.IDS_ITEM_SADDLE"><value><!-- _locID_text="strings.IDS_ITEM_SADDLE" _locComment="" -->Saddle</value>
  </data>
<data name="strings.IDS_ITEM_REDSTONE"><value><!-- _locID_text="strings.IDS_ITEM_REDSTONE" _locComment="" -->Redstone</value>
  </data>
<data name="strings.IDS_ITEM_SNOWBALL"><value><!-- _locID_text="strings.IDS_ITEM_SNOWBALL" _locComment="" -->Snowball</value>
  </data>
<data name="strings.IDS_ITEM_BOAT"><value><!-- _locID_text="strings.IDS_ITEM_BOAT" _locComment="" -->Boat</value>
  </data>
<data name="strings.IDS_ITEM_LEATHER"><value><!-- _locID_text="strings.IDS_ITEM_LEATHER" _locComment="" -->Leather</value>
  </data>
<data name="strings.IDS_ITEM_BUCKET_MILK"><value><!-- _locID_text="strings.IDS_ITEM_BUCKET_MILK" _locComment="" -->Milk Bucket</value>
  </data>
<data name="strings.IDS_ITEM_BRICK"><value><!-- _locID_text="strings.IDS_ITEM_BRICK" _locComment="" -->Brick</value>
  </data>
<data name="strings.IDS_ITEM_CLAY"><value><!-- _locID_text="strings.IDS_ITEM_CLAY" _locComment="" -->Clay</value>
  </data>
<data name="strings.IDS_ITEM_REEDS"><value><!-- _locID_text="strings.IDS_ITEM_REEDS" _locComment="" -->Sugar Canes</value>
  </data>
<data name="strings.IDS_ITEM_PAPER"><value><!-- _locID_text="strings.IDS_ITEM_PAPER" _locComment="" -->Paper</value>
  </data>
<data name="strings.IDS_ITEM_BOOK"><value><!-- _locID_text="strings.IDS_ITEM_BOOK" _locComment="" -->Book</value>
  </data>
<data name="strings.IDS_ITEM_SLIMEBALL"><value><!-- _locID_text="strings.IDS_ITEM_SLIMEBALL" _locComment="" -->Slimeball</value>
  </data>
<data name="strings.IDS_ITEM_MINECART_CHEST"><value><!-- _locID_text="strings.IDS_ITEM_MINECART_CHEST" _locComment="" -->Minecart with Chest</value>
  </data>
<data name="strings.IDS_ITEM_MINECART_FURNACE"><value><!-- _locID_text="strings.IDS_ITEM_MINECART_FURNACE" _locComment="" -->Minecart with Furnace</value>
  </data>
<data name="strings.IDS_ITEM_EGG"><value><!-- _locID_text="strings.IDS_ITEM_EGG" _locComment="" -->Egg</value>
  </data>
<data name="strings.IDS_ITEM_COMPASS"><value><!-- _locID_text="strings.IDS_ITEM_COMPASS" _locComment="" -->Compass</value>
  </data>
<data name="strings.IDS_ITEM_FISHING_ROD"><value><!-- _locID_text="strings.IDS_ITEM_FISHING_ROD" _locComment="" -->Fishing Rod</value>
  </data>
<data name="strings.IDS_ITEM_CLOCK"><value><!-- _locID_text="strings.IDS_ITEM_CLOCK" _locComment="" -->Clock</value>
  </data>
<data name="strings.IDS_ITEM_YELLOW_DUST"><value><!-- _locID_text="strings.IDS_ITEM_YELLOW_DUST" _locComment="" -->Glowstone Dust</value>
  </data>
<data name="strings.IDS_ITEM_FISH_RAW"><value><!-- _locID_text="strings.IDS_ITEM_FISH_RAW" _locComment="" -->Raw Fish</value>
  </data>
<data name="strings.IDS_ITEM_FISH_COOKED"><value><!-- _locID_text="strings.IDS_ITEM_FISH_COOKED" _locComment="" -->Cooked Fish</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER" _locComment="" -->Dye Powder</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_BLACK"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_BLACK" _locComment="" -->Ink Sac</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_RED"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_RED" _locComment="" -->Rose Red</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_GREEN"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_GREEN" _locComment="" -->Cactus Green</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_BROWN"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_BROWN" _locComment="" -->Cocoa Beans</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_BLUE"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_BLUE" _locComment="" -->Lapis Lazuli</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_PURPLE"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_PURPLE" _locComment="" -->Purple Dye</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_CYAN"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_CYAN" _locComment="" -->Cyan Dye</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_SILVER"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_SILVER" _locComment="" -->Light Gray Dye</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_GRAY"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_GRAY" _locComment="" -->Gray Dye</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_PINK"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_PINK" _locComment="" -->Pink Dye</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_LIME"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_LIME" _locComment="" -->Lime Dye</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_YELLOW"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_YELLOW" _locComment="" -->Dandelion Yellow</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_LIGHT_BLUE"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_LIGHT_BLUE" _locComment="" -->Light Blue Dye</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_MAGENTA"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_MAGENTA" _locComment="" -->Magenta Dye</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_ORANGE"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_ORANGE" _locComment="" -->Orange Dye</value>
  </data>
<data name="strings.IDS_ITEM_DYE_POWDER_WHITE"><value><!-- _locID_text="strings.IDS_ITEM_DYE_POWDER_WHITE" _locComment="" -->Bone Meal</value>
  </data>
<data name="strings.IDS_ITEM_BONE"><value><!-- _locID_text="strings.IDS_ITEM_BONE" _locComment="" -->Bone</value>
  </data>
<data name="strings.IDS_ITEM_SUGAR"><value><!-- _locID_text="strings.IDS_ITEM_SUGAR" _locComment="" -->Sugar</value>
  </data>
<data name="strings.IDS_ITEM_CAKE"><value><!-- _locID_text="strings.IDS_ITEM_CAKE" _locComment="" -->Cake</value>
  </data>
<data name="strings.IDS_ITEM_BED"><value><!-- _locID_text="strings.IDS_ITEM_BED" _locComment="" -->Bed</value>
  </data>
<data name="strings.IDS_ITEM_DIODE"><value><!-- _locID_text="strings.IDS_ITEM_DIODE" _locComment="" -->Redstone Repeater</value>
  </data>
<data name="strings.IDS_ITEM_COOKIE"><value><!-- _locID_text="strings.IDS_ITEM_COOKIE" _locComment="" -->Cookie</value>
  </data>
<data name="strings.IDS_ITEM_MAP"><value><!-- _locID_text="strings.IDS_ITEM_MAP" _locComment="" -->Map</value>
  </data>
<data name="strings.IDS_ITEM_RECORD_01"><value><!-- _locID_text="strings.IDS_ITEM_RECORD_01" _locComment="" -->Music Disc - "13"</value>
  </data>
<data name="strings.IDS_ITEM_RECORD_02"><value><!-- _locID_text="strings.IDS_ITEM_RECORD_02" _locComment="" -->Music Disc - "cat"</value>
  </data>
<data name="strings.IDS_ITEM_RECORD_03"><value><!-- _locID_text="strings.IDS_ITEM_RECORD_03" _locComment="" -->Music Disc - "blocks"</value>
  </data>
<data name="strings.IDS_ITEM_RECORD_04"><value><!-- _locID_text="strings.IDS_ITEM_RECORD_04" _locComment="" -->Music Disc - "chirp"</value>
  </data>
<data name="strings.IDS_ITEM_RECORD_05"><value><!-- _locID_text="strings.IDS_ITEM_RECORD_05" _locComment="" -->Music Disc - "far"</value>
  </data>
<data name="strings.IDS_ITEM_RECORD_06"><value><!-- _locID_text="strings.IDS_ITEM_RECORD_06" _locComment="" -->Music Disc - "mall"</value>
  </data>
<data name="strings.IDS_ITEM_RECORD_07"><value><!-- _locID_text="strings.IDS_ITEM_RECORD_07" _locComment="" -->Music Disc - "mellohi"</value>
  </data>
<data name="strings.IDS_ITEM_RECORD_08"><value><!-- _locID_text="strings.IDS_ITEM_RECORD_08" _locComment="" -->Music Disc - "stal"</value>
  </data>
<data name="strings.IDS_ITEM_RECORD_09"><value><!-- _locID_text="strings.IDS_ITEM_RECORD_09" _locComment="" -->Music Disc - "strad"</value>
  </data>
<data name="strings.IDS_ITEM_RECORD_10"><value><!-- _locID_text="strings.IDS_ITEM_RECORD_10" _locComment="" -->Music Disc - "ward"</value>
  </data>
<data name="strings.IDS_ITEM_RECORD_11"><value><!-- _locID_text="strings.IDS_ITEM_RECORD_11" _locComment="" -->Music Disc - "11"</value>
  </data>
<data name="strings.IDS_ITEM_RECORD_12"><value><!-- _locID_text="strings.IDS_ITEM_RECORD_12" _locComment="" -->Music Disc - "where are we now"</value>
  </data>
<data name="strings.IDS_ITEM_SHEARS"><value><!-- _locID_text="strings.IDS_ITEM_SHEARS" _locComment="" -->Shears</value>
  </data>
<data name="strings.IDS_ITEM_PUMPKIN_SEEDS"><value><!-- _locID_text="strings.IDS_ITEM_PUMPKIN_SEEDS" _locComment="" -->Pumpkin Seeds</value>
  </data>
<data name="strings.IDS_ITEM_MELON_SEEDS"><value><!-- _locID_text="strings.IDS_ITEM_MELON_SEEDS" _locComment="" -->Melon Seeds</value>
  </data>
<data name="strings.IDS_ITEM_CHICKEN_RAW"><value><!-- _locID_text="strings.IDS_ITEM_CHICKEN_RAW" _locComment="" -->Raw Chicken</value>
  </data>
<data name="strings.IDS_ITEM_CHICKEN_COOKED"><value><!-- _locID_text="strings.IDS_ITEM_CHICKEN_COOKED" _locComment="" -->Cooked Chicken</value>
  </data>
<data name="strings.IDS_ITEM_BEEF_RAW"><value><!-- _locID_text="strings.IDS_ITEM_BEEF_RAW" _locComment="" -->Raw Beef</value>
  </data>
<data name="strings.IDS_ITEM_BEEF_COOKED"><value><!-- _locID_text="strings.IDS_ITEM_BEEF_COOKED" _locComment="" -->Steak</value>
  </data>
<data name="strings.IDS_ITEM_ROTTEN_FLESH"><value><!-- _locID_text="strings.IDS_ITEM_ROTTEN_FLESH" _locComment="" -->Rotten Flesh</value>
  </data>
<data name="strings.IDS_ITEM_ENDER_PEARL"><value><!-- _locID_text="strings.IDS_ITEM_ENDER_PEARL" _locComment="" -->Ender Pearl</value>
  </data>
<data name="strings.IDS_ITEM_MELON_SLICE"><value><!-- _locID_text="strings.IDS_ITEM_MELON_SLICE" _locComment="" -->Melon Slice</value>
  </data>
<data name="strings.IDS_ITEM_BLAZE_ROD"><value><!-- _locID_text="strings.IDS_ITEM_BLAZE_ROD" _locComment="" -->Blaze Rod</value>
  </data>
<data name="strings.IDS_ITEM_GHAST_TEAR"><value><!-- _locID_text="strings.IDS_ITEM_GHAST_TEAR" _locComment="" -->Ghast Tear</value>
  </data>
<data name="strings.IDS_ITEM_GOLD_NUGGET"><value><!-- _locID_text="strings.IDS_ITEM_GOLD_NUGGET" _locComment="" -->Gold Nugget</value>
  </data>
<data name="strings.IDS_ITEM_NETHER_STALK_SEEDS"><value><!-- _locID_text="strings.IDS_ITEM_NETHER_STALK_SEEDS" _locComment="" -->Nether Wart</value>
  </data>
<data name="strings.IDS_ITEM_POTION"><value><!-- _locID_text="strings.IDS_ITEM_POTION" _locComment="" -->{*splash*}{*prefix*}Potion {*postfix*}</value>
  </data>
<data name="strings.IDS_ITEM_GLASS_BOTTLE"><value><!-- _locID_text="strings.IDS_ITEM_GLASS_BOTTLE" _locComment="" -->Glass Bottle</value>
  </data>
<data name="strings.IDS_ITEM_WATER_BOTTLE"><value><!-- _locID_text="strings.IDS_ITEM_WATER_BOTTLE" _locComment="" -->Water Bottle</value>
  </data>
<data name="strings.IDS_ITEM_SPIDER_EYE"><value><!-- _locID_text="strings.IDS_ITEM_SPIDER_EYE" _locComment="" -->Spider Eye</value>
  </data>
<data name="strings.IDS_ITEM_FERMENTED_SPIDER_EYE"><value><!-- _locID_text="strings.IDS_ITEM_FERMENTED_SPIDER_EYE" _locComment="" -->Fermented Spider Eye</value>
  </data>
<data name="strings.IDS_ITEM_BLAZE_POWDER"><value><!-- _locID_text="strings.IDS_ITEM_BLAZE_POWDER" _locComment="" -->Blaze Powder</value>
  </data>
<data name="strings.IDS_ITEM_MAGMA_CREAM"><value><!-- _locID_text="strings.IDS_ITEM_MAGMA_CREAM" _locComment="" -->Magma Cream</value>
  </data>
<data name="strings.IDS_ITEM_BREWING_STAND"><value><!-- _locID_text="strings.IDS_ITEM_BREWING_STAND" _locComment="" -->Brewing Stand</value>
  </data>
<data name="strings.IDS_ITEM_CAULDRON"><value><!-- _locID_text="strings.IDS_ITEM_CAULDRON" _locComment="" -->Cauldron</value>
  </data>
<data name="strings.IDS_ITEM_EYE_OF_ENDER"><value><!-- _locID_text="strings.IDS_ITEM_EYE_OF_ENDER" _locComment="" -->Eye of Ender</value>
  </data>
<data name="strings.IDS_ITEM_SPECKLED_MELON"><value><!-- _locID_text="strings.IDS_ITEM_SPECKLED_MELON" _locComment="" -->Glistering Melon</value>
  </data>
<data name="strings.IDS_ITEM_EXP_BOTTLE"><value><!-- _locID_text="strings.IDS_ITEM_EXP_BOTTLE" _locComment="" -->Bottle o' Enchanting</value>
  </data>
<data name="strings.IDS_ITEM_FIREBALL"><value><!-- _locID_text="strings.IDS_ITEM_FIREBALL" _locComment="" -->Fire Charge</value>
</data>
<data name="strings.IDS_ITEM_FIREBALLCHARCOAL"><value><!-- _locID_text="strings.IDS_ITEM_FIREBALLCHARCOAL" _locComment="" -->Fire Charge (Charcoal)</value>
</data>
<data name="strings.IDS_ITEM_FIREBALLCOAL"><value><!-- _locID_text="strings.IDS_ITEM_FIREBALLCOAL" _locComment="" -->Fire Charge (Coal)</value>
</data>
<data name="strings.IDS_ITEM_ITEMFRAME"><value><!-- _locID_text="strings.IDS_ITEM_ITEMFRAME" _locComment="" -->Item Frame</value>
</data>
<data name="strings.IDS_ITEM_MONSTER_SPAWNER"><value><!-- _locID_text="strings.IDS_ITEM_MONSTER_SPAWNER" _locComment="" -->Spawn {*CREATURE*}</value>
  </data>
<data name="strings.IDS_ITEM_NETHERBRICK"><value><!-- _locID_text="strings.IDS_ITEM_NETHERBRICK" _locComment="" -->Nether Brick</value>
  </data>
<data name="strings.IDS_ITEM_SKULL"><value><!-- _locID_text="strings.IDS_ITEM_SKULL" _locComment="" -->Skull</value>
  </data>
<data name="strings.IDS_ITEM_SKULL_SKELETON"><value><!-- _locID_text="strings.IDS_ITEM_SKULL_SKELETON" _locComment="" -->Skeleton Skull</value>
  </data>
<data name="strings.IDS_ITEM_SKULL_WITHER"><value><!-- _locID_text="strings.IDS_ITEM_SKULL_WITHER" _locComment="" -->Wither Skeleton Skull</value>
  </data>
<data name="strings.IDS_ITEM_SKULL_ZOMBIE"><value><!-- _locID_text="strings.IDS_ITEM_SKULL_ZOMBIE" _locComment="" -->Zombie Head</value>
  </data>
<data name="strings.IDS_ITEM_SKULL_CHARACTER"><value><!-- _locID_text="strings.IDS_ITEM_SKULL_CHARACTER" _locComment="" -->Head</value>
  </data>
<data name="strings.IDS_ITEM_SKULL_PLAYER"><value><!-- _locID_text="strings.IDS_ITEM_SKULL_PLAYER" _locComment="" -->%s's Head</value>
  </data>
<data name="strings.IDS_ITEM_SKULL_CREEPER"><value><!-- _locID_text="strings.IDS_ITEM_SKULL_CREEPER" _locComment="" -->Creeper Head</value>
  </data>
<data name="strings.IDS_TILE_STONE"><value><!-- _locID_text="strings.IDS_TILE_STONE" _locComment="" -->Stone</value>
  </data>
<data name="strings.IDS_TILE_GRASS"><value><!-- _locID_text="strings.IDS_TILE_GRASS" _locComment="" -->Grass Block</value>
  </data>
<data name="strings.IDS_TILE_DIRT"><value><!-- _locID_text="strings.IDS_TILE_DIRT" _locComment="" -->Dirt</value>
  </data>
<data name="strings.IDS_TILE_STONE_BRICK"><value><!-- _locID_text="strings.IDS_TILE_STONE_BRICK" _locComment="" -->Cobblestone</value>
  </data>
<data name="strings.IDS_TILE_OAKWOOD_PLANKS"><value><!-- _locID_text="strings.IDS_TILE_OAKWOOD_PLANKS" _locComment="" -->Oak Wood Planks</value>
  </data>
<data name="strings.IDS_TILE_SPRUCEWOOD_PLANKS"><value><!-- _locID_text="strings.IDS_TILE_SPRUCEWOOD_PLANKS" _locComment="" -->Spruce Wood Planks</value>
  </data>
<data name="strings.IDS_TILE_BIRCHWOOD_PLANKS"><value><!-- _locID_text="strings.IDS_TILE_BIRCHWOOD_PLANKS" _locComment="" -->Birch Wood Planks</value>
  </data>
<data name="strings.IDS_TILE_JUNGLE_PLANKS"><value><!-- _locID_text="strings.IDS_TILE_JUNGLE_PLANKS" _locComment="" -->Jungle Wood Planks</value>
  </data>
<data name="strings.IDS_TILE_SAPLING"><value><!-- _locID_text="strings.IDS_TILE_SAPLING" _locComment="" -->Sapling</value>
  </data>
<data name="strings.IDS_TILE_SAPLING_OAK"><value><!-- _locID_text="strings.IDS_TILE_SAPLING_OAK" _locComment="" -->Oak Sapling</value>
  </data>
<data name="strings.IDS_TILE_SAPLING_SPRUCE"><value><!-- _locID_text="strings.IDS_TILE_SAPLING_SPRUCE" _locComment="" -->Spruce Sapling</value>
  </data>
<data name="strings.IDS_TILE_SAPLING_BIRCH"><value><!-- _locID_text="strings.IDS_TILE_SAPLING_BIRCH" _locComment="" -->Birch Sapling</value>
  </data>
<data name="strings.IDS_TILE_SAPLING_JUNGLE"><value><!-- _locID_text="strings.IDS_TILE_SAPLING_JUNGLE" _locComment="" -->Jungle Tree Sapling</value>
  </data>
<data name="strings.IDS_TILE_BEDROCK"><value><!-- _locID_text="strings.IDS_TILE_BEDROCK" _locComment="" -->Bedrock</value>
  </data>
<data name="strings.IDS_TILE_WATER"><value><!-- _locID_text="strings.IDS_TILE_WATER" _locComment="" -->Water</value>
  </data>
<data name="strings.IDS_TILE_LAVA"><value><!-- _locID_text="strings.IDS_TILE_LAVA" _locComment="" -->Lava</value>
  </data>
<data name="strings.IDS_TILE_SAND"><value><!-- _locID_text="strings.IDS_TILE_SAND" _locComment="" -->Sand</value>
  </data>
<data name="strings.IDS_TILE_SANDSTONE"><value><!-- _locID_text="strings.IDS_TILE_SANDSTONE" _locComment="" -->Sandstone</value>
  </data>
<data name="strings.IDS_TILE_GRAVEL"><value><!-- _locID_text="strings.IDS_TILE_GRAVEL" _locComment="" -->Gravel</value>
  </data>
<data name="strings.IDS_TILE_ORE_GOLD"><value><!-- _locID_text="strings.IDS_TILE_ORE_GOLD" _locComment="" -->Gold Ore</value>
  </data>
<data name="strings.IDS_TILE_ORE_IRON"><value><!-- _locID_text="strings.IDS_TILE_ORE_IRON" _locComment="" -->Iron Ore</value>
  </data>
<data name="strings.IDS_TILE_ORE_COAL"><value><!-- _locID_text="strings.IDS_TILE_ORE_COAL" _locComment="" -->Coal Ore</value>
  </data>
<data name="strings.IDS_TILE_LOG"><value><!-- _locID_text="strings.IDS_TILE_LOG" _locComment="" -->Wood</value>
  </data>
<data name="strings.IDS_TILE_LOG_OAK"><value><!-- _locID_text="strings.IDS_TILE_LOG_OAK" _locComment="" -->Oak Wood</value>
  </data>
<data name="strings.IDS_TILE_LOG_SPRUCE"><value><!-- _locID_text="strings.IDS_TILE_LOG_SPRUCE" _locComment="" -->Spruce Wood</value>
  </data>
<data name="strings.IDS_TILE_LOG_BIRCH"><value><!-- _locID_text="strings.IDS_TILE_LOG_BIRCH" _locComment="" -->Birch Wood</value>
  </data>
<data name="strings.IDS_TILE_LOG_JUNGLE"><value><!-- _locID_text="strings.IDS_TILE_LOG_JUNGLE" _locComment="" -->Jungle Wood</value>
  </data>
<data name="strings.IDS_TILE_OAK"><value><!-- _locID_text="strings.IDS_TILE_OAK" _locComment="" -->Oak</value>
  </data>
<data name="strings.IDS_TILE_SPRUCE"><value><!-- _locID_text="strings.IDS_TILE_SPRUCE" _locComment="" -->Spruce</value>
  </data>
<data name="strings.IDS_TILE_BIRCH"><value><!-- _locID_text="strings.IDS_TILE_BIRCH" _locComment="" -->Birch</value>
  </data>
<data name="strings.IDS_TILE_LEAVES"><value><!-- _locID_text="strings.IDS_TILE_LEAVES" _locComment="" -->Leaves</value>
  </data>
<data name="strings.IDS_TILE_LEAVES_OAK"><value><!-- _locID_text="strings.IDS_TILE_LEAVES_OAK" _locComment="" -->Oak Leaves</value>
  </data>
<data name="strings.IDS_TILE_LEAVES_SPRUCE"><value><!-- _locID_text="strings.IDS_TILE_LEAVES_SPRUCE" _locComment="" -->Spruce Leaves</value>
  </data>
<data name="strings.IDS_TILE_LEAVES_BIRCH"><value><!-- _locID_text="strings.IDS_TILE_LEAVES_BIRCH" _locComment="" -->Birch Leaves</value>
  </data>
<data name="strings.IDS_TILE_LEAVES_JUNGLE"><value><!-- _locID_text="strings.IDS_TILE_LEAVES_JUNGLE" _locComment="" -->Jungle Leaves</value>
  </data>
<data name="strings.IDS_TILE_SPONGE"><value><!-- _locID_text="strings.IDS_TILE_SPONGE" _locComment="" -->Sponge</value>
  </data>
<data name="strings.IDS_TILE_GLASS"><value><!-- _locID_text="strings.IDS_TILE_GLASS" _locComment="" -->Glass</value>
  </data>
<data name="strings.IDS_TILE_CLOTH"><value><!-- _locID_text="strings.IDS_TILE_CLOTH" _locComment="" -->Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_BLACK"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_BLACK" _locComment="" -->Black Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_RED"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_RED" _locComment="" -->Red Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_GREEN"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_GREEN" _locComment="" -->Green Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_BROWN"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_BROWN" _locComment="" -->Brown Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_BLUE"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_BLUE" _locComment="" -->Blue Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_PURPLE"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_PURPLE" _locComment="" -->Purple Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_CYAN"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_CYAN" _locComment="" -->Cyan Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_SILVER"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_SILVER" _locComment="" -->Light Gray Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_GRAY"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_GRAY" _locComment="" -->Gray Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_PINK"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_PINK" _locComment="" -->Pink Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_LIME"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_LIME" _locComment="" -->Lime Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_YELLOW"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_YELLOW" _locComment="" -->Yellow Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_LIGHT_BLUE"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_LIGHT_BLUE" _locComment="" -->Light Blue Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_MAGENTA"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_MAGENTA" _locComment="" -->Magenta Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_ORANGE"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_ORANGE" _locComment="" -->Orange Wool</value>
  </data>
<data name="strings.IDS_TILE_CLOTH_WHITE"><value><!-- _locID_text="strings.IDS_TILE_CLOTH_WHITE" _locComment="" -->White Wool</value>
  </data>
<data name="strings.IDS_TILE_FLOWER"><value><!-- _locID_text="strings.IDS_TILE_FLOWER" _locComment="" -->Flower</value>
  </data>
<data name="strings.IDS_TILE_ROSE"><value><!-- _locID_text="strings.IDS_TILE_ROSE" _locComment="" -->Rose</value>
  </data>
<data name="strings.IDS_TILE_MUSHROOM"><value><!-- _locID_text="strings.IDS_TILE_MUSHROOM" _locComment="" -->Mushroom</value>
  </data>
<data name="strings.IDS_TILE_BLOCK_GOLD"><value><!-- _locID_text="strings.IDS_TILE_BLOCK_GOLD" _locComment="" -->Block of Gold</value>
  </data>
<data name="strings.IDS_DESC_BLOCK_GOLD"><value><!-- _locID_text="strings.IDS_DESC_BLOCK_GOLD" _locComment="" -->A compact way of storing Gold.</value>
  </data>
<data name="strings.IDS_DESC_BLOCK_IRON"><value><!-- _locID_text="strings.IDS_DESC_BLOCK_IRON" _locComment="" -->A compact way of storing Iron.</value>
  </data>
<data name="strings.IDS_TILE_BLOCK_IRON"><value><!-- _locID_text="strings.IDS_TILE_BLOCK_IRON" _locComment="" -->Block of Iron</value>
  </data>
<data name="strings.IDS_TILE_STONESLAB"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB" _locComment="" -->Stone Slab</value>
  </data>
<data name="strings.IDS_TILE_STONESLAB_STONE"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB_STONE" _locComment="" -->Stone Slab</value>
  </data>
<data name="strings.IDS_TILE_STONESLAB_SAND"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB_SAND" _locComment="" -->Sandstone Slab</value>
  </data>
<data name="strings.IDS_TILE_STONESLAB_WOOD"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB_WOOD" _locComment="" -->Oak Wood Slab</value>
  </data>
<data name="strings.IDS_TILE_STONESLAB_COBBLE"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB_COBBLE" _locComment="" -->Cobblestone Slab</value>
  </data>
<data name="strings.IDS_TILE_STONESLAB_BRICK"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB_BRICK" _locComment="" -->Bricks Slab</value>
  </data>
<data name="strings.IDS_TILE_STONESLAB_SMOOTHBRICK"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB_SMOOTHBRICK" _locComment="" -->Stone Bricks Slab</value>
  </data>
<data name="strings.IDS_TILE_STONESLAB_OAK"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB_OAK" _locComment="" -->Oak Wood Slab</value>
  </data>
<data name="strings.IDS_TILE_STONESLAB_SPRUCE"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB_SPRUCE" _locComment="" -->Spruce Wood Slab</value>
  </data>
<data name="strings.IDS_TILE_STONESLAB_BIRCH"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB_BIRCH" _locComment="" -->Birch Wood Slab</value>
  </data>
<data name="strings.IDS_TILE_STONESLAB_JUNGLE"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB_JUNGLE" _locComment="" -->Jungle Wood Slab</value>
  </data>      
<data name="strings.IDS_TILE_STONESLAB_NETHERBRICK"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB_NETHERBRICK" _locComment="" -->Nether Brick Slab</value>
  </data>
<data name="strings.IDS_TILE_BRICK"><value><!-- _locID_text="strings.IDS_TILE_BRICK" _locComment="" -->Bricks</value>
  </data>
<data name="strings.IDS_TILE_TNT"><value><!-- _locID_text="strings.IDS_TILE_TNT" _locComment="" -->TNT</value>
  </data>
<data name="strings.IDS_TILE_BOOKSHELF"><value><!-- _locID_text="strings.IDS_TILE_BOOKSHELF" _locComment="" -->Bookshelf</value>
  </data>
<data name="strings.IDS_TILE_STONE_MOSS"><value><!-- _locID_text="strings.IDS_TILE_STONE_MOSS" _locComment="" -->Moss Stone</value>
  </data>
<data name="strings.IDS_TILE_OBSIDIAN"><value><!-- _locID_text="strings.IDS_TILE_OBSIDIAN" _locComment="" -->Obsidian</value>
  </data>
<data name="strings.IDS_TILE_TORCH"><value><!-- _locID_text="strings.IDS_TILE_TORCH" _locComment="" -->Torch</value>
  </data>
<data name="strings.IDS_TILE_TORCHCOAL"><value><!-- _locID_text="strings.IDS_TILE_TORCHCOAL" _locComment="" -->Torch (Coal)</value>
  </data>
<data name="strings.IDS_TILE_TORCHCHARCOAL"><value><!-- _locID_text="strings.IDS_TILE_TORCHCHARCOAL" _locComment="" -->Torch (Charcoal)</value>
  </data>
<data name="strings.IDS_TILE_FIRE"><value><!-- _locID_text="strings.IDS_TILE_FIRE" _locComment="" -->Fire</value>
  </data>
<data name="strings.IDS_TILE_MOB_SPAWNER"><value><!-- _locID_text="strings.IDS_TILE_MOB_SPAWNER" _locComment="" -->Monster Spawner</value>
  </data>
<data name="strings.IDS_TILE_STAIRS_WOOD"><value><!-- _locID_text="strings.IDS_TILE_STAIRS_WOOD" _locComment="" -->Oak Wood Stairs</value>
  </data>
<data name="strings.IDS_TILE_CHEST"><value><!-- _locID_text="strings.IDS_TILE_CHEST" _locComment="" -->Chest</value>
  </data>
<data name="strings.IDS_TILE_REDSTONE_DUST"><value><!-- _locID_text="strings.IDS_TILE_REDSTONE_DUST" _locComment="" -->Redstone Dust</value>
  </data>
<data name="strings.IDS_TILE_ORE_DIAMOND"><value><!-- _locID_text="strings.IDS_TILE_ORE_DIAMOND" _locComment="" -->Diamond Ore</value>
  </data>
<data name="strings.IDS_TILE_BLOCK_DIAMOND"><value><!-- _locID_text="strings.IDS_TILE_BLOCK_DIAMOND" _locComment="" -->Block of Diamond</value>
  </data>
<data name="strings.IDS_DESC_BLOCK_DIAMOND"><value><!-- _locID_text="strings.IDS_DESC_BLOCK_DIAMOND" _locComment="" -->A compact way of storing Diamonds.</value>
  </data>
<data name="strings.IDS_TILE_WORKBENCH"><value><!-- _locID_text="strings.IDS_TILE_WORKBENCH" _locComment="" -->Crafting Table</value>
  </data>
<data name="strings.IDS_TILE_CROPS"><value><!-- _locID_text="strings.IDS_TILE_CROPS" _locComment="" -->Crops</value>
  </data>
<data name="strings.IDS_TILE_FARMLAND"><value><!-- _locID_text="strings.IDS_TILE_FARMLAND" _locComment="" -->Farmland</value>
  </data>
<data name="strings.IDS_TILE_FURNACE"><value><!-- _locID_text="strings.IDS_TILE_FURNACE" _locComment="" -->Furnace</value>
  </data>
<data name="strings.IDS_TILE_SIGN"><value><!-- _locID_text="strings.IDS_TILE_SIGN" _locComment="" -->Sign</value>
  </data>
<data name="strings.IDS_TILE_DOOR_WOOD"><value><!-- _locID_text="strings.IDS_TILE_DOOR_WOOD" _locComment="" -->Wooden Door</value>
  </data>
<data name="strings.IDS_TILE_LADDER"><value><!-- _locID_text="strings.IDS_TILE_LADDER" _locComment="" -->Ladder</value>
  </data>
<data name="strings.IDS_TILE_RAIL"><value><!-- _locID_text="strings.IDS_TILE_RAIL" _locComment="" -->Rail</value>
  </data>
<data name="strings.IDS_TILE_GOLDEN_RAIL"><value><!-- _locID_text="strings.IDS_TILE_GOLDEN_RAIL" _locComment="" -->Powered Rail</value>
  </data>
<data name="strings.IDS_TILE_DETECTOR_RAIL"><value><!-- _locID_text="strings.IDS_TILE_DETECTOR_RAIL" _locComment="" -->Detector Rail</value>
  </data>
<data name="strings.IDS_TILE_STAIRS_STONE"><value><!-- _locID_text="strings.IDS_TILE_STAIRS_STONE" _locComment="" -->Stone Stairs</value>
  </data>
<data name="strings.IDS_TILE_LEVER"><value><!-- _locID_text="strings.IDS_TILE_LEVER" _locComment="" -->Lever</value>
  </data>
<data name="strings.IDS_TILE_PRESSURE_PLATE"><value><!-- _locID_text="strings.IDS_TILE_PRESSURE_PLATE" _locComment="" -->Pressure Plate</value>
  </data>
<data name="strings.IDS_TILE_DOOR_IRON"><value><!-- _locID_text="strings.IDS_TILE_DOOR_IRON" _locComment="" -->Iron Door</value>
  </data>
<data name="strings.IDS_TILE_ORE_REDSTONE"><value><!-- _locID_text="strings.IDS_TILE_ORE_REDSTONE" _locComment="" -->Redstone Ore</value>
  </data>
<data name="strings.IDS_TILE_NOT_GATE"><value><!-- _locID_text="strings.IDS_TILE_NOT_GATE" _locComment="" -->Redstone Torch</value>
  </data>
<data name="strings.IDS_TILE_BUTTON"><value><!-- _locID_text="strings.IDS_TILE_BUTTON" _locComment="" -->Button</value>
  </data>
<data name="strings.IDS_TILE_SNOW"><value><!-- _locID_text="strings.IDS_TILE_SNOW" _locComment="" -->Snow</value>
  </data>
<data name="strings.IDS_TILE_ICE"><value><!-- _locID_text="strings.IDS_TILE_ICE" _locComment="" -->Ice</value>
  </data>
<data name="strings.IDS_TILE_CACTUS"><value><!-- _locID_text="strings.IDS_TILE_CACTUS" _locComment="" -->Cactus</value>
  </data>
<data name="strings.IDS_TILE_CLAY"><value><!-- _locID_text="strings.IDS_TILE_CLAY" _locComment="" -->Clay</value>
  </data>
<data name="strings.IDS_TILE_REEDS"><value><!-- _locID_text="strings.IDS_TILE_REEDS" _locComment="" -->Sugar Cane</value>
  </data>
<data name="strings.IDS_TILE_JUKEBOX"><value><!-- _locID_text="strings.IDS_TILE_JUKEBOX" _locComment="" -->Jukebox</value>
  </data>
<data name="strings.IDS_TILE_FENCE"><value><!-- _locID_text="strings.IDS_TILE_FENCE" _locComment="" -->Fence</value>
  </data>
<data name="strings.IDS_TILE_PUMPKIN"><value><!-- _locID_text="strings.IDS_TILE_PUMPKIN" _locComment="" -->Pumpkin</value>
  </data>
<data name="strings.IDS_TILE_LIT_PUMPKIN"><value><!-- _locID_text="strings.IDS_TILE_LIT_PUMPKIN" _locComment="" -->Jack-O-Lantern</value>
  </data>
<data name="strings.IDS_TILE_HELL_ROCK"><value><!-- _locID_text="strings.IDS_TILE_HELL_ROCK" _locComment="" -->Netherrack</value>
  </data>
<data name="strings.IDS_TILE_HELL_SAND"><value><!-- _locID_text="strings.IDS_TILE_HELL_SAND" _locComment="" -->Soul Sand</value>
  </data>
<data name="strings.IDS_TILE_LIGHT_GEM"><value><!-- _locID_text="strings.IDS_TILE_LIGHT_GEM" _locComment="" -->Glowstone</value>
  </data>
<data name="strings.IDS_TILE_PORTAL"><value><!-- _locID_text="strings.IDS_TILE_PORTAL" _locComment="" -->Portal</value>
  </data>
<data name="strings.IDS_TILE_ORE_LAPIS"><value><!-- _locID_text="strings.IDS_TILE_ORE_LAPIS" _locComment="" -->Lapis Lazuli Ore</value>
  </data>
<data name="strings.IDS_TILE_BLOCK_LAPIS"><value><!-- _locID_text="strings.IDS_TILE_BLOCK_LAPIS" _locComment="" -->Lapis Lazuli Block</value>
  </data>
<data name="strings.IDS_DESC_BLOCK_LAPIS"><value><!-- _locID_text="strings.IDS_DESC_BLOCK_LAPIS" _locComment="" -->A compact way of storing Lapis Lazuli.</value>
  </data>
<data name="strings.IDS_TILE_DISPENSER"><value><!-- _locID_text="strings.IDS_TILE_DISPENSER" _locComment="" -->Dispenser</value>
  </data>
<data name="strings.IDS_TILE_MUSIC_BLOCK"><value><!-- _locID_text="strings.IDS_TILE_MUSIC_BLOCK" _locComment="" -->Note Block</value>
  </data>
<data name="strings.IDS_TILE_CAKE"><value><!-- _locID_text="strings.IDS_TILE_CAKE" _locComment="" -->Cake</value>
  </data>
<data name="strings.IDS_TILE_BED"><value><!-- _locID_text="strings.IDS_TILE_BED" _locComment="" -->Bed</value>
  </data>
<data name="strings.IDS_TILE_WEB"><value><!-- _locID_text="strings.IDS_TILE_WEB" _locComment="" -->Web</value>
  </data>
<data name="strings.IDS_TILE_TALL_GRASS"><value><!-- _locID_text="strings.IDS_TILE_TALL_GRASS" _locComment="" -->Tall Grass</value>
  </data>
<data name="strings.IDS_TILE_DEAD_BUSH"><value><!-- _locID_text="strings.IDS_TILE_DEAD_BUSH" _locComment="" -->Dead Bush</value>
  </data>
<data name="strings.IDS_TILE_DIODE"><value><!-- _locID_text="strings.IDS_TILE_DIODE" _locComment="" -->Diode</value>
  </data>
<data name="strings.IDS_TILE_LOCKED_CHEST"><value><!-- _locID_text="strings.IDS_TILE_LOCKED_CHEST" _locComment="" -->Locked Chest</value>
  </data>
<data name="strings.IDS_TILE_TRAPDOOR"><value><!-- _locID_text="strings.IDS_TILE_TRAPDOOR" _locComment="" -->Trapdoor</value>
  </data>
<data name="strings.IDS_ANY_WOOL"><value><!-- _locID_text="strings.IDS_ANY_WOOL" _locComment="" -->Wool (any color)</value>
  </data>
<data name="strings.IDS_TILE_PISTON_BASE"><value><!-- _locID_text="strings.IDS_TILE_PISTON_BASE" _locComment="" -->Piston</value>
  </data>
<data name="strings.IDS_TILE_PISTON_STICK_BASE"><value><!-- _locID_text="strings.IDS_TILE_PISTON_STICK_BASE" _locComment="" -->Sticky Piston</value>
  </data>
<data name="strings.IDS_TILE_MONSTER_STONE_EGG"><value><!-- _locID_text="strings.IDS_TILE_MONSTER_STONE_EGG" _locComment="" -->Silverfish Block</value>
  </data>
<data name="strings.IDS_TILE_STONE_BRICK_SMOOTH"><value><!-- _locID_text="strings.IDS_TILE_STONE_BRICK_SMOOTH" _locComment="" -->Stone Bricks</value>
  </data>
<data name="strings.IDS_TILE_STONE_BRICK_SMOOTH_MOSSY"><value><!-- _locID_text="strings.IDS_TILE_STONE_BRICK_SMOOTH_MOSSY" _locComment="" -->Mossy Stone Bricks</value>
  </data>
<data name="strings.IDS_TILE_STONE_BRICK_SMOOTH_CRACKED"><value><!-- _locID_text="strings.IDS_TILE_STONE_BRICK_SMOOTH_CRACKED" _locComment="" -->Cracked Stone Bricks</value>
  </data>
<data name="strings.IDS_TILE_STONE_BRICK_SMOOTH_CHISELED"><value><!-- _locID_text="strings.IDS_TILE_STONE_BRICK_SMOOTH_CHISELED" _locComment="" -->Chiseled Stone Bricks</value>
  </data>
<data name="strings.IDS_TILE_HUGE_MUSHROOM_1"><value><!-- _locID_text="strings.IDS_TILE_HUGE_MUSHROOM_1" _locComment="" -->Mushroom</value>
  </data>
<data name="strings.IDS_TILE_HUGE_MUSHROOM_2"><value><!-- _locID_text="strings.IDS_TILE_HUGE_MUSHROOM_2" _locComment="" -->Mushroom</value>
  </data>
<data name="strings.IDS_TILE_IRON_FENCE"><value><!-- _locID_text="strings.IDS_TILE_IRON_FENCE" _locComment="" -->Iron Bars</value>
  </data>
<data name="strings.IDS_TILE_THIN_GLASS"><value><!-- _locID_text="strings.IDS_TILE_THIN_GLASS" _locComment="" -->Glass Pane</value>
  </data>
<data name="strings.IDS_TILE_MELON"><value><!-- _locID_text="strings.IDS_TILE_MELON" _locComment="" -->Melon</value>
  </data>
<data name="strings.IDS_TILE_PUMPKIN_STEM"><value><!-- _locID_text="strings.IDS_TILE_PUMPKIN_STEM" _locComment="" -->Pumpkin Stem</value>
  </data>
<data name="strings.IDS_TILE_MELON_STEM"><value><!-- _locID_text="strings.IDS_TILE_MELON_STEM" _locComment="" -->Melon Stem</value>
  </data>
<data name="strings.IDS_TILE_VINE"><value><!-- _locID_text="strings.IDS_TILE_VINE" _locComment="" -->Vines</value>
  </data>
<data name="strings.IDS_TILE_FENCE_GATE"><value><!-- _locID_text="strings.IDS_TILE_FENCE_GATE" _locComment="" -->Fence Gate</value>
  </data>
<data name="strings.IDS_TILE_STAIRS_BRICKS"><value><!-- _locID_text="strings.IDS_TILE_STAIRS_BRICKS" _locComment="" -->Brick Stairs</value>
  </data>
<data name="strings.IDS_TILE_STAIRS_STONE_BRICKS_SMOOTH"><value><!-- _locID_text="strings.IDS_TILE_STAIRS_STONE_BRICKS_SMOOTH" _locComment="" -->Stone Brick Stairs</value>
  </data>
<data name="strings.IDS_TILE_STONE_SILVERFISH"><value><!-- _locID_text="strings.IDS_TILE_STONE_SILVERFISH" _locComment="" -->Silverfish Stone</value>
  </data>
<data name="strings.IDS_TILE_STONE_SILVERFISH_COBBLESTONE"><value><!-- _locID_text="strings.IDS_TILE_STONE_SILVERFISH_COBBLESTONE" _locComment="" -->Silverfish Cobblestone</value>
  </data>
<data name="strings.IDS_TILE_STONE_SILVERFISH_STONE_BRICK"><value><!-- _locID_text="strings.IDS_TILE_STONE_SILVERFISH_STONE_BRICK" _locComment="" -->Silverfish Stone Brick</value>
  </data>
<data name="strings.IDS_TILE_MYCEL"><value><!-- _locID_text="strings.IDS_TILE_MYCEL" _locComment="" -->Mycelium</value>
  </data>
<data name="strings.IDS_TILE_WATERLILY"><value><!-- _locID_text="strings.IDS_TILE_WATERLILY" _locComment="" -->Lily Pad</value>
  </data>
<data name="strings.IDS_TILE_NETHERBRICK"><value><!-- _locID_text="strings.IDS_TILE_NETHERBRICK" _locComment="" -->Nether Brick</value>
  </data>
<data name="strings.IDS_TILE_NETHERFENCE"><value><!-- _locID_text="strings.IDS_TILE_NETHERFENCE" _locComment="" -->Nether Brick Fence</value>
  </data>
<data name="strings.IDS_TILE_STAIRS_NETHERBRICK"><value><!-- _locID_text="strings.IDS_TILE_STAIRS_NETHERBRICK" _locComment="" -->Nether Brick Stairs</value>
  </data>
<data name="strings.IDS_TILE_NETHERSTALK"><value><!-- _locID_text="strings.IDS_TILE_NETHERSTALK" _locComment="" -->Nether Wart</value>
  </data>
<data name="strings.IDS_TILE_ENCHANTMENTTABLE"><value><!-- _locID_text="strings.IDS_TILE_ENCHANTMENTTABLE" _locComment="" -->Enchantment Table</value>
  </data>
<data name="strings.IDS_TILE_BREWINGSTAND"><value><!-- _locID_text="strings.IDS_TILE_BREWINGSTAND" _locComment="" -->Brewing Stand</value>
  </data>
<data name="strings.IDS_TILE_CAULDRON"><value><!-- _locID_text="strings.IDS_TILE_CAULDRON" _locComment="" -->Cauldron</value>
  </data>
<data name="strings.IDS_TILE_END_PORTAL"><value><!-- _locID_text="strings.IDS_TILE_END_PORTAL" _locComment="" -->End Portal</value>
  </data>
<data name="strings.IDS_TILE_ENDPORTALFRAME"><value><!-- _locID_text="strings.IDS_TILE_ENDPORTALFRAME" _locComment="" -->End Portal Frame</value>
  </data>
<data name="strings.IDS_TILE_WHITESTONE"><value><!-- _locID_text="strings.IDS_TILE_WHITESTONE" _locComment="" -->End Stone</value>
  </data>
<data name="strings.IDS_TILE_DRAGONEGG"><value><!-- _locID_text="strings.IDS_TILE_DRAGONEGG" _locComment="" -->Dragon Egg</value>
  </data>
<data name="strings.IDS_TILE_SHRUB"><value><!-- _locID_text="strings.IDS_TILE_SHRUB" _locComment="" -->Shrub</value>
  </data>
<data name="strings.IDS_TILE_FERN"><value><!-- _locID_text="strings.IDS_TILE_FERN" _locComment="" -->Fern</value>
  </data>
<data name="strings.IDS_TILE_STAIRS_SANDSTONE"><value><!-- _locID_text="strings.IDS_TILE_STAIRS_SANDSTONE" _locComment="" -->Sandstone Stairs</value>
  </data>
<data name="strings.IDS_TILE_STAIRS_SPRUCEWOOD"><value><!-- _locID_text="strings.IDS_TILE_STAIRS_SPRUCEWOOD" _locComment="" -->Spruce Wood Stairs</value>
  </data>
<data name="strings.IDS_TILE_STAIRS_BIRCHWOOD"><value><!-- _locID_text="strings.IDS_TILE_STAIRS_BIRCHWOOD" _locComment="" -->Birch Wood Stairs</value>
  </data>
<data name="strings.IDS_TILE_STAIRS_JUNGLEWOOD"><value><!-- _locID_text="strings.IDS_TILE_STAIRS_JUNGLEWOOD" _locComment="" -->Jungle Wood Stairs</value>
  </data>
<data name="strings.IDS_TILE_REDSTONE_LIGHT"><value><!-- _locID_text="strings.IDS_TILE_REDSTONE_LIGHT" _locComment="" -->Redstone Lamp</value>
  </data>
<data name="strings.IDS_TILE_COCOA"><value><!-- _locID_text="strings.IDS_TILE_COCOA" _locComment="" -->Cocoa</value>
  </data>
<data name="strings.IDS_TILE_SKULL"><value><!-- _locID_text="strings.IDS_TILE_SKULL" _locComment="" -->Skull</value>
  </data>
<data name="strings.IDS_CURRENT_LAYOUT"><value><!-- _locID_text="strings.IDS_CURRENT_LAYOUT" _locComment="" -->Current Controls</value>
  </data>
<data name="strings.IDS_CONTROLS_LAYOUT"><value><!-- _locID_text="strings.IDS_CONTROLS_LAYOUT" _locComment="" -->Layout</value>
  </data>
<data name="strings.IDS_CONTROLS_MOVE"><value><!-- _locID_text="strings.IDS_CONTROLS_MOVE" _locComment="" -->Move/Sprint</value>
  </data>
<data name="strings.IDS_CONTROLS_LOOK"><value><!-- _locID_text="strings.IDS_CONTROLS_LOOK" _locComment="" -->Look</value>
  </data>
<data name="strings.IDS_CONTROLS_PAUSE"><value><!-- _locID_text="strings.IDS_CONTROLS_PAUSE" _locComment="" -->Pause</value>
  </data>
<data name="strings.IDS_CONTROLS_JUMP"><value><!-- _locID_text="strings.IDS_CONTROLS_JUMP" _locComment="" -->Jump</value>
  </data>
<data name="strings.IDS_CONTROLS_JUMPFLY"><value><!-- _locID_text="strings.IDS_CONTROLS_JUMPFLY" _locComment="" -->Jump/Fly Up</value>
  </data>
<data name="strings.IDS_CONTROLS_INVENTORY"><value><!-- _locID_text="strings.IDS_CONTROLS_INVENTORY" _locComment="" -->Inventory</value>
  </data>
<data name="strings.IDS_CONTROLS_HELDITEM"><value><!-- _locID_text="strings.IDS_CONTROLS_HELDITEM" _locComment="" -->Cycle Held Item</value>
  </data>
<data name="strings.IDS_CONTROLS_ACTION"><value><!-- _locID_text="strings.IDS_CONTROLS_ACTION" _locComment="" -->Action</value>
  </data>
<data name="strings.IDS_CONTROLS_USE"><value><!-- _locID_text="strings.IDS_CONTROLS_USE" _locComment="" -->Use</value>
  </data>
<data name="strings.IDS_CONTROLS_CRAFTING"><value><!-- _locID_text="strings.IDS_CONTROLS_CRAFTING" _locComment="" -->Crafting</value>
  </data>
<data name="strings.IDS_CONTROLS_DROP"><value><!-- _locID_text="strings.IDS_CONTROLS_DROP" _locComment="" -->Drop</value>
  </data>
<data name="strings.IDS_CONTROLS_SNEAK"><value><!-- _locID_text="strings.IDS_CONTROLS_SNEAK" _locComment="" -->Sneak</value>
  </data>
<data name="strings.IDS_CONTROLS_SNEAKFLY"><value><!-- _locID_text="strings.IDS_CONTROLS_SNEAKFLY" _locComment="" -->Sneak/Fly Down</value>
  </data>
<data name="strings.IDS_CONTROLS_THIRDPERSON"><value><!-- _locID_text="strings.IDS_CONTROLS_THIRDPERSON" _locComment="" -->Change Camera Mode</value>
  </data>
<data name="strings.IDS_CONTROLS_PLAYERS"><value><!-- _locID_text="strings.IDS_CONTROLS_PLAYERS" _locComment="" -->Players/Invite</value>
  </data>
<data name="strings.IDS_CONTROLS_DPAD"><value><!-- _locID_text="strings.IDS_CONTROLS_DPAD" _locComment="" -->Movement (When Flying)</value>
  </data>
<data name="strings.IDS_CONTROLS_SCHEME0"><value><!-- _locID_text="strings.IDS_CONTROLS_SCHEME0" _locComment="" -->Layout 1</value>
  </data>
<data name="strings.IDS_CONTROLS_SCHEME1"><value><!-- _locID_text="strings.IDS_CONTROLS_SCHEME1" _locComment="" -->Layout 2</value>
  </data>
<data name="strings.IDS_CONTROLS_SCHEME2"><value><!-- _locID_text="strings.IDS_CONTROLS_SCHEME2" _locComment="" -->Layout 3</value>
  </data>
<data name="strings.IDS_CONTROLLER_A"><value><!-- _locID_text="strings.IDS_CONTROLLER_A" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonA.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_B"><value><!-- _locID_text="strings.IDS_CONTROLLER_B" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonB.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_X"><value><!-- _locID_text="strings.IDS_CONTROLLER_X" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonX.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_Y"><value><!-- _locID_text="strings.IDS_CONTROLLER_Y" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonY.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_LEFT_STICK"><value><!-- _locID_text="strings.IDS_CONTROLLER_LEFT_STICK" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonLeftStick.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_RIGHT_STICK"><value><!-- _locID_text="strings.IDS_CONTROLLER_RIGHT_STICK" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonRightStick.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_LEFT_TRIGGER"><value><!-- _locID_text="strings.IDS_CONTROLLER_LEFT_TRIGGER" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonLeftTrigger.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_RIGHT_TRIGGER"><value><!-- _locID_text="strings.IDS_CONTROLLER_RIGHT_TRIGGER" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonRightTrigger.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_LEFT_BUMPER"><value><!-- _locID_text="strings.IDS_CONTROLLER_LEFT_BUMPER" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonLeftBumper.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_RIGHT_BUMPER"><value><!-- _locID_text="strings.IDS_CONTROLLER_RIGHT_BUMPER" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonRightBumper.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_BACK"><value><!-- _locID_text="strings.IDS_CONTROLLER_BACK" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonBack.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_START"><value><!-- _locID_text="strings.IDS_CONTROLLER_START" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonStart.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_RIGHT_THUMBSTICK"><value><!-- _locID_text="strings.IDS_CONTROLLER_RIGHT_THUMBSTICK" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonRS.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_LEFT_THUMBSTICK"><value><!-- _locID_text="strings.IDS_CONTROLLER_LEFT_THUMBSTICK" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonLS.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_DPAD_R"><value><!-- _locID_text="strings.IDS_CONTROLLER_DPAD_R" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonDpadR.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_DPAD_L"><value><!-- _locID_text="strings.IDS_CONTROLLER_DPAD_L" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonDpadL.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_DPAD_U"><value><!-- _locID_text="strings.IDS_CONTROLLER_DPAD_U" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonDpadU.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_CONTROLLER_DPAD_D"><value><!-- _locID_text="strings.IDS_CONTROLLER_DPAD_D" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\X360ControllerIcons\ButtonDpadD.png" align="middle" height="30" width="30"/>]]></value>
  </data>
<data name="strings.IDS_ICON_SHANK_01"><value><!-- _locID_text="strings.IDS_ICON_SHANK_01" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\Icon_Shank.png" align="middle" height="22" width="22"/>]]></value>
</data>
<data name="strings.IDS_ICON_SHANK_03"><value><!-- _locID_text="strings.IDS_ICON_SHANK_03" _locComment="" --><![CDATA[&nbsp;<img src="{*IMAGEROOT*}Graphics\Icon_Shank.png" align="middle" height="22" width="22"/><img src="{*IMAGEROOT*}Graphics\Icon_Shank.png" align="middle" height="22" width="22"/><img src="{*IMAGEROOT*}Graphics\Icon_Shank.png" align="middle" height="22" width="22"/>]]></value>
</data>
<data name="strings.IDS_TUTORIAL_PROMPT_PRESS_A_TO_CONTINUE"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_PRESS_A_TO_CONTINUE" _locComment="" -->{*B*}Press{*CONTROLLER_VK_A*} to continue.</value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_START_TUTORIAL"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_START_TUTORIAL" _locComment="" -->{*B*}Press{*CONTROLLER_VK_A*} to start the tutorial.{*B*}
      Press{*CONTROLLER_VK_B*} if you think you are ready to play on your own.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_OVERVIEW" _locComment="" -->Minecraft is a game about placing blocks to build anything you can imagine.  
At night monsters come out, make sure to build a shelter before that happens.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_LOOK"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_LOOK" _locComment="" -->Use{*CONTROLLER_ACTION_LOOK*} to look up, down and around.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_MOVE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_MOVE" _locComment="" -->Use{*CONTROLLER_ACTION_MOVE*} to move around.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_SPRINT"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_SPRINT" _locComment="" -->To sprint, push{*CONTROLLER_ACTION_MOVE*} forward twice quickly. While you hold{*CONTROLLER_ACTION_MOVE*} forward, the character will continue to sprint unless they run out of sprint time or food.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_JUMP"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_JUMP" _locComment="" -->Press{*CONTROLLER_ACTION_JUMP*} to jump.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_MINE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_MINE" _locComment="" -->Hold{*CONTROLLER_ACTION_ACTION*} to mine and chop using your hand or whatever you are holding. You may need to craft a tool to mine some blocks...</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CHOP_WOOD"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CHOP_WOOD" _locComment="" -->Hold{*CONTROLLER_ACTION_ACTION*} to chop down 4 blocks of wood (tree trunks).{*B*}When a block breaks you can pick it up by standing near to the floating item that appears, causing it to appear in your inventory.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFTING"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFTING" _locComment="" -->Press{*CONTROLLER_ACTION_CRAFTING*} to open the crafting interface.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_INVENTORY"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_INVENTORY" _locComment="" -->As you collect and craft more items, your inventory will fill up.{*B*}
    Press{*CONTROLLER_ACTION_INVENTORY*} to open the inventory.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FOOD_BAR_DEPLETE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FOOD_BAR_DEPLETE" _locComment="" -->As you move around, mine and attack, you will deplete your food bar{*ICON_SHANK_01*}. Sprinting and sprint jumping use a lot more food than walking and jumping normally.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FOOD_BAR_HEAL"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FOOD_BAR_HEAL" _locComment="" -->If you lose some health, but have a food bar with 9 or more{*ICON_SHANK_01*} in it, your health will automatically replenish. Eating food will replenish your food bar.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FOOD_BAR_FEED"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FOOD_BAR_FEED" _locComment="" -->With a food item in your hand, hold{*CONTROLLER_ACTION_USE*} to eat it and replenish your food bar. You cannot eat if your food bar is full.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FOOD_BAR_EAT_STEAK"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FOOD_BAR_EAT_STEAK" _locComment="" -->Your food bar is low, and you have lost some health. Eat the steak in your inventory to replenish your food bar and start healing.{*ICON*}364{*/ICON*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATE_PLANKS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATE_PLANKS" _locComment="" -->The wood that you have collected can be crafted into planks. Open the crafting interface to craft them.{*PlanksIcon*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATE_CRAFTING_TABLE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATE_CRAFTING_TABLE" _locComment="" -->A lot of crafting can involve multiple steps. Now that you have some planks there are more items that you can craft. Create a crafting table.{*CraftingTableIcon*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATE_STICKS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATE_STICKS" _locComment="" -->To make collecting blocks faster you can build tools designed for the job. Some tools have a handle made of sticks. Craft some sticks now.{*SticksIcon*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_SCROLL"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_SCROLL" _locComment="" -->Use{*CONTROLLER_ACTION_LEFT_SCROLL*} and{*CONTROLLER_ACTION_RIGHT_SCROLL*} to change the current held item.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_USE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_USE" _locComment="" -->Use{*CONTROLLER_ACTION_USE*} to use items, interact with objects and place some items. Items that have been placed can be picked up again by mining them with the right tool.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_PLACE_WORKBENCH"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_PLACE_WORKBENCH" _locComment="" -->With the crafting table selected, point the crosshair where you want it and use{*CONTROLLER_ACTION_USE*} to place a crafting table.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_OPEN_WORKBENCH"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_OPEN_WORKBENCH" _locComment="" -->Point the crosshair at the crafting table and press{*CONTROLLER_ACTION_USE*} to open it.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATE_WOODEN_SHOVEL"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATE_WOODEN_SHOVEL" _locComment="" -->A shovel helps dig soft blocks, like dirt and snow, faster. As you collect more materials you can craft tools that work faster and last longer. Create a wooden shovel.{*WoodenShovelIcon*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATE_WOODEN_HATCHET"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATE_WOODEN_HATCHET" _locComment="" -->An axe helps chop wood and wooden tiles, faster. As you collect more materials you can craft tools that work faster and last longer. Create a wooden axe.{*WoodenHatchetIcon*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATE_WOODEN_PICKAXE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATE_WOODEN_PICKAXE" _locComment="" -->A pickaxe helps dig hard blocks, like stone and ore, faster. As you collect more materials you can craft tools that work faster and last longer, and allow you to mine harder materials. Create a wooden pickaxe.{*WoodenPickaxeIcon*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_OPEN_CONTAINER"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_OPEN_CONTAINER" _locComment="" -->Open the container</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_NIGHT_DANGER"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_NIGHT_DANGER" _locComment="" -->
      Night time can approach quickly, and it is dangerous to be outside unprepared. You can craft armor and weapons, but it is sensible to have a safe shelter.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_NEARBY_SHELTER"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_NEARBY_SHELTER" _locComment="" -->
      Nearby there is an abandoned Miner's shelter that you can complete to be safe overnight.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_COLLECT_RESOURCES"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_COLLECT_RESOURCES" _locComment="" -->
      You will need to collect the resources to complete the shelter. Walls and roof can be made of any tile type, but you will want to create a door, some windows and lighting.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_MINE_STONE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_MINE_STONE" _locComment="" -->Use your pickaxe to mine some stone blocks. Stone blocks will produce cobblestone when mined. If you collect 8 cobblestone blocks you can build a furnace. You may need to dig through some dirt to reach the stone, so use your shovel for this.{*StoneIcon*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATE_FURNACE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATE_FURNACE" _locComment="" -->You have collected enough cobblestone to build a furnace. Use your crafting table to create one.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_PLACE_AND_OPEN_FURNACE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_PLACE_AND_OPEN_FURNACE" _locComment="" -->Use{*CONTROLLER_ACTION_USE*} to place the furnace in the world, and then open it.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATE_CHARCOAL"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATE_CHARCOAL" _locComment="" -->Use the furnace to create some charcoal. If you are waiting for it to finish how about using the time to collect more materials to finish the shelter?</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATE_GLASS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATE_GLASS" _locComment="" -->Use the furnace to create some glass. If you are waiting for it to finish how about using the time to collect more materials to finish the shelter?</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATE_WOODEN_DOOR"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATE_WOODEN_DOOR" _locComment="" -->A good shelter will have a door so that you can easily go in and out without having to mine and replace the walls. Craft a wooden door now.{*WoodenDoorIcon*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_PLACE_DOOR"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_PLACE_DOOR" _locComment="" -->Use{*CONTROLLER_ACTION_USE*} to place the door. You can use{*CONTROLLER_ACTION_USE*} to open and close a wooden door in the world.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATE_TORCH"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATE_TORCH" _locComment="" -->It can get very dark at night, so you will want some lighting inside your shelter so that you can see. Craft a torch now from sticks and charcoal using the crafting interface.{*TorchIcon*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BASIC_COMPLETE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BASIC_COMPLETE" _locComment="" -->
      You have completed the first part of the tutorial.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_BASIC_COMPLETE"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_BASIC_COMPLETE" _locComment="" -->
      {*B*}
      Press{*CONTROLLER_VK_A*} to continue with the tutorial.{*B*}
      Press{*CONTROLLER_VK_B*} if you think you are ready to play on your own.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_INV_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_INV_OVERVIEW" _locComment="" -->
      This is your inventory. It shows items available for use in your hand, and all the other items that you are carrying. Your armor is also shown here.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_INV_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_INV_OVERVIEW" _locComment="" -->{*B*}
      Press{*CONTROLLER_VK_A*} to continue.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know how to use the inventory.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_INV_PICK_UP"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_INV_PICK_UP" _locComment="" -->
      Use{*CONTROLLER_MENU_NAVIGATE*} to move the pointer. Use{*CONTROLLER_VK_A*} to pick an item under the pointer.
      If there is more than one item here this will pick them all up, or you can use{*CONTROLLER_VK_X*} to pick up just half of them.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_INV_MOVE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_INV_MOVE" _locComment="" -->
      Move this item with the pointer over another space in the inventory and place it down using{*CONTROLLER_VK_A*}.
      With multiple items on the pointer, use{*CONTROLLER_VK_A*} to place them all, or{*CONTROLLER_VK_X*} to place just one.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_INV_DROP"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_INV_DROP" _locComment="" -->
      If you move the pointer outside the edge of the interface with an item on the pointer, you can drop the item.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_INV_INFO"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_INV_INFO" _locComment="" -->
      If you want more information about an item, move the pointer over the item and press{*CONTROLLER_VK_RT*} .
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_INV_EXIT"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_INV_EXIT" _locComment="" -->
      Press{*CONTROLLER_VK_B*} now to exit the inventory.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_OVERVIEW" _locComment="" -->
      This is the creative mode inventory. It shows items available for use in your hand, and all the other items that you can choose from.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_CREATIVE_INV_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_CREATIVE_INV_OVERVIEW" _locComment="" -->{*B*}
      Press{*CONTROLLER_VK_A*} to continue.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know how to use the creative mode inventory.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_PICK_UP"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_PICK_UP" _locComment="" -->
      Use{*CONTROLLER_MENU_NAVIGATE*} to move the pointer.
	  When on the item list, use{*CONTROLLER_VK_A*} to pick an item under the pointer, and use{*CONTROLLER_VK_Y*} to pick up a full stack of that item.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_MOVE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_MOVE" _locComment="" -->
      The pointer will automatically move over a space in the use row. You can place it down using{*CONTROLLER_VK_A*}. Once you have placed the item, the pointer will return to the item list where you can select another item.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_DROP"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_DROP" _locComment="" -->
      If you move the pointer outside the edge of the interface with an item on the pointer, you can drop the item into the world. To clear all items in the quick select bar, press{*CONTROLLER_VK_X*}.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_NAV"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_NAV" _locComment="" -->
      Scroll through the Group Type tabs at the top using{*CONTROLLER_VK_LB*} and{*CONTROLLER_VK_RB*} to select the group type of the item you wish to pickup.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_INFO"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_INFO" _locComment="" -->
      If you want more information about an item, move the pointer over the item and press{*CONTROLLER_VK_RT*} .
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_EXIT"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATIVE_INV_EXIT" _locComment="" -->
      Press{*CONTROLLER_VK_B*} now to exit the creative mode inventory.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_OVERVIEW" _locComment="" -->
      This is the crafting interface. This interface allows you to combine the items you've collected to make new items.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_CRAFT_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_CRAFT_OVERVIEW" _locComment="" -->{*B*}
      Press{*CONTROLLER_VK_A*} to continue.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know how to craft.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_PRESS_X_TO_TOGGLE_DESCRIPTION"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_PRESS_X_TO_TOGGLE_DESCRIPTION" _locComment="" -->{*B*}
      Press{*CONTROLLER_VK_X*} to show the item description.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_PRESS_X_TO_TOGGLE_INGREDIENTS"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_PRESS_X_TO_TOGGLE_INGREDIENTS" _locComment="" -->{*B*}
      Press{*CONTROLLER_VK_X*} to show the ingredients required to make the current item.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_PRESS_X_TO_TOGGLE_INVENTORY"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_PRESS_X_TO_TOGGLE_INVENTORY" _locComment="" -->{*B*}
      Press{*CONTROLLER_VK_X*} to show the inventory again.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_NAV"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_NAV" _locComment="" -->
      Scroll through the Group Type tabs at the top using{*CONTROLLER_VK_LB*} and{*CONTROLLER_VK_RB*} to select the group type of the item you wish to craft, then use{*CONTROLLER_MENU_NAVIGATE*} to select the item to craft.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_CREATE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_CREATE" _locComment="" -->
      The crafting area shows the items you require in order to craft the new item. Press{*CONTROLLER_VK_A*} to craft the item and place it in your inventory.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_CRAFT_TABLE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_CRAFT_TABLE" _locComment="" -->
      You can craft a larger selection of items using a crafting table. Crafting on a table works in the same way as basic crafting, but you have a larger crafting area allowing more combinations of ingredients.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_INVENTORY"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_INVENTORY" _locComment="" -->
      The bottom right part of the crafting interface shows your inventory. This area can also show a description of the currently selected item, and the ingredients required to craft it.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_DESCRIPTION"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_DESCRIPTION" _locComment="" -->
      The description of the currently selected item is now displayed. The description can give you an idea of what the item can be used for.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_INGREDIENTS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_INGREDIENTS" _locComment="" -->
      The list of ingredients required to craft the selected item are now displayed.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_CREATE_PLANKS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_CREATE_PLANKS" _locComment="" -->The wood that you have collected can be crafted into planks. Select the planks icon and press{*CONTROLLER_VK_A*} to create them.{*PlanksIcon*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_EXIT_AND_PLACE_TABLE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_EXIT_AND_PLACE_TABLE" _locComment="" -->
      Now you have built a crafting table you should place it in the world to enable you to build a larger selection of items.{*B*}
      Press{*CONTROLLER_VK_B*} now to exit the crafting interface.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_SELECT_TOOLS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_SELECT_TOOLS" _locComment="" -->
      Press{*CONTROLLER_VK_LB*} and{*CONTROLLER_VK_RB*} to change to the group type of the items you wish to craft. Select the tools group.{*ToolsIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_SELECT_STRUCTURES"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_SELECT_STRUCTURES" _locComment="" -->
      Press{*CONTROLLER_VK_LB*} and{*CONTROLLER_VK_RB*} to change to the group type of the items you wish to craft. Select the structures group.{*StructuresIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_SELECT_WOODEN_SHOVEL"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_SELECT_WOODEN_SHOVEL" _locComment="" -->
      Use{*CONTROLLER_MENU_NAVIGATE*} to change to the item you wish to craft. Some items have multiple versions depending on the materials used. Select the wooden shovel.{*WoodenShovelIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_SELECT_CRAFTING_TABLE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_SELECT_CRAFTING_TABLE" _locComment="" -->
      A lot of crafting can involve multiple steps. Now that you have some planks there are more items that you can craft. Use{*CONTROLLER_MENU_NAVIGATE*} to change to the item you wish to craft. Select the crafting table.{*CraftingTableIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_TOOLS_BUILT"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_TOOLS_BUILT" _locComment="" -->
      With the tools you have built you are off to a great start, and are able to collect a variety of different materials more efficiently.{*B*}
      Press{*CONTROLLER_VK_B*} now to exit the crafting interface.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_CREATE_FURNACE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_CREATE_FURNACE" _locComment="" -->
      Some items can not be created using the crafting table, but require a furnace. Craft a furnace now.{*FurnaceIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CRAFT_EXIT_AND_PLACE_FURNACE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CRAFT_EXIT_AND_PLACE_FURNACE" _locComment="" -->
      Place the furnace you have crafted in the world. You will want to put this inside your shelter.{*B*}
      Press{*CONTROLLER_VK_B*} now to exit the crafting interface.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FURNACE_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FURNACE_OVERVIEW" _locComment="" -->
      This is the furnace interface. A furnace allows you to change items by firing them. For example, you can turn iron ore into iron ingots in the furnace.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_FURNACE_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_FURNACE_OVERVIEW" _locComment="" -->{*B*}
      Press{*CONTROLLER_VK_A*} to continue.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know how to use a furnace.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FURNACE_METHOD"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FURNACE_METHOD" _locComment="" -->
      You need to put some fuel into the bottom slot of the furnace, and the item to be changed in the top slot. The furnace will then fire up and start working, putting the result in the right-hand slot.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FURNACE_FUELS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FURNACE_FUELS" _locComment="" -->
      Many wooden items can be used as fuels, but not everything burns for the same time. You may also discover other items in the world that can be used as a fuel.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FURNACE_INGREDIENTS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FURNACE_INGREDIENTS" _locComment="" -->
      When your items have been fired, you can move them from the output area into your inventory. You should experiment with different ingredients to see what you can make.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FURNACE_CREATE_CHARCOAL"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FURNACE_CREATE_CHARCOAL" _locComment="" -->
      If you use wood as the ingredient then you can make charcoal. Put some fuel in the furnace and wood in the ingredient slot. It can take some time for the furnace to create the charcoal, so feel free to do something else and come back to check the progress.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FURNACE_CHARCOAL_USES"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FURNACE_CHARCOAL_USES" _locComment="" -->
      Charcoal can be used as a fuel, as well as being crafted into a torch with a stick.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FURNACE_CREATE_GLASS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FURNACE_CREATE_GLASS" _locComment="" -->
      Placing sand in the ingredient slot allows you to make glass. Create some glass blocks to use as windows in your shelter.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_MENU_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_MENU_OVERVIEW" _locComment="" -->
      This is the brewing interface. You can use this to create potions that have a variety of different effects.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_BREWING_MENU_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_BREWING_MENU_OVERVIEW" _locComment="" -->{*B*}
      Press{*CONTROLLER_VK_A*} to continue.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know how to use the brewing stand.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_MENU_METHOD"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_MENU_METHOD" _locComment="" -->
      You brew potions by placing an ingredient in the top slot, and a potion or water bottle in the bottom slots (up to 3 can be brewed at one time). Once a valid combination is entered the brewing process will start and create the potion after a short time.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_MENU_BASIC_INGREDIENTS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_MENU_BASIC_INGREDIENTS" _locComment="" -->
      All potions start with a Water Bottle. Most potions are created by first using a Nether Wart to make an Awkward Potion, and will require at least one more ingredient to make the final potion.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_MENU_EXTENDED_INGREDIENTS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_MENU_EXTENDED_INGREDIENTS" _locComment="" -->
      Once you have a potion you can modify its effects. Adding Redstone Dust increases the duration of its effect and adding Glowstone Dust can make its effect more powerful.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_MENU_EXTENDED_INGREDIENTS_2"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_MENU_EXTENDED_INGREDIENTS_2" _locComment="" -->
      Adding Fermented Spider Eye corrupts the potion and can turn it into a potion with the opposite effect, and adding Gunpowder turns the potion into a Splash Potion which can be thrown to apply its affect to a nearby area.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_MENU_CREATE_FIRE_POTION"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_MENU_CREATE_FIRE_POTION" _locComment="" -->
      Create a Potion of Fire Resistance by first adding Nether Wart to a Water Bottle, and then adding Magma Cream.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_MENU_EXIT"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_MENU_EXIT" _locComment="" -->
      Press{*CONTROLLER_VK_B*} now to exit the brewing interface.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_OVERVIEW" _locComment="" -->
      In this area there is a Brewing Stand, a Cauldron and a chest full of items for brewing.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_BREWING_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_BREWING_OVERVIEW" _locComment="" -->{*B*}
      Press{*CONTROLLER_VK_A*} to learn more about brewing and potions.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about brewing and potions.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_GET_GLASS_BOTTLE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_GET_GLASS_BOTTLE" _locComment="" -->
      The first step in brewing a potion is to create a Water Bottle. Take a Glass Bottle from the chest.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_FILL_GLASS_BOTTLE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_FILL_GLASS_BOTTLE" _locComment="" -->
      You can fill a glass bottle from a Cauldron that has water in it, or from a block of water. Fill your glass bottle now by pointing at a water source and pressing{*CONTROLLER_ACTION_USE*}.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_FILL_CAULDRON"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_FILL_CAULDRON" _locComment="" -->
      If a cauldron becomes empty, you can refill it with a Water Bucket.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_CREATE_FIRE_POTION"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_CREATE_FIRE_POTION" _locComment="" -->
      Use the Brewing Stand to create a Potion of Fire Resistance. You will need a Water Bottle, Nether Wart and Magma Cream.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_USE_POTION"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_USE_POTION" _locComment="" -->
      With a potion in your hand, hold{*CONTROLLER_ACTION_USE*} to use it. For a normal potion you will drink it and apply the effect to yourself, and for a Splash potion you will throw it and apply the effect to creatures near where it hits. 
	  Splash potions can be created by adding gunpowder to normal potions.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_DRINK_FIRE_POTION"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_DRINK_FIRE_POTION" _locComment="" -->
      Use your Potion of Fire Resistance on yourself.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREWING_USE_EFFECTS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREWING_USE_EFFECTS" _locComment="" -->
      Now that you are resistant to fire and lava, you should see if there are places you can get to that you couldn't before.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_MENU_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_MENU_OVERVIEW" _locComment="" -->
      This is the enchanting interface which you can use to add enchantments to weapons, armor and some tools.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_ENCHANTING_MENU_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_ENCHANTING_MENU_OVERVIEW" _locComment="" -->{*B*}
      Press{*CONTROLLER_VK_A*} to learn more about the enchanting interface.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about the enchanting interface.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_MENU_START"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_MENU_START" _locComment="" -->
      To enchant an item, first place it in the enchanting slot. Weapons, armor and some tools can be enchanted to add special effects such as improved damage resistance or increasing the number of items produced when mining a block.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_MENU_ENCHANTMENTS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_MENU_ENCHANTMENTS" _locComment="" -->
      When an item is placed in the enchanting slot, the buttons on the right will change to show a selection of random enchantments.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_MENU_COST"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_MENU_COST" _locComment="" -->
      The number on the button represents the cost in experience levels to apply that enchantment to the item. If you do not have a high enough level the button will be disabled.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_MENU_ENCHANT"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_MENU_ENCHANT" _locComment="" -->
      Select an enchantment and press{*CONTROLLER_VK_A*} to enchant the item. This will decrease your experience level by the cost of the enchantment.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_MENU_BETTER_ENCHANTMENTS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_MENU_BETTER_ENCHANTMENTS" _locComment="" -->
      Although the enchantments are all random, some of the better enchantments are only available when you have a high experience level and have lots of bookcases around the Enchantment Table to increase its power.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_OVERVIEW" _locComment="" -->
      In this area there is an Enchantment Table and some other items to help you learn about enchanting.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_ENCHANTING_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_ENCHANTING_OVERVIEW" _locComment="" -->{*B*}
      Press{*CONTROLLER_VK_A*} to learn more about enchanting.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about enchanting.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_SUMMARY"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_SUMMARY" _locComment="" -->
      Using an Enchantment Table allows you to add special effects such as increasing the number of items produced when mining a block, or improved damage resistance for weapons, armor and some tools.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_BOOKCASES"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_BOOKCASES" _locComment="" -->
      Placing bookcases around the Enchantment Table increases its power and allows access to higher level enchantments.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_EXPERIENCE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_EXPERIENCE" _locComment="" -->
      Enchanting items costs Experience Levels, which can be built up by collecting Experience Orbs which are produced by killing monsters and animals, mining ores, breeding animals, fishing and smelting/cooking some things in a furnace.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_BOTTLE_O_ENCHANTING"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_BOTTLE_O_ENCHANTING" _locComment="" -->
      You can also build experience levels using a Bottle O' Enchanting, which, when thrown, creates Experience Orbs around where it lands. These orbs can then be collected.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_USE_CHESTS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_USE_CHESTS" _locComment="" -->
      In the chests in this area you can find some enchanted items, Bottles O' Enchanting, and some items that have yet to be enchanted for you to experiment with at the Enchantment Table.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_MINECART_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_MINECART_OVERVIEW" _locComment="" -->
      You are now riding in a minecart. To exit the minecart, point the cursor at it and press{*CONTROLLER_ACTION_USE*} .{*MinecartIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_MINECART_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_MINECART_OVERVIEW" _locComment="" -->{*B*}
      Press{*CONTROLLER_VK_A*} to learn more about minecarts.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about minecarts.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_MINECART_RAILS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_MINECART_RAILS" _locComment="" -->
      A minecart runs on rails. You can also craft a powered minecart with a furnace and a minecart with a chest in it.
      {*RailIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_MINECART_POWERED_RAILS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_MINECART_POWERED_RAILS" _locComment="" -->
      You can also craft powered rails, which take power from redstone torches and circuits to accelerate the cart. These can be connected to switches, levers and pressure plates to make complex systems.
      {*PoweredRailIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BOAT_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BOAT_OVERVIEW" _locComment="" -->
      You are now sailing a boat. To exit the boat, point the cursor at it and press{*CONTROLLER_ACTION_USE*} .{*BoatIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_BOAT_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_BOAT_OVERVIEW" _locComment="" -->
      {*B*}
      Press{*CONTROLLER_VK_A*} to learn more about boats.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about boats.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BOAT_STEER"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BOAT_STEER" _locComment="" -->
      A boat allows you to travel quicker over water. You can steer it using{*CONTROLLER_ACTION_MOVE*} and{*CONTROLLER_ACTION_LOOK*}.
      {*BoatIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FISHING_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FISHING_OVERVIEW" _locComment="" -->
      You are now using a fishing rod. Press{*CONTROLLER_ACTION_USE*} to use it.{*FishingRodIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_FISHING_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_FISHING_OVERVIEW" _locComment="" -->
      {*B*}
      Press{*CONTROLLER_VK_A*} to learn more about fishing.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about fishing.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FISHING_CAST"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FISHING_CAST" _locComment="" -->
      Press{*CONTROLLER_ACTION_USE*} to cast your line and start fishing. Press{*CONTROLLER_ACTION_USE*} again to reel in the fishing line.
      {*FishingRodIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FISHING_FISH"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FISHING_FISH" _locComment="" -->
      If you wait until the float sinks below the surface of the water before reeling in you can catch a fish. Fish can be eaten raw, or cooked by a furnace, to restore health.
      {*FishIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FISHING_USES"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FISHING_USES" _locComment="" -->
      As with many other tools a fishing rod has a fixed number of uses. Those uses are not limited to catching fish though. You should experiment with it to see what else can be caught or activated...
      {*FishingRodIcon*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BED_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BED_OVERVIEW" _locComment="" -->
      This is a bed. Press{*CONTROLLER_ACTION_USE*} while pointing at it at night to sleep through the night and awake in the morning.{*ICON*}355{*/ICON*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_BED_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_BED_OVERVIEW" _locComment="" -->
      {*B*}
      Press{*CONTROLLER_VK_A*} to learn more about beds.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about beds.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BED_PLACEMENT"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BED_PLACEMENT" _locComment="" -->
      A bed should be placed in a safe, well-lit place so that monsters do not wake you in the middle of the night. Once you have used a bed, if you die you will respawn at that bed.
      {*ICON*}355{*/ICON*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BED_MULTIPLAYER"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BED_MULTIPLAYER" _locComment="" -->
      If there are other players in your game, everyone must be in a bed at the same time to be able to sleep.
      {*ICON*}355{*/ICON*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_REDSTONE_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_REDSTONE_OVERVIEW" _locComment="" -->
      In this area there are some simple Redstone and Piston circuits, and a chest with more items to extend these circuits.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_REDSTONE_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_REDSTONE_OVERVIEW" _locComment="" -->
      {*B*}
      Press{*CONTROLLER_VK_A*} to learn more about Redstone circuits and Pistons.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about Redstone circuits and Pistons.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_REDSTONE_POWER_SOURCES"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_REDSTONE_POWER_SOURCES" _locComment="" -->
      Levers, Buttons, Pressure Plates and Redstone Torches can all provide power to circuits, either by directly attaching them to the item you want to activate or by connecting them with Redstone dust.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_REDSTONE_POWER_SOURCES_POSITION"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_REDSTONE_POWER_SOURCES_POSITION" _locComment="" -->
      The position and direction that you place a power source can change how it affects the surrounding blocks. For example a Redstone torch on the side of a block can be turned off if the block is powered by another source.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_REDSTONE_DUST"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_REDSTONE_DUST" _locComment="" -->
      Redstone dust is collected by mining redstone ore with a pickaxe made of Iron, Diamond or Gold. You can use it to carry power up to 15 blocks, and it can travel up or down one block in height.
	  {*ICON*}331{*/ICON*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_REDSTONE_REPEATER"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_REDSTONE_REPEATER" _locComment="" -->
      Redstone repeaters can be used to extend the distance that the power is carried, or put a delay in a circuit.
	  {*ICON*}356{*/ICON*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_PISTONS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_PISTONS" _locComment="" -->
      When powered, a Piston will extend, pushing up to 12 blocks. When they retract, Sticky Pistons can pull back one block of most types.
	  {*ICON*}33{*/ICON*}
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_TRY_IT"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRY_IT" _locComment="" -->
      In the chest in this area there are some components for making circuits with pistons. Try using or completing the circuits in this area, or put together your own. There are more examples outside the tutorial area.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PORTAL_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PORTAL_OVERVIEW" _locComment="" -->
      In this area there is a Portal to the Nether!
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_PORTAL_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_PORTAL_OVERVIEW" _locComment="" -->
      {*B*}
      Press{*CONTROLLER_VK_A*} to learn more about Portals and The Nether.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about Portals and The Nether.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BUILD_PORTAL"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BUILD_PORTAL" _locComment="" -->
      Portals are created by placing Obsidian blocks into a frame four blocks wide and five blocks tall. The corner blocks are not required.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ACTIVATE_PORTAL"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ACTIVATE_PORTAL" _locComment="" -->
      To activate a Nether Portal, set fire to the Obisidian blocks inside the frame with a Flint and Steel. Portals can be deactivated if their frame is broken, an explosion happens nearby or a liquid flows through them.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_USE_PORTAL"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_USE_PORTAL" _locComment="" -->
      To use a Nether Portal, stand inside it. Your screen will go purple and a sound will play. After a few seconds you will be transported to another dimension.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_NETHER"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_NETHER" _locComment="" -->
      The Nether can be a dangerous place, full of lava, but can be useful to collect Netherrack which burns forever when lit, and Glowstone which produces light.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_NETHER_FAST_TRAVEL"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_NETHER_FAST_TRAVEL" _locComment="" -->
      The Nether world can be used to fast-travel in the Overworld - traveling one block distance in the Nether is equivalent to traveling 3 blocks in the Overworld.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_CREATIVE_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_CREATIVE_OVERVIEW" _locComment="" -->
      You are now in Creative mode.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_CREATIVE_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_CREATIVE_OVERVIEW" _locComment="" -->
      {*B*}
      Press{*CONTROLLER_VK_A*} to learn more about Creative mode.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about Creative mode.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATIVE_MODE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATIVE_MODE" _locComment="" -->When in Creative mode you have in infinite number of all available items and blocks, you can destroy blocks with one click without a tool, you are invulnerable and you can fly.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FLY"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FLY" _locComment="" -->Pressing{*CONTROLLER_ACTION_JUMP*} twice quickly will allow you to fly. To exit flying, repeat the action. To fly faster, push{*CONTROLLER_ACTION_MOVE*} forward twice in rapid succession while flying. 
When in flying mode, you can hold down{*CONTROLLER_ACTION_JUMP*} to move up and{*CONTROLLER_ACTION_SNEAK*} to move down, or use the D-pad to move up, down, left or right.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_OPEN_CREATIVE_INVENTORY"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_OPEN_CREATIVE_INVENTORY" _locComment="" -->Press{*CONTROLLER_ACTION_CRAFTING*} to open the creative inventory interface.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATIVE_EXIT"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATIVE_EXIT" _locComment="" -->Make your way to the opposite side of this hole to continue.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_CREATIVE_COMPLETE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_CREATIVE_COMPLETE" _locComment="" -->You have now completed the Creative mode tutorial.</value>
  </data>
<data name="strings.IDS_TUTORIAL_FARMING_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_FARMING_OVERVIEW" _locComment="" -->
      In this area a farm has been set up. Farming enables you to create a renewable source of food and other items.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_FARMING_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_FARMING_OVERVIEW" _locComment="" -->
      {*B*}
      Press{*CONTROLLER_VK_A*} to learn more about farming.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about farming.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FARMING_SEEDS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FARMING_SEEDS" _locComment="" -->Wheat, Pumpkins and Melons are grown from seeds. Wheat seeds are collected by breaking Tall Grass or harvesting wheat, and Pumpkin and Melon seeds are crafted from Pumpkins and Melons respectively.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FARMING_FARMLAND"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FARMING_FARMLAND" _locComment="" -->Before planting seeds the dirt blocks need to be turned into Farmland by using a Hoe. A nearby source of water will help keep the Farmland hydrated and make the crops grow faster, as will keeping the area lit.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FARMING_WHEAT"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FARMING_WHEAT" _locComment="" -->Wheat goes through several stages when growing, and is ready to be harvested when it appears darker.{*ICON*}59:7{*/ICON*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FARMING_PUMPKIN_AND_MELON"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FARMING_PUMPKIN_AND_MELON" _locComment="" -->Pumpkins and Melons also need a block next to where you planted the seed for the fruit to grow once the stem has fully grown.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FARMING_SUGARCANE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FARMING_SUGARCANE" _locComment="" -->Sugarcane must be planted on a Grass, Dirt or Sand block that is right next to water block. Chopping a Sugarcane block will also drop all blocks that are above it.{*ICON*}83{*/ICON*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FARMING_CACTUS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FARMING_CACTUS" _locComment="" -->Cacti must be planted on Sand, and will grow up to three blocks high. Like Sugarcane, destroying the lowest block will also allow you to collect the blocks that are above it.{*ICON*}81{*/ICON*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FARMING_MUSHROOM"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FARMING_MUSHROOM" _locComment="" -->Mushrooms should be planted in a dimly lit area, and will spread to nearby dimly lit blocks.{*ICON*}39{*/ICON*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FARMING_BONEMEAL"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FARMING_BONEMEAL" _locComment="" -->Bonemeal can be used to grow crops to their fully grown state, or grow Mushrooms into Huge Mushrooms.{*ICON*}351:15{*/ICON*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FARMING_COMPLETE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FARMING_COMPLETE" _locComment="" -->You have now completed the farming tutorial.</value>
  </data>
<data name="strings.IDS_TUTORIAL_BREEDING_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_BREEDING_OVERVIEW" _locComment="" -->
      In this area animals have been penned in. You can breed animals to produce baby versions of themselves.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_BREEDING_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_BREEDING_OVERVIEW" _locComment="" -->
      {*B*}
      Press{*CONTROLLER_VK_A*} to learn more about animals and breeding.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about animals and breeding.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREEDING_FEED"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREEDING_FEED" _locComment="" -->To get the animals to breed, you will need to feed them with the right food to get them to go into 'Love Mode'.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREEDING_FEED_FOOD"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREEDING_FEED_FOOD" _locComment="" -->Feed Wheat to a cow, mooshroom or sheep, Carrots to pigs, Wheat Seeds or Nether Wart to a chicken, or any kind of meat to a wolf, and they'll start looking for another animal of the same species near them that is also in Love Mode.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREEDING_BABY"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREEDING_BABY" _locComment="" -->When two animals of the same species meet, and both are in Love Mode, they will kiss for a few seconds, and then a baby animal will appear. The baby animal will follow their parents for a while before growing into a full sized animal itself.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREEDING_DELAY"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREEDING_DELAY" _locComment="" -->After being in Love Mode, an animal will not be able to enter it again for about five minutes.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREEDING_FOLLOW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREEDING_FOLLOW" _locComment="" -->Some animals will follow you if you are holding their food in your hand. This makes it easier to group animals together to breed them.{*ICON*}296{*/ICON*}</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREEDING_WOLF_TAMING"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREEDING_WOLF_TAMING" _locComment="" -->
        Wild wolves can be tamed by giving them bones. Once tamed Love Hearts will appear around them. Tamed wolves will follow the player and defend them if they haven't been commanded to sit.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREEDING_COMPLETE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREEDING_COMPLETE" _locComment="" -->You have now completed the animal and breeding tutorial.</value>
  </data>
<data name="strings.IDS_TUTORIAL_GOLEM_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_GOLEM_OVERVIEW" _locComment="" -->
      In this area are some pumpkins and blocks to make a Snow Golem and an Iron Golem.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_GOLEM_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_GOLEM_OVERVIEW" _locComment="" -->
      {*B*}
      Press{*CONTROLLER_VK_A*} to learn more about Golems.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about Golems.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_GOLEM_PUMPKIN"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_GOLEM_PUMPKIN" _locComment="" -->Golems are created by placing a pumpkin on top of a stack of blocks.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_GOLEM_SNOW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_GOLEM_SNOW" _locComment="" -->Snow Golems are created with two Snow Blocks, one of top of the other, with a pumpkin on top. Snow Golems throw snowballs at your enemies.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_GOLEM_IRON"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_GOLEM_IRON" _locComment="" -->Iron Golems are created with four Iron Blocks in the pattern shown, with a pumpkin on top of the middle block. Iron Golems attack your enemies.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_GOLEM_IRON_VILLAGE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_GOLEM_IRON_VILLAGE" _locComment="" -->Iron Golems also appear naturally to protect villages, and will attack you if you attack any villagers.</value>
  </data>
<data name="strings.IDS_TUTORIAL_CONSTRAINT_TUTORIAL_AREA"><value><!-- _locID_text="strings.IDS_TUTORIAL_CONSTRAINT_TUTORIAL_AREA" _locComment="" -->You cannot leave this area until you have completed the tutorial.</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_DIGGER_ITEM_SHOVEL"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_DIGGER_ITEM_SHOVEL" _locComment="" -->Different tools are better for different materials. You should use a shovel to mine soft materials like earth and sand.</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_DIGGER_ITEM_HATCHET"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_DIGGER_ITEM_HATCHET" _locComment="" -->Different tools are better for different materials. You should use an axe to chop tree trunks.</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_DIGGER_ITEM_PICKAXE"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_DIGGER_ITEM_PICKAXE" _locComment="" -->Different tools are better for different materials. You should use a pickaxe to mine stone and ore. You may need to make your pickaxe from better materials to get resources from some blocks.</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_ATTACK_WITH_TOOL"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_ATTACK_WITH_TOOL" _locComment="" -->Certain tools are better for attacking enemies. Consider using a sword to attack.</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_HOLD_TO_MINE"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_HOLD_TO_MINE" _locComment="" -->Hint: Hold {*CONTROLLER_ACTION_ACTION*}to mine and chop using your hand or whatever you are holding. You may need to craft a tool to mine some blocks...</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_TOOL_DAMAGED"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_TOOL_DAMAGED" _locComment="" -->The tool you are using has become damaged. Every time you use a tool it becomes damaged, and will eventually break. The colored bar below the item in your inventory shows the current damage state.</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_SWIM_UP"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_SWIM_UP" _locComment="" -->Hold{*CONTROLLER_ACTION_JUMP*} to swim up.</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_MINECART"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_MINECART" _locComment="" -->In this area there is a minecart on a track. To enter the minecart, point the cursor at it and press{*CONTROLLER_ACTION_USE*}. Use{*CONTROLLER_ACTION_USE*} on the button to make the minecart move.</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_BOAT"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_BOAT" _locComment="" -->In the chest beside the river there is a boat. To use the boat, point the cursor at water and press{*CONTROLLER_ACTION_USE*}. Use{*CONTROLLER_ACTION_USE*} while pointing at the boat to enter it.</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_FISHING"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_FISHING" _locComment="" -->In the chest beside the pond there is a fishing rod. Take the fishing rod from the chest and select it as the current item in your hand to use it.</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_PISTON_SELF_REPAIRING_BRIDGE"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_PISTON_SELF_REPAIRING_BRIDGE" _locComment="" -->This more advanced piston mechanism creates a self-repairing bridge! Push the button to activate, then investigate how the components interact to learn more.</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_INV_DROP"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_INV_DROP" _locComment="" -->If you move the pointer outside of the interface while carrying an item, you can drop that item.</value>
  </data>
<data name="strings.IDS_TUTORIAL_HINT_CRAFT_NO_INGREDIENTS"><value><!-- _locID_text="strings.IDS_TUTORIAL_HINT_CRAFT_NO_INGREDIENTS" _locComment="" -->You do not have all the ingredients required to make this item. The box on the bottom left shows the ingredients required to craft this.</value>
  </data>
<data name="strings.IDS_TUTORIAL_COMPLETED"><value><!-- _locID_text="strings.IDS_TUTORIAL_COMPLETED" _locComment="" -->
      Congratulations, you have completed the tutorial. Time in the game is now passing normally, and you don't have long until night time and the monsters come out! Finish your shelter!
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_COMPLETED_EXPLORE"><value><!-- _locID_text="strings.IDS_TUTORIAL_COMPLETED_EXPLORE" _locComment="" -->{*EXIT_PICTURE*}	  When you are ready to explore further, there is a stairway in this area near the Miner's shelter that leads to a small castle.</value>
  </data>
<data name="strings.IDS_TUTORIAL_REMINDER"><value><!-- _locID_text="strings.IDS_TUTORIAL_REMINDER" _locComment="" -->Reminder: </value>
  </data>
<data name="strings.IDS_TUTORIAL_HTML_EXIT_PICTURE"><value><!-- _locID_text="strings.IDS_TUTORIAL_HTML_EXIT_PICTURE" _locComment="" --><![CDATA[<div align="center"><img src="Graphics\TutorialExitScreenshot.png"/></div>]]></value>
  </data>
<data name="strings.IDS_TUTORIAL_NEW_FEATURES_CHOICE"><value><!-- _locID_text="strings.IDS_TUTORIAL_NEW_FEATURES_CHOICE" _locComment="" -->New features have been added to the game in the latest version, including new areas in the tutorial world.</value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_NEW_FEATURES_CHOICE"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_NEW_FEATURES_CHOICE" _locComment="" -->{*B*}Press{*CONTROLLER_VK_A*} to play through the tutorial as normal.{*B*}
      Press{*CONTROLLER_VK_B*} to skip the main tutorial.</value>
  </data>
<data name="strings.IDS_TUTORIAL_FEATURES_IN_THIS_AREA"><value><!-- _locID_text="strings.IDS_TUTORIAL_FEATURES_IN_THIS_AREA" _locComment="" -->In this area you will find areas setup to help you learn about fishing, boats, pistons and redstone.</value>
  </data>
<data name="strings.IDS_TUTORIAL_FEATURES_OUTSIDE_THIS_AREA"><value><!-- _locID_text="strings.IDS_TUTORIAL_FEATURES_OUTSIDE_THIS_AREA" _locComment="" -->Outside of this area you will find examples of buildings, farming, minecarts and tracks, enchanting, brewing, trading, smithing and more!</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FOOD_BAR_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FOOD_BAR_OVERVIEW" _locComment="" -->
      Your food bar has depleted to a level where you will no longer heal.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_PROMPT_FOOD_BAR_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_FOOD_BAR_OVERVIEW" _locComment="" -->
      {*B*}
      Press{*CONTROLLER_VK_A*} to learn more about the food bar and eating food.{*B*}
      Press{*CONTROLLER_VK_B*} if you already know about the food bar and eating food.
    </value>
  </data>
<data name="strings.IDS_TOOLTIPS_SELECT"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SELECT" _locComment="" -->Select</value>
  </data>
<data name="strings.IDS_TOOLTIPS_USE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_USE" _locComment="" -->Use</value>
  </data>
<data name="strings.IDS_TOOLTIPS_BACK"><value><!-- _locID_text="strings.IDS_TOOLTIPS_BACK" _locComment="" -->Back</value>
  </data>
<data name="strings.IDS_TOOLTIPS_EXIT"><value><!-- _locID_text="strings.IDS_TOOLTIPS_EXIT" _locComment="" -->Exit</value>
  </data>
<data name="strings.IDS_TOOLTIPS_CANCEL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CANCEL" _locComment="" -->Cancel</value>
  </data>
<data name="strings.IDS_TOOLTIPS_CANCEL_JOIN"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CANCEL_JOIN" _locComment="" -->Cancel Join</value>
  </data>
<data name="strings.IDS_TOOLTIPS_SELECTDEVICE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SELECTDEVICE" _locComment="" -->Select Storage Device</value>
  </data>
<data name="strings.IDS_TOOLTIPS_CHANGEDEVICE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CHANGEDEVICE" _locComment="" -->Change Storage Device</value>
  </data>
<data name="strings.IDS_TOOLTIPS_REFRESH"><value><!-- _locID_text="strings.IDS_TOOLTIPS_REFRESH" _locComment="" -->Refresh Online Games List</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PARTY_GAMES"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PARTY_GAMES" _locComment="" -->Party Games</value>
  </data>
<data name="strings.IDS_TOOLTIPS_ALL_GAMES"><value><!-- _locID_text="strings.IDS_TOOLTIPS_ALL_GAMES" _locComment="" -->All Games</value>
  </data>
<data name="strings.IDS_TOOLTIPS_CHANGE_GROUP"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CHANGE_GROUP" _locComment="" -->Change Group</value>
  </data>
<data name="strings.IDS_TOOLTIPS_SHOW_INVENTORY"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SHOW_INVENTORY" _locComment="" -->Show Inventory</value>
  </data>
<data name="strings.IDS_TOOLTIPS_SHOW_DESCRIPTION"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SHOW_DESCRIPTION" _locComment="" -->Show Description</value>
  </data>
<data name="strings.IDS_TOOLTIPS_SHOW_INGREDIENTS"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SHOW_INGREDIENTS" _locComment="" -->Show Ingredients</value>
  </data>  
<data name="strings.IDS_TOOLTIPS_CRAFTING"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CRAFTING" _locComment="" -->Crafting</value>
  </data>
<data name="strings.IDS_TOOLTIPS_CREATE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CREATE" _locComment="" -->Create</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PICKUPPLACE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PICKUPPLACE" _locComment="" -->Take/Place</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PICKUP_GENERIC"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PICKUP_GENERIC" _locComment="" -->Take</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PICKUP_ALL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PICKUP_ALL" _locComment="" -->Take All</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PICKUP_HALF"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PICKUP_HALF" _locComment="" -->Take Half</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PLACE_GENERIC"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PLACE_GENERIC" _locComment="" -->Place</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PLACE_ALL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PLACE_ALL" _locComment="" -->Place All</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PLACE_ONE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PLACE_ONE" _locComment="" -->Place One</value>
  </data>
<data name="strings.IDS_TOOLTIPS_DROP_GENERIC"><value><!-- _locID_text="strings.IDS_TOOLTIPS_DROP_GENERIC" _locComment="" -->Drop</value>
  </data>
<data name="strings.IDS_TOOLTIPS_DROP_ALL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_DROP_ALL" _locComment="" -->Drop All</value>
  </data>
<data name="strings.IDS_TOOLTIPS_DROP_ONE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_DROP_ONE" _locComment="" -->Drop One</value>
  </data>
<data name="strings.IDS_TOOLTIPS_SWAP"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SWAP" _locComment="" -->Swap</value>
  </data>
<data name="strings.IDS_TOOLTIPS_QUICK_MOVE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_QUICK_MOVE" _locComment="" -->Quick Move</value>
  </data>
<data name="strings.IDS_TOOLTIPS_CLEAR_QUICK_SELECT"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CLEAR_QUICK_SELECT" _locComment="" -->Clear Quick Select</value>
  </data>
<data name="strings.IDS_TOOLTIPS_WHAT_IS_THIS"><value><!-- _locID_text="strings.IDS_TOOLTIPS_WHAT_IS_THIS" _locComment="" -->What's This?</value>
  </data>
<data name="strings.IDS_TOOLTIPS_SHARE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SHARE" _locComment="" -->Share To Facebook</value>
  </data>
<data name="strings.IDS_TOOLTIPS_CHANGE_FILTER"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CHANGE_FILTER" _locComment="" -->Change Filter</value>
  </data>
<data name="strings.IDS_TOOLTIPS_VIEW_GAMERCARD"><value><!-- _locID_text="strings.IDS_TOOLTIPS_VIEW_GAMERCARD" _locComment="" -->View Gamer Card</value>
  </data>
<data name="strings.IDS_TOOLTIPS_VIEW_GAMERPROFILE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_VIEW_GAMERPROFILE" _locComment="" -->View Gamer Profile</value>
  </data>
<data name="strings.IDS_TOOLTIPS_SEND_FRIEND_REQUEST"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SEND_FRIEND_REQUEST" _locComment="" -->Send Friend Request</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PAGE_DOWN"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PAGE_DOWN" _locComment="" -->Page Down</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PAGE_UP"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PAGE_UP" _locComment="" -->Page Up</value>
  </data>
<data name="strings.IDS_TOOLTIPS_NEXT"><value><!-- _locID_text="strings.IDS_TOOLTIPS_NEXT" _locComment="" -->Next</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PREVIOUS"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PREVIOUS" _locComment="" -->Previous</value>
  </data>
<data name="strings.IDS_TOOLTIPS_KICK"><value><!-- _locID_text="strings.IDS_TOOLTIPS_KICK" _locComment="" -->Kick Player</value>
  </data>
<data name="strings.IDS_TOOLTIPS_DYE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_DYE" _locComment="" -->Dye</value>
  </data>
<data name="strings.IDS_TOOLTIPS_MINE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_MINE" _locComment="" -->Mine</value>
  </data>
<data name="strings.IDS_TOOLTIPS_FEED"><value><!-- _locID_text="strings.IDS_TOOLTIPS_FEED" _locComment="" -->Feed</value>
  </data>
<data name="strings.IDS_TOOLTIPS_TAME"><value><!-- _locID_text="strings.IDS_TOOLTIPS_TAME" _locComment="" -->Tame</value>
  </data>
<data name="strings.IDS_TOOLTIPS_HEAL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_HEAL" _locComment="" -->Heal</value>
  </data>
<data name="strings.IDS_TOOLTIPS_SIT"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SIT" _locComment="" -->Sit</value>
  </data>
<data name="strings.IDS_TOOLTIPS_FOLLOWME"><value><!-- _locID_text="strings.IDS_TOOLTIPS_FOLLOWME" _locComment="" -->Follow Me</value>
  </data>
<data name="strings.IDS_TOOLTIPS_EJECT"><value><!-- _locID_text="strings.IDS_TOOLTIPS_EJECT" _locComment="" -->Eject</value>
  </data>
<data name="strings.IDS_TOOLTIPS_EMPTY"><value><!-- _locID_text="strings.IDS_TOOLTIPS_EMPTY" _locComment="" -->Empty</value>
  </data>
<data name="strings.IDS_TOOLTIPS_SADDLE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SADDLE" _locComment="" -->Saddle</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PLACE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PLACE" _locComment="" -->Place</value>
  </data>
<data name="strings.IDS_TOOLTIPS_HIT"><value><!-- _locID_text="strings.IDS_TOOLTIPS_HIT" _locComment="" -->Hit</value>
  </data>
<data name="strings.IDS_TOOLTIPS_MILK"><value><!-- _locID_text="strings.IDS_TOOLTIPS_MILK" _locComment="" -->Milk</value>
  </data>
<data name="strings.IDS_TOOLTIPS_COLLECT"><value><!-- _locID_text="strings.IDS_TOOLTIPS_COLLECT" _locComment="" -->Collect</value>
  </data>
<data name="strings.IDS_TOOLTIPS_EAT"><value><!-- _locID_text="strings.IDS_TOOLTIPS_EAT" _locComment="" -->Eat</value>
  </data>
<data name="strings.IDS_TOOLTIPS_SLEEP"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SLEEP" _locComment="" -->Sleep</value>
  </data>
<data name="strings.IDS_TOOLTIPS_WAKEUP"><value><!-- _locID_text="strings.IDS_TOOLTIPS_WAKEUP" _locComment="" -->Wake Up</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PLAY"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PLAY" _locComment="" -->Play</value>
  </data>
<data name="strings.IDS_TOOLTIPS_RIDE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_RIDE" _locComment="" -->Ride</value>
  </data>
<data name="strings.IDS_TOOLTIPS_SAIL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SAIL" _locComment="" -->Sail</value>
  </data>
<data name="strings.IDS_TOOLTIPS_GROW"><value><!-- _locID_text="strings.IDS_TOOLTIPS_GROW" _locComment="" -->Grow</value>
  </data>
<data name="strings.IDS_TOOLTIPS_SWIMUP"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SWIMUP" _locComment="" -->Swim Up</value>
  </data>
<data name="strings.IDS_TOOLTIPS_OPEN"><value><!-- _locID_text="strings.IDS_TOOLTIPS_OPEN" _locComment="" -->Open</value>
  </data>
<data name="strings.IDS_TOOLTIPS_CHANGEPITCH"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CHANGEPITCH" _locComment="" -->Change Pitch</value>
  </data>
<data name="strings.IDS_TOOLTIPS_DETONATE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_DETONATE" _locComment="" -->Detonate</value>
  </data>
<data name="strings.IDS_TOOLTIPS_READ"><value><!-- _locID_text="strings.IDS_TOOLTIPS_READ" _locComment="" -->Read</value>
  </data>
<data name="strings.IDS_TOOLTIPS_HANG"><value><!-- _locID_text="strings.IDS_TOOLTIPS_HANG" _locComment="" -->Hang</value>
  </data>
<data name="strings.IDS_TOOLTIPS_THROW"><value><!-- _locID_text="strings.IDS_TOOLTIPS_THROW" _locComment="" -->Throw</value>
  </data>
<data name="strings.IDS_TOOLTIPS_PLANT"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PLANT" _locComment="" -->Plant</value>
  </data>
<data name="strings.IDS_TOOLTIPS_TILL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_TILL" _locComment="" -->Till</value>
  </data>
<data name="strings.IDS_TOOLTIPS_HARVEST"><value><!-- _locID_text="strings.IDS_TOOLTIPS_HARVEST" _locComment="" -->Harvest</value>
  </data>
<data name="strings.IDS_TOOLTIPS_CONTINUE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CONTINUE" _locComment="" -->Continue</value>
  </data>
<data name="strings.IDS_TOOLTIPS_UNLOCKFULLVERSION"><value><!-- _locID_text="strings.IDS_TOOLTIPS_UNLOCKFULLVERSION" _locComment="" -->Unlock Full Game</value>
  </data>
<data name="strings.IDS_TOOLTIPS_DELETESAVE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_DELETESAVE" _locComment="" -->Delete Save</value>
  </data>
<data name="strings.IDS_TOOLTIPS_DELETE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_DELETE" _locComment="" -->Delete</value>
</data>
<data name="strings.IDS_TOOLTIPS_OPTIONS"><value><!-- _locID_text="strings.IDS_TOOLTIPS_OPTIONS" _locComment="" -->Options</value>
</data>
<data name="strings.IDS_TOOLTIPS_INVITE_PARTY"><value><!-- _locID_text="strings.IDS_TOOLTIPS_INVITE_PARTY" _locComment="" -->Invite Xbox Live Party</value>
 </data>
<data name="strings.IDS_TOOLTIPS_INVITE_FRIENDS"><value><!-- _locID_text="strings.IDS_TOOLTIPS_INVITE_FRIENDS" _locComment="" -->Invite Friends</value>
</data>
<data name="strings.IDS_TOOLTIPS_ACCEPT"><value><!-- _locID_text="strings.IDS_TOOLTIPS_ACCEPT" _locComment="" -->Accept</value>
</data>
<data name="strings.IDS_TOOLTIPS_SHEAR"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SHEAR" _locComment="" -->Shear</value>
</data>
<data name="strings.IDS_TOOLTIPS_BANLEVEL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_BANLEVEL" _locComment="" -->Ban Level</value>
</data>
<data name="strings.IDS_TOOLTIPS_SELECT_SKIN"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SELECT_SKIN" _locComment="" -->Select Skin</value>
  </data>
<data name="strings.IDS_TOOLTIPS_IGNITE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_IGNITE" _locComment="" -->Ignite</value>
</data>
<data name="strings.IDS_TOOLTIPS_NAVIGATE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_NAVIGATE" _locComment="" -->Navigate</value>
</data>
<data name="strings.IDS_TOOLTIPS_INSTALL_FULL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_INSTALL_FULL" _locComment="" -->Install Full Version</value>
</data>
<data name="strings.IDS_TOOLTIPS_INSTALL_TRIAL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_INSTALL_TRIAL" _locComment="" -->Install Trial Version</value>
</data>
<data name="strings.IDS_TOOLTIPS_INSTALL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_INSTALL" _locComment="" -->Install</value>
</data>
<data name="strings.IDS_TOOLTIPS_REINSTALL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_REINSTALL" _locComment="" -->Reinstall</value>
</data>
<data name="strings.IDS_TOOLTIPS_SAVEOPTIONS"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SAVEOPTIONS" _locComment="" -->Save Options</value>
</data>
<data name="strings.IDS_TOOLTIPS_EXECUTE_COMMAND"><value><!-- _locID_text="strings.IDS_TOOLTIPS_EXECUTE_COMMAND" _locComment="" -->Execute Command</value>
</data>
<data name="strings.IDS_TOOLTIPS_CREATIVE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CREATIVE" _locComment="" -->Creative</value>
</data>
<data name="strings.IDS_TOOLTIPS_QUICK_MOVE_INGREDIENT"><value><!-- _locID_text="strings.IDS_TOOLTIPS_QUICK_MOVE_INGREDIENT" _locComment="" -->Move Ingredient</value>
</data>
<data name="strings.IDS_TOOLTIPS_QUICK_MOVE_FUEL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_QUICK_MOVE_FUEL" _locComment="" -->Move Fuel</value>
</data>
<data name="strings.IDS_TOOLTIPS_QUICK_MOVE_TOOL"><value><!-- _locID_text="strings.IDS_TOOLTIPS_QUICK_MOVE_TOOL" _locComment="" -->Move Tool</value>
</data>
<data name="strings.IDS_TOOLTIPS_QUICK_MOVE_ARMOR"><value><!-- _locID_text="strings.IDS_TOOLTIPS_QUICK_MOVE_ARMOR" _locComment="" -->Move Armor</value>
</data>
<data name="strings.IDS_TOOLTIPS_QUICK_MOVE_WEAPON"><value><!-- _locID_text="strings.IDS_TOOLTIPS_QUICK_MOVE_WEAPON" _locComment="" -->Move Weapon</value>
</data>
<data name="strings.IDS_TOOLTIPS_EQUIP"><value><!-- _locID_text="strings.IDS_TOOLTIPS_EQUIP" _locComment="" -->Equip</value>
</data>
<data name="strings.IDS_TOOLTIPS_DRAW_BOW"><value><!-- _locID_text="strings.IDS_TOOLTIPS_DRAW_BOW" _locComment="" -->Draw</value>
</data>
<data name="strings.IDS_TOOLTIPS_RELEASE_BOW"><value><!-- _locID_text="strings.IDS_TOOLTIPS_RELEASE_BOW" _locComment="" -->Release</value>
</data>
<data name="strings.IDS_TOOLTIPS_PRIVILEGES"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PRIVILEGES" _locComment="" -->Privileges</value>
</data>
<data name="strings.IDS_TOOLTIPS_BLOCK"><value><!-- _locID_text="strings.IDS_TOOLTIPS_BLOCK" _locComment="" -->Block</value>
</data>
<data name="strings.IDS_TOOLTIPS_PAGEUP"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PAGEUP" _locComment="" -->Page Up</value>
</data>
<data name="strings.IDS_TOOLTIPS_PAGEDOWN"><value><!-- _locID_text="strings.IDS_TOOLTIPS_PAGEDOWN" _locComment="" -->Page Down</value>
</data>
<data name="strings.IDS_TOOLTIPS_LOVEMODE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_LOVEMODE" _locComment="" -->Love Mode</value>
</data>
<data name="strings.IDS_TOOLTIPS_DRINK"><value><!-- _locID_text="strings.IDS_TOOLTIPS_DRINK" _locComment="" -->Drink</value>
</data>
<data name="strings.IDS_TOOLTIPS_ROTATE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_ROTATE" _locComment="" -->Rotate</value>
</data>
<data name="strings.IDS_TOOLTIPS_HIDE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_HIDE" _locComment="" -->Hide</value>
</data>
<data name="strings.IDS_TOOLTIPS_UPLOAD_SAVE_FOR_XBOXONE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_UPLOAD_SAVE_FOR_XBOXONE" _locComment="" -->Upload Save For Xbox One</value>
</data>
<data name="strings.IDS_TOOLTIPS_CLEARSLOTS"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CLEARSLOTS" _locComment="" -->Clear All Slots</value>
</data>
<data name="strings.IDS_TOOLTIPS_SAVETRANSFER_UPLOAD"><value><!-- _locID_text="strings.IDS_TOOLTIPS_SAVETRANSFER_UPLOAD" _locComment="" -->Upload Save for Xbox One</value>
  </data>
<data name="strings.IDS_CONFIRM_OK"><value><!-- _locID_text="strings.IDS_CONFIRM_OK" _locComment="" -->OK</value>
  </data>
<data name="strings.IDS_CONFIRM_CANCEL"><value><!-- _locID_text="strings.IDS_CONFIRM_CANCEL" _locComment="" -->Cancel</value>
  </data>
<data name="strings.IDS_DOWNLOADABLECONTENT"><value><!-- _locID_text="strings.IDS_DOWNLOADABLECONTENT" _locComment="" -->Minecraft Store</value>
  </data>
<data name="strings.IDS_CONFIRM_LEAVE_VIA_INVITE"><value><!-- _locID_text="strings.IDS_CONFIRM_LEAVE_VIA_INVITE" _locComment="" -->Are you sure you want to leave your current game and join the new one? Any unsaved progress will be lost.</value>
  </data>
<data name="strings.IDS_EXIT_GAME"><value><!-- _locID_text="strings.IDS_EXIT_GAME" _locComment="" -->Exit Game</value>
  </data>
<data name="strings.IDS_TITLE_SAVE_GAME"><value><!-- _locID_text="strings.IDS_TITLE_SAVE_GAME" _locComment="" -->Save Game</value>
  </data>
<data name="strings.IDS_TITLE_DECLINE_SAVE_GAME"><value><!-- _locID_text="strings.IDS_TITLE_DECLINE_SAVE_GAME" _locComment="" -->Exit Without Saving</value>
  </data>
<data name="strings.IDS_CONFIRM_SAVE_GAME"><value><!-- _locID_text="strings.IDS_CONFIRM_SAVE_GAME" _locComment="" -->Are you sure you want to overwrite any previous save for this world with the current version of this world?</value>
  </data>
<data name="strings.IDS_CONFIRM_DECLINE_SAVE_GAME"><value><!-- _locID_text="strings.IDS_CONFIRM_DECLINE_SAVE_GAME" _locComment="" -->Are you sure you want to exit without saving? You will lose all progress in this world!</value>
  </data>
<data name="strings.IDS_TITLE_START_GAME"><value><!-- _locID_text="strings.IDS_TITLE_START_GAME" _locComment="" -->Start Game</value>
  </data>
<data name="strings.IDS_CONFIRM_START_CREATIVE"><value><!-- _locID_text="strings.IDS_CONFIRM_START_CREATIVE" _locComment="" -->If you create, load or save a world in Creative Mode, that world will have achievements and leaderboard updates disabled, even if it is then loaded in Survival Mode. Are you sure you want to continue?</value>
  </data>
<data name="strings.IDS_CONFIRM_START_SAVEDINCREATIVE"><value><!-- _locID_text="strings.IDS_CONFIRM_START_SAVEDINCREATIVE" _locComment="" -->This world has previously been saved in Creative Mode, and it will have achievements and leaderboard updates disabled. Are you sure you want to continue?</value>
  </data>
<data name="strings.IDS_CONFIRM_START_SAVEDINCREATIVE_CONTINUE"><value><!-- _locID_text="strings.IDS_CONFIRM_START_SAVEDINCREATIVE_CONTINUE" _locComment="" -->This world has previously been saved in Creative Mode, and it will have achievements and leaderboard updates disabled.</value>
  </data> 
<data name="strings.IDS_CONFIRM_START_HOST_PRIVILEGES"><value><!-- _locID_text="strings.IDS_CONFIRM_START_HOST_PRIVILEGES" _locComment="" -->If you create, load or save a world with Host Privileges enabled, that world will have achievements and leaderboard updates disabled, even if it is then loaded with those options off. Are you sure you want to continue?</value>
  </data>
<data name="strings.IDS_CORRUPT_OR_DAMAGED_SAVE_TITLE"><value><!-- _locID_text="strings.IDS_CORRUPT_OR_DAMAGED_SAVE_TITLE" _locComment="" -->Damaged Save</value>
  </data>
<data name="strings.IDS_CORRUPT_OR_DAMAGED_SAVE_TEXT"><value><!-- _locID_text="strings.IDS_CORRUPT_OR_DAMAGED_SAVE_TEXT" _locComment="" -->This save is corrupt or damaged. Would you like to delete it?</value>
  </data>
<data name="strings.IDS_CONFIRM_EXIT_GAME_CONFIRM_DISCONNECT_SAVE"><value><!-- _locID_text="strings.IDS_CONFIRM_EXIT_GAME_CONFIRM_DISCONNECT_SAVE" _locComment="" -->Are you sure you want to exit to the main menu and disconnect all players from the game? Any unsaved progress will be lost.</value>
  </data>
<data name="strings.IDS_EXIT_GAME_SAVE"><value><!-- _locID_text="strings.IDS_EXIT_GAME_SAVE" _locComment="" -->Exit and save</value>
  </data>
<data name="strings.IDS_EXIT_GAME_NO_SAVE"><value><!-- _locID_text="strings.IDS_EXIT_GAME_NO_SAVE" _locComment="" -->Exit without saving</value>
  </data>
<data name="strings.IDS_CONFIRM_EXIT_GAME"><value><!-- _locID_text="strings.IDS_CONFIRM_EXIT_GAME" _locComment="" -->Are you sure you want to exit to the main menu? Any unsaved progress will be lost.</value>
  </data>
<data name="strings.IDS_CONFIRM_EXIT_GAME_PROGRESS_LOST"><value><!-- _locID_text="strings.IDS_CONFIRM_EXIT_GAME_PROGRESS_LOST" _locComment="" -->Are you sure you want to exit to the main menu? Your progress will be lost!</value>
  </data>
<data name="strings.IDS_CREATE_NEW_WORLD"><value><!-- _locID_text="strings.IDS_CREATE_NEW_WORLD" _locComment="" -->Create New World</value>
  </data>
<data name="strings.IDS_PLAY_TUTORIAL"><value><!-- _locID_text="strings.IDS_PLAY_TUTORIAL" _locComment="" -->Play Tutorial</value>
  </data>
<data name="strings.IDS_TUTORIALSAVENAME"><value><!-- _locID_text="strings.IDS_TUTORIALSAVENAME" _locComment="" -->Tutorial</value>
  </data>
<data name="strings.IDS_NAME_WORLD"><value><!-- _locID_text="strings.IDS_NAME_WORLD" _locComment="" -->Name Your World</value>
  </data>
<data name="strings.IDS_NAME_WORLD_TEXT"><value><!-- _locID_text="strings.IDS_NAME_WORLD_TEXT" _locComment="" -->Enter a name for your world</value>
  </data>
<data name="strings.IDS_CREATE_NEW_WORLD_SEEDTEXT"><value><!-- _locID_text="strings.IDS_CREATE_NEW_WORLD_SEEDTEXT" _locComment="" -->Input the seed for your world generation</value>
  </data>
<data name="strings.IDS_LOAD_SAVED_WORLD"><value><!-- _locID_text="strings.IDS_LOAD_SAVED_WORLD" _locComment="" -->Load Saved World</value>
  </data>
<data name="strings.IDS_PRESS_START_TO_JOIN"><value><!-- _locID_text="strings.IDS_PRESS_START_TO_JOIN" _locComment="" -->Press START to join game</value>
  </data>
<data name="strings.IDS_EXITING_GAME"><value><!-- _locID_text="strings.IDS_EXITING_GAME" _locComment="" -->Exiting the game</value>
  </data>
<data name="strings.IDS_GENERIC_ERROR"><value><!-- _locID_text="strings.IDS_GENERIC_ERROR" _locComment="" -->An error occurred. Exiting to the main menu.</value>
  </data>
<data name="strings.IDS_CONNECTION_FAILED"><value><!-- _locID_text="strings.IDS_CONNECTION_FAILED" _locComment="" -->Connection failed</value>
  </data>
<data name="strings.IDS_CONNECTION_LOST"><value><!-- _locID_text="strings.IDS_CONNECTION_LOST" _locComment="" -->Connection lost</value>
  </data>
<data name="strings.IDS_CONNECTION_LOST_SERVER"><value><!-- _locID_text="strings.IDS_CONNECTION_LOST_SERVER" _locComment="" -->Connection to the server was lost. Exiting to the main menu.</value>
  </data>
<data name="strings.IDS_CONNECTION_LOST_LIVE"><value><!-- _locID_text="strings.IDS_CONNECTION_LOST_LIVE" _locComment="" -->Connection to Xbox Live was lost. Exiting to the main menu.</value>
  </data>
<data name="strings.IDS_CONNECTION_LOST_LIVE_NO_EXIT"><value><!-- _locID_text="strings.IDS_CONNECTION_LOST_LIVE_NO_EXIT" _locComment="" -->Connection to Xbox Live was lost.</value>
  </data>
<data name="strings.IDS_DISCONNECTED"><value><!-- _locID_text="strings.IDS_DISCONNECTED" _locComment="" -->Disconnected by the server</value>
  </data>
<data name="strings.IDS_DISCONNECTED_KICKED"><value><!-- _locID_text="strings.IDS_DISCONNECTED_KICKED" _locComment="" -->You were kicked from the game</value>
  </data>
<data name="strings.IDS_DISCONNECTED_FLYING"><value><!-- _locID_text="strings.IDS_DISCONNECTED_FLYING" _locComment="" -->You were kicked from the game for flying</value>
  </data>
<data name="strings.IDS_DISCONNECTED_LOGIN_TOO_LONG"><value><!-- _locID_text="strings.IDS_DISCONNECTED_LOGIN_TOO_LONG" _locComment="" -->Connection attempt took too long</value>
  </data>
<data name="strings.IDS_DISCONNECTED_SERVER_FULL"><value><!-- _locID_text="strings.IDS_DISCONNECTED_SERVER_FULL" _locComment="" -->The server is full</value>
  </data>
<data name="strings.IDS_DISCONNECTED_SERVER_QUIT"><value><!-- _locID_text="strings.IDS_DISCONNECTED_SERVER_QUIT" _locComment="" -->The host has exited the game.</value>
  </data>
<data name="strings.IDS_DISCONNECTED_NO_FRIENDS_IN_GAME"><value><!-- _locID_text="strings.IDS_DISCONNECTED_NO_FRIENDS_IN_GAME" _locComment="" -->You cannot join this game as you are not friends with anybody in the game.</value>
  </data>
<data name="strings.IDS_DISCONNECTED_BANNED"><value><!-- _locID_text="strings.IDS_DISCONNECTED_BANNED" _locComment="" -->You cannot join this game as you have previously been kicked by the host.</value>
  </data>
<data name="strings.IDS_DISCONNECTED_SERVER_OLD"><value><!-- _locID_text="strings.IDS_DISCONNECTED_SERVER_OLD" _locComment="" -->You cannot join this game as the player you are trying to join is running an older version of the game.</value>
  </data>
<data name="strings.IDS_DISCONNECTED_CLIENT_OLD"><value><!-- _locID_text="strings.IDS_DISCONNECTED_CLIENT_OLD" _locComment="" -->You cannot join this game as the player you are trying to join is running a newer version of the game.</value>
  </data>
<data name="strings.IDS_DEFAULT_SAVENAME"><value><!-- _locID_text="strings.IDS_DEFAULT_SAVENAME" _locComment="" -->New World</value>
  </data>
<data name="strings.IDS_AWARD_TITLE"><value><!-- _locID_text="strings.IDS_AWARD_TITLE" _locComment="" -->Award Unlocked!</value>
  </data>
<data name="strings.IDS_AWARD_GAMERPIC1"><value><!-- _locID_text="strings.IDS_AWARD_GAMERPIC1" _locComment="" -->Hurray - you've been awarded a gamerpic featuring Steve from Minecraft!</value>
  </data>
<data name="strings.IDS_AWARD_GAMERPIC2"><value><!-- _locID_text="strings.IDS_AWARD_GAMERPIC2" _locComment="" -->Hurray - you've been awarded a gamerpic featuring a Creeper!</value>
  </data>
<data name="strings.IDS_AWARD_AVATAR1"><value><!-- _locID_text="strings.IDS_AWARD_AVATAR1" _locComment="" -->Hurray - you've been awarded an avatar item - a Minecraft: Xbox 360 Edition t-shirt!
Go to the dashboard to put the t-shirt on your avatar.</value>
  </data>
<data name="strings.IDS_AWARD_AVATAR2"><value><!-- _locID_text="strings.IDS_AWARD_AVATAR2" _locComment="" -->Hurray - you've been awarded an avatar item - a Minecraft: Xbox 360 Edition watch!
Go to the dashboard to put the watch on your avatar.</value>
  </data>
<data name="strings.IDS_AWARD_AVATAR3"><value><!-- _locID_text="strings.IDS_AWARD_AVATAR3" _locComment="" -->Hurray - you've been awarded an avatar item - a Creeper baseball cap!
Go to the dashboard to put the cap on your avatar.</value>
  </data>
<data name="strings.IDS_AWARD_THEME"><value><!-- _locID_text="strings.IDS_AWARD_THEME" _locComment="" -->Hurray - you've been awarded the Minecraft: Xbox 360 Edition theme!
Go to the dashboard to select this theme.</value>
  </data>
<data name="strings.IDS_UNLOCK_TITLE"><value><!-- _locID_text="strings.IDS_UNLOCK_TITLE" _locComment="" -->Unlock Full Game</value>
  </data>
<data name="strings.IDS_UNLOCK_TOSAVE_TEXT"><value><!-- _locID_text="strings.IDS_UNLOCK_TOSAVE_TEXT" _locComment="" -->You're playing the trial game, but you'll need the full game to be able to save your game.
Would you like to unlock the full game now?</value>
  </data>
<data name="strings.IDS_UNLOCK_ACHIEVEMENT_TEXT"><value><!-- _locID_text="strings.IDS_UNLOCK_ACHIEVEMENT_TEXT" _locComment="" -->This is the Minecraft: Xbox 360 Edition trial game. If you had the full game, you would just have earned an achievement! 
Would you like to unlock the full game?</value>
  </data>
<data name="strings.IDS_UNLOCK_AVATAR_TEXT"><value><!-- _locID_text="strings.IDS_UNLOCK_AVATAR_TEXT" _locComment="" -->This is the Minecraft: Xbox 360 Edition trial game. If you had the full game, you would just have earned an avatar award! 
Would you like to unlock the full game?</value>
  </data>
<data name="strings.IDS_UNLOCK_GAMERPIC_TEXT"><value><!-- _locID_text="strings.IDS_UNLOCK_GAMERPIC_TEXT" _locComment="" -->This is the Minecraft: Xbox 360 Edition trial game. If you had the full game, you would just have earned a gamerpic! 
Would you like to unlock the full game?</value>
  </data>
<data name="strings.IDS_UNLOCK_THEME_TEXT"><value><!-- _locID_text="strings.IDS_UNLOCK_THEME_TEXT" _locComment="" -->This is the Minecraft: Xbox 360 Edition trial game. If you had the full game, you would just have earned a theme! 
Would you like to unlock the full game?</value>
  </data>
<data name="strings.IDS_UNLOCK_ACCEPT_INVITE"><value><!-- _locID_text="strings.IDS_UNLOCK_ACCEPT_INVITE" _locComment="" -->This is the Minecraft: Xbox 360 Edition trial game. You need the full game to be able to accept this invite. 
Would you like to unlock the full game?</value>
  </data>
<data name="strings.IDS_UNLOCK_GUEST_TEXT"><value><!-- _locID_text="strings.IDS_UNLOCK_GUEST_TEXT" _locComment="" -->Guest players cannot unlock the full game. Please sign in with an Xbox Live user ID.</value>
  </data>
<data name="strings.IDS_LEADERBOARD_LOADING"><value><!-- _locID_text="strings.IDS_LEADERBOARD_LOADING" _locComment="" -->Please wait</value>
  </data>
<data name="strings.IDS_LEADERBOARD_NORESULTS"><value><!-- _locID_text="strings.IDS_LEADERBOARD_NORESULTS" _locComment="" -->No results</value>
  </data>
<data name="strings.IDS_LEADERBOARD_FILTER"><value><!-- _locID_text="strings.IDS_LEADERBOARD_FILTER" _locComment="" -->Filter: </value>
  </data>
<data name="strings.IDS_LEADERBOARD_FILTER_FRIENDS"><value><!-- _locID_text="strings.IDS_LEADERBOARD_FILTER_FRIENDS" _locComment="" -->Friends</value>
  </data>
<data name="strings.IDS_LEADERBOARD_FILTER_MYSCORE"><value><!-- _locID_text="strings.IDS_LEADERBOARD_FILTER_MYSCORE" _locComment="" -->My Score</value>
  </data>
<data name="strings.IDS_LEADERBOARD_FILTER_OVERALL"><value><!-- _locID_text="strings.IDS_LEADERBOARD_FILTER_OVERALL" _locComment="" -->Overall</value>
  </data>
<data name="strings.IDS_LEADERBOARD_ENTRIES"><value><!-- _locID_text="strings.IDS_LEADERBOARD_ENTRIES" _locComment="" -->Entries: </value>
  </data>
<data name="strings.IDS_LEADERBOARD_RANK"><value><!-- _locID_text="strings.IDS_LEADERBOARD_RANK" _locComment="" -->Rank</value>
  </data>
<data name="strings.IDS_LEADERBOARD_GAMERTAG"><value><!-- _locID_text="strings.IDS_LEADERBOARD_GAMERTAG" _locComment="" -->Gamertag</value>
  </data>
<data name="strings.IDS_PROGRESS_SAVING_LEVEL"><value><!-- _locID_text="strings.IDS_PROGRESS_SAVING_LEVEL" _locComment="" -->Preparing to Save Level</value>
  </data>
<data name="strings.IDS_PROGRESS_SAVING_CHUNKS"><value><!-- _locID_text="strings.IDS_PROGRESS_SAVING_CHUNKS" _locComment="" -->Preparing Chunks...</value>
  </data>
<data name="strings.IDS_PROGRESS_SAVING_TO_DISC"><value><!-- _locID_text="strings.IDS_PROGRESS_SAVING_TO_DISC" _locComment="" -->Finalizing...</value>
  </data>
<data name="strings.IDS_PROGRESS_BUILDING_TERRAIN"><value><!-- _locID_text="strings.IDS_PROGRESS_BUILDING_TERRAIN" _locComment="" -->Building Terrain</value>
  </data>
<data name="strings.IDS_PROGRESS_SIMULATING_WORLD"><value><!-- _locID_text="strings.IDS_PROGRESS_SIMULATING_WORLD" _locComment="" -->Simulating world for a bit</value>
  </data>
<data name="strings.IDS_PROGRESS_INITIALISING_SERVER"><value><!-- _locID_text="strings.IDS_PROGRESS_INITIALISING_SERVER" _locComment="" -->Initializing server</value>
  </data>
<data name="strings.IDS_PROGRESS_GENERATING_SPAWN_AREA"><value><!-- _locID_text="strings.IDS_PROGRESS_GENERATING_SPAWN_AREA" _locComment="" -->Generating spawn area</value>
  </data>
<data name="strings.IDS_PROGRESS_LOADING_SPAWN_AREA"><value><!-- _locID_text="strings.IDS_PROGRESS_LOADING_SPAWN_AREA" _locComment="" -->Loading spawn area</value>
  </data>
<data name="strings.IDS_PROGRESS_ENTERING_NETHER"><value><!-- _locID_text="strings.IDS_PROGRESS_ENTERING_NETHER" _locComment="" -->Entering The Nether</value>
  </data>
<data name="strings.IDS_PROGRESS_LEAVING_NETHER"><value><!-- _locID_text="strings.IDS_PROGRESS_LEAVING_NETHER" _locComment="" -->Leaving The Nether</value>
  </data>
<data name="strings.IDS_PROGRESS_RESPAWNING"><value><!-- _locID_text="strings.IDS_PROGRESS_RESPAWNING" _locComment="" -->Respawning</value>
  </data>
<data name="strings.IDS_PROGRESS_GENERATING_LEVEL"><value><!-- _locID_text="strings.IDS_PROGRESS_GENERATING_LEVEL" _locComment="" -->Generating level</value>
  </data>
<data name="strings.IDS_PROGRESS_LOADING_LEVEL"><value><!-- _locID_text="strings.IDS_PROGRESS_LOADING_LEVEL" _locComment="" -->Loading level</value>
  </data>
<data name="strings.IDS_PROGRESS_SAVING_PLAYERS"><value><!-- _locID_text="strings.IDS_PROGRESS_SAVING_PLAYERS" _locComment="" -->Saving players</value>
  </data>
<data name="strings.IDS_PROGRESS_CONNECTING"><value><!-- _locID_text="strings.IDS_PROGRESS_CONNECTING" _locComment="" -->Connecting to host</value>
  </data>
<data name="strings.IDS_PROGRESS_DOWNLOADING_TERRAIN"><value><!-- _locID_text="strings.IDS_PROGRESS_DOWNLOADING_TERRAIN" _locComment="" -->Downloading terrain</value>
  </data>
<data name="strings.IDS_PROGRESS_CONVERTING_TO_OFFLINE_GAME"><value><!-- _locID_text="strings.IDS_PROGRESS_CONVERTING_TO_OFFLINE_GAME" _locComment="" -->Switching to offline game</value>
  </data>
<data name="strings.IDS_PROGRESS_HOST_SAVING"><value><!-- _locID_text="strings.IDS_PROGRESS_HOST_SAVING" _locComment="" -->Please wait while the host saves the game</value>
  </data>
<data name="strings.IDS_PROGRESS_ENTERING_END"><value><!-- _locID_text="strings.IDS_PROGRESS_ENTERING_END" _locComment="" -->Entering The END</value>
  </data>
<data name="strings.IDS_PROGRESS_LEAVING_END"><value><!-- _locID_text="strings.IDS_PROGRESS_LEAVING_END" _locComment="" -->Leaving The END</value>
  </data>
<data name="strings.IDS_PROGRESS_NEW_WORLD_SEED"><value><!-- _locID_text="strings.IDS_PROGRESS_NEW_WORLD_SEED" _locComment="" -->Finding Seed for the World Generator</value>
  </data>
<data name="strings.IDS_TILE_BED_OCCUPIED"><value><!-- _locID_text="strings.IDS_TILE_BED_OCCUPIED" _locComment="" -->This bed is occupied</value>
  </data>
<data name="strings.IDS_TILE_BED_NO_SLEEP"><value><!-- _locID_text="strings.IDS_TILE_BED_NO_SLEEP" _locComment="" -->You can only sleep at night</value>
  </data>
<data name="strings.IDS_TILE_BED_PLAYERSLEEP"><value><!-- _locID_text="strings.IDS_TILE_BED_PLAYERSLEEP" _locComment="" -->%s is sleeping in a bed. To skip to dawn, all players need to sleep in beds at the same time.</value>
  </data>
<data name="strings.IDS_TILE_BED_NOT_VALID"><value><!-- _locID_text="strings.IDS_TILE_BED_NOT_VALID" _locComment="" -->Your home bed was missing or obstructed</value>
  </data>
<data name="strings.IDS_TILE_BED_NOTSAFE"><value><!-- _locID_text="strings.IDS_TILE_BED_NOTSAFE" _locComment="" -->You may not rest now, there are monsters nearby</value>
  </data>
<data name="strings.IDS_TILE_BED_MESLEEP"><value><!-- _locID_text="strings.IDS_TILE_BED_MESLEEP" _locComment="" -->You are sleeping in a bed. To skip to dawn, all players need to sleep in beds at the same time.</value>
  </data>
<data name="strings.IDS_GROUPNAME_TOOLS"><value><!-- _locID_text="strings.IDS_GROUPNAME_TOOLS" _locComment="" -->Tools and Weapons</value>
  </data>
<data name="strings.IDS_GROUPNAME_WEAPONS"><value><!-- _locID_text="strings.IDS_GROUPNAME_WEAPONS" _locComment="" -->Weapons</value>
  </data>
<data name="strings.IDS_GROUPNAME_FOOD"><value><!-- _locID_text="strings.IDS_GROUPNAME_FOOD" _locComment="" -->Food</value>
  </data>
<data name="strings.IDS_GROUPNAME_STRUCTURES"><value><!-- _locID_text="strings.IDS_GROUPNAME_STRUCTURES" _locComment="" -->Structures</value>
  </data>
<data name="strings.IDS_GROUPNAME_ARMOUR"><value><!-- _locID_text="strings.IDS_GROUPNAME_ARMOUR" _locComment="" -->Armor</value>
  </data>
<data name="strings.IDS_GROUPNAME_MECHANISMS"><value><!-- _locID_text="strings.IDS_GROUPNAME_MECHANISMS" _locComment="" -->Mechanisms</value>
  </data>
<data name="strings.IDS_GROUPNAME_TRANSPORT"><value><!-- _locID_text="strings.IDS_GROUPNAME_TRANSPORT" _locComment="" -->Transport</value>
  </data>
<data name="strings.IDS_GROUPNAME_DECORATIONS"><value><!-- _locID_text="strings.IDS_GROUPNAME_DECORATIONS" _locComment="" -->Decorations</value>
  </data>
<data name="strings.IDS_GROUPNAME_BUILDING_BLOCKS"><value><!-- _locID_text="strings.IDS_GROUPNAME_BUILDING_BLOCKS" _locComment="" -->Building Blocks</value>
  </data>
<data name="strings.IDS_GROUPNAME_REDSTONE_AND_TRANSPORT"><value><!-- _locID_text="strings.IDS_GROUPNAME_REDSTONE_AND_TRANSPORT" _locComment="" -->Redstone &amp; Transportation</value>
  </data>
<data name="strings.IDS_GROUPNAME_MISCELLANEOUS"><value><!-- _locID_text="strings.IDS_GROUPNAME_MISCELLANEOUS" _locComment="" -->Miscellaneous</value>
  </data>
<data name="strings.IDS_GROUPNAME_POTIONS"><value><!-- _locID_text="strings.IDS_GROUPNAME_POTIONS" _locComment="" -->Brewing</value>
  </data>
<data name="strings.IDS_GROUPNAME_POTIONS_480"><value><!-- _locID_text="strings.IDS_GROUPNAME_POTIONS_480" _locComment="" -->Brewing</value>
  </data>
<data name="strings.IDS_GROUPNAME_TOOLS_WEAPONS_ARMOR"><value><!-- _locID_text="strings.IDS_GROUPNAME_TOOLS_WEAPONS_ARMOR" _locComment="" -->Tools, Weapons &amp; Armor</value>
  </data>
<data name="strings.IDS_GROUPNAME_MATERIALS"><value><!-- _locID_text="strings.IDS_GROUPNAME_MATERIALS" _locComment="" -->Materials</value>
  </data>
<data name="strings.IDS_RETURNEDTOMENU_TITLE"><value><!-- _locID_text="strings.IDS_RETURNEDTOMENU_TITLE" _locComment="" -->Signed out</value>
  </data>
<data name="strings.IDS_RETURNEDTOTITLESCREEN_TEXT"><value><!-- _locID_text="strings.IDS_RETURNEDTOTITLESCREEN_TEXT" _locComment="" -->You have been returned to the title screen because your gamer profile was signed out</value>
  </data>
<data name="strings.IDS_SLIDER_DIFFICULTY"><value><!-- _locID_text="strings.IDS_SLIDER_DIFFICULTY" _locComment="" -->Difficulty</value>
	</data>
<data name="strings.IDS_SLIDER_MUSIC"><value><!-- _locID_text="strings.IDS_SLIDER_MUSIC" _locComment="" -->Music</value>
	</data>
<data name="strings.IDS_SLIDER_SOUND"><value><!-- _locID_text="strings.IDS_SLIDER_SOUND" _locComment="" -->Sound</value>
	</data>
<data name="strings.IDS_SLIDER_GAMMA"><value><!-- _locID_text="strings.IDS_SLIDER_GAMMA" _locComment="" -->Gamma</value>
	</data>
<data name="strings.IDS_SLIDER_SENSITIVITY_INGAME"><value><!-- _locID_text="strings.IDS_SLIDER_SENSITIVITY_INGAME" _locComment="" -->Game Sensitivity</value>
	</data>
<data name="strings.IDS_SLIDER_SENSITIVITY_INMENU"><value><!-- _locID_text="strings.IDS_SLIDER_SENSITIVITY_INMENU" _locComment="" -->Interface Sensitivity</value>
	</data>
<data name="strings.IDS_DIFFICULTY_TITLE_PEACEFUL"><value><!-- _locID_text="strings.IDS_DIFFICULTY_TITLE_PEACEFUL" _locComment="" -->Peaceful</value>
	</data>
<data name="strings.IDS_DIFFICULTY_TITLE_EASY"><value><!-- _locID_text="strings.IDS_DIFFICULTY_TITLE_EASY" _locComment="" -->Easy</value>
	</data>
<data name="strings.IDS_DIFFICULTY_TITLE_NORMAL"><value><!-- _locID_text="strings.IDS_DIFFICULTY_TITLE_NORMAL" _locComment="" -->Normal</value>
	</data>
<data name="strings.IDS_DIFFICULTY_TITLE_HARD"><value><!-- _locID_text="strings.IDS_DIFFICULTY_TITLE_HARD" _locComment="" -->Hard</value>
	</data>
<data name="strings.IDS_DIFFICULTY_PEACEFUL"><value><!-- _locID_text="strings.IDS_DIFFICULTY_PEACEFUL" _locComment="" -->In this mode, the player regains health over time, and there are no enemies in the environment.</value>
  </data>
<data name="strings.IDS_DIFFICULTY_EASY"><value><!-- _locID_text="strings.IDS_DIFFICULTY_EASY" _locComment="" -->In this mode, enemies spawn in the environment, but will do less damage to the player than in the Normal mode.</value>
  </data>
<data name="strings.IDS_DIFFICULTY_NORMAL"><value><!-- _locID_text="strings.IDS_DIFFICULTY_NORMAL" _locComment="" -->In this mode, enemies spawn in the environment and will do a standard amount of damage to the player.</value>
  </data>
<data name="strings.IDS_DIFFICULTY_HARD"><value><!-- _locID_text="strings.IDS_DIFFICULTY_HARD" _locComment="" -->In this mode, enemies will spawn in the environment, and will do a great deal of damage to the player. Watch out for the Creepers too, since they are unlikely to cancel their exploding attack when you move away from them!</value>
  </data>
<data name="strings.IDS_TRIALOVER_TITLE"><value><!-- _locID_text="strings.IDS_TRIALOVER_TITLE" _locComment="" -->Trial Timeout</value>
  </data>
<data name="strings.IDS_TRIALOVER_TEXT"><value><!-- _locID_text="strings.IDS_TRIALOVER_TEXT" _locComment="" -->You've been playing the Minecraft: Xbox 360 Edition Trial Game for the maximum time allowed! To continue the fun, would you like to unlock the full game? </value>
  </data>
<data name="strings.IDS_MULTIPLAYER_FULL_TITLE"><value><!-- _locID_text="strings.IDS_MULTIPLAYER_FULL_TITLE" _locComment="" -->Game full</value>
  </data>
<data name="strings.IDS_MULTIPLAYER_FULL_TEXT"><value><!-- _locID_text="strings.IDS_MULTIPLAYER_FULL_TEXT" _locComment="" -->Failed to join game as there are no spaces left</value>
  </data>
<data name="strings.IDS_SIGN_TITLE"><value><!-- _locID_text="strings.IDS_SIGN_TITLE" _locComment="" -->Enter Sign Text</value>
  </data>
<data name="strings.IDS_SIGN_TITLE_TEXT"><value><!-- _locID_text="strings.IDS_SIGN_TITLE_TEXT" _locComment="" -->Enter a line of text for your sign</value>
  </data>
<data name="strings.IDS_NAME_TITLE"><value><!-- _locID_text="strings.IDS_NAME_TITLE" _locComment="" -->Enter Title</value>
  </data>
<data name="strings.IDS_NAME_TITLE_TEXT"><value><!-- _locID_text="strings.IDS_NAME_TITLE_TEXT" _locComment="" -->Enter a title for your post</value>
  </data>
<data name="strings.IDS_NAME_CAPTION"><value><!-- _locID_text="strings.IDS_NAME_CAPTION" _locComment="" -->Enter Caption</value>
  </data>
<data name="strings.IDS_NAME_CAPTION_TEXT"><value><!-- _locID_text="strings.IDS_NAME_CAPTION_TEXT" _locComment="" -->Enter a caption for your post</value>
  </data>
<data name="strings.IDS_NAME_DESC"><value><!-- _locID_text="strings.IDS_NAME_DESC" _locComment="" -->Enter Description</value>
  </data>
<data name="strings.IDS_NAME_DESC_TEXT"><value><!-- _locID_text="strings.IDS_NAME_DESC_TEXT" _locComment="" -->Enter a description for your post</value>
  </data>
<data name="strings.IDS_INVENTORY"><value><!-- _locID_text="strings.IDS_INVENTORY" _locComment="" -->Inventory</value>
  </data>
<data name="strings.IDS_INGREDIENTS"><value><!-- _locID_text="strings.IDS_INGREDIENTS" _locComment="" -->Ingredients</value>
  </data>
<data name="strings.IDS_BREWING_STAND"><value><!-- _locID_text="strings.IDS_BREWING_STAND" _locComment="" -->Brewing Stand</value>
  </data>
<data name="strings.IDS_CHEST"><value><!-- _locID_text="strings.IDS_CHEST" _locComment="" -->Chest</value>
  </data>
<data name="strings.IDS_ENCHANT"><value><!-- _locID_text="strings.IDS_ENCHANT" _locComment="" -->Enchant</value>
  </data>
<data name="strings.IDS_FURNACE"><value><!-- _locID_text="strings.IDS_FURNACE" _locComment="" -->Furnace</value>
  </data>
<data name="strings.IDS_INGREDIENT"><value><!-- _locID_text="strings.IDS_INGREDIENT" _locComment="" -->Ingredient</value>
  </data>
<data name="strings.IDS_FUEL"><value><!-- _locID_text="strings.IDS_FUEL" _locComment="" -->Fuel</value>
  </data>
<data name="strings.IDS_DISPENSER"><value><!-- _locID_text="strings.IDS_DISPENSER" _locComment="" -->Dispenser</value>
  </data>
<data name="strings.IDS_NO_DLCOFFERS"><value><!-- _locID_text="strings.IDS_NO_DLCOFFERS" _locComment="" -->There are no downloadable content offers of this type available for this title at the moment.</value>
  </data>
<data name="strings.IDS_PLAYER_JOINED"><value><!-- _locID_text="strings.IDS_PLAYER_JOINED" _locComment="" -->%s has joined the game.</value>
  </data>
<data name="strings.IDS_PLAYER_LEFT"><value><!-- _locID_text="strings.IDS_PLAYER_LEFT" _locComment="" -->%s has left the game.</value>
  </data>
<data name="strings.IDS_PLAYER_KICKED"><value><!-- _locID_text="strings.IDS_PLAYER_KICKED" _locComment="" -->%s was kicked from the game.</value>
  </data>
<data name="strings.IDS_TEXT_DELETE_SAVE"><value><!-- _locID_text="strings.IDS_TEXT_DELETE_SAVE" _locComment="" -->Are you sure you want to delete this save game?</value>
  </data>
<data name="strings.IDS_STRINGVERIFY_AWAITING_APPROVAL"><value><!-- _locID_text="strings.IDS_STRINGVERIFY_AWAITING_APPROVAL" _locComment="" -->Awaiting approval</value>
  </data>
<data name="strings.IDS_STRINGVERIFY_CENSORED"><value><!-- _locID_text="strings.IDS_STRINGVERIFY_CENSORED" _locComment="" -->Censored</value>
  </data>
<data name="strings.IDS_NOWPLAYING"><value><!-- _locID_text="strings.IDS_NOWPLAYING" _locComment="" -->Now playing: </value>
  </data>
<data name="strings.IDS_DEFAULTS_TITLE"><value><!-- _locID_text="strings.IDS_DEFAULTS_TITLE" _locComment="" -->Reset Settings</value>
  </data>
<data name="strings.IDS_DEFAULTS_TEXT"><value><!-- _locID_text="strings.IDS_DEFAULTS_TEXT" _locComment="" -->Are you sure you would like to reset your settings to their default values?</value>
  </data>
<data name="strings.IDS_FATAL_ERROR_TITLE"><value><!-- _locID_text="strings.IDS_FATAL_ERROR_TITLE" _locComment="" -->Loading Error</value>
  </data>
<data name="strings.IDS_FATAL_ERROR_TEXT"><value><!-- _locID_text="strings.IDS_FATAL_ERROR_TEXT" _locComment="" -->"Minecraft: Xbox 360 Edition" has failed to load, and cannot continue.</value>
  </data>
<data name="strings.IDS_GAME_HOST_NAME"><value><!-- _locID_text="strings.IDS_GAME_HOST_NAME" _locComment="" -->%s's Game</value>
  </data>
<data name="strings.IDS_GAME_HOST_NAME_UNKNOWN"><value><!-- _locID_text="strings.IDS_GAME_HOST_NAME_UNKNOWN" _locComment="" -->Unknown host game</value>
  </data>
<data name="strings.IDS_GUEST_ORDER_CHANGED_TITLE"><value><!-- _locID_text="strings.IDS_GUEST_ORDER_CHANGED_TITLE" _locComment="" -->Guest signed out</value>
  </data>
<data name="strings.IDS_GUEST_ORDER_CHANGED_TEXT"><value><!-- _locID_text="strings.IDS_GUEST_ORDER_CHANGED_TEXT" _locComment="" -->A guest player has signed out causing all guest players to be removed from the game.</value>
  </data>
<data name="strings.IDS_MUST_SIGN_IN_TITLE"><value><!-- _locID_text="strings.IDS_MUST_SIGN_IN_TITLE" _locComment="" -->Sign in</value>
  </data>
<data name="strings.IDS_MUST_SIGN_IN_TEXT"><value><!-- _locID_text="strings.IDS_MUST_SIGN_IN_TEXT" _locComment="" -->You are not signed in.  In order to play this game, you will need to be signed in.  Do you want to sign in now?</value>
  </data>
<data name="strings.IDS_NO_MULTIPLAYER_PRIVILEGE_TITLE"><value><!-- _locID_text="strings.IDS_NO_MULTIPLAYER_PRIVILEGE_TITLE" _locComment="" -->Multiplayer not allowed</value>
  </data>
<data name="strings.IDS_NO_MULTIPLAYER_PRIVILEGE_JOIN_TEXT"><value><!-- _locID_text="strings.IDS_NO_MULTIPLAYER_PRIVILEGE_JOIN_TEXT" _locComment="" -->Failed to join the game as one or more players are not allowed to play multiplayer games on Xbox Live.</value>
  </data>
<data name="strings.IDS_NO_MULTIPLAYER_PRIVILEGE_HOST_TEXT"><value><!-- _locID_text="strings.IDS_NO_MULTIPLAYER_PRIVILEGE_HOST_TEXT" _locComment="" -->Failed to create an online game as one or more players are not allowed to play multiplayer games on Xbox Live. Uncheck the "Online Game" box to start an offline game.</value>
  </data>
<data name="strings.IDS_NO_USER_CREATED_CONTENT_PRIVILEGE_SINGLE_LOCAL"><value><!-- _locID_text="strings.IDS_NO_USER_CREATED_CONTENT_PRIVILEGE_SINGLE_LOCAL" _locComment="" -->You are not allowed to join this game session because your Member Content privilege setting is too restrictive. Please change this setting in the Privacy and Online Settings portion of the Xbox dashboard if you would like to join this session.</value>
  </data>
<data name="strings.IDS_NO_USER_CREATED_CONTENT_PRIVILEGE_ALL_LOCAL"><value><!-- _locID_text="strings.IDS_NO_USER_CREATED_CONTENT_PRIVILEGE_ALL_LOCAL" _locComment="" -->You are not allowed to join this game session because one of your local players has a Member Content privilege setting that is too restrictive.</value>
  </data>
<data name="strings.IDS_NO_USER_CREATED_CONTENT_PRIVILEGE_REMOTE"><value><!-- _locID_text="strings.IDS_NO_USER_CREATED_CONTENT_PRIVILEGE_REMOTE" _locComment="" -->You are not allowed to join this game session because a player in the session has a Member Content privilege setting of Friends Only, and you are not on their Friends List.</value>
  </data>  
<data name="strings.IDS_FAILED_TO_CREATE_GAME_TITLE"><value><!-- _locID_text="strings.IDS_FAILED_TO_CREATE_GAME_TITLE" _locComment="" -->Failed to create game</value>
  </data>  
<data name="strings.IDS_NO_USER_CREATED_CONTENT_PRIVILEGE_CREATE"><value><!-- _locID_text="strings.IDS_NO_USER_CREATED_CONTENT_PRIVILEGE_CREATE" _locComment="" -->You are not allowed to create this game session because one of your local players has a Member Content privilege setting that is too restrictive. Uncheck the "Online Game" box to start an offline game, or change this setting in the Privacy and Online Settings portion of the Xbox dashboard.</value>
  </data>
<data name="strings.IDS_DEFAULT_SKINS"><value><!-- _locID_text="strings.IDS_DEFAULT_SKINS" _locComment="" -->Auto Selected</value>
  </data>
<data name="strings.IDS_NO_SKIN_PACK"><value><!-- _locID_text="strings.IDS_NO_SKIN_PACK" _locComment="" -->No Pack: Default Skins</value>
  </data>
<data name="strings.IDS_FAVORITES_SKIN_PACK"><value><!-- _locID_text="strings.IDS_FAVORITES_SKIN_PACK" _locComment="" -->Favorite Skins</value>
  </data>
<data name="strings.IDS_BANNED_LEVEL_TITLE"><value><!-- _locID_text="strings.IDS_BANNED_LEVEL_TITLE" _locComment="" -->Banned Level</value>
</data>
<data name="strings.IDS_PLAYER_BANNED_LEVEL"><value><!-- _locID_text="strings.IDS_PLAYER_BANNED_LEVEL" _locComment="" -->The game you are joining is in your banned level list. 
If you choose to join this game, the level will be removed from your banned level list.</value>
</data>
<data name="strings.IDS_ACTION_BAN_LEVEL_TITLE"><value><!-- _locID_text="strings.IDS_ACTION_BAN_LEVEL_TITLE" _locComment="" -->Ban This Level?</value>
</data>
<data name="strings.IDS_ACTION_BAN_LEVEL_DESCRIPTION"><value><!-- _locID_text="strings.IDS_ACTION_BAN_LEVEL_DESCRIPTION" _locComment="" -->Are you sure you want to add this level to your banned level list? 
Selecting OK will also exit this game.</value>
</data>
<data name="strings.IDS_BUTTON_REMOVE_FROM_BAN_LIST"><value><!-- _locID_text="strings.IDS_BUTTON_REMOVE_FROM_BAN_LIST" _locComment="" -->Remove from Banned List</value>
</data>
<data name="strings.IDS_SLIDER_AUTOSAVE"><value><!-- _locID_text="strings.IDS_SLIDER_AUTOSAVE" _locComment="" -->Autosave Interval</value>
</data>
<data name="strings.IDS_SLIDER_AUTOSAVE_OFF"><value><!-- _locID_text="strings.IDS_SLIDER_AUTOSAVE_OFF" _locComment="" -->Autosave Interval: OFF</value>
</data>
<data name="strings.IDS_MINUTES"><value><!-- _locID_text="strings.IDS_MINUTES" _locComment="" -->Mins</value>
</data>
<data name="strings.IDS_CANT_PLACE_NEAR_SPAWN_TITLE"><value><!-- _locID_text="strings.IDS_CANT_PLACE_NEAR_SPAWN_TITLE" _locComment="" -->Can't Place Here!</value>
</data>
<data name="strings.IDS_CANT_PLACE_NEAR_SPAWN_TEXT"><value><!-- _locID_text="strings.IDS_CANT_PLACE_NEAR_SPAWN_TEXT" _locComment="" -->Placing lava close to the level spawn point is not allowed due to the possibility of instant death for spawning players.</value>
</data>
<data name="strings.IDS_SAVE_ICON_MESSAGE"><value><!-- _locID_text="strings.IDS_SAVE_ICON_MESSAGE" _locComment="" -->This game has a level autosave feature. When you see the icon above displayed, the game is saving your data.
Please do not turn off your Xbox 360 console while this icon is on-screen.</value>
</data>
<data name="strings.IDS_SLIDER_INTERFACEOPACITY"><value><!-- _locID_text="strings.IDS_SLIDER_INTERFACEOPACITY" _locComment="" -->Interface Opacity</value>
</data>
<data name="strings.IDS_PROGRESS_AUTOSAVING_LEVEL"><value><!-- _locID_text="strings.IDS_PROGRESS_AUTOSAVING_LEVEL" _locComment="" -->Preparing to Autosave Level</value>
  </data>
<data name="strings.IDS_SLIDER_UISIZE"><value><!-- _locID_text="strings.IDS_SLIDER_UISIZE" _locComment="" -->HUD Size</value>
</data>
<data name="strings.IDS_SLIDER_UISIZESPLITSCREEN"><value><!-- _locID_text="strings.IDS_SLIDER_UISIZESPLITSCREEN" _locComment="" -->HUD Size (Splitscreen)</value>
</data>
<data name="strings.IDS_SEED"><value><!-- _locID_text="strings.IDS_SEED" _locComment="" -->Seed</value>
</data>
<data name="strings.IDS_UNLOCK_DLC_TITLE"><value><!-- _locID_text="strings.IDS_UNLOCK_DLC_TITLE" _locComment="" -->Unlock Skin Pack</value>
  </data>
<data name="strings.IDS_UNLOCK_DLC_SKIN"><value><!-- _locID_text="strings.IDS_UNLOCK_DLC_SKIN" _locComment="" -->To use the skin you have selected, you need to unlock this skin pack.
Would you like to unlock this skin pack now?</value>
  </data>
<data name="strings.IDS_UNLOCK_DLC_TEXTUREPACK_TITLE"><value><!-- _locID_text="strings.IDS_UNLOCK_DLC_TEXTUREPACK_TITLE" _locComment="" -->Unlock Texture Pack</value>
  </data>
<data name="strings.IDS_UNLOCK_DLC_TEXTUREPACK_TEXT"><value><!-- _locID_text="strings.IDS_UNLOCK_DLC_TEXTUREPACK_TEXT" _locComment="" -->To use this texture pack for your world, you need to unlock it.
Would you like to unlock it now?</value>
  </data>
<data name="strings.IDS_WARNING_DLC_TRIALTEXTUREPACK_TITLE"><value><!-- _locID_text="strings.IDS_WARNING_DLC_TRIALTEXTUREPACK_TITLE" _locComment="" -->Trial Texture Pack</value>
  </data>
<data name="strings.IDS_WARNING_DLC_TRIALTEXTUREPACK_TEXT"><value><!-- _locID_text="strings.IDS_WARNING_DLC_TRIALTEXTUREPACK_TEXT" _locComment="" -->You are using a trial version of the texture pack. You will not be able to save this world unless you unlock the full version. 
Would you like to unlock the full version of the texture pack?</value>
  </data>
<data name="strings.IDS_DLC_TEXTUREPACK_NOT_PRESENT_TITLE"><value><!-- _locID_text="strings.IDS_DLC_TEXTUREPACK_NOT_PRESENT_TITLE" _locComment="" -->Texture Pack Not Present</value>
  </data>
<data name="strings.IDS_DLC_TEXTUREPACK_UNLOCK_TITLE"><value><!-- _locID_text="strings.IDS_DLC_TEXTUREPACK_UNLOCK_TITLE" _locComment="" -->Unlock Full Version</value>
  </data>
<data name="strings.IDS_DLC_TEXTUREPACK_GET_TRIAL_TITLE"><value><!-- _locID_text="strings.IDS_DLC_TEXTUREPACK_GET_TRIAL_TITLE" _locComment="" -->Download Trial Version</value>
  </data>
<data name="strings.IDS_DLC_TEXTUREPACK_GET_FULL_TITLE"><value><!-- _locID_text="strings.IDS_DLC_TEXTUREPACK_GET_FULL_TITLE" _locComment="" -->Download Full Version</value>
  </data>
<data name="strings.IDS_DLC_TEXTUREPACK_NOT_PRESENT"><value><!-- _locID_text="strings.IDS_DLC_TEXTUREPACK_NOT_PRESENT" _locComment="" -->This world uses a mash-up pack or texture pack you don't have!
Would you like to install the mash-up pack or texture pack now?</value>
  </data>
<data name="strings.IDS_TEXTURE_PACK_TRIALVERSION"><value><!-- _locID_text="strings.IDS_TEXTURE_PACK_TRIALVERSION" _locComment="" -->Get Trial Version</value>
  </data>
<data name="strings.IDS_TEXTUREPACK_FULLVERSION"><value><!-- _locID_text="strings.IDS_TEXTUREPACK_FULLVERSION" _locComment="" -->Get Full Version</value>
  </data>
<data name="strings.IDS_UNLOCK_KICK_PLAYER_TITLE"><value><!-- _locID_text="strings.IDS_UNLOCK_KICK_PLAYER_TITLE" _locComment="" -->Kick player</value>
  </data>
<data name="strings.IDS_UNLOCK_KICK_PLAYER"><value><!-- _locID_text="strings.IDS_UNLOCK_KICK_PLAYER" _locComment="" -->Are you sure you want to kick this player from the game? They will not be able to rejoin until you restart the world.</value>
  </data>
<data name="strings.IDS_GAMERPICS"><value><!-- _locID_text="strings.IDS_GAMERPICS" _locComment="" -->Gamerpics Packs</value>
  </data>
<data name="strings.IDS_THEMES"><value><!-- _locID_text="strings.IDS_THEMES" _locComment="" -->Themes</value>
 </data>
<data name="strings.IDS_SKINS"><value><!-- _locID_text="strings.IDS_SKINS" _locComment="" -->Skins Packs</value>
 </data>
<data name="strings.IDS_ALLOWFRIENDSOFFRIENDS"><value><!-- _locID_text="strings.IDS_ALLOWFRIENDSOFFRIENDS" _locComment="" -->Allow friends of friends</value>
 </data>
<data name="strings.IDS_NOTALLOWED_FRIENDSOFFRIENDS"><value><!-- _locID_text="strings.IDS_NOTALLOWED_FRIENDSOFFRIENDS" _locComment="" -->You cannot join this game because it has been limited to players who are friends of the host.</value>
 </data>
<data name="strings.IDS_CANTJOIN_TITLE"><value><!-- _locID_text="strings.IDS_CANTJOIN_TITLE" _locComment="" -->Can't Join Game</value>
 </data>
<data name="strings.IDS_SELECTED"><value><!-- _locID_text="strings.IDS_SELECTED" _locComment="" -->Selected</value>
 </data>
<data name="strings.IDS_SELECTED_SKIN"><value><!-- _locID_text="strings.IDS_SELECTED_SKIN" _locComment="" -->Selected skin:</value>
 </data>
<data name="strings.IDS_CORRUPT_DLC_TITLE"><value><!-- _locID_text="strings.IDS_CORRUPT_DLC_TITLE" _locComment="" -->Corrupt Downloadable Content</value>
 </data>
<data name="strings.IDS_CORRUPT_DLC"><value><!-- _locID_text="strings.IDS_CORRUPT_DLC" _locComment="" -->This downloadable content is corrupt and cannot be used. You need to delete it, then re-install it from the Minecraft Store menu.</value>
 </data>
<data name="strings.IDS_CORRUPT_DLC_MULTIPLE"><value><!-- _locID_text="strings.IDS_CORRUPT_DLC_MULTIPLE" _locComment="" -->Some of your downloadable content is corrupt and cannot be used. You need to delete them, then re-install them from the Minecraft Store menu.</value>
 </data>
<data name="strings.IDS_GAME_MODE_CHANGED"><value><!-- _locID_text="strings.IDS_GAME_MODE_CHANGED" _locComment="" -->Your game mode has been changed</value>
 </data>
<data name="strings.IDS_RENAME_WORLD_TITLE"><value><!-- _locID_text="strings.IDS_RENAME_WORLD_TITLE" _locComment="" -->Rename Your World</value>
 </data>
<data name="strings.IDS_RENAME_WORLD_TEXT"><value><!-- _locID_text="strings.IDS_RENAME_WORLD_TEXT" _locComment="" -->Enter the new name for your world</value>
 </data>
<data name="strings.IDS_GAMEMODE_SURVIVAL"><value><!-- _locID_text="strings.IDS_GAMEMODE_SURVIVAL" _locComment="" -->Game Mode: Survival</value>
 </data>
<data name="strings.IDS_GAMEMODE_CREATIVE"><value><!-- _locID_text="strings.IDS_GAMEMODE_CREATIVE" _locComment="" -->Game Mode: Creative</value>
 </data>
<data name="strings.IDS_SURVIVAL"><value><!-- _locID_text="strings.IDS_SURVIVAL" _locComment="" -->Survival</value>
 </data>
<data name="strings.IDS_CREATIVE"><value><!-- _locID_text="strings.IDS_CREATIVE" _locComment="" -->Creative</value>
 </data>
<data name="strings.IDS_CREATED_IN_SURVIVAL"><value><!-- _locID_text="strings.IDS_CREATED_IN_SURVIVAL" _locComment="" -->Created in Survival Mode</value>
 </data>
<data name="strings.IDS_CREATED_IN_CREATIVE"><value><!-- _locID_text="strings.IDS_CREATED_IN_CREATIVE" _locComment="" -->Created in Creative Mode</value>
 </data>
<data name="strings.IDS_CHECKBOX_RENDER_CLOUDS"><value><!-- _locID_text="strings.IDS_CHECKBOX_RENDER_CLOUDS" _locComment="" -->Render Clouds</value>
 </data>
<data name="strings.IDS_TEXT_SAVEOPTIONS"><value><!-- _locID_text="strings.IDS_TEXT_SAVEOPTIONS" _locComment="" -->What would you like to do with this save game?</value>
</data>
<data name="strings.IDS_TITLE_RENAMESAVE"><value><!-- _locID_text="strings.IDS_TITLE_RENAMESAVE" _locComment="" -->Rename Save</value>
</data>
<data name="strings.IDS_AUTOSAVE_COUNTDOWN"><value><!-- _locID_text="strings.IDS_AUTOSAVE_COUNTDOWN" _locComment="" -->Autosaving in %d...</value>
</data>
<data name="strings.IDS_ON"><value><!-- _locID_text="strings.IDS_ON" _locComment="" -->On</value>
</data>
<data name="strings.IDS_OFF"><value><!-- _locID_text="strings.IDS_OFF" _locComment="" -->Off</value>
</data>
<data name="strings.IDS_LEVELTYPE_NORMAL"><value><!-- _locID_text="strings.IDS_LEVELTYPE_NORMAL" _locComment="" -->Normal</value>
</data>
<data name="strings.IDS_LEVELTYPE_SUPERFLAT"><value><!-- _locID_text="strings.IDS_LEVELTYPE_SUPERFLAT" _locComment="" -->Superflat</value>
</data>
<data name="strings.IDS_GAMEOPTION_ONLINE"><value><!-- _locID_text="strings.IDS_GAMEOPTION_ONLINE" _locComment="" -->When enabled, the game will be an online game.</value>
</data>
<data name="strings.IDS_GAMEOPTION_INVITEONLY"><value><!-- _locID_text="strings.IDS_GAMEOPTION_INVITEONLY" _locComment="" -->When enabled, only invited players can join.</value>
</data>
<data name="strings.IDS_GAMEOPTION_ALLOWFOF"><value><!-- _locID_text="strings.IDS_GAMEOPTION_ALLOWFOF" _locComment="" -->When enabled, friends of people on your Friends List can join the game.</value>
</data>
<data name="strings.IDS_GAMEOPTION_PVP"><value><!-- _locID_text="strings.IDS_GAMEOPTION_PVP" _locComment="" -->When enabled, players can inflict damage on other players. Only affects Survival mode.</value>
</data>
<data name="strings.IDS_GAMEOPTION_TRUST"><value><!-- _locID_text="strings.IDS_GAMEOPTION_TRUST" _locComment="" -->When disabled, players joining the game cannot build or mine until authorised.</value>
</data>
<data name="strings.IDS_GAMEOPTION_FIRE_SPREADS"><value><!-- _locID_text="strings.IDS_GAMEOPTION_FIRE_SPREADS" _locComment="" -->When enabled, fire may spread to nearby flammable blocks.</value>
</data>
<data name="strings.IDS_GAMEOPTION_TNT_EXPLODES"><value><!-- _locID_text="strings.IDS_GAMEOPTION_TNT_EXPLODES" _locComment="" -->When enabled, TNT will explode when activated.</value>
</data>
<data name="strings.IDS_GAMEOPTION_HOST_PRIVILEGES"><value><!-- _locID_text="strings.IDS_GAMEOPTION_HOST_PRIVILEGES" _locComment="" -->When enabled, the host can toggle their ability to fly, disable exhaustion, and make themselves invisible from the in-game menu. Disables achievements and leaderboard updates.</value>
</data>
<data name="strings.IDS_GAMEOPTION_RESET_NETHER"><value><!-- _locID_text="strings.IDS_GAMEOPTION_RESET_NETHER" _locComment="" -->When enabled, the Nether world will be re-generated. This is useful if you have an older save where Nether Fortresses were not present.</value>
</data>
<data name="strings.IDS_GAMEOPTION_STRUCTURES"><value><!-- _locID_text="strings.IDS_GAMEOPTION_STRUCTURES" _locComment="" -->When enabled, structures such as Villages and Strongholds will generate in the world.</value>
</data>
<data name="strings.IDS_GAMEOPTION_SUPERFLAT"><value><!-- _locID_text="strings.IDS_GAMEOPTION_SUPERFLAT" _locComment="" -->When enabled, a completely flat world will be generated in the Overworld and in the Nether.</value>
</data>
<data name="strings.IDS_GAMEOPTION_BONUS_CHEST"><value><!-- _locID_text="strings.IDS_GAMEOPTION_BONUS_CHEST" _locComment="" -->When enabled, a chest containing some useful items will be created near the player spawn point.</value>
</data>
<data name="strings.IDS_DLC_MENU_SKINPACKS"><value><!-- _locID_text="strings.IDS_DLC_MENU_SKINPACKS" _locComment="" -->Skin Packs</value>
</data>
<data name="strings.IDS_DLC_MENU_THEMES"><value><!-- _locID_text="strings.IDS_DLC_MENU_THEMES" _locComment="" -->Themes</value>
</data>
<data name="strings.IDS_DLC_MENU_GAMERPICS"><value><!-- _locID_text="strings.IDS_DLC_MENU_GAMERPICS" _locComment="" -->Gamerpics</value>
</data>
<data name="strings.IDS_DLC_MENU_AVATARITEMS"><value><!-- _locID_text="strings.IDS_DLC_MENU_AVATARITEMS" _locComment="" -->Avatar Items</value>
</data>
<data name="strings.IDS_DLC_MENU_TEXTUREPACKS"><value><!-- _locID_text="strings.IDS_DLC_MENU_TEXTUREPACKS" _locComment="" -->Texture Packs</value>
</data>
<data name="strings.IDS_DLC_MENU_MASHUPPACKS"><value><!-- _locID_text="strings.IDS_DLC_MENU_MASHUPPACKS" _locComment="" -->Mash-Up Packs</value>
</data>
<data name="strings.IDS_DEATH_INFIRE"><value><!-- _locID_text="strings.IDS_DEATH_INFIRE" _locComment="" -->{*PLAYER*} went up in flames</value>
</data>
<data name="strings.IDS_DEATH_ONFIRE"><value><!-- _locID_text="strings.IDS_DEATH_ONFIRE" _locComment="" -->{*PLAYER*} burned to death</value>
</data>
<data name="strings.IDS_DEATH_LAVA"><value><!-- _locID_text="strings.IDS_DEATH_LAVA" _locComment="" -->{*PLAYER*} tried to swim in lava</value>
</data>
<data name="strings.IDS_DEATH_INWALL"><value><!-- _locID_text="strings.IDS_DEATH_INWALL" _locComment="" -->{*PLAYER*} suffocated in a wall</value>
</data>
<data name="strings.IDS_DEATH_DROWN"><value><!-- _locID_text="strings.IDS_DEATH_DROWN" _locComment="" -->{*PLAYER*} drowned</value>
</data>
<data name="strings.IDS_DEATH_STARVE"><value><!-- _locID_text="strings.IDS_DEATH_STARVE" _locComment="" -->{*PLAYER*} starved to death</value>
</data>
<data name="strings.IDS_DEATH_CACTUS"><value><!-- _locID_text="strings.IDS_DEATH_CACTUS" _locComment="" -->{*PLAYER*} was pricked to death</value>
</data>
<data name="strings.IDS_DEATH_FALL"><value><!-- _locID_text="strings.IDS_DEATH_FALL" _locComment="" -->{*PLAYER*} hit the ground too hard</value>
</data>
<data name="strings.IDS_DEATH_OUTOFWORLD"><value><!-- _locID_text="strings.IDS_DEATH_OUTOFWORLD" _locComment="" -->{*PLAYER*} fell out of the world</value>
</data>
<data name="strings.IDS_DEATH_GENERIC"><value><!-- _locID_text="strings.IDS_DEATH_GENERIC" _locComment="" -->{*PLAYER*} died</value>
</data>
<data name="strings.IDS_DEATH_EXPLOSION"><value><!-- _locID_text="strings.IDS_DEATH_EXPLOSION" _locComment="" -->{*PLAYER*} blew up</value>
</data>
<data name="strings.IDS_DEATH_MAGIC"><value><!-- _locID_text="strings.IDS_DEATH_MAGIC" _locComment="" -->{*PLAYER*} was killed by magic</value>
</data>
<data name="strings.IDS_DEATH_DRAGON_BREATH"><value><!-- _locID_text="strings.IDS_DEATH_DRAGON_BREATH" _locComment="" -->{*PLAYER*} was killed by Ender Dragon breath</value>
</data>
<data name="strings.IDS_DEATH_MOB"><value><!-- _locID_text="strings.IDS_DEATH_MOB" _locComment="" -->{*PLAYER*} was slain by {*SOURCE*}</value>
</data>
<data name="strings.IDS_DEATH_PLAYER"><value><!-- _locID_text="strings.IDS_DEATH_PLAYER" _locComment="" -->{*PLAYER*} was slain by {*SOURCE*}</value>
</data>
<data name="strings.IDS_DEATH_ARROW"><value><!-- _locID_text="strings.IDS_DEATH_ARROW" _locComment="" -->{*PLAYER*} was shot by {*SOURCE*}</value>
</data>
<data name="strings.IDS_DEATH_FIREBALL"><value><!-- _locID_text="strings.IDS_DEATH_FIREBALL" _locComment="" -->{*PLAYER*} was fireballed by {*SOURCE*}</value>
</data>
<data name="strings.IDS_DEATH_THROWN"><value><!-- _locID_text="strings.IDS_DEATH_THROWN" _locComment="" -->{*PLAYER*} was pummeled by {*SOURCE*}</value>
</data>
<data name="strings.IDS_DEATH_INDIRECT_MAGIC"><value><!-- _locID_text="strings.IDS_DEATH_INDIRECT_MAGIC" _locComment="" -->{*PLAYER*} was killed by {*SOURCE*}</value>
</data>
<data name="strings.IDS_CHECKBOX_RENDER_BEDROCKFOG"><value><!-- _locID_text="strings.IDS_CHECKBOX_RENDER_BEDROCKFOG" _locComment="" -->Bedrock Fog</value>
</data>
<data name="strings.IDS_CHECKBOX_DISPLAY_HUD"><value><!-- _locID_text="strings.IDS_CHECKBOX_DISPLAY_HUD" _locComment="" -->Display HUD</value>
</data>
<data name="strings.IDS_CHECKBOX_DISPLAY_HAND"><value><!-- _locID_text="strings.IDS_CHECKBOX_DISPLAY_HAND" _locComment="" -->Display Hand</value>
</data>
<data name="strings.IDS_CHECKBOX_DISPLAY_SPLITSCREENGAMERTAGS"><value><!-- _locID_text="strings.IDS_CHECKBOX_DISPLAY_SPLITSCREENGAMERTAGS" _locComment="" -->Splitscreen Gamertags</value>
</data>
<data name="strings.IDS_CHECKBOX_DEATH_MESSAGES"><value><!-- _locID_text="strings.IDS_CHECKBOX_DEATH_MESSAGES" _locComment="" -->Death Messages</value>
</data>
<data name="strings.IDS_CHECKBOX_ANIMATED_CHARACTER"><value><!-- _locID_text="strings.IDS_CHECKBOX_ANIMATED_CHARACTER" _locComment="" -->Animated Character</value>
</data>
<data name="strings.IDS_CHECKBOX_CUSTOM_SKIN_ANIM"><value><!-- _locID_text="strings.IDS_CHECKBOX_CUSTOM_SKIN_ANIM" _locComment="" -->Custom Skin Animation</value>
</data>
<data name="strings.IDS_PRIV_MINE_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_MINE_TOGGLE_ON" _locComment="" -->You can no longer mine or use items</value>
</data>
<data name="strings.IDS_PRIV_MINE_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_MINE_TOGGLE_OFF" _locComment="" -->You can now mine and use items</value>
</data>
<data name="strings.IDS_PRIV_BUILD_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_BUILD_TOGGLE_ON" _locComment="" -->You can no longer place blocks</value>
</data>
<data name="strings.IDS_PRIV_BUILD_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_BUILD_TOGGLE_OFF" _locComment="" -->You can now place blocks</value>
</data>
<data name="strings.IDS_PRIV_USE_DOORS_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_USE_DOORS_TOGGLE_ON" _locComment="" -->You can now use doors and switches</value>
</data>
<data name="strings.IDS_PRIV_USE_DOORS_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_USE_DOORS_TOGGLE_OFF" _locComment="" -->You can no longer use doors and switches</value>
</data>
<data name="strings.IDS_PRIV_USE_CONTAINERS_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_USE_CONTAINERS_TOGGLE_ON" _locComment="" -->You can now use containers (e.g. chests)</value>
</data>
<data name="strings.IDS_PRIV_USE_CONTAINERS_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_USE_CONTAINERS_TOGGLE_OFF" _locComment="" -->You can no longer use containers (e.g. chests)</value>
</data>
<data name="strings.IDS_PRIV_ATTACK_MOB_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_ATTACK_MOB_TOGGLE_ON" _locComment="" -->You can no longer attack mobs</value>
</data>
<data name="strings.IDS_PRIV_ATTACK_MOB_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_ATTACK_MOB_TOGGLE_OFF" _locComment="" -->You can now attack mobs</value>
</data>
<data name="strings.IDS_PRIV_ATTACK_PLAYER_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_ATTACK_PLAYER_TOGGLE_ON" _locComment="" -->You can no longer attack players</value>
</data>
<data name="strings.IDS_PRIV_ATTACK_PLAYER_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_ATTACK_PLAYER_TOGGLE_OFF" _locComment="" -->You can now attack players</value>
</data>
<data name="strings.IDS_PRIV_ATTACK_ANIMAL_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_ATTACK_ANIMAL_TOGGLE_ON" _locComment="" -->You can no longer attack animals</value>
</data>
<data name="strings.IDS_PRIV_ATTACK_ANIMAL_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_ATTACK_ANIMAL_TOGGLE_OFF" _locComment="" -->You can now attack animals</value>
</data>
<data name="strings.IDS_PRIV_MODERATOR_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_MODERATOR_TOGGLE_ON" _locComment="" -->You are now a moderator</value>
</data>
<data name="strings.IDS_PRIV_MODERATOR_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_MODERATOR_TOGGLE_OFF" _locComment="" -->You are no longer a moderator</value>
</data>
<data name="strings.IDS_PRIV_FLY_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_FLY_TOGGLE_ON" _locComment="" -->You can now fly</value>
</data>
<data name="strings.IDS_PRIV_FLY_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_FLY_TOGGLE_OFF" _locComment="" -->You can no longer fly</value>
</data>
<data name="strings.IDS_PRIV_EXHAUSTION_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_EXHAUSTION_TOGGLE_ON" _locComment="" -->You will no longer get exhausted</value>
</data>
<data name="strings.IDS_PRIV_EXHAUSTION_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_EXHAUSTION_TOGGLE_OFF" _locComment="" -->You will now get exhausted</value>
</data>
<data name="strings.IDS_PRIV_INVISIBLE_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_INVISIBLE_TOGGLE_ON" _locComment="" -->You are now invisible</value>
</data>
<data name="strings.IDS_PRIV_INVISIBLE_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_INVISIBLE_TOGGLE_OFF" _locComment="" -->You are no longer invisible</value>
</data>
<data name="strings.IDS_PRIV_INVULNERABLE_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_INVULNERABLE_TOGGLE_ON" _locComment="" -->You are now invulnerable</value>
</data>
<data name="strings.IDS_PRIV_INVULNERABLE_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_INVULNERABLE_TOGGLE_OFF" _locComment="" -->You are no longer invulnerable</value>
</data>
<data name="strings.IDS_DLC_COST"><value><!-- _locID_text="strings.IDS_DLC_COST" _locComment="" -->%d MSP</value>
</data>
<data name="strings.IDS_BOSS_ENDERDRAGON_HEALTH"><value><!-- _locID_text="strings.IDS_BOSS_ENDERDRAGON_HEALTH" _locComment="" -->Ender Dragon</value>
</data>
<data name="strings.IDS_PLAYER_ENTERED_END"><value><!-- _locID_text="strings.IDS_PLAYER_ENTERED_END" _locComment="" -->%s has entered The End</value>
</data>
<data name="strings.IDS_PLAYER_LEFT_END"><value><!-- _locID_text="strings.IDS_PLAYER_LEFT_END" _locComment="" -->%s has left The End</value>
</data>
<data name="strings.IDS_WIN_TEXT"><value><!-- _locID_text="strings.IDS_WIN_TEXT" _locComment="" -->
{*C3*}I see the player you mean.{*EF*}{*B*}{*B*}
{*C2*}{*PLAYER*}?{*EF*}{*B*}{*B*}
{*C3*}Yes. Take care. It has reached a higher level now. It can read our thoughts.{*EF*}{*B*}{*B*}
{*C2*}That doesn't matter. It thinks we are part of the game.{*EF*}{*B*}{*B*}
{*C3*}I like this player. It played well. It did not give up.{*EF*}{*B*}{*B*}
{*C2*}It is reading our thoughts as though they were words on a screen.{*EF*}{*B*}{*B*}
{*C3*}That is how it chooses to imagine many things, when it is deep in the dream of a game.{*EF*}{*B*}{*B*}
{*C2*}Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen.{*EF*}{*B*}{*B*}
{*C3*}They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons.{*EF*}{*B*}{*B*}
{*C2*}What did this player dream?{*EF*}{*B*}{*B*}
{*C3*}This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter.{*EF*}{*B*}{*B*}
{*C2*}Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen?{*EF*}{*B*}{*B*}
{*C3*}It worked, with a million others, to sculpt a true world in a fold of the {*EF*}{*NOISE*}{*C3*}, and created a {*EF*}{*NOISE*}{*C3*} for {*EF*}{*NOISE*}{*C3*}, in the {*EF*}{*NOISE*}{*C3*}.{*EF*}{*B*}{*B*}
{*C2*}It cannot read that thought.{*EF*}{*B*}{*B*}
{*C3*}No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game.{*EF*}{*B*}{*B*}
{*C2*}Does it know that we love it? That the universe is kind?{*EF*}{*B*}{*B*}
{*C3*}Sometimes, through the noise of its thoughts, it hears the universe, yes.{*EF*}{*B*}{*B*}
{*C2*}But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality.{*EF*}{*B*}{*B*}
{*C3*}To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere.{*EF*}{*B*}{*B*}
{*C2*}Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear.{*EF*}{*B*}{*B*}
{*C3*}It reads our thoughts.{*EF*}{*B*}{*B*}
{*C2*}Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely {*EF*}{*NOISE*}{*C2*} and {*EF*}{*NOISE*}{*C2*}, I wish to tell them that they are {*EF*}{*NOISE*}{*C2*} in the {*EF*}{*NOISE*}{*C2*}. They see so little of reality, in their long dream.{*EF*}{*B*}{*B*}
{*C3*}And yet they play the game.{*EF*}{*B*}{*B*}
{*C2*}But it would be so easy to tell them...{*EF*}{*B*}{*B*}
{*C3*}Too strong for this dream. To tell them how to live is to prevent them living.{*EF*}{*B*}{*B*}
{*C2*}I will not tell the player how to live.{*EF*}{*B*}{*B*}
{*C3*}The player is growing restless.{*EF*}{*B*}{*B*}
{*C2*}I will tell the player a story.{*EF*}{*B*}{*B*}
{*C3*}But not the truth.{*EF*}{*B*}{*B*}
{*C2*}No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance.{*EF*}{*B*}{*B*}
{*C3*}Give it a body, again.{*EF*}{*B*}{*B*}
{*C2*}Yes. Player...{*EF*}{*B*}{*B*}
{*C3*}Use its name.{*EF*}{*B*}{*B*}
{*C2*}{*PLAYER*}. Player of games.{*EF*}{*B*}{*B*}
{*C3*}Good.{*EF*}{*B*}{*B*}
</value>
</data>
<data name="strings.IDS_WIN_TEXT_PART_2"><value><!-- _locID_text="strings.IDS_WIN_TEXT_PART_2" _locComment="" -->
{*C2*}Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things.{*EF*}{*B*}{*B*}
{*C3*}Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change.{*EF*}{*B*}{*B*}
{*C2*}We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story.{*EF*}{*B*}{*B*}
{*C2*}Once upon a time, there was a player.{*EF*}{*B*}{*B*}
{*C3*}The player was you, {*PLAYER*}.{*EF*}{*B*}{*B*}
{*C2*}Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away.{*EF*}{*B*}{*B*}
{*C2*}Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience.{*EF*}{*B*}{*B*}
{*C3*}Sometimes the player dreamed it was lost in a story.{*EF*}{*B*}{*B*}
{*C2*}Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third.{*EF*}{*B*}{*B*}
{*C3*}Sometimes the player dreamed it watched words on a screen.{*EF*}{*B*}{*B*}
{*C2*}Let's go back.{*EF*}{*B*}{*B*}
{*C2*}The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body.{*EF*}{*B*}{*B*}
{*C2*}And the player awoke, from the warm, dark world of its mother's body, into the long dream.{*EF*}{*B*}{*B*}
{*C2*}And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love.{*EF*}{*B*}{*B*}
{*C3*}You are the player. The story. The program. The human. Made from nothing but milk and love.{*EF*}{*B*}{*B*}
{*C2*}Let's go further back.{*EF*}{*B*}{*B*}
{*C2*}The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by...{*EF*}{*B*}{*B*}
{*C3*}Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons".{*EF*}{*B*}{*B*}
</value>
</data>
<data name="strings.IDS_WIN_TEXT_PART_3"><value><!-- _locID_text="strings.IDS_WIN_TEXT_PART_3" _locComment="" -->
{*C2*}Sometimes it called them "planets" and "stars".{*EF*}{*B*}{*B*}
{*C2*}Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen.{*EF*}{*B*}{*B*}
{*C3*}You are the player, reading words...{*EF*}{*B*}{*B*}
{*C2*}Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive{*EF*}{*B*}{*B*}
{*C3*}You. You. You are alive.{*EF*}{*B*}{*B*}
{*C2*}and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees{*EF*}{*B*}{*B*}
{*C3*}and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again{*EF*}{*B*}{*B*}
{*C2*}and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream{*EF*}{*B*}{*B*}
{*C3*}and the universe said I love you{*EF*}{*B*}{*B*}
{*C2*}and the universe said you have played the game well{*EF*}{*B*}{*B*}
{*C3*}and the universe said everything you need is within you{*EF*}{*B*}{*B*}
{*C2*}and the universe said you are stronger than you know{*EF*}{*B*}{*B*}
{*C3*}and the universe said you are the daylight{*EF*}{*B*}{*B*}
{*C2*}and the universe said you are the night{*EF*}{*B*}{*B*}
{*C3*}and the universe said the darkness you fight is within you{*EF*}{*B*}{*B*}
{*C2*}and the universe said the light you seek is within you{*EF*}{*B*}{*B*}
{*C3*}and the universe said you are not alone{*EF*}{*B*}{*B*}
{*C2*}and the universe said you are not separate from every other thing{*EF*}{*B*}{*B*}
{*C3*}and the universe said you are the universe tasting itself, talking to itself, reading its own code{*EF*}{*B*}{*B*}
{*C2*}and the universe said I love you because you are love.{*EF*}{*B*}{*B*}
{*C3*}And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love.{*EF*}{*B*}{*B*}
{*C3*}You are the player.{*EF*}{*B*}{*B*}
{*C2*}Wake up.{*EF*}
</value>
</data>
<data name="strings.IDS_RESETNETHER_TITLE"><value><!-- _locID_text="strings.IDS_RESETNETHER_TITLE" _locComment="" -->Reset Nether</value>
  </data>
<data name="strings.IDS_RESETNETHER_TEXT"><value><!-- _locID_text="strings.IDS_RESETNETHER_TEXT" _locComment="" -->Are you sure you want to reset the Nether in this savegame to its default state? You will lose anything you have built in the Nether!</value>
  </data>
<data name="strings.IDS_RESET_NETHER"><value><!-- _locID_text="strings.IDS_RESET_NETHER" _locComment="" -->Reset Nether</value>
</data>
<data name="strings.IDS_DONT_RESET_NETHER"><value><!-- _locID_text="strings.IDS_DONT_RESET_NETHER" _locComment="" -->Don't Reset Nether</value>
</data>
<data name="strings.IDS_CANT_SHEAR_MOOSHROOM"><value><!-- _locID_text="strings.IDS_CANT_SHEAR_MOOSHROOM" _locComment="" -->Can't shear this Mooshroom at the moment. The maximum number of Pigs, Sheep, Cows and Cats has been reached.</value>
</data>
<data name="strings.IDS_MAX_PIGS_SHEEP_COWS_CATS_SPAWNED"><value><!-- _locID_text="strings.IDS_MAX_PIGS_SHEEP_COWS_CATS_SPAWNED" _locComment="" -->Can't use Spawn Egg at the moment. The maximum number of Pigs, Sheep, Cows and Cats has been reached.</value>
</data>
<data name="strings.IDS_MAX_MOOSHROOMS_SPAWNED"><value><!-- _locID_text="strings.IDS_MAX_MOOSHROOMS_SPAWNED" _locComment="" -->Can't use Spawn Egg at the moment. The maximum number of Mooshrooms has been reached.</value>
</data>
<data name="strings.IDS_MAX_WOLVES_SPAWNED"><value><!-- _locID_text="strings.IDS_MAX_WOLVES_SPAWNED" _locComment="" -->Can't use Spawn Egg at the moment. The maximum number of Wolves in a world has been reached.</value>
</data>
<data name="strings.IDS_MAX_CHICKENS_SPAWNED"><value><!-- _locID_text="strings.IDS_MAX_CHICKENS_SPAWNED" _locComment="" -->Can't use Spawn Egg at the moment. The maximum number of Chickens in a world has been reached.</value>
</data>
<data name="strings.IDS_MAX_SQUID_SPAWNED"><value><!-- _locID_text="strings.IDS_MAX_SQUID_SPAWNED" _locComment="" -->Can't use Spawn Egg at the moment. The maximum number of Squid in a world has been reached.</value>
</data>
<data name="strings.IDS_MAX_ENEMIES_SPAWNED"><value><!-- _locID_text="strings.IDS_MAX_ENEMIES_SPAWNED" _locComment="" -->Can't use Spawn Egg at the moment. The maximum number of enemies in a world has been reached.</value>
</data>
<data name="strings.IDS_MAX_VILLAGERS_SPAWNED"><value><!-- _locID_text="strings.IDS_MAX_VILLAGERS_SPAWNED" _locComment="" -->Can't use Spawn Egg at the moment. The maximum number of villagers in a world has been reached.</value>
</data>
<data name="strings.IDS_MAX_HANGINGENTITIES"><value><!-- _locID_text="strings.IDS_MAX_HANGINGENTITIES" _locComment="" -->The maximum number of Paintings/Item Frames in a world has been reached.</value>
</data>
<data name="strings.IDS_CANT_SPAWN_IN_PEACEFUL"><value><!-- _locID_text="strings.IDS_CANT_SPAWN_IN_PEACEFUL" _locComment="" -->You can't spawn enemies in Peaceful mode.</value>
</data>
<data name="strings.IDS_MAX_PIGS_SHEEP_COWS_CATS_BRED"><value><!-- _locID_text="strings.IDS_MAX_PIGS_SHEEP_COWS_CATS_BRED" _locComment="" -->This animal can't enter Love Mode. The maximum number of breeding Pigs, Sheep, Cows and Cats has been reached.</value>
</data>
<data name="strings.IDS_MAX_WOLVES_BRED"><value><!-- _locID_text="strings.IDS_MAX_WOLVES_BRED" _locComment="" -->This animal can't enter Love Mode. The maximum number of breeding Wolves has been reached.</value>
</data>
<data name="strings.IDS_MAX_CHICKENS_BRED"><value><!-- _locID_text="strings.IDS_MAX_CHICKENS_BRED" _locComment="" -->This animal can't enter Love Mode. The maximum number of breeding Chickens has been reached.</value>
</data>
<data name="strings.IDS_MAX_MUSHROOMCOWS_BRED"><value><!-- _locID_text="strings.IDS_MAX_MUSHROOMCOWS_BRED" _locComment="" -->This animal can't enter Love Mode. The maximum number of breeding Mooshrooms has been reached.</value>
</data>
<data name="strings.IDS_MAX_BOATS"><value><!-- _locID_text="strings.IDS_MAX_BOATS" _locComment="" -->The maximum number of Boats in a world has been reached.</value>
</data>
<data name="strings.IDS_MAX_SKULL_TILES"><value><!-- _locID_text="strings.IDS_MAX_SKULL_TILES" _locComment="" -->The maximum number of Mob Heads in a world has been reached.</value>
</data>
<data name="strings.IDS_INVERT_LOOK"><value><!-- _locID_text="strings.IDS_INVERT_LOOK" _locComment="" -->Invert Look</value>
  </data>
<data name="strings.IDS_SOUTHPAW"><value><!-- _locID_text="strings.IDS_SOUTHPAW" _locComment="" -->Southpaw</value>
  </data>
<data name="strings.IDS_YOU_DIED"><value><!-- _locID_text="strings.IDS_YOU_DIED" _locComment="" -->You Died!</value>
  </data>
<data name="strings.IDS_RESPAWN"><value><!-- _locID_text="strings.IDS_RESPAWN" _locComment="" -->Respawn</value>
  </data>
<data name="strings.IDS_DOWNLOADABLE_CONTENT_OFFERS"><value><!-- _locID_text="strings.IDS_DOWNLOADABLE_CONTENT_OFFERS" _locComment="" -->Downloadable Content Offers</value>
  </data>
<data name="strings.IDS_CHANGE_SKIN"><value><!-- _locID_text="strings.IDS_CHANGE_SKIN" _locComment="" -->Change Skin</value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY" _locComment="" -->How To Play</value>
  </data>
<data name="strings.IDS_CONTROLS"><value><!-- _locID_text="strings.IDS_CONTROLS" _locComment="" -->Controls</value>
  </data>
<data name="strings.IDS_SETTINGS"><value><!-- _locID_text="strings.IDS_SETTINGS" _locComment="" -->Settings</value>
  </data>
<data name="strings.IDS_CREDITS"><value><!-- _locID_text="strings.IDS_CREDITS" _locComment="" -->Credits</value>
  </data>
<data name="strings.IDS_REINSTALL_CONTENT"><value><!-- _locID_text="strings.IDS_REINSTALL_CONTENT" _locComment="" -->Reinstall Content</value>
  </data>
<data name="strings.IDS_DEBUG_SETTINGS"><value><!-- _locID_text="strings.IDS_DEBUG_SETTINGS" _locComment="" -->Debug Settings</value>
  </data>
<data name="strings.IDS_FIRE_SPREADS"><value><!-- _locID_text="strings.IDS_FIRE_SPREADS" _locComment="" -->Fire Spreads</value>
  </data>
<data name="strings.IDS_TNT_EXPLODES"><value><!-- _locID_text="strings.IDS_TNT_EXPLODES" _locComment="" -->TNT Explodes</value>
  </data>
<data name="strings.IDS_PLAYER_VS_PLAYER"><value><!-- _locID_text="strings.IDS_PLAYER_VS_PLAYER" _locComment="" -->Player vs Player</value>
  </data>
<data name="strings.IDS_TRUST_PLAYERS"><value><!-- _locID_text="strings.IDS_TRUST_PLAYERS" _locComment="" -->Trust Players</value>
  </data>
<data name="strings.IDS_HOST_PRIVILEGES"><value><!-- _locID_text="strings.IDS_HOST_PRIVILEGES" _locComment="" -->Host Privileges</value>
  </data>
<data name="strings.IDS_GENERATE_STRUCTURES"><value><!-- _locID_text="strings.IDS_GENERATE_STRUCTURES" _locComment="" -->Generate Structures</value>
  </data>
<data name="strings.IDS_SUPERFLAT_WORLD"><value><!-- _locID_text="strings.IDS_SUPERFLAT_WORLD" _locComment="" -->Superflat World</value>
  </data>
<data name="strings.IDS_BONUS_CHEST"><value><!-- _locID_text="strings.IDS_BONUS_CHEST" _locComment="" -->Bonus Chest</value>
  </data>
<data name="strings.IDS_WORLD_OPTIONS"><value><!-- _locID_text="strings.IDS_WORLD_OPTIONS" _locComment="" -->World Options</value>
  </data>
<data name="strings.IDS_CAN_BUILD_AND_MINE"><value><!-- _locID_text="strings.IDS_CAN_BUILD_AND_MINE" _locComment="" -->Can Build and Mine</value>
  </data>
<data name="strings.IDS_CAN_USE_DOORS_AND_SWITCHES"><value><!-- _locID_text="strings.IDS_CAN_USE_DOORS_AND_SWITCHES" _locComment="" -->Can Use Doors and Switches</value>
  </data>
<data name="strings.IDS_CAN_OPEN_CONTAINERS"><value><!-- _locID_text="strings.IDS_CAN_OPEN_CONTAINERS" _locComment="" -->Can Open Containers</value>
  </data>
<data name="strings.IDS_CAN_ATTACK_PLAYERS"><value><!-- _locID_text="strings.IDS_CAN_ATTACK_PLAYERS" _locComment="" -->Can Attack Players</value>
  </data>
<data name="strings.IDS_CAN_ATTACK_ANIMALS"><value><!-- _locID_text="strings.IDS_CAN_ATTACK_ANIMALS" _locComment="" -->Can Attack Animals</value>
  </data>
<data name="strings.IDS_MODERATOR"><value><!-- _locID_text="strings.IDS_MODERATOR" _locComment="" -->Moderator</value>
  </data>
<data name="strings.IDS_KICK_PLAYER"><value><!-- _locID_text="strings.IDS_KICK_PLAYER" _locComment="" -->Kick Player</value>
  </data>
<data name="strings.IDS_CAN_FLY"><value><!-- _locID_text="strings.IDS_CAN_FLY" _locComment="" -->Can Fly</value>
  </data>
<data name="strings.IDS_DISABLE_EXHAUSTION"><value><!-- _locID_text="strings.IDS_DISABLE_EXHAUSTION" _locComment="" -->Disable Exhaustion</value>
  </data>
<data name="strings.IDS_INVISIBLE"><value><!-- _locID_text="strings.IDS_INVISIBLE" _locComment="" -->Invisible</value>
  </data>
<data name="strings.IDS_HOST_OPTIONS"><value><!-- _locID_text="strings.IDS_HOST_OPTIONS" _locComment="" -->Host Options</value>
  </data>
<data name="strings.IDS_PLAYERS_INVITE"><value><!-- _locID_text="strings.IDS_PLAYERS_INVITE" _locComment="" -->Players/Invite</value>
  </data>
<data name="strings.IDS_ONLINE_GAME"><value><!-- _locID_text="strings.IDS_ONLINE_GAME" _locComment="" -->Online Game</value>
  </data>
<data name="strings.IDS_INVITE_ONLY"><value><!-- _locID_text="strings.IDS_INVITE_ONLY" _locComment="" -->Invite Only</value>
  </data>
<data name="strings.IDS_MORE_OPTIONS"><value><!-- _locID_text="strings.IDS_MORE_OPTIONS" _locComment="" -->More Options</value>
  </data>
<data name="strings.IDS_LOAD"><value><!-- _locID_text="strings.IDS_LOAD" _locComment="" -->Load</value>
  </data>
<data name="strings.IDS_DEFAULT_WORLD_NAME"><value><!-- _locID_text="strings.IDS_DEFAULT_WORLD_NAME" _locComment="" -->New World</value>
  </data>
<data name="strings.IDS_WORLD_NAME"><value><!-- _locID_text="strings.IDS_WORLD_NAME" _locComment="" -->World Name</value>
  </data>
<data name="strings.IDS_CREATE_NEW_WORLD_SEED"><value><!-- _locID_text="strings.IDS_CREATE_NEW_WORLD_SEED" _locComment="" -->Seed for the World Generator</value>
  </data>
<data name="strings.IDS_CREATE_NEW_WORLD_RANDOM_SEED"><value><!-- _locID_text="strings.IDS_CREATE_NEW_WORLD_RANDOM_SEED" _locComment="" -->Leave blank for a random seed</value>
  </data>
<data name="strings.IDS_PLAYERS"><value><!-- _locID_text="strings.IDS_PLAYERS" _locComment="" -->Players</value>
  </data>
<data name="strings.IDS_JOIN_GAME"><value><!-- _locID_text="strings.IDS_JOIN_GAME" _locComment="" -->Join Game</value>
  </data>
<data name="strings.IDS_START_GAME"><value><!-- _locID_text="strings.IDS_START_GAME" _locComment="" -->Start Game</value>
  </data>
<data name="strings.IDS_NO_GAMES_FOUND"><value><!-- _locID_text="strings.IDS_NO_GAMES_FOUND" _locComment="" -->No Games Found</value>
  </data>
<data name="strings.IDS_PLAY_GAME"><value><!-- _locID_text="strings.IDS_PLAY_GAME" _locComment="" -->Play Game</value>
  </data>
<data name="strings.IDS_LEADERBOARDS"><value><!-- _locID_text="strings.IDS_LEADERBOARDS" _locComment="" -->Leaderboards</value>
  </data>
<data name="strings.IDS_ACHIEVEMENTS"><value><!-- _locID_text="strings.IDS_ACHIEVEMENTS" _locComment="" -->Achievements</value>
  </data>
<data name="strings.IDS_HELP_AND_OPTIONS"><value><!-- _locID_text="strings.IDS_HELP_AND_OPTIONS" _locComment="" -->Help &amp; Options</value>
  </data>
<data name="strings.IDS_UNLOCK_FULL_GAME"><value><!-- _locID_text="strings.IDS_UNLOCK_FULL_GAME" _locComment="" -->Unlock Full Game</value>
  </data>
<data name="strings.IDS_RESUME_GAME"><value><!-- _locID_text="strings.IDS_RESUME_GAME" _locComment="" -->Resume Game</value>
  </data>
<data name="strings.IDS_SAVE_GAME"><value><!-- _locID_text="strings.IDS_SAVE_GAME" _locComment="" -->Save Game</value>
  </data>
<data name="strings.IDS_LABEL_DIFFICULTY"><value><!-- _locID_text="strings.IDS_LABEL_DIFFICULTY" _locComment="" -->Difficulty:</value>
  </data>
<data name="strings.IDS_LABEL_GAME_TYPE"><value><!-- _locID_text="strings.IDS_LABEL_GAME_TYPE" _locComment="" -->Game Type:</value>
  </data>
<data name="strings.IDS_LABEL_GAMERTAGS"><value><!-- _locID_text="strings.IDS_LABEL_GAMERTAGS" _locComment="" -->Gamertags:</value>
  </data>
<data name="strings.IDS_LABEL_STRUCTURES"><value><!-- _locID_text="strings.IDS_LABEL_STRUCTURES" _locComment="" -->Structures:</value>
  </data>
<data name="strings.IDS_LABEL_LEVEL_TYPE"><value><!-- _locID_text="strings.IDS_LABEL_LEVEL_TYPE" _locComment="" -->Level Type:</value>
  </data>
<data name="strings.IDS_LABEL_PvP"><value><!-- _locID_text="strings.IDS_LABEL_PvP" _locComment="" -->PvP:</value>
  </data>
<data name="strings.IDS_LABEL_TRUST"><value><!-- _locID_text="strings.IDS_LABEL_TRUST" _locComment="" -->Trust Players:</value>
  </data>
<data name="strings.IDS_LABEL_TNT"><value><!-- _locID_text="strings.IDS_LABEL_TNT" _locComment="" -->TNT:</value>
  </data>
<data name="strings.IDS_LABEL_FIRE_SPREADS"><value><!-- _locID_text="strings.IDS_LABEL_FIRE_SPREADS" _locComment="" -->Fire Spreads:</value>
  </data>
<data name="strings.IDS_REINSTALL_THEME"><value><!-- _locID_text="strings.IDS_REINSTALL_THEME" _locComment="" -->Reinstall Theme</value>
  </data>
<data name="strings.IDS_REINSTALL_GAMERPIC_1"><value><!-- _locID_text="strings.IDS_REINSTALL_GAMERPIC_1" _locComment="" -->Reinstall Gamerpic 1</value>
  </data>
<data name="strings.IDS_REINSTALL_GAMERPIC_2"><value><!-- _locID_text="strings.IDS_REINSTALL_GAMERPIC_2" _locComment="" -->Reinstall Gamerpic 2</value>
  </data>
<data name="strings.IDS_REINSTALL_AVATAR_ITEM_1"><value><!-- _locID_text="strings.IDS_REINSTALL_AVATAR_ITEM_1" _locComment="" -->Reinstall Avatar Item 1</value>
  </data>
<data name="strings.IDS_REINSTALL_AVATAR_ITEM_2"><value><!-- _locID_text="strings.IDS_REINSTALL_AVATAR_ITEM_2" _locComment="" -->Reinstall Avatar Item 2</value>
  </data>
<data name="strings.IDS_REINSTALL_AVATAR_ITEM_3"><value><!-- _locID_text="strings.IDS_REINSTALL_AVATAR_ITEM_3" _locComment="" -->Reinstall Avatar Item 3</value>
  </data>
<data name="strings.IDS_OPTIONS"><value><!-- _locID_text="strings.IDS_OPTIONS" _locComment="" -->Options</value>
  </data>
<data name="strings.IDS_AUDIO"><value><!-- _locID_text="strings.IDS_AUDIO" _locComment="" -->Audio</value>
  </data>
<data name="strings.IDS_CONTROL"><value><!-- _locID_text="strings.IDS_CONTROL" _locComment="" -->Control</value>
  </data>
<data name="strings.IDS_GRAPHICS"><value><!-- _locID_text="strings.IDS_GRAPHICS" _locComment="" -->Graphics</value>
  </data>
<data name="strings.IDS_USER_INTERFACE"><value><!-- _locID_text="strings.IDS_USER_INTERFACE" _locComment="" -->User Interface</value>
  </data>
<data name="strings.IDS_RESET_TO_DEFAULTS"><value><!-- _locID_text="strings.IDS_RESET_TO_DEFAULTS" _locComment="" -->Reset to Defaults</value>
  </data>
<data name="strings.IDS_VIEW_BOBBING"><value><!-- _locID_text="strings.IDS_VIEW_BOBBING" _locComment="" -->View Bobbing</value>
  </data>
<data name="strings.IDS_HINTS"><value><!-- _locID_text="strings.IDS_HINTS" _locComment="" -->Hints</value>
  </data>
<data name="strings.IDS_IN_GAME_TOOLTIPS"><value><!-- _locID_text="strings.IDS_IN_GAME_TOOLTIPS" _locComment="" -->In-Game Tooltips</value>
  </data>
<data name="strings.IDS_IN_GAME_GAMERTAGS"><value><!-- _locID_text="strings.IDS_IN_GAME_GAMERTAGS" _locComment="" -->In-Game Gamertags</value>
  </data>
<data name="strings.IDS_CHECKBOX_VERTICAL_SPLIT_SCREEN"><value><!-- _locID_text="strings.IDS_CHECKBOX_VERTICAL_SPLIT_SCREEN" _locComment="" -->2 Player Split-screen Vertical</value>
  </data>
<data name="strings.IDS_DONE"><value><!-- _locID_text="strings.IDS_DONE" _locComment="" -->Done</value>
  </data>
<data name="strings.IDS_EDIT_SIGN_MESSAGE"><value><!-- _locID_text="strings.IDS_EDIT_SIGN_MESSAGE" _locComment="" -->Edit sign message:</value>
  </data>
<data name="strings.IDS_SOCIAL_TEXT"><value><!-- _locID_text="strings.IDS_SOCIAL_TEXT" _locComment="" -->Fill in the details to accompany your screenshot</value>
  </data>
<data name="strings.IDS_SOCIAL_LABEL_CAPTION"><value><!-- _locID_text="strings.IDS_SOCIAL_LABEL_CAPTION" _locComment="" -->Caption</value>
  </data>
<data name="strings.IDS_SOCIAL_DEFAULT_CAPTION"><value><!-- _locID_text="strings.IDS_SOCIAL_DEFAULT_CAPTION" _locComment="" -->Screenshot from in-game</value>
  </data>
<data name="strings.IDS_SOCIAL_LABEL_DESCRIPTION"><value><!-- _locID_text="strings.IDS_SOCIAL_LABEL_DESCRIPTION" _locComment="" -->Edit sign message:</value>
  </data>
<data name="strings.IDS_SOCIAL_DEFAULT_DESCRIPTION"><value><!-- _locID_text="strings.IDS_SOCIAL_DEFAULT_DESCRIPTION" _locComment="" -->Look what I made in Minecraft: Xbox 360 Edition!</value>
  </data>
<data name="strings.IDS_DEFAULT_TEXTUREPACK"><value><!-- _locID_text="strings.IDS_DEFAULT_TEXTUREPACK" _locComment="" -->The classic Minecraft textures, icons and user interface!</value>
  </data>
<data name="strings.IDS_UNHIDE_MASHUP_WORLDS"><value><!-- _locID_text="strings.IDS_UNHIDE_MASHUP_WORLDS" _locComment="" -->Show all Mash-up Worlds</value>
  </data>
<data name="strings.IDS_XBONE_SELECTSLOT"><value><!-- _locID_text="strings.IDS_XBONE_SELECTSLOT" _locComment="" -->Select Transfer Save Slot</value>
</data>
<data name="strings.IDS_XBONE_EMPTYSLOT"><value><!-- _locID_text="strings.IDS_XBONE_EMPTYSLOT" _locComment="" -->Empty Slot</value>
</data>
<data name="strings.IDS_XBONE_UPLOAD_METADATA"><value><!-- _locID_text="strings.IDS_XBONE_UPLOAD_METADATA" _locComment="" -->Uploading Save Metadata</value>
</data>
<data name="strings.IDS_XBONE_UPLOAD_SAVE"><value><!-- _locID_text="strings.IDS_XBONE_UPLOAD_SAVE" _locComment="" -->Uploading Save Data</value>
</data>
<data name="strings.IDS_XBONE_UPLOAD_SAVE_TITLE"><value><!-- _locID_text="strings.IDS_XBONE_UPLOAD_SAVE_TITLE" _locComment="" -->Uploading Save For Xbox One</value>
</data>
<data name="strings.IDS_XBONE_CANCEL_UPLOAD_TITLE"><value><!-- _locID_text="strings.IDS_XBONE_CANCEL_UPLOAD_TITLE" _locComment="" -->Upload Canceled</value>
</data>
<data name="strings.IDS_XBONE_CANCEL_UPLOAD_TEXT"><value><!-- _locID_text="strings.IDS_XBONE_CANCEL_UPLOAD_TEXT" _locComment="" -->You have canceled uploading this save to the save transfer area.</value>
</data>
<data name="strings.IDS_POTION_EMPTY"><value><!-- _locID_text="strings.IDS_POTION_EMPTY" _locComment="" -->No Effects</value>
  </data>
<data name="strings.IDS_POTION_MOVESPEED"><value><!-- _locID_text="strings.IDS_POTION_MOVESPEED" _locComment="" -->Speed</value>
  </data>
<data name="strings.IDS_POTION_MOVESLOWDOWN"><value><!-- _locID_text="strings.IDS_POTION_MOVESLOWDOWN" _locComment="" -->Slowness</value>
  </data>
<data name="strings.IDS_POTION_DIGSPEED"><value><!-- _locID_text="strings.IDS_POTION_DIGSPEED" _locComment="" -->Haste</value>
  </data>
<data name="strings.IDS_POTION_DIGSLOWDOWN"><value><!-- _locID_text="strings.IDS_POTION_DIGSLOWDOWN" _locComment="" -->Mining Fatigue</value>
  </data>
<data name="strings.IDS_POTION_DAMAGEBOOST"><value><!-- _locID_text="strings.IDS_POTION_DAMAGEBOOST" _locComment="" -->Strength</value>
  </data>
<data name="strings.IDS_POTION_WEAKNESS"><value><!-- _locID_text="strings.IDS_POTION_WEAKNESS" _locComment="" -->Weakness</value>
  </data>
<data name="strings.IDS_POTION_HEAL"><value><!-- _locID_text="strings.IDS_POTION_HEAL" _locComment="" -->Instant Health</value>
  </data>
<data name="strings.IDS_POTION_HARM"><value><!-- _locID_text="strings.IDS_POTION_HARM" _locComment="" -->Instant Damage</value>
  </data>
<data name="strings.IDS_POTION_JUMP"><value><!-- _locID_text="strings.IDS_POTION_JUMP" _locComment="" -->Jump Boost</value>
  </data>
<data name="strings.IDS_POTION_CONFUSION"><value><!-- _locID_text="strings.IDS_POTION_CONFUSION" _locComment="" -->Nausea</value>
  </data>
<data name="strings.IDS_POTION_REGENERATION"><value><!-- _locID_text="strings.IDS_POTION_REGENERATION" _locComment="" -->Regeneration</value>
  </data>
<data name="strings.IDS_POTION_RESISTANCE"><value><!-- _locID_text="strings.IDS_POTION_RESISTANCE" _locComment="" -->Resistance</value>
  </data>
<data name="strings.IDS_POTION_FIRERESISTANCE"><value><!-- _locID_text="strings.IDS_POTION_FIRERESISTANCE" _locComment="" -->Fire Resistance</value>
  </data>
<data name="strings.IDS_POTION_WATERBREATHING"><value><!-- _locID_text="strings.IDS_POTION_WATERBREATHING" _locComment="" -->Water Breathing</value>
  </data>
<data name="strings.IDS_POTION_INVISIBILITY"><value><!-- _locID_text="strings.IDS_POTION_INVISIBILITY" _locComment="" -->Invisibility</value>
  </data>
<data name="strings.IDS_POTION_BLINDNESS"><value><!-- _locID_text="strings.IDS_POTION_BLINDNESS" _locComment="" -->Blindness</value>
  </data>
<data name="strings.IDS_POTION_NIGHTVISION"><value><!-- _locID_text="strings.IDS_POTION_NIGHTVISION" _locComment="" -->Night Vision</value>
  </data>
<data name="strings.IDS_POTION_HUNGER"><value><!-- _locID_text="strings.IDS_POTION_HUNGER" _locComment="" -->Hunger</value>
  </data>
<data name="strings.IDS_POTION_POISON"><value><!-- _locID_text="strings.IDS_POTION_POISON" _locComment="" -->Poison</value>
  </data>
<data name="strings.IDS_POTION_MOVESPEED_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_MOVESPEED_POSTFIX" _locComment="" -->of Swiftness</value>
  </data>
<data name="strings.IDS_POTION_MOVESLOWDOWN_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_MOVESLOWDOWN_POSTFIX" _locComment="" -->of Slowness</value>
  </data>
<data name="strings.IDS_POTION_DIGSPEED_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_DIGSPEED_POSTFIX" _locComment="" -->of Haste</value>
  </data>
<data name="strings.IDS_POTION_DIGSLOWDOWN_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_DIGSLOWDOWN_POSTFIX" _locComment="" -->of Dullness</value>
  </data>
<data name="strings.IDS_POTION_DAMAGEBOOST_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_DAMAGEBOOST_POSTFIX" _locComment="" -->of Strength</value>
  </data>
<data name="strings.IDS_POTION_WEAKNESS_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_WEAKNESS_POSTFIX" _locComment="" -->of Weakness</value>
  </data>
<data name="strings.IDS_POTION_HEAL_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_HEAL_POSTFIX" _locComment="" -->of Healing</value>
  </data>
<data name="strings.IDS_POTION_HARM_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_HARM_POSTFIX" _locComment="" -->of Harming</value>
  </data>
<data name="strings.IDS_POTION_JUMP_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_JUMP_POSTFIX" _locComment="" -->of Leaping</value>
  </data>
<data name="strings.IDS_POTION_CONFUSION_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_CONFUSION_POSTFIX" _locComment="" -->of Nausea</value>
  </data>
<data name="strings.IDS_POTION_REGENERATION_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_REGENERATION_POSTFIX" _locComment="" -->of Regeneration</value>
  </data>
<data name="strings.IDS_POTION_RESISTANCE_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_RESISTANCE_POSTFIX" _locComment="" -->of Resistance</value>
  </data>
<data name="strings.IDS_POTION_FIRERESISTANCE_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_FIRERESISTANCE_POSTFIX" _locComment="" -->of Fire Resistance</value>
  </data>
<data name="strings.IDS_POTION_WATERBREATHING_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_WATERBREATHING_POSTFIX" _locComment="" -->of Water Breathing</value>
  </data>
<data name="strings.IDS_POTION_INVISIBILITY_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_INVISIBILITY_POSTFIX" _locComment="" -->of Invisibility</value>
  </data>
<data name="strings.IDS_POTION_BLINDNESS_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_BLINDNESS_POSTFIX" _locComment="" -->of Blindness</value>
  </data>
<data name="strings.IDS_POTION_NIGHTVISION_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_NIGHTVISION_POSTFIX" _locComment="" -->of Night Vision</value>
  </data>
<data name="strings.IDS_POTION_HUNGER_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_HUNGER_POSTFIX" _locComment="" -->of Hunger</value>
  </data>
<data name="strings.IDS_POTION_POISON_POSTFIX"><value><!-- _locID_text="strings.IDS_POTION_POISON_POSTFIX" _locComment="" -->of Poison</value>
  </data>
<data name="strings.IDS_POTION_POTENCY_0"><value><!-- _locID_text="strings.IDS_POTION_POTENCY_0" _locComment="" --></value>
  </data>
<data name="strings.IDS_POTION_POTENCY_1"><value><!-- _locID_text="strings.IDS_POTION_POTENCY_1" _locComment="" -->II</value>
  </data>
<data name="strings.IDS_POTION_POTENCY_2"><value><!-- _locID_text="strings.IDS_POTION_POTENCY_2" _locComment="" -->III</value>
  </data>
<data name="strings.IDS_POTION_POTENCY_3"><value><!-- _locID_text="strings.IDS_POTION_POTENCY_3" _locComment="" -->IV</value>
  </data>
<data name="strings.IDS_POTION_PREFIX_GRENADE"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_GRENADE" _locComment="" -->Splash </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_MUNDANE"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_MUNDANE" _locComment="" -->Mundane </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_UNINTERESTING"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_UNINTERESTING" _locComment="" -->Uninteresting </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_BLAND"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_BLAND" _locComment="" -->Bland </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_CLEAR"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_CLEAR" _locComment="" -->Clear </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_MILKY"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_MILKY" _locComment="" -->Milky </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_DIFFUSE"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_DIFFUSE" _locComment="" -->Diffuse </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_ARTLESS"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_ARTLESS" _locComment="" -->Artless </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_THIN"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_THIN" _locComment="" -->Thin </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_AWKWARD"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_AWKWARD" _locComment="" -->Awkward </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_FLAT"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_FLAT" _locComment="" -->Flat </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_BULKY"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_BULKY" _locComment="" -->Bulky </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_BUNGLING"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_BUNGLING" _locComment="" -->Bungling </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_BUTTERED"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_BUTTERED" _locComment="" -->Buttered </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_SMOOTH"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_SMOOTH" _locComment="" -->Smooth </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_SUAVE"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_SUAVE" _locComment="" -->Suave </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_DEBONAIR"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_DEBONAIR" _locComment="" -->Debonair </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_THICK"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_THICK" _locComment="" -->Thick </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_ELEGANT"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_ELEGANT" _locComment="" -->Elegant </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_FANCY"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_FANCY" _locComment="" -->Fancy </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_CHARMING"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_CHARMING" _locComment="" -->Charming </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_DASHING"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_DASHING" _locComment="" -->Dashing </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_REFINED"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_REFINED" _locComment="" -->Refined </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_CORDIAL"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_CORDIAL" _locComment="" -->Cordial </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_SPARKLING"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_SPARKLING" _locComment="" -->Sparkling </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_POTENT"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_POTENT" _locComment="" -->Potent </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_FOUL"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_FOUL" _locComment="" -->Foul </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_ODORLESS"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_ODORLESS" _locComment="" -->Odorless </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_RANK"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_RANK" _locComment="" -->Rank </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_HARSH"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_HARSH" _locComment="" -->Harsh </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_ACRID"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_ACRID" _locComment="" -->Acrid </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_GROSS"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_GROSS" _locComment="" -->Gross </value>
  </data>
<data name="strings.IDS_POTION_PREFIX_STINKY"><value><!-- _locID_text="strings.IDS_POTION_PREFIX_STINKY" _locComment="" -->Stinky </value>
  </data>
<data name="strings.IDS_POTION_DESC_WATER_BOTTLE"><value><!-- _locID_text="strings.IDS_POTION_DESC_WATER_BOTTLE" _locComment="" -->Used as the base of all potions. Use in a brewing stand to create potions.</value>
  </data>
<data name="strings.IDS_POTION_DESC_EMPTY"><value><!-- _locID_text="strings.IDS_POTION_DESC_EMPTY" _locComment="" -->Has no effects, can be used in a brewing stand to create potions by adding more ingredients.</value>
  </data>
<data name="strings.IDS_POTION_DESC_MOVESPEED"><value><!-- _locID_text="strings.IDS_POTION_DESC_MOVESPEED" _locComment="" -->Increases affected players, animals and monsters movement speed, and players sprinting speed, jumping length and field of view.</value>
  </data>
<data name="strings.IDS_POTION_DESC_MOVESLOWDOWN"><value><!-- _locID_text="strings.IDS_POTION_DESC_MOVESLOWDOWN" _locComment="" -->Reduces affected players, animals and monsters movement speed, and players sprinting speed, jumping length and field of view.</value>
  </data>
<data name="strings.IDS_POTION_DESC_DAMAGEBOOST"><value><!-- _locID_text="strings.IDS_POTION_DESC_DAMAGEBOOST" _locComment="" -->Increase the damage caused by affected players and monsters when attacking.</value>
  </data>
<data name="strings.IDS_POTION_DESC_WEAKNESS"><value><!-- _locID_text="strings.IDS_POTION_DESC_WEAKNESS" _locComment="" -->Reduces the damage cause by affected players and monsters when attacking.</value>
  </data>
<data name="strings.IDS_POTION_DESC_HEAL"><value><!-- _locID_text="strings.IDS_POTION_DESC_HEAL" _locComment="" -->Instantly increases the affected players, animals and monsters health.</value>
  </data>
<data name="strings.IDS_POTION_DESC_HARM"><value><!-- _locID_text="strings.IDS_POTION_DESC_HARM" _locComment="" -->Instantly reduces the affected players, animals and monsters health.</value>
  </data>
<data name="strings.IDS_POTION_DESC_REGENERATION"><value><!-- _locID_text="strings.IDS_POTION_DESC_REGENERATION" _locComment="" -->Restores health to the affected players, animals and monsters over time.</value>
  </data>
<data name="strings.IDS_POTION_DESC_FIRERESISTANCE"><value><!-- _locID_text="strings.IDS_POTION_DESC_FIRERESISTANCE" _locComment="" -->Makes the affected players, animals and monsters immune to damage from fire, lava, and ranged Blaze attacks.</value>
  </data>
<data name="strings.IDS_POTION_DESC_POISON"><value><!-- _locID_text="strings.IDS_POTION_DESC_POISON" _locComment="" -->Reduces health of the affected players, animals and monsters over time.</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_DAMAGE_ALL"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_DAMAGE_ALL" _locComment="" -->Sharpness</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_DAMAGE_UNDEAD"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_DAMAGE_UNDEAD" _locComment="" -->Smite</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_DAMAGE_ARTHROPODS"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_DAMAGE_ARTHROPODS" _locComment="" -->Bane of Arthropods</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_KNOCKBACK"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_KNOCKBACK" _locComment="" -->Knockback</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_FIRE"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_FIRE" _locComment="" -->Fire Aspect</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_PROTECT_ALL"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_PROTECT_ALL" _locComment="" -->Protection</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_PROTECT_FIRE"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_PROTECT_FIRE" _locComment="" -->Fire Protection</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_PROTECT_FALL"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_PROTECT_FALL" _locComment="" -->Feather Falling</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_PROTECT_EXPLOSION"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_PROTECT_EXPLOSION" _locComment="" -->Blast Protection</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_PROTECT_PROJECTILE"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_PROTECT_PROJECTILE" _locComment="" -->Projectile Protection</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_OXYGEN"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_OXYGEN" _locComment="" -->Respiration</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_WATER_WORKER"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_WATER_WORKER" _locComment="" -->Aqua Affinity</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_DIGGING"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_DIGGING" _locComment="" -->Efficiency</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_UNTOUCHING"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_UNTOUCHING" _locComment="" -->Silk Touch</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_DURABILITY"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_DURABILITY" _locComment="" -->Unbreaking</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_LOOT_BONUS"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_LOOT_BONUS" _locComment="" -->Looting</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_LOOT_BONUS_DIGGER"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_LOOT_BONUS_DIGGER" _locComment="" -->Fortune</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_ARROW_DAMAGE"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_ARROW_DAMAGE" _locComment="" -->Power</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_ARROW_FIRE"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_ARROW_FIRE" _locComment="" -->Flame</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_ARROW_KNOCKBACK"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_ARROW_KNOCKBACK" _locComment="" -->Punch</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_ARROW_INFINITE"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_ARROW_INFINITE" _locComment="" -->Infinity</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_LEVEL_1"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_LEVEL_1" _locComment="" -->I</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_LEVEL_2"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_LEVEL_2" _locComment="" -->II</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_LEVEL_3"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_LEVEL_3" _locComment="" -->III</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_LEVEL_4"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_LEVEL_4" _locComment="" -->IV</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_LEVEL_5"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_LEVEL_5" _locComment="" -->V</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_LEVEL_6"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_LEVEL_6" _locComment="" -->VI</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_LEVEL_7"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_LEVEL_7" _locComment="" -->VII</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_LEVEL_8"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_LEVEL_8" _locComment="" -->VIII</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_LEVEL_9"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_LEVEL_9" _locComment="" -->IX</value>
  </data>
<data name="strings.IDS_ENCHANTMENT_LEVEL_10"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_LEVEL_10" _locComment="" -->X</value>
  </data>
<data name="strings.IDS_DESC_EMERALDORE"><value><!-- _locID_text="strings.IDS_DESC_EMERALDORE" _locComment="" -->Can be mined with an Iron pickaxe or better to collect Emeralds.</value>
  </data>
<data name="strings.IDS_DESC_ENDERCHEST"><value><!-- _locID_text="strings.IDS_DESC_ENDERCHEST" _locComment="" -->Similar to a Chest except that items placed in an Ender Chest are available in every one of the player's Ender Chests, even in different dimensions.</value>
  </data>
<data name="strings.IDS_DESC_TRIPWIRE_SOURCE"><value><!-- _locID_text="strings.IDS_DESC_TRIPWIRE_SOURCE" _locComment="" -->Is activated when an entity passes through a connected Tripwire.</value>
  </data>
<data name="strings.IDS_DESC_TRIPWIRE"><value><!-- _locID_text="strings.IDS_DESC_TRIPWIRE" _locComment="" -->Activates a connected Tripwire Hook when an entity passes through it.</value>
  </data>
<data name="strings.IDS_DESC_EMERALDBLOCK"><value><!-- _locID_text="strings.IDS_DESC_EMERALDBLOCK" _locComment="" -->A compact way of storing Emeralds.</value>
  </data>
<data name="strings.IDS_DESC_COBBLESTONE_WALL"><value><!-- _locID_text="strings.IDS_DESC_COBBLESTONE_WALL" _locComment="" -->A wall made of Cobblestone.</value>
  </data>
<data name="strings.IDS_DESC_ANVIL"><value><!-- _locID_text="strings.IDS_DESC_ANVIL" _locComment="" -->Can be used to repair weapons, tools and armor.</value>
  </data>
<data name="strings.IDS_DESC_NETHER_QUARTZ_ORE"><value><!-- _locID_text="strings.IDS_DESC_NETHER_QUARTZ_ORE" _locComment="" -->Smelted in a furnace to produce Nether Quartz.</value>
  </data>
<data name="strings.IDS_DESC_QUARTZ_BLOCK"><value><!-- _locID_text="strings.IDS_DESC_QUARTZ_BLOCK" _locComment="" -->Used as a decoration.</value>
  </data>
<data name="strings.IDS_DESC_EMERALD"><value><!-- _locID_text="strings.IDS_DESC_EMERALD" _locComment="" -->Can be traded with villagers.</value>
  </data>
<data name="strings.IDS_DESC_FLOWERPOT"><value><!-- _locID_text="strings.IDS_DESC_FLOWERPOT" _locComment="" -->Used as a decoration. Flowers, Saplings, Cacti and Mushrooms can be planted in it.</value>
  </data>
<data name="strings.IDS_DESC_CARROTS"><value><!-- _locID_text="strings.IDS_DESC_CARROTS" _locComment="" -->Restores 2{*ICON_SHANK_01*}, and can be crafted into a golden carrot. Can be planted in farmland.</value>
  </data>
<data name="strings.IDS_DESC_POTATO"><value><!-- _locID_text="strings.IDS_DESC_POTATO" _locComment="" -->Restores 0.5{*ICON_SHANK_01*}, or can be cooked in a furnace. This can be planted in farmland.</value>
  </data>
<data name="strings.IDS_DESC_POTATO_BAKED"><value><!-- _locID_text="strings.IDS_DESC_POTATO_BAKED" _locComment="" -->Restores 3{*ICON_SHANK_01*}. Created by cooking a potato in a furnace.</value>
  </data>
<data name="strings.IDS_DESC_POTATO_POISONOUS"><value><!-- _locID_text="strings.IDS_DESC_POTATO_POISONOUS" _locComment="" -->Restores 1{*ICON_SHANK_01*}, or can be cooked in a furnace. This can be planted in farmland. Eating this can cause you to be poisoned.</value>
  </data>
<data name="strings.IDS_DESC_CARROT_GOLDEN"><value><!-- _locID_text="strings.IDS_DESC_CARROT_GOLDEN" _locComment="" -->Restores 3{*ICON_SHANK_01*}. Crafted from a carrot and gold nuggets.</value>
  </data>
<data name="strings.IDS_DESC_CARROT_ON_A_STICK"><value><!-- _locID_text="strings.IDS_DESC_CARROT_ON_A_STICK" _locComment="" -->Used to control a saddled pig when riding on it.</value>
  </data>
<data name="strings.IDS_DESC_PUMPKIN_PIE"><value><!-- _locID_text="strings.IDS_DESC_PUMPKIN_PIE" _locComment="" -->Restores 4{*ICON_SHANK_01*}.</value>
  </data>
<data name="strings.IDS_DESC_ENCHANTED_BOOK"><value><!-- _locID_text="strings.IDS_DESC_ENCHANTED_BOOK" _locComment="" -->Used with an Anvil to enchant weapons, tools or armor.</value>
  </data>
<data name="strings.IDS_DESC_NETHER_QUARTZ"><value><!-- _locID_text="strings.IDS_DESC_NETHER_QUARTZ" _locComment="" -->Created by mining Nether Quartz Ore. Can be crafted into a Block of Quartz.</value>
  </data>
<data name="strings.IDS_DESC_CARPET"><value><!-- _locID_text="strings.IDS_DESC_CARPET" _locComment="" -->Crafted from Wool. Used as a decoration.</value>
  </data>
<data name="strings.IDS_ITEM_EMERALD"><value><!-- _locID_text="strings.IDS_ITEM_EMERALD" _locComment="" -->Emerald</value>
  </data>
<data name="strings.IDS_FLOWERPOT"><value><!-- _locID_text="strings.IDS_FLOWERPOT" _locComment="" -->Flower Pot</value>
  </data>
<data name="strings.IDS_CARROTS"><value><!-- _locID_text="strings.IDS_CARROTS" _locComment="" -->Carrot</value>
  </data>
<data name="strings.IDS_POTATO"><value><!-- _locID_text="strings.IDS_POTATO" _locComment="" -->Potato</value>
  </data>
<data name="strings.IDS_ITEM_POTATO_BAKED"><value><!-- _locID_text="strings.IDS_ITEM_POTATO_BAKED" _locComment="" -->Baked Potato</value>
  </data>
<data name="strings.IDS_ITEM_POTATO_POISONOUS"><value><!-- _locID_text="strings.IDS_ITEM_POTATO_POISONOUS" _locComment="" -->Poisonous Potato</value>
  </data>
<data name="strings.IDS_ITEM_CARROT_GOLDEN"><value><!-- _locID_text="strings.IDS_ITEM_CARROT_GOLDEN" _locComment="" -->Golden Carrot</value>
  </data>
<data name="strings.IDS_ITEM_CARROT_ON_A_STICK"><value><!-- _locID_text="strings.IDS_ITEM_CARROT_ON_A_STICK" _locComment="" -->Carrot on a Stick</value>
  </data>
<data name="strings.IDS_ITEM_PUMPKIN_PIE"><value><!-- _locID_text="strings.IDS_ITEM_PUMPKIN_PIE" _locComment="" -->Pumpkin Pie</value>
  </data>
<data name="strings.IDS_ITEM_ENCHANTED_BOOK"><value><!-- _locID_text="strings.IDS_ITEM_ENCHANTED_BOOK" _locComment="" -->Enchanted Book</value>
  </data>
<data name="strings.IDS_ITEM_NETHER_QUARTZ"><value><!-- _locID_text="strings.IDS_ITEM_NETHER_QUARTZ" _locComment="" -->Nether Quartz</value>
  </data>
<data name="strings.IDS_TILE_EMERALDORE"><value><!-- _locID_text="strings.IDS_TILE_EMERALDORE" _locComment="" -->Emerald Ore</value>
  </data>
<data name="strings.IDS_TILE_ENDERCHEST"><value><!-- _locID_text="strings.IDS_TILE_ENDERCHEST" _locComment="" -->Ender Chest</value>
  </data>
<data name="strings.IDS_TILE_TRIPWIRE_SOURCE"><value><!-- _locID_text="strings.IDS_TILE_TRIPWIRE_SOURCE" _locComment="" -->Tripwire Hook</value>
  </data>
<data name="strings.IDS_TILE_TRIPWIRE"><value><!-- _locID_text="strings.IDS_TILE_TRIPWIRE" _locComment="" -->Tripwire</value>
  </data>
<data name="strings.IDS_TILE_EMERALDBLOCK"><value><!-- _locID_text="strings.IDS_TILE_EMERALDBLOCK" _locComment="" -->Block of Emerald</value>
  </data>
<data name="strings.IDS_TILE_COBBLESTONE_WALL"><value><!-- _locID_text="strings.IDS_TILE_COBBLESTONE_WALL" _locComment="" -->Cobblestone Wall</value>
  </data>
<data name="strings.IDS_TILE_COBBLESTONE_WALL_MOSSY"><value><!-- _locID_text="strings.IDS_TILE_COBBLESTONE_WALL_MOSSY" _locComment="" -->Mossy Cobblestone Wall</value>
  </data>
<data name="strings.IDS_TILE_FLOWERPOT"><value><!-- _locID_text="strings.IDS_TILE_FLOWERPOT" _locComment="" -->Flower Pot</value>
  </data>
<data name="strings.IDS_TILE_CARROTS"><value><!-- _locID_text="strings.IDS_TILE_CARROTS" _locComment="" -->Carrots</value>
  </data>
<data name="strings.IDS_TILE_POTATOES"><value><!-- _locID_text="strings.IDS_TILE_POTATOES" _locComment="" -->Potatoes</value>
  </data>
<data name="strings.IDS_TILE_ANVIL"><value><!-- _locID_text="strings.IDS_TILE_ANVIL" _locComment="" -->Anvil</value>
  </data>
<data name="strings.IDS_TILE_ANVIL_INTACT"><value><!-- _locID_text="strings.IDS_TILE_ANVIL_INTACT" _locComment="" -->Anvil</value>
  </data>
<data name="strings.IDS_TILE_ANVIL_SLIGHTLYDAMAGED"><value><!-- _locID_text="strings.IDS_TILE_ANVIL_SLIGHTLYDAMAGED" _locComment="" -->Slightly Damaged Anvil</value>
  </data>
<data name="strings.IDS_TILE_ANVIL_VERYDAMAGED"><value><!-- _locID_text="strings.IDS_TILE_ANVIL_VERYDAMAGED" _locComment="" -->Very Damaged Anvil</value>
  </data>
<data name="strings.IDS_TILE_NETHER_QUARTZ"><value><!-- _locID_text="strings.IDS_TILE_NETHER_QUARTZ" _locComment="" -->Nether Quartz Ore</value>
  </data>
<data name="strings.IDS_TILE_QUARTZ_BLOCK"><value><!-- _locID_text="strings.IDS_TILE_QUARTZ_BLOCK" _locComment="" -->Block of Quartz</value>
  </data>
<data name="strings.IDS_TILE_QUARTZ_BLOCK_CHISELED"><value><!-- _locID_text="strings.IDS_TILE_QUARTZ_BLOCK_CHISELED" _locComment="" -->Chiseled Quartz Block</value>
  </data>
<data name="strings.IDS_TILE_QUARTZ_BLOCK_LINES"><value><!-- _locID_text="strings.IDS_TILE_QUARTZ_BLOCK_LINES" _locComment="" -->Pillar Quartz Block</value>
  </data>
<data name="strings.IDS_TILE_STAIRS_QUARTZ"><value><!-- _locID_text="strings.IDS_TILE_STAIRS_QUARTZ" _locComment="" -->Quartz Stairs</value>
  </data>
<data name="strings.IDS_TILE_CARPET"><value><!-- _locID_text="strings.IDS_TILE_CARPET" _locComment="" -->Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_BLACK"><value><!-- _locID_text="strings.IDS_TILE_CARPET_BLACK" _locComment="" -->Black Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_RED"><value><!-- _locID_text="strings.IDS_TILE_CARPET_RED" _locComment="" -->Red Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_GREEN"><value><!-- _locID_text="strings.IDS_TILE_CARPET_GREEN" _locComment="" -->Green Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_BROWN"><value><!-- _locID_text="strings.IDS_TILE_CARPET_BROWN" _locComment="" -->Brown Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_BLUE"><value><!-- _locID_text="strings.IDS_TILE_CARPET_BLUE" _locComment="" -->Blue Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_PURPLE"><value><!-- _locID_text="strings.IDS_TILE_CARPET_PURPLE" _locComment="" -->Purple Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_CYAN"><value><!-- _locID_text="strings.IDS_TILE_CARPET_CYAN" _locComment="" -->Cyan Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_SILVER"><value><!-- _locID_text="strings.IDS_TILE_CARPET_SILVER" _locComment="" -->Light Gray Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_GRAY"><value><!-- _locID_text="strings.IDS_TILE_CARPET_GRAY" _locComment="" -->Gray Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_PINK"><value><!-- _locID_text="strings.IDS_TILE_CARPET_PINK" _locComment="" -->Pink Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_LIME"><value><!-- _locID_text="strings.IDS_TILE_CARPET_LIME" _locComment="" -->Lime Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_YELLOW"><value><!-- _locID_text="strings.IDS_TILE_CARPET_YELLOW" _locComment="" -->Yellow Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_LIGHT_BLUE"><value><!-- _locID_text="strings.IDS_TILE_CARPET_LIGHT_BLUE" _locComment="" -->Light Blue Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_MAGENTA"><value><!-- _locID_text="strings.IDS_TILE_CARPET_MAGENTA" _locComment="" -->Magenta Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_ORANGE"><value><!-- _locID_text="strings.IDS_TILE_CARPET_ORANGE" _locComment="" -->Orange Carpet</value>
  </data>
<data name="strings.IDS_TILE_CARPET_WHITE"><value><!-- _locID_text="strings.IDS_TILE_CARPET_WHITE" _locComment="" -->White Carpet</value>
  </data>
<data name="strings.IDS_TILE_SANDSTONE_CHISELED"><value><!-- _locID_text="strings.IDS_TILE_SANDSTONE_CHISELED" _locComment="" -->Chiseled Sandstone</value>
	</data>
<data name="strings.IDS_TILE_SANDSTONE_SMOOTH"><value><!-- _locID_text="strings.IDS_TILE_SANDSTONE_SMOOTH" _locComment="" -->Smooth Sandstone</value>
	</data>
<data name="strings.IDS_DEATH_THORNS"><value><!-- _locID_text="strings.IDS_DEATH_THORNS" _locComment="" -->{*PLAYER*} was killed trying to hurt {*SOURCE*}</value>
</data>
<data name="strings.IDS_DEATH_FALLING_ANVIL"><value><!-- _locID_text="strings.IDS_DEATH_FALLING_ANVIL" _locComment="" -->{*PLAYER*}  was squashed by a falling Anvil.</value>
</data>
<data name="strings.IDS_DEATH_FALLING_TILE"><value><!-- _locID_text="strings.IDS_DEATH_FALLING_TILE" _locComment="" -->{*PLAYER*} was squashed by a falling block.</value>
</data>
<data name="strings.IDS_COMMAND_TELEPORT_SUCCESS"><value><!-- _locID_text="strings.IDS_COMMAND_TELEPORT_SUCCESS" _locComment="" -->Teleported {*PLAYER*} to {*DESTINATION*}</value>
</data>
<data name="strings.IDS_COMMAND_TELEPORT_ME"><value><!-- _locID_text="strings.IDS_COMMAND_TELEPORT_ME" _locComment="" -->{*PLAYER*} teleported you to their position</value>
</data>
<data name="strings.IDS_COMMAND_TELEPORT_TO_ME"><value><!-- _locID_text="strings.IDS_COMMAND_TELEPORT_TO_ME" _locComment="" -->{*PLAYER*} teleported to you</value>
</data>
<data name="strings.IDS_ENCHANTMENT_THORNS"><value><!-- _locID_text="strings.IDS_ENCHANTMENT_THORNS" _locComment="" -->Thorns</value>
  </data>
<data name="strings.IDS_TILE_STONESLAB_QUARTZ"><value><!-- _locID_text="strings.IDS_TILE_STONESLAB_QUARTZ" _locComment="" -->Quartz Slab</value>
  </data>
<data name="strings.IDS_POTION_DESC_NIGHTVISION"><value><!-- _locID_text="strings.IDS_POTION_DESC_NIGHTVISION" _locComment="" -->Makes dark areas appear as if in daylight, even under water.</value>
  </data>
<data name="strings.IDS_POTION_DESC_INVISIBILITY"><value><!-- _locID_text="strings.IDS_POTION_DESC_INVISIBILITY" _locComment="" -->Makes affected players, animals and monsters invisible.</value>
  </data>
<data name="strings.IDS_REPAIR_AND_NAME"><value><!-- _locID_text="strings.IDS_REPAIR_AND_NAME" _locComment="" -->Repair &amp; Name</value>
  </data>
<data name="strings.IDS_REPAIR_COST"><value><!-- _locID_text="strings.IDS_REPAIR_COST" _locComment="" -->Enchantment Cost: %d</value>
  </data>
<data name="strings.IDS_REPAIR_EXPENSIVE"><value><!-- _locID_text="strings.IDS_REPAIR_EXPENSIVE" _locComment="" -->Too Expensive!</value>
  </data>
<data name="strings.IDS_TITLE_RENAME"><value><!-- _locID_text="strings.IDS_TITLE_RENAME" _locComment="" -->Rename</value>
  </data>
<data name="strings.IDS_YOU_HAVE"><value><!-- _locID_text="strings.IDS_YOU_HAVE" _locComment="" -->You have:</value>
  </data>
<data name="strings.IDS_REQUIRED_ITEMS_FOR_TRADE"><value><!-- _locID_text="strings.IDS_REQUIRED_ITEMS_FOR_TRADE" _locComment="" -->Required Items For Trade</value>
  </data>
<data name="strings.IDS_VILLAGER_OFFERS_ITEM"><value><!-- _locID_text="strings.IDS_VILLAGER_OFFERS_ITEM" _locComment="" -->{*VILLAGER_TYPE*} offers %s</value>
  </data>
<data name="strings.IDS_TOOLTIPS_REPAIR"><value><!-- _locID_text="strings.IDS_TOOLTIPS_REPAIR" _locComment="" -->Repair</value>
</data>
<data name="strings.IDS_TOOLTIPS_TRADE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_TRADE" _locComment="" -->Trade</value>
</data>
<data name="strings.IDS_TOOLTIPS_DYECOLLAR"><value><!-- _locID_text="strings.IDS_TOOLTIPS_DYECOLLAR" _locComment="" -->Dye collar</value>
</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_OVERVIEW" _locComment="" -->
			This is the Anvil interface, which you can use to rename, repair and apply enchantments to weapons, armor, or tools, at the cost of Experience Levels.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_PROMPT_ANVIL_MENU_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_ANVIL_MENU_OVERVIEW" _locComment="" -->
			{*B*}
			Press{*CONTROLLER_VK_A*} to learn more about the Anvil interface.{*B*}
			Press{*CONTROLLER_VK_B*} if you already know the Anvil interface.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_START"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_START" _locComment="" -->
			To begin working on an item, place it in the first input slot. 
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_REPAIR"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_REPAIR" _locComment="" -->
			When the correct raw material is placed in the second input slot (e.g. Iron Ingots for a damaged Iron Sword), the proposed repair appears in the output slot.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_SACRIFICE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_SACRIFICE" _locComment="" -->
			Alternatively, a second identical item can be placed into the second slot to combine the two items.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_ENCHANT"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_ENCHANT" _locComment="" -->
			To enchant items on the Anvil, place an Enchanted Book in the second input slot.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_COST"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_COST" _locComment="" -->
			The number of Experience Levels that the work will cost is shown beneath the output. If you do not have enough Experience Levels, the repair cannot be completed.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_RENAMING"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_RENAMING" _locComment="" -->
			It is possible to rename the item by editing the name shown in the textbox.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_SMITH"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_MENU_SMITH" _locComment="" -->
			Picking up the repaired item will consume both items used by the Anvil and decrease your Experience Level by the given amount.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_OVERVIEW" _locComment="" -->
			In this area there is an Anvil and a Chest containing tools and weapons to work on.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_PROMPT_ANVIL_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_ANVIL_OVERVIEW" _locComment="" -->
			{*B*}
			Press{*CONTROLLER_VK_A*} to learn more about the Anvil.{*B*}
			Press{*CONTROLLER_VK_B*} if you already know about the Anvil.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_SUMMARY"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_SUMMARY" _locComment="" -->
			Using an Anvil, weapons and tools can be repaired to restore their durability, renamed, or enchanted with Enchanted Books.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_ENCHANTED_BOOKS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_ENCHANTED_BOOKS" _locComment="" -->
			Enchanted Books can be found inside Chests within dungeons, or enchanted from normal Books at the Enchantment Table.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_COST"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_COST" _locComment="" -->
			Using the Anvil costs Experience Levels, and each use has a chance to damage the Anvil.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_COST2"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_COST2" _locComment="" -->
			The type of work to be done, value of the item, number of enchantments, and amount of prior work all affect the cost of repair.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_RENAMING"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_RENAMING" _locComment="" -->
			Renaming an item changes the displayed name for all players and permanently reduces the prior work cost.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ANVIL_USE_CHESTS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ANVIL_USE_CHESTS" _locComment="" -->
			In the Chest in this area you will find damaged Pickaxes, raw materials, Bottles O' Enchanting, and Enchanted Books to experiment with.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_TRADING_MENU_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRADING_MENU_OVERVIEW" _locComment="" -->
			This is the trading interface which displays trades that can be made with a villager.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_PROMPT_TRADING_MENU_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_TRADING_MENU_OVERVIEW" _locComment="" -->
			{*B*}
			Press{*CONTROLLER_VK_A*} to learn more about the trading interface.{*B*}
			Press{*CONTROLLER_VK_B*} if you already know the trading interface.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_TRADING_MENU_START"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRADING_MENU_START" _locComment="" -->
			All trades that the villager is willing to make at the moment are displayed along the top.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_TRADING_MENU_UNAVAILABLE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRADING_MENU_UNAVAILABLE" _locComment="" -->
			Trades will appear red and be unavailable if you do not have the required items.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_TRADING_MENU_DETAILS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRADING_MENU_DETAILS" _locComment="" -->
			The amount and type of items you are giving to the villager are shown in the two boxes on the left.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_TRADING_MENU_INVENTORY"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRADING_MENU_INVENTORY" _locComment="" -->
			You can see the total number of the items required for the trade in the two boxes on the left.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_TRADING_MENU_TRADE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRADING_MENU_TRADE" _locComment="" -->
			Press{*CONTROLLER_VK_A*} to trade the items the villager requires for the item on offer.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_TRADING_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRADING_OVERVIEW" _locComment="" -->
			In this area there is a villager and a Chest containing Paper to purchase items.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_PROMPT_TRADING_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_TRADING_OVERVIEW" _locComment="" -->
			{*B*}
			Press{*CONTROLLER_VK_A*} to learn more about trading.{*B*}
			Press{*CONTROLLER_VK_B*} if you already know about trading.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_TRADING_SUMMARY"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRADING_SUMMARY" _locComment="" -->
			Players can trade items from their inventory with villagers.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_TRADING_TRADES"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRADING_TRADES" _locComment="" -->
			The trades a villager is likely to offer depends on their profession.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_TRADING_INCREASE_TRADES"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRADING_INCREASE_TRADES" _locComment="" -->
			Performing a mix of trades will randomly add to or update the villager's available trades.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_TRADING_DECREASE_TRADES"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRADING_DECREASE_TRADES" _locComment="" -->
			Trades that have been used frequently may be removed temporarily, but the villager will always offer at least one trade.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_TRADING_USE_CHESTS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_TRADING_USE_CHESTS" _locComment="" -->
			Take some Paper from the Chest and try trading with the villager here.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ENDERCHEST_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENDERCHEST_OVERVIEW" _locComment="" -->
			In this area there are two Ender Chests.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_PROMPT_ENDERCHEST_OVERVIEW"><value><!-- _locID_text="strings.IDS_TUTORIAL_PROMPT_ENDERCHEST_OVERVIEW" _locComment="" -->
			{*B*}
			Press{*CONTROLLER_VK_A*} to learn more about Ender Chests.{*B*}
			Press{*CONTROLLER_VK_B*} if you already know about Ender Chests.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ENDERCHEST_SUMMARY"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENDERCHEST_SUMMARY" _locComment="" -->
			All Ender Chests in a world are linked, even across dimensions. Items placed into an Ender Chest are accessible in any other Ender Chest.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ENDERCHEST_PLAYERS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENDERCHEST_PLAYERS" _locComment="" -->
			However, the contents of the Ender Chests are different for each player.
		</value>
	</data>
<data name="strings.IDS_TUTORIAL_TASK_ENDERCHEST_FUNCTION"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENDERCHEST_FUNCTION" _locComment="" -->
			This allows players to store items in any Ender Chest, and retrieve them from other Ender Chests in different positions in the world. You can try this now by placing items in either Ender Chest.
		</value>
	</data>
<data name="strings.IDS_DESC_ENCHANTED_GOLDENAPPLE"><value><!-- _locID_text="strings.IDS_DESC_ENCHANTED_GOLDENAPPLE" _locComment="" -->Restores 2{*ICON_SHANK_01*}, regenerates health for 30 seconds, and grants fire resistance and damage resistance for 5 minutes. Crafted from an apple and gold blocks.</value>
	</data>
<data name="strings.IDS_ENABLE_TELEPORT"><value><!-- _locID_text="strings.IDS_ENABLE_TELEPORT" _locComment="" -->Can Teleport</value>
  </data>
<data name="strings.IDS_TELEPORT"><value><!-- _locID_text="strings.IDS_TELEPORT" _locComment="" -->Teleport</value>
  </data>
<data name="strings.IDS_TELEPORT_TO_PLAYER"><value><!-- _locID_text="strings.IDS_TELEPORT_TO_PLAYER" _locComment="" -->Teleport To Player</value>
  </data>
<data name="strings.IDS_TELEPORT_TO_ME"><value><!-- _locID_text="strings.IDS_TELEPORT_TO_ME" _locComment="" -->Teleport To Me</value>
  </data>
<data name="strings.IDS_CAN_DISABLE_EXHAUSTION"><value><!-- _locID_text="strings.IDS_CAN_DISABLE_EXHAUSTION" _locComment="" -->Can Disable Exhaustion</value>
  </data>
<data name="strings.IDS_CAN_INVISIBLE"><value><!-- _locID_text="strings.IDS_CAN_INVISIBLE" _locComment="" -->Can Become Invisible</value>
  </data>
<data name="strings.IDS_PRIV_CAN_INVISIBLE_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_CAN_INVISIBLE_TOGGLE_ON" _locComment="" -->You can now enable invisibility</value>
</data>
<data name="strings.IDS_PRIV_CAN_INVISIBLE_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_CAN_INVISIBLE_TOGGLE_OFF" _locComment="" -->You can no longer enable invisibility</value>
</data>
<data name="strings.IDS_PRIV_CAN_FLY_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_CAN_FLY_TOGGLE_ON" _locComment="" -->You can now enable flying</value>
</data>
<data name="strings.IDS_PRIV_CAN_FLY_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_CAN_FLY_TOGGLE_OFF" _locComment="" -->You can no longer enable flying</value>
</data>
<data name="strings.IDS_PRIV_CAN_EXHAUSTION_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_CAN_EXHAUSTION_TOGGLE_ON" _locComment="" -->You can now disable exhaustion</value>
</data>
<data name="strings.IDS_PRIV_CAN_EXHAUSTION_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_CAN_EXHAUSTION_TOGGLE_OFF" _locComment="" -->You can no longer disable exhaustion</value>
</data>
<data name="strings.IDS_PRIV_CAN_TELEPORT_TOGGLE_ON"><value><!-- _locID_text="strings.IDS_PRIV_CAN_TELEPORT_TOGGLE_ON" _locComment="" -->You can now teleport</value>
</data>
<data name="strings.IDS_PRIV_CAN_TELEPORT_TOGGLE_OFF"><value><!-- _locID_text="strings.IDS_PRIV_CAN_TELEPORT_TOGGLE_OFF" _locComment="" -->You can no longer teleport</value>
</data>
<data name="strings.IDS_HOW_TO_PLAY_ANVIL"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_ANVIL" _locComment="" -->{*T3*}HOW TO PLAY : ANVIL{*ETW*}{*B*}{*B*}
Experience Levels can be used to repair, enchant or rename items with the Anvil.{*B*}
All items can be renamed, although only items with durability can be repaired or have enchantments from Enchanted Books applied to them.{*B*}
An item can be repaired by placing it in one of the input slots on the left, along with either some raw materials of the item, like Iron Ingots for an Iron Sword, or combined with another item of the same type.{*B*}
Combining items is more efficient when done with an Anvil, and additionally, if either of the items were enchanted, the finished product may have enchantments from either of the inputs.{*B*}
Enchanted Books can apply enchantments to items by combining them at an Anvil if the Book's enchantment is suitable. Enchanted Books can be found in Chests within dungeons, or enchanted from normal Books at the Enchantment Table.{*B*}
There is a chance that the Anvil will be damaged with each use and after enough punishment it will be destroyed.{*B*}
    </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_TRADING"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_TRADING" _locComment="" -->{*T3*}HOW TO PLAY : TRADING{*ETW*}{*B*}{*B*}
It is possible to trade items with villagers. Each villager has a profession; they can be Farmers, Butchers, Blacksmiths, Librarians or Priests, and this affects the type of items they might trade.{*B*}
You can find a list of all the trades a villager is offering in the trading menu. A villager may modify or add to its trades whenever a player trades with it, although a trade might become temporarily disabled if it is used too frequently.{*B*}
Trades usually involve buying or selling a number of items for emeralds.{*B*}
If you do not have the items required for a trade, the items are shown in red.{*B*}
    </value>
  </data>
<data name="strings.IDS_HOW_TO_PLAY_ENDERCHEST"><value><!-- _locID_text="strings.IDS_HOW_TO_PLAY_ENDERCHEST" _locComment="" -->{*T3*}HOW TO PLAY : ENDER CHEST {*ETW*}{*B*}{*B*}
All Ender Chests in a world are linked. Items placed into an Ender Chest are accessible in any other. However, the contents of the Ender Chests are different for each player. This allows players to store items in any Ender Chest, and retrieve them from other Ender Chests in different positions in the world.
  </value>
  </data>
<data name="strings.IDS_VILLAGER_FARMER"><value><!-- _locID_text="strings.IDS_VILLAGER_FARMER" _locComment="" -->Farmer</value>
  </data>
<data name="strings.IDS_VILLAGER_LIBRARIAN"><value><!-- _locID_text="strings.IDS_VILLAGER_LIBRARIAN" _locComment="" -->Librarian</value>
  </data>
<data name="strings.IDS_VILLAGER_PRIEST"><value><!-- _locID_text="strings.IDS_VILLAGER_PRIEST" _locComment="" -->Priest</value>
  </data>
<data name="strings.IDS_VILLAGER_SMITH"><value><!-- _locID_text="strings.IDS_VILLAGER_SMITH" _locComment="" -->Blacksmith</value>
  </data>
<data name="strings.IDS_VILLAGER_BUTCHER"><value><!-- _locID_text="strings.IDS_VILLAGER_BUTCHER" _locComment="" -->Butcher</value>
  </data>
<data name="strings.IDS_DESC_VILLAGER"><value><!-- _locID_text="strings.IDS_DESC_VILLAGER" _locComment="" -->Found in villages, villagers will offer to sell items to the player depending on their profession.</value>
  </data>
<data name="strings.IDS_CHEST_LARGE"><value><!-- _locID_text="strings.IDS_CHEST_LARGE" _locComment="" -->Large Chest</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_ENCHANTING_BOOKS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_ENCHANTING_BOOKS" _locComment="" -->
	  You can also create Enchanted Books at the Enchantment Table, which can be used later at the Anvil to apply their enchantment to an item.
	</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_REDSTONE_TRIPWIRE"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_REDSTONE_TRIPWIRE" _locComment="" -->
		Tripwire Hooks will also provide constant power to a circuit while something is triggering the string between them.
	</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREEDING_WOLF_COLLAR"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREEDING_WOLF_COLLAR" _locComment="" -->
        Once tamed, a wolf will always have its collar on. The color of their collar can be changed by dying it.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_FARMING_CARROTS_AND_POTATOES"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_FARMING_CARROTS_AND_POTATOES" _locComment="" -->Carrots and Potatoes are farmed by planting Carrots or Potatoes, and are ready for harvesting when the vegetable is visible above the ground.</value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_BREEDING_RIDING_PIGS"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_BREEDING_RIDING_PIGS" _locComment="" -->
        Additionally, pigs can be saddled and then ridden by players. They are controlled by tempting them with a Carrot on a Stick.
    </value>
  </data>
<data name="strings.IDS_TUTORIAL_TASK_MINECART_PUSHING"><value><!-- _locID_text="strings.IDS_TUTORIAL_TASK_MINECART_PUSHING" _locComment="" -->
      If necessary you can slowly move your minecart along using {*CONTROLLER_ACTION_MOVE*}. This helps to start the minecart by getting it onto a powered rail.
    </value>
  </data>
<data name="strings.IDS_CONNECTION_FAILED_NO_SD_SPLITSCREEN"><value><!-- _locID_text="strings.IDS_CONNECTION_FAILED_NO_SD_SPLITSCREEN" _locComment="" -->You cannot join this game as split-screen is only supported when in High Definition mode. Sign out all other players if you wish to join.</value>
  </data>
<data name="strings.IDS_TOOLTIPS_CURE"><value><!-- _locID_text="strings.IDS_TOOLTIPS_CURE" _locComment="" -->Cure</value>
  </data>
<data name="strings.IDS_PLATFORM_NAME"><value><!-- _locID_text="strings.IDS_PLATFORM_NAME" _locComment="" -->Xbox 360</value>
  </data>
<data name="strings.IDS_BACK_BUTTON"><value><!-- _locID_text="strings.IDS_BACK_BUTTON" _locComment="" -->Back</value>
  </data>
<data name="strings.IDS_HOST_OPTION_DISABLES_ACHIEVEMENTS"><value><!-- _locID_text="strings.IDS_HOST_OPTION_DISABLES_ACHIEVEMENTS" _locComment="" -->This option disables achievements and leaderboard updates for this world while playing, and if loading it again after saving with this option on.</value>
  </data>
<data name="strings.IDS_SAVE_TRANSFER_TITLE"><value><!-- _locID_text="strings.IDS_SAVE_TRANSFER_TITLE" _locComment="" -->Upload Save For Xbox One</value>
  </data>
<data name="strings.IDS_UPLOAD_SAVE"><value><!-- _locID_text="strings.IDS_UPLOAD_SAVE" _locComment="" -->Upload Save</value>
  </data>
<data name="strings.IDS_SAVE_TRANSFER_TEXT"><value><!-- _locID_text="strings.IDS_SAVE_TRANSFER_TEXT" _locComment="" -->Only one Xbox 360 console save can be stored in the save transfer area at a time. Please ensure you have downloaded the save on your Xbox One console before uploading another Xbox 360 console save.</value>
  </data>
<data name="strings.IDS_SAVE_TRANSFER_UPLOADING"><value><!-- _locID_text="strings.IDS_SAVE_TRANSFER_UPLOADING" _locComment="" -->Uploading...</value>
  </data>
<data name="strings.IDS_SAVE_TRANSFER_UPLOADCOMPLETE"><value><!-- _locID_text="strings.IDS_SAVE_TRANSFER_UPLOADCOMPLETE" _locComment="" -->Upload Complete!</value>
  </data>
<data name="strings.IDS_SAVE_TRANSFER_UPLOADFAILED"><value><!-- _locID_text="strings.IDS_SAVE_TRANSFER_UPLOADFAILED" _locComment="" -->Upload Failed. Please try again later.</value>
  </data>
<data name="Tutorialstrings.IDS_COLLECTED_MUSIC_DISCS"><value><!-- _locID_text="Tutorialstrings.IDS_COLLECTED_MUSIC_DISCS" _locComment="" -->You have found {*progress*} of {*goal*} Music Discs!</value>
  </data>
</root>