diff --git a/documentation.json b/documentation.json new file mode 100644 index 0000000000000000000000000000000000000000..8cc0254eadaadcba95120335e109f268f48f0a6c --- /dev/null +++ b/documentation.json @@ -0,0 +1,62 @@ +{ + "Conductors" : { + "Mesecon" : "mesecons/doc/mesecon", + "Insulated Wire" : "mesecons_insulated/doc/insulated", + "T-Junction" : "mesecons_extrawires/doc/tjunction", + "Crossing" : "mesecons_extrawires/doc/crossing", + "Corner" : "mesecons_extrawires/doc/corner", + "Vertical Wire" : "mesecons_extrawires/doc/vertical", + "Mese" : "mesecons_extrawires/doc/mese" + }, + "Receptors" : { + "Power Plant" : "mesecons_powerplant/doc/powerplant", + "Blinky Plant" : "mesecons_blinkyplant/doc/blinkyplant", + "Switch" : "mesecons_switch/doc/switch", + "Object Detector" : "mesecons_detector/doc/objectdetector", + "Node Detector" : "mesecons_detector/doc/nodedetector", + "Wall Lever" : "mesecons_walllever/doc/walllever", + "Pressure Plate" : "mesecons_pressureplates/doc/pressureplate_wood", + "Pressure Plate" : "mesecons_pressureplates/doc/pressureplate_stone", + "Water Turbine" : "mesecons_hydroturbine/doc/waterturbine", + "Solar Panel" : "mesecons_solarpanel/doc/solarpanel", + "Wall Button" : "mesecons_button/doc/button" + }, + "Effectors" : { + "Noteblock" : "mesecons_noteblock/doc/noteblock", + "Lamp" : "mesecons_lamp/doc/lamp", + "Piston" : "mesecons_pistons/doc/piston", + "Sticky Piston" : "mesecons_pistons/doc/piston_sticky", + "Movestone" : "mesecons_movestones/doc/movestone", + "Sticky Movestone" : "mesecons_movestones/doc/movestone_sticky", + "Removestone" : "mesecons_random/doc/removestone", + "Ghoststone" : "mesecons_random/doc/ghoststone", + "Command Block" : "mesecons_commandblock/doc/commandblock", + "Lightstones" : { + "Dark Grey" : "mesecons_lightstone/doc/lightstone_darkgrey", + "Light Grey" : "mesecons_lightstone/doc/lightstone_lightgrey", + "Green" : "mesecons_lightstone/doc/lightstone_green", + "Red" : "mesecons_lightstone/doc/lightstone_red", + "Blue" : "mesecons_lightstone/doc/lightstone_blue", + "Yellow" : "mesecons_lightstone/doc/lightstone_yellow" + } + }, + "Logic" : { + "Luacontroller" : "mesecons_luacontroller/doc/luacontroller", + "Torch" : "mesecons_torch/doc/torch", + "Delayer" : "mesecons_delayer/doc/delayer", + "Gates" : { + "Diode" : "mesecons_gates/doc/diode", + "NOT Gate" : "mesecons_gates/doc/not", + "AND Gate" : "mesecons_gates/doc/and", + "NAND Gate" : "mesecons_gates/doc/nand", + "OR Gate" : "mesecons_gates/doc/or", + "NOR Gate" : "mesecons_gates/doc/nor", + "XOR Gate" : "mesecons_gates/doc/xor" + } + }, + "Crafts" : { + "Silicon" : "mesecons_materials/doc/silicon", + "Glue" : "mesecons_materials/doc/glue", + "Fiber" : "mesecons_materials/doc/fiber" + } +} diff --git a/mesecons/doc/mesecon/description.html b/mesecons/doc/mesecon/description.html new file mode 100644 index 0000000000000000000000000000000000000000..a22ec65b2e5e5b4a355b76316e015148e39c74b8 --- /dev/null +++ b/mesecons/doc/mesecon/description.html @@ -0,0 +1 @@ + Mesecons are the wires, use them to connect effectors with receptors. diff --git a/mesecons/doc/mesecon/preview.png b/mesecons/doc/mesecon/preview.png new file mode 100755 index 0000000000000000000000000000000000000000..f81e5cb25d36c87ec4f37545a4becf91a3d90a25 Binary files /dev/null and b/mesecons/doc/mesecon/preview.png differ diff --git a/mesecons/doc/mesecon/recipe.png b/mesecons/doc/mesecon/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..72f92108125d8a554384e3fe2effed2cdd11f2ab Binary files /dev/null and b/mesecons/doc/mesecon/recipe.png differ diff --git a/mesecons_blinkyplant/doc/blinkyplant/description.html b/mesecons_blinkyplant/doc/blinkyplant/description.html new file mode 100644 index 0000000000000000000000000000000000000000..2a7db4804e3f13c8cb61a6d9d94519c1da459248 --- /dev/null +++ b/mesecons_blinkyplant/doc/blinkyplant/description.html @@ -0,0 +1 @@ +The blinky plants toggles between on and off state every three seconds. Can be used to make clocks. Also works after having restarted the game. diff --git a/mesecons_blinkyplant/doc/blinkyplant/preview.png b/mesecons_blinkyplant/doc/blinkyplant/preview.png new file mode 100755 index 0000000000000000000000000000000000000000..40ce5b51eb4fcd202508f011668b06e12c0979cf Binary files /dev/null and b/mesecons_blinkyplant/doc/blinkyplant/preview.png differ diff --git a/mesecons_blinkyplant/doc/blinkyplant/recipe.png b/mesecons_blinkyplant/doc/blinkyplant/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..6f1e14844a5d0cb7dffe146c13978cd0a56564be Binary files /dev/null and b/mesecons_blinkyplant/doc/blinkyplant/recipe.png differ diff --git a/mesecons_button/doc/button/description.html b/mesecons_button/doc/button/description.html new file mode 100644 index 0000000000000000000000000000000000000000..ae6bf07f9d2fbc9bc0face501b3ba6a8e795167c --- /dev/null +++ b/mesecons_button/doc/button/description.html @@ -0,0 +1 @@ +This receptor can be attached to walls. It turns on for 1 second if it's punched. diff --git a/mesecons_button/doc/button/preview.png b/mesecons_button/doc/button/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..b69f8f4f333d47a8799bc56b44c4245dece2aca7 Binary files /dev/null and b/mesecons_button/doc/button/preview.png differ diff --git a/mesecons_button/doc/button/recipe.png b/mesecons_button/doc/button/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..c6232b482c9d88413300c74cbf6d7a74f0d4daed Binary files /dev/null and b/mesecons_button/doc/button/recipe.png differ diff --git a/mesecons_commandblock/doc/commandblock/description.html b/mesecons_commandblock/doc/commandblock/description.html new file mode 100644 index 0000000000000000000000000000000000000000..405b7e55d59b655ce2f0342ce2b9d40ef948e43b --- /dev/null +++ b/mesecons_commandblock/doc/commandblock/description.html @@ -0,0 +1 @@ +There is no crafting recipe as this should only be available for server admins. Quite similar to the Minecraft counterpart. Executes server commands. diff --git a/mesecons_commandblock/doc/commandblock/preview.png b/mesecons_commandblock/doc/commandblock/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..d89cc7bc56ac01a18d2a86d767ab1994005d1f2f Binary files /dev/null and b/mesecons_commandblock/doc/commandblock/preview.png differ diff --git a/mesecons_delayer/doc/delayer/description.html b/mesecons_delayer/doc/delayer/description.html new file mode 100644 index 0000000000000000000000000000000000000000..f3a5280a4cb4757f247a049ea374e071035ba918 --- /dev/null +++ b/mesecons_delayer/doc/delayer/description.html @@ -0,0 +1 @@ +The delayer delays the signal from the input for a determined time. The time can be set by punching the delayer. Possible delays are: 0.1 seconds, 0.3 seconds, 0.5 seconds and 1 second. You may try to use it for creating songs with the noteblock. diff --git a/mesecons_delayer/doc/delayer/preview.png b/mesecons_delayer/doc/delayer/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..c57c728bfe5574fb949fb8d468d7ccd6c080aaa6 Binary files /dev/null and b/mesecons_delayer/doc/delayer/preview.png differ diff --git a/mesecons_delayer/doc/delayer/recipe.png b/mesecons_delayer/doc/delayer/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..ea394aac10cc8add75192840271cdde452f682bd Binary files /dev/null and b/mesecons_delayer/doc/delayer/recipe.png differ diff --git a/mesecons_detector/doc/nodedetector/description.html b/mesecons_detector/doc/nodedetector/description.html new file mode 100644 index 0000000000000000000000000000000000000000..be34fde0bdf866892a1d96d27e08795594cb5230 --- /dev/null +++ b/mesecons_detector/doc/nodedetector/description.html @@ -0,0 +1,6 @@ +The node detector is a receptor. It changes its state when either any node +or a specific node is detected. Right-click it to set a nodename to scan for. +It can also receive digiline signals. You can either send "GET" and it will +respond with the detected nodename or you can send any other string and it will +set this string as the node to scan for. +Nodenames must include the mod they reside in, so for instance default:dirt, not just dirt. diff --git a/mesecons_detector/doc/nodedetector/preview.png b/mesecons_detector/doc/nodedetector/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..1f7816143e8ebbc79b6b806410c5cb758d30ee9f Binary files /dev/null and b/mesecons_detector/doc/nodedetector/preview.png differ diff --git a/mesecons_detector/doc/nodedetector/recipe.png b/mesecons_detector/doc/nodedetector/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..958c7e6647ccc5d503e89689adfe2ac954716c92 Binary files /dev/null and b/mesecons_detector/doc/nodedetector/recipe.png differ diff --git a/mesecons_detector/doc/objectdetector/description.html b/mesecons_detector/doc/objectdetector/description.html new file mode 100644 index 0000000000000000000000000000000000000000..c8315e8fa7e0a4ac3eb5f5b8a44b278b9fc48097 --- /dev/null +++ b/mesecons_detector/doc/objectdetector/description.html @@ -0,0 +1,3 @@ +The object detector is a receptor. It changes its state when a player approaches. +Right-click it to set a name to scan for. +It can also receive digiline signals which are the name to scan for on the specified channel in the right-click menu. diff --git a/mesecons_detector/doc/objectdetector/preview.png b/mesecons_detector/doc/objectdetector/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..85c4dea3084e1cf073ee9f8ba4a00a638bc049df Binary files /dev/null and b/mesecons_detector/doc/objectdetector/preview.png differ diff --git a/mesecons_detector/doc/objectdetector/recipe.png b/mesecons_detector/doc/objectdetector/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..a1cee00f06979ab93cefefa3e2b33849245a67d5 Binary files /dev/null and b/mesecons_detector/doc/objectdetector/recipe.png differ diff --git a/mesecons_extrawires/doc/corner/description.html b/mesecons_extrawires/doc/corner/description.html new file mode 100644 index 0000000000000000000000000000000000000000..92de8b0806d5c4edf1df707704a415ceb79099f4 --- /dev/null +++ b/mesecons_extrawires/doc/corner/description.html @@ -0,0 +1 @@ +Insulated corners are conductors that only conduct between the inputs (also not up or down). When placing they always point to the left in direction of your vision. diff --git a/mesecons_extrawires/doc/corner/preview.png b/mesecons_extrawires/doc/corner/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..9713229a01321a8ba2a0516a08b182c8d04a6577 Binary files /dev/null and b/mesecons_extrawires/doc/corner/preview.png differ diff --git a/mesecons_extrawires/doc/corner/recipe.png b/mesecons_extrawires/doc/corner/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..ac85b0179704538ca5a7e20db1bdf9f7b2894724 Binary files /dev/null and b/mesecons_extrawires/doc/corner/recipe.png differ diff --git a/mesecons_extrawires/doc/crossing/description.html b/mesecons_extrawires/doc/crossing/description.html new file mode 100644 index 0000000000000000000000000000000000000000..aa4cf258e9c480fc6724fb24693e272bc6671ee7 --- /dev/null +++ b/mesecons_extrawires/doc/crossing/description.html @@ -0,0 +1 @@ +Insulated crossing are conductors that conduct two signals between the opposing sides, the signals are insulated to each other. diff --git a/mesecons_extrawires/doc/crossing/preview.png b/mesecons_extrawires/doc/crossing/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..66aaa054d92e423379afa3dc903105a73a423947 Binary files /dev/null and b/mesecons_extrawires/doc/crossing/preview.png differ diff --git a/mesecons_extrawires/doc/crossing/recipe.png b/mesecons_extrawires/doc/crossing/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..ac3740138a84727edf1d9fc500236a2b0ecf3301 Binary files /dev/null and b/mesecons_extrawires/doc/crossing/recipe.png differ diff --git a/mesecons_extrawires/doc/mese/description.html b/mesecons_extrawires/doc/mese/description.html new file mode 100644 index 0000000000000000000000000000000000000000..1a14864391f8462f9adf8fb20349e02c5d012da7 --- /dev/null +++ b/mesecons_extrawires/doc/mese/description.html @@ -0,0 +1 @@ +The basic prerequesite for mesecons, can be crafted into wires and other stuff. Have a look at the <a href="http://wiki.minetest.net/Mese">Minetest Wiki</a> for more information. Mese is a conductor. It conducts in all six directions: Up/Down/Left/Right/Forward/Backward diff --git a/mesecons_extrawires/doc/mese/preview.png b/mesecons_extrawires/doc/mese/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..3ce0ea424d66670ac56dad89f7d27cb13879b902 Binary files /dev/null and b/mesecons_extrawires/doc/mese/preview.png differ diff --git a/mesecons_extrawires/doc/mese/recipe.png b/mesecons_extrawires/doc/mese/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..904cf0ba750e90d3b3dab134b80c216595a2e38e Binary files /dev/null and b/mesecons_extrawires/doc/mese/recipe.png differ diff --git a/mesecons_extrawires/doc/tjunction/description.html b/mesecons_extrawires/doc/tjunction/description.html new file mode 100644 index 0000000000000000000000000000000000000000..f655a5d6a152c83d443fa9865f6539d32fd0b7e0 --- /dev/null +++ b/mesecons_extrawires/doc/tjunction/description.html @@ -0,0 +1 @@ +Insulated T-Junctions are conductors that only conduct between the inputs (also not up or down). diff --git a/mesecons_extrawires/doc/tjunction/preview.png b/mesecons_extrawires/doc/tjunction/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..4dec84186fdb317ba16d09b320fd7bf43ae7ddb7 Binary files /dev/null and b/mesecons_extrawires/doc/tjunction/preview.png differ diff --git a/mesecons_extrawires/doc/tjunction/recipe.png b/mesecons_extrawires/doc/tjunction/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..86029417a5138635bedfbbb1d2ea8b360ef21f6a Binary files /dev/null and b/mesecons_extrawires/doc/tjunction/recipe.png differ diff --git a/mesecons_extrawires/doc/vertical/description.html b/mesecons_extrawires/doc/vertical/description.html new file mode 100644 index 0000000000000000000000000000000000000000..df09b947cd2be5ee9092a5993b4d9487520d33c3 --- /dev/null +++ b/mesecons_extrawires/doc/vertical/description.html @@ -0,0 +1 @@ +Vertical Mesecons only conduct up and down. Plates appear at the ends, at that place they also conduct to the side. diff --git a/mesecons_extrawires/doc/vertical/preview.png b/mesecons_extrawires/doc/vertical/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..aad6ea862787fde5058ff8aa54b5aed89ef03c9c Binary files /dev/null and b/mesecons_extrawires/doc/vertical/preview.png differ diff --git a/mesecons_extrawires/doc/vertical/recipe.png b/mesecons_extrawires/doc/vertical/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..83bc49808eaa5242bbea22e835c27e2615ef10e5 Binary files /dev/null and b/mesecons_extrawires/doc/vertical/recipe.png differ diff --git a/mesecons_gates/doc/and/description.html b/mesecons_gates/doc/and/description.html new file mode 100644 index 0000000000000000000000000000000000000000..eafbeda993feb371130e9ac86342aa8f68b67e8e --- /dev/null +++ b/mesecons_gates/doc/and/description.html @@ -0,0 +1 @@ +And gates power their output if both inputs (from left and right) are powered. diff --git a/mesecons_gates/doc/and/preview.png b/mesecons_gates/doc/and/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..b2b530151664703d0ee610d61af59499c98681d2 Binary files /dev/null and b/mesecons_gates/doc/and/preview.png differ diff --git a/mesecons_gates/doc/and/recipe.png b/mesecons_gates/doc/and/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..ae6bf6333990f6d2dbde2228c7a192e935888d23 Binary files /dev/null and b/mesecons_gates/doc/and/recipe.png differ diff --git a/mesecons_gates/doc/diode/description.html b/mesecons_gates/doc/diode/description.html new file mode 100644 index 0000000000000000000000000000000000000000..174fd643703852e81de4c10b0ab2fa8f0a28d105 --- /dev/null +++ b/mesecons_gates/doc/diode/description.html @@ -0,0 +1 @@ +Mesecon diodes, just like real ones, only transfer power (signals) in one direction only. diff --git a/mesecons_gates/doc/diode/preview.png b/mesecons_gates/doc/diode/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..ced541bdaf293a70423d566e284d8fadc146b581 Binary files /dev/null and b/mesecons_gates/doc/diode/preview.png differ diff --git a/mesecons_gates/doc/diode/recipe.png b/mesecons_gates/doc/diode/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..71086bf11fab4407521a29006b70d9b608e3c30b Binary files /dev/null and b/mesecons_gates/doc/diode/recipe.png differ diff --git a/mesecons_gates/doc/nand/description.html b/mesecons_gates/doc/nand/description.html new file mode 100644 index 0000000000000000000000000000000000000000..a520fd2bec39fdb3fbc6b4f5e614d54f232776fa --- /dev/null +++ b/mesecons_gates/doc/nand/description.html @@ -0,0 +1 @@ +Nand gates do not power their output if both inputs (from left and right) are powered, but power it in every other case. diff --git a/mesecons_gates/doc/nand/preview.png b/mesecons_gates/doc/nand/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..d8db780f583d83bf96571795da984b1220379505 Binary files /dev/null and b/mesecons_gates/doc/nand/preview.png differ diff --git a/mesecons_gates/doc/nand/recipe.png b/mesecons_gates/doc/nand/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..e6118b30c5e3232294efa08101804adee37a2a73 Binary files /dev/null and b/mesecons_gates/doc/nand/recipe.png differ diff --git a/mesecons_gates/doc/nor/description.html b/mesecons_gates/doc/nor/description.html new file mode 100644 index 0000000000000000000000000000000000000000..cfcd4c0e072448f43f83a6ae72db09a1767eaffc --- /dev/null +++ b/mesecons_gates/doc/nor/description.html @@ -0,0 +1 @@ +Nor gates only power their output if none of their two inputs is powered. They are basically or gates with a not gate at their output. diff --git a/mesecons_gates/doc/nor/preview.png b/mesecons_gates/doc/nor/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d278133e06ab0ee4353aff635adb9e5a797c40 Binary files /dev/null and b/mesecons_gates/doc/nor/preview.png differ diff --git a/mesecons_gates/doc/nor/recipe.png b/mesecons_gates/doc/nor/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..a2063c721ce995a29c66d1f708bc11b58503d996 Binary files /dev/null and b/mesecons_gates/doc/nor/recipe.png differ diff --git a/mesecons_gates/doc/not/description.html b/mesecons_gates/doc/not/description.html new file mode 100644 index 0000000000000000000000000000000000000000..8bd6795e639e48255700835e4906297423021220 --- /dev/null +++ b/mesecons_gates/doc/not/description.html @@ -0,0 +1 @@ +Not gates invert signals, just like a mesecon torch does, but faster. The input is at the opposite side of the output. diff --git a/mesecons_gates/doc/not/preview.png b/mesecons_gates/doc/not/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..4a33cd17a6d2b70f980f5ebdd860ea7981849409 Binary files /dev/null and b/mesecons_gates/doc/not/preview.png differ diff --git a/mesecons_gates/doc/not/recipe.png b/mesecons_gates/doc/not/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1c0d6b439838b2177f09ed559fbd2facba741a Binary files /dev/null and b/mesecons_gates/doc/not/recipe.png differ diff --git a/mesecons_gates/doc/or/description.html b/mesecons_gates/doc/or/description.html new file mode 100644 index 0000000000000000000000000000000000000000..0a74abd4bb880f1a2e60b6fcaa5c5b31a318c8de --- /dev/null +++ b/mesecons_gates/doc/or/description.html @@ -0,0 +1 @@ +Or gates power their output if either of their inputs (or both) are powered. You could basically get the same behaviour with two diodes, but or gates save some space. diff --git a/mesecons_gates/doc/or/preview.png b/mesecons_gates/doc/or/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..b7a8cdcf6ea20208387f382b1c0d7eeb835c0eeb Binary files /dev/null and b/mesecons_gates/doc/or/preview.png differ diff --git a/mesecons_gates/doc/or/recipe.png b/mesecons_gates/doc/or/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..b94169d578a86fa13a9c61273a1146f70deae712 Binary files /dev/null and b/mesecons_gates/doc/or/recipe.png differ diff --git a/mesecons_gates/doc/xor/description.html b/mesecons_gates/doc/xor/description.html new file mode 100644 index 0000000000000000000000000000000000000000..f52f3fc41eeab8b35e92ae3038a3afdf88692dad --- /dev/null +++ b/mesecons_gates/doc/xor/description.html @@ -0,0 +1 @@ +XOR gates power their output if only one input is powered, they're off if either both or none of the inputs is powered. diff --git a/mesecons_gates/doc/xor/preview.png b/mesecons_gates/doc/xor/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..3d3941effc460f943469dde05055f74c801f369f Binary files /dev/null and b/mesecons_gates/doc/xor/preview.png differ diff --git a/mesecons_gates/doc/xor/recipe.png b/mesecons_gates/doc/xor/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..1e129bf2600eb93bce645dce2bd347e06244cca9 Binary files /dev/null and b/mesecons_gates/doc/xor/recipe.png differ diff --git a/mesecons_hydroturbine/doc/waterturbine/description.html b/mesecons_hydroturbine/doc/waterturbine/description.html new file mode 100644 index 0000000000000000000000000000000000000000..4b4e5a0d8c913bef8212bd75607a73d8ecd757d9 --- /dev/null +++ b/mesecons_hydroturbine/doc/waterturbine/description.html @@ -0,0 +1 @@ +Water turbines are receptors that turn on if flowing water is above them. diff --git a/mesecons_hydroturbine/doc/waterturbine/preview.png b/mesecons_hydroturbine/doc/waterturbine/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..14be16e598c433195c48123d6411d72863d78030 Binary files /dev/null and b/mesecons_hydroturbine/doc/waterturbine/preview.png differ diff --git a/mesecons_hydroturbine/doc/waterturbine/recipe.png b/mesecons_hydroturbine/doc/waterturbine/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..8eb536511fa88f58599c86ca1097a561323047a0 Binary files /dev/null and b/mesecons_hydroturbine/doc/waterturbine/recipe.png differ diff --git a/mesecons_insulated/doc/insulated/description.html b/mesecons_insulated/doc/insulated/description.html new file mode 100644 index 0000000000000000000000000000000000000000..df2a6df26800c615a1c75bcc81e3a113b9f173ab --- /dev/null +++ b/mesecons_insulated/doc/insulated/description.html @@ -0,0 +1 @@ + Insulated mesecons are conductors that only conduct in one direction (and also not up or down). diff --git a/mesecons_insulated/doc/insulated/preview.png b/mesecons_insulated/doc/insulated/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..bf544e8865170db151a2f4b525167918a400a2ec Binary files /dev/null and b/mesecons_insulated/doc/insulated/preview.png differ diff --git a/mesecons_insulated/doc/insulated/recipe.png b/mesecons_insulated/doc/insulated/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a731a4d68acb8526f2c04f75d7e3850410d118 Binary files /dev/null and b/mesecons_insulated/doc/insulated/recipe.png differ diff --git a/mesecons_lamp/doc/lamp/description.html b/mesecons_lamp/doc/lamp/description.html new file mode 100644 index 0000000000000000000000000000000000000000..5bfe6c565e812afdf896312496647e465578787a --- /dev/null +++ b/mesecons_lamp/doc/lamp/description.html @@ -0,0 +1 @@ +Lamps are effectors that if powered emit light. diff --git a/mesecons_lamp/doc/lamp/preview.png b/mesecons_lamp/doc/lamp/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..a581cb3c10369ae52641b6d48496c83831700760 Binary files /dev/null and b/mesecons_lamp/doc/lamp/preview.png differ diff --git a/mesecons_lamp/doc/lamp/recipe.png b/mesecons_lamp/doc/lamp/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..77570bd35b1be73ba03a84762f01528352da6d29 Binary files /dev/null and b/mesecons_lamp/doc/lamp/recipe.png differ diff --git a/mesecons_lightstone/doc/lightstone_blue/description.html b/mesecons_lightstone/doc/lightstone_blue/description.html new file mode 100644 index 0000000000000000000000000000000000000000..813e6ea8144586862ac4bbd1d1aadf0aeda76129 --- /dev/null +++ b/mesecons_lightstone/doc/lightstone_blue/description.html @@ -0,0 +1 @@ +Effector, glows blue when powered. diff --git a/mesecons_lightstone/doc/lightstone_blue/preview.png b/mesecons_lightstone/doc/lightstone_blue/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..579f7195e408515cf02cbfc19505d8f4623e7bc8 Binary files /dev/null and b/mesecons_lightstone/doc/lightstone_blue/preview.png differ diff --git a/mesecons_lightstone/doc/lightstone_blue/recipe.png b/mesecons_lightstone/doc/lightstone_blue/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..ce8ebd702eb48b321a223a1cbcde2837bd6bc8a8 Binary files /dev/null and b/mesecons_lightstone/doc/lightstone_blue/recipe.png differ diff --git a/mesecons_lightstone/doc/lightstone_darkgrey/description.html b/mesecons_lightstone/doc/lightstone_darkgrey/description.html new file mode 100644 index 0000000000000000000000000000000000000000..826ca0fd54631d9525c21a787f2a811c5528a629 --- /dev/null +++ b/mesecons_lightstone/doc/lightstone_darkgrey/description.html @@ -0,0 +1 @@ +Effector, glows dark grey when powered. diff --git a/mesecons_lightstone/doc/lightstone_darkgrey/preview.png b/mesecons_lightstone/doc/lightstone_darkgrey/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..56fe6ea40d4f682b1a2d8f4dda51e76e9bfeca94 Binary files /dev/null and b/mesecons_lightstone/doc/lightstone_darkgrey/preview.png differ diff --git a/mesecons_lightstone/doc/lightstone_darkgrey/recipe.png b/mesecons_lightstone/doc/lightstone_darkgrey/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..fed0db2757bfcffefd6eee0a9870e5ecbce08f50 Binary files /dev/null and b/mesecons_lightstone/doc/lightstone_darkgrey/recipe.png differ diff --git a/mesecons_lightstone/doc/lightstone_green/description.html b/mesecons_lightstone/doc/lightstone_green/description.html new file mode 100644 index 0000000000000000000000000000000000000000..cb5b5153e132cc503a1e516b5a5768d5b8204486 --- /dev/null +++ b/mesecons_lightstone/doc/lightstone_green/description.html @@ -0,0 +1 @@ +Effector, glows green when powered. diff --git a/mesecons_lightstone/doc/lightstone_green/preview.png b/mesecons_lightstone/doc/lightstone_green/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..9efc7741c66722d49789d1a2433dbd52e5f11a80 Binary files /dev/null and b/mesecons_lightstone/doc/lightstone_green/preview.png differ diff --git a/mesecons_lightstone/doc/lightstone_green/recipe.png b/mesecons_lightstone/doc/lightstone_green/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..66900641aec72607365cfdda707119627946122a Binary files /dev/null and b/mesecons_lightstone/doc/lightstone_green/recipe.png differ diff --git a/mesecons_lightstone/doc/lightstone_lightgrey/description.html b/mesecons_lightstone/doc/lightstone_lightgrey/description.html new file mode 100644 index 0000000000000000000000000000000000000000..990b5015a01aa712dbad4b25200aad4f48db426b --- /dev/null +++ b/mesecons_lightstone/doc/lightstone_lightgrey/description.html @@ -0,0 +1 @@ +Effector, glows light grey when powered. diff --git a/mesecons_lightstone/doc/lightstone_lightgrey/preview.png b/mesecons_lightstone/doc/lightstone_lightgrey/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..0084fa3f94c76a0a5c5c5be4720378ebe1110d7c Binary files /dev/null and b/mesecons_lightstone/doc/lightstone_lightgrey/preview.png differ diff --git a/mesecons_lightstone/doc/lightstone_lightgrey/recipe.png b/mesecons_lightstone/doc/lightstone_lightgrey/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..e790012d374b1b82f33ab70cd1277b2996f8971e Binary files /dev/null and b/mesecons_lightstone/doc/lightstone_lightgrey/recipe.png differ diff --git a/mesecons_lightstone/doc/lightstone_red/description.html b/mesecons_lightstone/doc/lightstone_red/description.html new file mode 100644 index 0000000000000000000000000000000000000000..699b1ee13d8793c57a108be331d49e6dd3986d78 --- /dev/null +++ b/mesecons_lightstone/doc/lightstone_red/description.html @@ -0,0 +1 @@ +Effector, glows red when powered. diff --git a/mesecons_lightstone/doc/lightstone_red/preview.png b/mesecons_lightstone/doc/lightstone_red/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..5fd3eba9a8610370e3a06b998b3817e1e179bc4c Binary files /dev/null and b/mesecons_lightstone/doc/lightstone_red/preview.png differ diff --git a/mesecons_lightstone/doc/lightstone_red/recipe.png b/mesecons_lightstone/doc/lightstone_red/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..7791a99f0e6d876bf036a5e1ac00bb89d657528b Binary files /dev/null and b/mesecons_lightstone/doc/lightstone_red/recipe.png differ diff --git a/mesecons_lightstone/doc/lightstone_yellow/description.html b/mesecons_lightstone/doc/lightstone_yellow/description.html new file mode 100644 index 0000000000000000000000000000000000000000..2bed7f21fc6cdff18646592a2e47c48e1ffd6b9c --- /dev/null +++ b/mesecons_lightstone/doc/lightstone_yellow/description.html @@ -0,0 +1 @@ +Effector, glows yellow when powered. diff --git a/mesecons_lightstone/doc/lightstone_yellow/preview.png b/mesecons_lightstone/doc/lightstone_yellow/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9f644d4e063d6f855bc809c169e3ede097f474 Binary files /dev/null and b/mesecons_lightstone/doc/lightstone_yellow/preview.png differ diff --git a/mesecons_lightstone/doc/lightstone_yellow/recipe.png b/mesecons_lightstone/doc/lightstone_yellow/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..f17e9d44fad91714f5cefd5ab91df3eb1549379e Binary files /dev/null and b/mesecons_lightstone/doc/lightstone_yellow/recipe.png differ diff --git a/mesecons_luacontroller/doc/luacontroller/description.html b/mesecons_luacontroller/doc/luacontroller/description.html new file mode 100644 index 0000000000000000000000000000000000000000..ca146155b1478e26d377fa349a48f79bd71e0b71 --- /dev/null +++ b/mesecons_luacontroller/doc/luacontroller/description.html @@ -0,0 +1,5 @@ +The luacontroller is an advanced programmable component. +You can simply code it in the language mesecons uses itself: Lua! +All the code runs in a sandbox, so it's completely safe (but I won't guarantee that for absolute certainty!). + +<a href="http://mesecons.net/luacontroller/">Documentation is available here!</a> diff --git a/mesecons_luacontroller/doc/luacontroller/preview.png b/mesecons_luacontroller/doc/luacontroller/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..f16c9d0d404faa13c58436b05d479b38ac8152f6 Binary files /dev/null and b/mesecons_luacontroller/doc/luacontroller/preview.png differ diff --git a/mesecons_luacontroller/doc/luacontroller/recipe.png b/mesecons_luacontroller/doc/luacontroller/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..529b66d825bbd52e5254653c0f12b4ee909210e6 Binary files /dev/null and b/mesecons_luacontroller/doc/luacontroller/recipe.png differ diff --git a/mesecons_materials/doc/fiber/description.html b/mesecons_materials/doc/fiber/description.html new file mode 100644 index 0000000000000000000000000000000000000000..23a414ac4f663d412f1fc60cd65b4ad02ed8f8c5 --- /dev/null +++ b/mesecons_materials/doc/fiber/description.html @@ -0,0 +1 @@ +Craftitem: It can't be placed! Made by cooking glue in the furnace. Used for insulated mesecon crafting. diff --git a/mesecons_materials/doc/fiber/preview.png b/mesecons_materials/doc/fiber/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..cad9645fa049ca4a3d42985335079ca7e721c5d5 Binary files /dev/null and b/mesecons_materials/doc/fiber/preview.png differ diff --git a/mesecons_materials/doc/fiber/recipe.png b/mesecons_materials/doc/fiber/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..7a53123eded686b9604f0a3392f80dcc8bf8af46 Binary files /dev/null and b/mesecons_materials/doc/fiber/recipe.png differ diff --git a/mesecons_materials/doc/glue/description.html b/mesecons_materials/doc/glue/description.html new file mode 100644 index 0000000000000000000000000000000000000000..a18490c258d7e2ade077764d88ab8fc03a50d1bb --- /dev/null +++ b/mesecons_materials/doc/glue/description.html @@ -0,0 +1 @@ +Craftitem: It can't be placed! Made by cooking saplings in furnace. Used for sticky pistons and sticky movestones. diff --git a/mesecons_materials/doc/glue/preview.png b/mesecons_materials/doc/glue/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..0158f9cb18dbba134c1357322ef73b28d7fbc613 Binary files /dev/null and b/mesecons_materials/doc/glue/preview.png differ diff --git a/mesecons_materials/doc/glue/recipe.png b/mesecons_materials/doc/glue/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..b20ce66082a5fa6c984cc60bf800018d5d37a878 Binary files /dev/null and b/mesecons_materials/doc/glue/recipe.png differ diff --git a/mesecons_materials/doc/silicon/description.html b/mesecons_materials/doc/silicon/description.html new file mode 100644 index 0000000000000000000000000000000000000000..a2ae598c792fd910767cf04975c152f1248b9f38 --- /dev/null +++ b/mesecons_materials/doc/silicon/description.html @@ -0,0 +1 @@ +Silicon is just a craftitem: It can't be placed. You'll need it in order to craft other items. diff --git a/mesecons_materials/doc/silicon/preview.png b/mesecons_materials/doc/silicon/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..cd52dbddd3c1dbcf8f9632d1fbe0817162636d5f Binary files /dev/null and b/mesecons_materials/doc/silicon/preview.png differ diff --git a/mesecons_materials/doc/silicon/recipe.png b/mesecons_materials/doc/silicon/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..9e8b3321aba118f642b45b2147b00b2b54ca9f6d Binary files /dev/null and b/mesecons_materials/doc/silicon/recipe.png differ diff --git a/mesecons_materials/init.lua b/mesecons_materials/init.lua index 5ebf6056e984133887af814fa721fba7444c0d84..eb19c3ee02cd5cc7571ad6d43180a20d5dcc7fa4 100644 --- a/mesecons_materials/init.lua +++ b/mesecons_materials/init.lua @@ -1,12 +1,12 @@ ---GLUE +-- Glue and fiber minetest.register_craftitem("mesecons_materials:glue", { - image = "jeija_glue.png", + image = "mesecons_glue.png", on_place_on_ground = minetest.craftitem_place_item, description="Glue", }) minetest.register_craftitem("mesecons_materials:fiber", { - image = "jeija_fiber.png", + image = "mesecons_fiber.png", on_place_on_ground = minetest.craftitem_place_item, description="Fiber", }) @@ -27,7 +27,7 @@ minetest.register_craft({ -- Silicon minetest.register_craftitem("mesecons_materials:silicon", { - image = "jeija_silicon.png", + image = "mesecons_silicon.png", on_place_on_ground = minetest.craftitem_place_item, description="Silicon", }) diff --git a/mesecons/textures/jeija_fiber.png b/mesecons_materials/textures/mesecons_fiber.png similarity index 100% rename from mesecons/textures/jeija_fiber.png rename to mesecons_materials/textures/mesecons_fiber.png diff --git a/mesecons/textures/jeija_glue.png b/mesecons_materials/textures/mesecons_glue.png similarity index 100% rename from mesecons/textures/jeija_glue.png rename to mesecons_materials/textures/mesecons_glue.png diff --git a/mesecons/textures/jeija_silicon.png b/mesecons_materials/textures/mesecons_silicon.png similarity index 100% rename from mesecons/textures/jeija_silicon.png rename to mesecons_materials/textures/mesecons_silicon.png diff --git a/mesecons_movestones/doc/movestone/description.html b/mesecons_movestones/doc/movestone/description.html new file mode 100644 index 0000000000000000000000000000000000000000..8555a9e5ece52e94eae76a852452f05f342785c2 --- /dev/null +++ b/mesecons_movestones/doc/movestone/description.html @@ -0,0 +1 @@ +Movestones are effectors that push the blocks in front of them. They move along on the right side of a mesecon wire track. diff --git a/mesecons_movestones/doc/movestone/preview.png b/mesecons_movestones/doc/movestone/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..bda64db197ce57a54824e34ba02898ded4e8e35f Binary files /dev/null and b/mesecons_movestones/doc/movestone/preview.png differ diff --git a/mesecons_movestones/doc/movestone/recipe.png b/mesecons_movestones/doc/movestone/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..f3d45dfc489ab548551090dd7956950a77de7abe Binary files /dev/null and b/mesecons_movestones/doc/movestone/recipe.png differ diff --git a/mesecons_movestones/doc/movestone_sticky/description.html b/mesecons_movestones/doc/movestone_sticky/description.html new file mode 100644 index 0000000000000000000000000000000000000000..460c2770393dfacc0d3bd0a24996152c5af3d671 --- /dev/null +++ b/mesecons_movestones/doc/movestone_sticky/description.html @@ -0,0 +1 @@ +Movestones are effectors that push the blocks in front of them. They move along on the right side of a mesecon wire track. Sticky ones also pull blocks. diff --git a/mesecons_movestones/doc/movestone_sticky/preview.png b/mesecons_movestones/doc/movestone_sticky/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..85f921396bd187fb3afe6d993209cc500f445a19 Binary files /dev/null and b/mesecons_movestones/doc/movestone_sticky/preview.png differ diff --git a/mesecons_movestones/doc/movestone_sticky/recipe.png b/mesecons_movestones/doc/movestone_sticky/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..bbf0a9481c2f6fee422be341f5930fe125f45fed Binary files /dev/null and b/mesecons_movestones/doc/movestone_sticky/recipe.png differ diff --git a/mesecons_noteblock/doc/noteblock/description.html b/mesecons_noteblock/doc/noteblock/description.html new file mode 100644 index 0000000000000000000000000000000000000000..729bfe1248b7971758375f4f0493fd1306e30ddd --- /dev/null +++ b/mesecons_noteblock/doc/noteblock/description.html @@ -0,0 +1,13 @@ +This effector makes a sound if powered and can be used for making music. Normally it makes piano sounds. The sound frequency can be changed by punching the block. There are some special sounds that depend on the block below: +<table colspace="5"> +<tr><th>Block Below</th><th>Effect</th></tr> +<tr><td>Glass</td><td>Hihat</td></tr> +<tr><td>Stone</td><td>Kick</td></tr> +<tr><td>Chest</td><td>Snare</td></tr> +<tr><td>Tree</td><td>Crash</td></tr> +<tr><td>Glass</td><td>Hihat</td></tr> +<tr><td>Wood</td><td>Lite Crash</td></tr> +<tr><td>Coal Block</td><td>Explosion Sound </td></tr> +<tr><td>Lava Source</td><td>Fire Sound</td></tr> +<tr><td>Steel Block</td><td>Raises the pitch by one octave</td></tr> +</table> diff --git a/mesecons_noteblock/doc/noteblock/preview.png b/mesecons_noteblock/doc/noteblock/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..c4991fba30d1f80bddabdd6081833c150a6a66f4 Binary files /dev/null and b/mesecons_noteblock/doc/noteblock/preview.png differ diff --git a/mesecons_noteblock/doc/noteblock/recipe.png b/mesecons_noteblock/doc/noteblock/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..d3c3675d739a661e6d9483ae90c12ae29e3329c2 Binary files /dev/null and b/mesecons_noteblock/doc/noteblock/recipe.png differ diff --git a/mesecons_pistons/doc/piston/description.html b/mesecons_pistons/doc/piston/description.html new file mode 100644 index 0000000000000000000000000000000000000000..d95dfb9440ee999630e86ea4635b325820031bb2 --- /dev/null +++ b/mesecons_pistons/doc/piston/description.html @@ -0,0 +1 @@ +Pistons are effectors, they push up to 20 blocks in front of them. The push direction can be set by placing them from different angles. diff --git a/mesecons_pistons/doc/piston/preview.png b/mesecons_pistons/doc/piston/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..9e9ede3bc94656afdaf9ddee060ea3602a7a1969 Binary files /dev/null and b/mesecons_pistons/doc/piston/preview.png differ diff --git a/mesecons_pistons/doc/piston/recipe.png b/mesecons_pistons/doc/piston/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..0a711595ef7f9cd87c7efdb19e7ed4ce8a9c7abd Binary files /dev/null and b/mesecons_pistons/doc/piston/recipe.png differ diff --git a/mesecons_pistons/doc/piston_sticky/description.html b/mesecons_pistons/doc/piston_sticky/description.html new file mode 100644 index 0000000000000000000000000000000000000000..39740973bd213af790fbb9832922b0079774591a --- /dev/null +++ b/mesecons_pistons/doc/piston_sticky/description.html @@ -0,0 +1 @@ +Sticky pistons are effectors, they push up to 20 blocks in front of them. The push direction can be set by placing them from different angles. Sticky ones also pull 1 block. diff --git a/mesecons_pistons/doc/piston_sticky/preview.png b/mesecons_pistons/doc/piston_sticky/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..716d675660a48fc27e6541cd367ade47df6c116a Binary files /dev/null and b/mesecons_pistons/doc/piston_sticky/preview.png differ diff --git a/mesecons_pistons/doc/piston_sticky/recipe.png b/mesecons_pistons/doc/piston_sticky/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..35207367c394cb4197e77dd29764bf86181a9cf4 Binary files /dev/null and b/mesecons_pistons/doc/piston_sticky/recipe.png differ diff --git a/mesecons_powerplant/doc/powerplant/description.html b/mesecons_powerplant/doc/powerplant/description.html new file mode 100644 index 0000000000000000000000000000000000000000..12abbbb62a8c9d1502a2aa713a2892f7ad607a6f --- /dev/null +++ b/mesecons_powerplant/doc/powerplant/description.html @@ -0,0 +1 @@ +A power plant is a receptor that is always turned on: It provides energy. diff --git a/mesecons_powerplant/doc/powerplant/preview.png b/mesecons_powerplant/doc/powerplant/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..473d15c56610cfcf8191ca75c22f8eca58f29aa0 Binary files /dev/null and b/mesecons_powerplant/doc/powerplant/preview.png differ diff --git a/mesecons_powerplant/doc/powerplant/recipe.png b/mesecons_powerplant/doc/powerplant/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..04a40024fff0ddca28e55b974509eedc5f2d687f Binary files /dev/null and b/mesecons_powerplant/doc/powerplant/recipe.png differ diff --git a/mesecons_pressureplates/doc/pressureplate_stone/description.html b/mesecons_pressureplates/doc/pressureplate_stone/description.html new file mode 100644 index 0000000000000000000000000000000000000000..3edc95b9c12af52f48dcc55f460c433ce11f834e --- /dev/null +++ b/mesecons_pressureplates/doc/pressureplate_stone/description.html @@ -0,0 +1 @@ +This receptor turns on if there's an object above it. And object can be a player, an item, a mob... diff --git a/mesecons_pressureplates/doc/pressureplate_stone/preview.png b/mesecons_pressureplates/doc/pressureplate_stone/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..235ffc4122deca6b3fd14618ec7a6c6d32023ba4 Binary files /dev/null and b/mesecons_pressureplates/doc/pressureplate_stone/preview.png differ diff --git a/mesecons_pressureplates/doc/pressureplate_stone/recipe.png b/mesecons_pressureplates/doc/pressureplate_stone/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..62acf45baadd37ae0f6bee03b1ee1462214f8f1f Binary files /dev/null and b/mesecons_pressureplates/doc/pressureplate_stone/recipe.png differ diff --git a/mesecons_pressureplates/doc/pressureplate_wood/description.html b/mesecons_pressureplates/doc/pressureplate_wood/description.html new file mode 100644 index 0000000000000000000000000000000000000000..3edc95b9c12af52f48dcc55f460c433ce11f834e --- /dev/null +++ b/mesecons_pressureplates/doc/pressureplate_wood/description.html @@ -0,0 +1 @@ +This receptor turns on if there's an object above it. And object can be a player, an item, a mob... diff --git a/mesecons_pressureplates/doc/pressureplate_wood/preview.png b/mesecons_pressureplates/doc/pressureplate_wood/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..7063cb02067aa2cf292993a75e5fbe4d0910c930 Binary files /dev/null and b/mesecons_pressureplates/doc/pressureplate_wood/preview.png differ diff --git a/mesecons_pressureplates/doc/pressureplate_wood/recipe.png b/mesecons_pressureplates/doc/pressureplate_wood/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..429d491d5c06ef1b1a98874742462ba52c4dde36 Binary files /dev/null and b/mesecons_pressureplates/doc/pressureplate_wood/recipe.png differ diff --git a/mesecons_random/doc/ghoststone/description.html b/mesecons_random/doc/ghoststone/description.html new file mode 100644 index 0000000000000000000000000000000000000000..138a2b3953b6d69062069e669554fb8f1e4fcdf6 --- /dev/null +++ b/mesecons_random/doc/ghoststone/description.html @@ -0,0 +1 @@ +Ghoststones disappear when powered, just like Removestones. But in contrast to Removestones, they Reappear again when not powered anymore and they are also conductive. diff --git a/mesecons_random/doc/ghoststone/preview.png b/mesecons_random/doc/ghoststone/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..4ab33fba5cab9d69788d4882d3d65ef72ae126a7 Binary files /dev/null and b/mesecons_random/doc/ghoststone/preview.png differ diff --git a/mesecons_random/doc/ghoststone/recipe.png b/mesecons_random/doc/ghoststone/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..3bd385d48cb7654739299dc75cf958e0ec18e3d2 Binary files /dev/null and b/mesecons_random/doc/ghoststone/recipe.png differ diff --git a/mesecons_random/doc/removestone/description.html b/mesecons_random/doc/removestone/description.html new file mode 100644 index 0000000000000000000000000000000000000000..d540fe989130474be67473e58db497f270443baa --- /dev/null +++ b/mesecons_random/doc/removestone/description.html @@ -0,0 +1 @@ +Removestones are propably the simplest effectors possible. They simply disappear when powered. diff --git a/mesecons_random/doc/removestone/preview.png b/mesecons_random/doc/removestone/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..15caf3fade63f6ed5cd1870053184e0c8cda6b71 Binary files /dev/null and b/mesecons_random/doc/removestone/preview.png differ diff --git a/mesecons_random/doc/removestone/recipe.png b/mesecons_random/doc/removestone/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..f271963f151f6733310de0e8be353950e3fdba73 Binary files /dev/null and b/mesecons_random/doc/removestone/recipe.png differ diff --git a/mesecons_solarpanel/doc/solarpanel/description.html b/mesecons_solarpanel/doc/solarpanel/description.html new file mode 100644 index 0000000000000000000000000000000000000000..f8e745073712bc2eb7e7d5741106fa298263ea2b --- /dev/null +++ b/mesecons_solarpanel/doc/solarpanel/description.html @@ -0,0 +1 @@ +Solar Panel are light receptors: they turn on if there is enough light. diff --git a/mesecons_solarpanel/doc/solarpanel/preview.png b/mesecons_solarpanel/doc/solarpanel/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..b7731951e35f9b19da81304657692268f41c1e9e Binary files /dev/null and b/mesecons_solarpanel/doc/solarpanel/preview.png differ diff --git a/mesecons_solarpanel/doc/solarpanel/recipe.png b/mesecons_solarpanel/doc/solarpanel/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..3a3d79911f3c4c39ab3a5daed24106ddf4e0f950 Binary files /dev/null and b/mesecons_solarpanel/doc/solarpanel/recipe.png differ diff --git a/mesecons_switch/doc/switch/description.html b/mesecons_switch/doc/switch/description.html new file mode 100644 index 0000000000000000000000000000000000000000..3ef4ace1465610445b3d25f83019f2cdb3a03877 --- /dev/null +++ b/mesecons_switch/doc/switch/description.html @@ -0,0 +1 @@ +The switch is a receptor. It changes its state as when punched. diff --git a/mesecons_switch/doc/switch/preview.png b/mesecons_switch/doc/switch/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..0a0487dce0e5ee1bcd19868548a8173e8fb3194b Binary files /dev/null and b/mesecons_switch/doc/switch/preview.png differ diff --git a/mesecons_switch/doc/switch/recipe.png b/mesecons_switch/doc/switch/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..6db6464c38f557ea2d02bd7ce775500d1323aa84 Binary files /dev/null and b/mesecons_switch/doc/switch/recipe.png differ diff --git a/mesecons_switch/init.lua b/mesecons_switch/init.lua index f52f083eabc797de81c8fd4a8ac4dc4f1a6d2db5..3d59c0aabc38fbaf71c36d01a9d281b945f0134e 100644 --- a/mesecons_switch/init.lua +++ b/mesecons_switch/init.lua @@ -1,4 +1,4 @@ --- MESECON_SWITCH +-- mesecons_switch mesecon.register_node("mesecons_switch:mesecon_switch", { paramtype2="facedir", @@ -14,15 +14,15 @@ mesecon.register_node("mesecons_switch:mesecon_switch", { end },{ groups = {dig_immediate=2}, - tiles = { "jeija_mesecon_switch_side.png", "jeija_mesecon_switch_side.png", - "jeija_mesecon_switch_side.png", "jeija_mesecon_switch_side.png", - "jeija_mesecon_switch_side.png", "jeija_mesecon_switch_off.png"}, + tiles = { "mesecons_switch_side.png", "mesecons_switch_side.png", + "mesecons_switch_side.png", "mesecons_switch_side.png", + "mesecons_switch_side.png", "mesecons_switch_off.png"}, mesecons = {receptor = { state = mesecon.state.off }} },{ groups = {dig_immediate=2, not_in_creative_inventory=1}, - tiles = { "jeija_mesecon_switch_side.png", "jeija_mesecon_switch_side.png", - "jeija_mesecon_switch_side.png", "jeija_mesecon_switch_side.png", - "jeija_mesecon_switch_side.png", "jeija_mesecon_switch_on.png"}, + tiles = { "mesecons_switch_side.png", "mesecons_switch_side.png", + "mesecons_switch_side.png", "mesecons_switch_side.png", + "mesecons_switch_side.png", "mesecons_switch_on.png"}, mesecons = {receptor = { state = mesecon.state.on }} }) diff --git a/mesecons/textures/jeija_mesecon_switch_off.png b/mesecons_switch/textures/mesecons_switch_off.png similarity index 100% rename from mesecons/textures/jeija_mesecon_switch_off.png rename to mesecons_switch/textures/mesecons_switch_off.png diff --git a/mesecons/textures/jeija_mesecon_switch_on.png b/mesecons_switch/textures/mesecons_switch_on.png similarity index 100% rename from mesecons/textures/jeija_mesecon_switch_on.png rename to mesecons_switch/textures/mesecons_switch_on.png diff --git a/mesecons/textures/jeija_mesecon_switch_side.png b/mesecons_switch/textures/mesecons_switch_side.png similarity index 100% rename from mesecons/textures/jeija_mesecon_switch_side.png rename to mesecons_switch/textures/mesecons_switch_side.png diff --git a/mesecons_torch/doc/torch/description.html b/mesecons_torch/doc/torch/description.html new file mode 100644 index 0000000000000000000000000000000000000000..da7f19ca1545a00ffe0fba8f098785582d052821 --- /dev/null +++ b/mesecons_torch/doc/torch/description.html @@ -0,0 +1 @@ +The torch is an inverter, it may take up to 1 second until the signal has passed through. The input is 2 blocks away in the direction of the stick, outputs are around the mesecon glow. diff --git a/mesecons_torch/doc/torch/preview.png b/mesecons_torch/doc/torch/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..fa325432f0398cb3ee21fab385c853cd22c7baa6 Binary files /dev/null and b/mesecons_torch/doc/torch/preview.png differ diff --git a/mesecons_torch/doc/torch/recipe.png b/mesecons_torch/doc/torch/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..529d99f74704c83bb623cfb877e88f7529d829c4 Binary files /dev/null and b/mesecons_torch/doc/torch/recipe.png differ diff --git a/mesecons_walllever/doc/walllever/description.html b/mesecons_walllever/doc/walllever/description.html new file mode 100644 index 0000000000000000000000000000000000000000..ea5a0ed97ab30cbe46c276c4f6709057a159d53a --- /dev/null +++ b/mesecons_walllever/doc/walllever/description.html @@ -0,0 +1 @@ +A receptor just like a switch, but it can be attached to walls. diff --git a/mesecons_walllever/doc/walllever/preview.png b/mesecons_walllever/doc/walllever/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..e8d2015c8488758cecdfb64607e398266fde034a Binary files /dev/null and b/mesecons_walllever/doc/walllever/preview.png differ diff --git a/mesecons_walllever/doc/walllever/recipe.png b/mesecons_walllever/doc/walllever/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..0ad7c9280476a17b869712ff19da2061e1a2594a Binary files /dev/null and b/mesecons_walllever/doc/walllever/recipe.png differ