Difference between revisions of "Mese Lamp"

From Minetest Wiki
Jump to navigation Jump to search
m
(Add dev recipe)
Line 6: Line 6:
 
== Crafting ==
 
== Crafting ==
  
 +
=== Version 0.4.15 ===
 
{| class="wikitable sortable collapsible"
 
{| class="wikitable sortable collapsible"
 
|-
 
|-
Line 11: Line 12:
 
! scope="col" width="140px"|Ingredients
 
! scope="col" width="140px"|Ingredients
 
! class="unsortable" scope="col"|Input → Output
 
! class="unsortable" scope="col"|Input → Output
! class="unsortable" scope="col"|Description
 
 
|-
 
|-
 
! scope="row"|[[Mese Lamp]]
 
! scope="row"|[[Mese Lamp]]
Line 21: Line 21:
 
|C2=Mese crystal
 
|C2=Mese crystal
 
|out=Mese Lamp}}
 
|out=Mese Lamp}}
|Light source.
 
 
|}
 
|}
  
Note: In current developer version crafting has been changed to one glass block, and one mese crystal.
+
=== Development version ===
 +
{| class="wikitable sortable collapsible"
 +
|-
 +
! scope="row" width="50px"|Name
 +
! scope="col" width="140px"|Ingredients
 +
! class="unsortable" scope="col"|Input → Output
 +
|-
 +
! scope="row"|[[Mese Lamp]]
 +
|align="center"|[[Mese Crystal]], [[Glass]]
 +
| {{Grid/Craft
 +
|B1=Glass
 +
|B2=Mese crystal
 +
|out=Mese Lamp}}
 +
|}
 +
 
 +
(Commit ID: [https://github.com/minetest/minetest_game/commit/42700a4b4ba812593f654cc2b38e35ac49dafa13 42700a4b4ba812593f654cc2b38e35ac49dafa13])
  
 
[[Category:Manufactured blocks]]
 
[[Category:Manufactured blocks]]
 
[[Category:Luminous]]
 
[[Category:Luminous]]
 
[[Category:Furniture]]
 
[[Category:Furniture]]

Revision as of 17:18, 7 February 2017

Languages Language: English • français
Mese Lamp
Mese Lamp.png
A node in Minetest Game
Node Type Full node
Drops Itself
Physics No
Luminance Yes (14)
Flammable No
Generated No
Renewable No
Stackable Yes (99)
Itemstring default:meselamp

A Mese Lamp is a solid block made out of mese crystals and glass. It permanantly emits light and shines slightly brighter than a torch. It can be mined by hand.

Crafting

Version 0.4.15

Name Ingredients Input → Output
Mese Lamp Mese Crystals, Glass
Mese Crystal.png
Mese Crystal.png
Glass.png
Mese Crystal.png
Mese Lamp.png

Development version

Name Ingredients Input → Output
Mese Lamp Mese Crystal, Glass
Glass.png
Mese Crystal.png
Mese Lamp.png

(Commit ID: 42700a4b4ba812593f654cc2b38e35ac49dafa13)