We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddea6c4 commit f8bc1e1Copy full SHA for f8bc1e1
mods/nyancat/init.lua
@@ -2,6 +2,8 @@ minetest.register_node("nyancat:nyancat", {
2
description = "Nyan Cat",
3
tiles = {"nyancat_side.png", "nyancat_side.png", "nyancat_side.png",
4
"nyancat_side.png", "nyancat_back.png", "nyancat_front.png"},
5
+ paramtype = "light",
6
+ light_source = default.LIGHT_MAX,
7
paramtype2 = "facedir",
8
groups = {cracky = 2},
9
is_ground_content = false,
@@ -16,6 +18,8 @@ minetest.register_node("nyancat:nyancat_rainbow", {
16
18
"nyancat_rainbow.png^[transformR90",
17
19
"nyancat_rainbow.png"
20
},
21
22
23
24
25
0 commit comments