Advertisement
Guest User

Untitled

a guest
Nov 28th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # block
  5. ####################
  6.  
  7. block {
  8. I:ATM=1402
  9. I:"Copper Ore"=1870
  10. I:"Crystal Ore"=1868
  11. I:"Drywall Blue"=1453
  12. I:"Drywall Green"=1454
  13. I:"Drywall Grey"=1455
  14. I:"Drywall Red"=1452
  15. I:"Drywall White"=1456
  16. I:"Floating Shelves"=1874
  17. I:"Floor Blocks"=1450
  18. I:"Horizontal Poster 1"=1445
  19. I:"Horizontal Poster 2"=1446
  20. I:"Horizontal Poster 3"=1447
  21. I:"Horizontal Poster 4"=1448
  22. I:"Lighting Blocks"=2860
  23. I:"Lighting Blocks (Rotatable)"=2861
  24. I:"Ore Storage"=1451
  25. I:"Plastic Block"=1424
  26. I:"Rebar Block"=1449
  27. I:"Ruby Ore"=1403
  28. I:"Sapphire Ore"=1867
  29. I:"Silver Ore"=1873
  30. I:"Skyscraper Blocks"=1421
  31. I:"Stained Glass"=1416
  32. I:"Stained Glass Lit"=1866
  33. I:"Styled Glass"=1865
  34. I:"Styled Glass Lit"=1864
  35. I:"Tecmonium Ore"=1872
  36. I:"Tin Ore"=1869
  37. I:"Titanium Ore"=1871
  38. I:"Vertical Poster 1"=1857
  39. I:"Vertical Poster 2"=1442
  40. I:"Vertical Poster 3"=1443
  41. I:"Vertical Poster 4"=1444
  42. I:"Wool Ceiling Tile"=1863
  43. I:"Wool Stone"=1414
  44. I:"Wool Wood"=1862
  45. }
  46.  
  47.  
  48. ####################
  49. # currency large
  50. ####################
  51.  
  52. "currency large" {
  53. S:general=Dollar
  54. }
  55.  
  56.  
  57. ####################
  58. # currency large (plural)
  59. ####################
  60.  
  61. "currency large (plural)" {
  62. S:general=Dollars
  63. }
  64.  
  65.  
  66. ####################
  67. # currency small
  68. ####################
  69.  
  70. "currency small" {
  71. S:general=Cent
  72. }
  73.  
  74.  
  75. ####################
  76. # currency small (plural)
  77. ####################
  78.  
  79. "currency small (plural)" {
  80. S:general=Cents
  81. }
  82.  
  83.  
  84. ####################
  85. # general
  86. ####################
  87.  
  88. general {
  89. B:"debug mode"=false
  90. B:generateCopper=true
  91. B:generateRuby=true
  92. B:generateSilver=true
  93. B:generateTin=true
  94. B:generateTitanium=true
  95. }
  96.  
  97.  
  98. ####################
  99. # item
  100. ####################
  101.  
  102. item {
  103. I:"ATM Item"=18016
  104. I:"Banker Spawner"=18018
  105. I:"Coin (1)"=18000
  106. I:"Coin (10)"=18003
  107. I:"Coin (100)"=18006
  108. I:"Coin (2)"=18001
  109. I:"Coin (25)"=18004
  110. I:"Coin (5)"=18002
  111. I:"Coin (50)"=18005
  112. I:"Copper Ingot"=18078
  113. I:"Crystal Item"=18081
  114. I:"Debit Card"=18015
  115. I:"Debit Card (Damaged)"=18015
  116. I:"Diamond Ring"=18065
  117. I:"Large PCB"=18060
  118. I:Necklace=18066
  119. I:"Note (1,000)"=18010
  120. I:"Note (10,000)"=18013
  121. I:"Note (100)"=18007
  122. I:"Note (2,000)"=18011
  123. I:"Note (200)"=18008
  124. I:"Note (5,000)"=18012
  125. I:"Note (500)"=18009
  126. I:Plastic=18058
  127. I:"Pre-Paid Card"=18014
  128. I:"Ring Item"=18064
  129. I:"Ruby Item"=18074
  130. I:"Ruby Necklace"=18067
  131. I:"Sapphire Item"=18080
  132. I:"Silver Ingot"=18077
  133. I:"Small PCB"=18059
  134. I:"Tecmonium Ingot"=18076
  135. I:"Tin Ingot"=18079
  136. I:"Titanium Ingot"=18075
  137. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement