Difference between revisions of "Mese Lamp"
Jump to navigation
Jump to search
QwertyDragon (talk | contribs) 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 | ||
− | |||
|- | |- | ||
! scope="row"|[[Mese Lamp]] | ! scope="row"|[[Mese Lamp]] | ||
Line 21: | Line 21: | ||
|C2=Mese crystal | |C2=Mese crystal | ||
|out=Mese Lamp}} | |out=Mese Lamp}} | ||
− | |||
|} | |} | ||
− | + | === 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
Language: | English |
---|
Mese Lamp | |
---|---|
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 |
|
Development version
Name | Ingredients | Input → Output | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Mese Lamp | Mese Crystal, Glass |
|
(Commit ID: 42700a4b4ba812593f654cc2b38e35ac49dafa13)