mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 18:20:36 +01:00
[default] Add missing fence textures and fix nyancat rainbow
- Nyancat rainbows are climbable again - All missing fence textures are created
This commit is contained in:
parent
de031dddf1
commit
e90dbdaf80
@ -2324,12 +2324,18 @@ minetest.register_node("default:nyancat", {
|
|||||||
|
|
||||||
minetest.register_node("default:nyancat_rainbow", {
|
minetest.register_node("default:nyancat_rainbow", {
|
||||||
description = "Nyan Cat Rainbow",
|
description = "Nyan Cat Rainbow",
|
||||||
|
drawtype = "glasslike",
|
||||||
tiles = {
|
tiles = {
|
||||||
"default_nc_rb.png^[transformR90", "default_nc_rb.png^[transformR90",
|
"default_nc_rb.png^[transformR90", "default_nc_rb.png^[transformR90",
|
||||||
"default_nc_rb.png", "default_nc_rb.png"
|
"default_nc_rb.png", "default_nc_rb.png"
|
||||||
},
|
},
|
||||||
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
groups = {cracky = 2},
|
groups = {cracky = 2},
|
||||||
|
sunlight_propagate = true,
|
||||||
|
walkable = false,
|
||||||
|
use_texture_alpha = true,
|
||||||
|
climbable = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
post_effect_color = {a = 128, r= 255, g= 128, b= 255},
|
post_effect_color = {a = 128, r= 255, g= 128, b= 255},
|
||||||
sounds = default.node_sound_defaults(),
|
sounds = default.node_sound_defaults(),
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 392 B |
Binary file not shown.
After Width: | Height: | Size: 701 B |
Binary file not shown.
After Width: | Height: | Size: 659 B |
Binary file not shown.
After Width: | Height: | Size: 359 B |
Loading…
Reference in New Issue
Block a user