documentation.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "Conductors" : {
  3. "Mesecon" : "mesecons_wires/doc/mesecon",
  4. "Insulated Wire" : "mesecons_insulated/doc/insulated",
  5. "T-Junction" : "mesecons_extrawires/doc/tjunction",
  6. "Crossing" : "mesecons_extrawires/doc/crossing",
  7. "Corner" : "mesecons_extrawires/doc/corner",
  8. "Vertical Wire" : "mesecons_extrawires/doc/vertical",
  9. "Mese" : "mesecons_extrawires/doc/mese"
  10. },
  11. "Receptors" : {
  12. "Power Plant" : "mesecons_powerplant/doc/powerplant",
  13. "Blinky Plant" : "mesecons_blinkyplant/doc/blinkyplant",
  14. "Switch" : "mesecons_switch/doc/switch",
  15. "Object Detector" : "mesecons_detector/doc/objectdetector",
  16. "Node Detector" : "mesecons_detector/doc/nodedetector",
  17. "Wall Lever" : "mesecons_walllever/doc/walllever",
  18. "Pressure Plate" : "mesecons_pressureplates/doc/pressureplate_wood",
  19. "Pressure Plate" : "mesecons_pressureplates/doc/pressureplate_stone",
  20. "Water Turbine" : "mesecons_hydroturbine/doc/waterturbine",
  21. "Solar Panel" : "mesecons_solarpanel/doc/solarpanel",
  22. "Wall Button" : "mesecons_button/doc/button"
  23. },
  24. "Effectors" : {
  25. "Noteblock" : "mesecons_noteblock/doc/noteblock",
  26. "Lamp" : "mesecons_lamp/doc/lamp",
  27. "Piston" : "mesecons_pistons/doc/piston",
  28. "Sticky Piston" : "mesecons_pistons/doc/piston_sticky",
  29. "Movestone" : "mesecons_movestones/doc/movestone",
  30. "Sticky Movestone" : "mesecons_movestones/doc/movestone_sticky",
  31. "Removestone" : "mesecons_random/doc/removestone",
  32. "Ghoststone" : "mesecons_random/doc/ghoststone",
  33. "Command Block" : "mesecons_commandblock/doc/commandblock",
  34. "Lightstones" : {
  35. "Dark Grey" : "mesecons_lightstone/doc/lightstone_darkgrey",
  36. "Light Grey" : "mesecons_lightstone/doc/lightstone_lightgrey",
  37. "Green" : "mesecons_lightstone/doc/lightstone_green",
  38. "Red" : "mesecons_lightstone/doc/lightstone_red",
  39. "Blue" : "mesecons_lightstone/doc/lightstone_blue",
  40. "Yellow" : "mesecons_lightstone/doc/lightstone_yellow"
  41. }
  42. },
  43. "Logic" : {
  44. "Luacontroller" : "mesecons_luacontroller/doc/luacontroller",
  45. "FPGA" : "mesecons_fpga/doc/fpga",
  46. "FPGA Programmer" : "mesecons_fpga/doc/programmer",
  47. "Torch" : "mesecons_torch/doc/torch",
  48. "Delayer" : "mesecons_delayer/doc/delayer",
  49. "Gates" : {
  50. "Diode" : "mesecons_gates/doc/diode",
  51. "NOT Gate" : "mesecons_gates/doc/not",
  52. "AND Gate" : "mesecons_gates/doc/and",
  53. "NAND Gate" : "mesecons_gates/doc/nand",
  54. "OR Gate" : "mesecons_gates/doc/or",
  55. "NOR Gate" : "mesecons_gates/doc/nor",
  56. "XOR Gate" : "mesecons_gates/doc/xor"
  57. }
  58. },
  59. "Crafts" : {
  60. "Silicon" : "mesecons_materials/doc/silicon",
  61. "Glue" : "mesecons_materials/doc/glue",
  62. "Fiber" : "mesecons_materials/doc/fiber"
  63. }
  64. }