Skip to content
Snippets Groups Projects
Commit f8bc1e17 authored by paramat's avatar paramat
Browse files

Nyancat: Make nyancat and rainbow light sources

parent ddea6c43
Branches
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ minetest.register_node("nyancat:nyancat", {
description = "Nyan Cat",
tiles = {"nyancat_side.png", "nyancat_side.png", "nyancat_side.png",
"nyancat_side.png", "nyancat_back.png", "nyancat_front.png"},
paramtype = "light",
light_source = default.LIGHT_MAX,
paramtype2 = "facedir",
groups = {cracky = 2},
is_ground_content = false,
......@@ -16,6 +18,8 @@ minetest.register_node("nyancat:nyancat_rainbow", {
"nyancat_rainbow.png^[transformR90",
"nyancat_rainbow.png"
},
paramtype = "light",
light_source = default.LIGHT_MAX,
paramtype2 = "facedir",
groups = {cracky = 2},
is_ground_content = false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment