mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2024-12-22 16:10:18 +01:00
fix sunlight_propagates
of octagon glass nodes
This commit is contained in:
parent
772aef2118
commit
ba7a8eea46
10
nodes.lua
10
nodes.lua
@ -346,7 +346,7 @@ minetest.register_node("scifi_nodes:grnpipe2", {
|
|||||||
|
|
||||||
minetest.register_node("scifi_nodes:octrng", {
|
minetest.register_node("scifi_nodes:octrng", {
|
||||||
description = "Orange Octagon Glass",
|
description = "Orange Octagon Glass",
|
||||||
sunlight_propagates = false,
|
sunlight_propagates = true,
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
tiles = {
|
tiles = {
|
||||||
"scifi_nodes_octrng.png",
|
"scifi_nodes_octrng.png",
|
||||||
@ -361,7 +361,7 @@ minetest.register_node("scifi_nodes:octrng", {
|
|||||||
|
|
||||||
minetest.register_node("scifi_nodes:octgrn", {
|
minetest.register_node("scifi_nodes:octgrn", {
|
||||||
description = "Green Octagon Glass",
|
description = "Green Octagon Glass",
|
||||||
sunlight_propagates = false,
|
sunlight_propagates = true,
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
tiles = {
|
tiles = {
|
||||||
"scifi_nodes_octgrn.png",
|
"scifi_nodes_octgrn.png",
|
||||||
@ -376,7 +376,7 @@ minetest.register_node("scifi_nodes:octgrn", {
|
|||||||
|
|
||||||
minetest.register_node("scifi_nodes:octbl", {
|
minetest.register_node("scifi_nodes:octbl", {
|
||||||
description = "Blue Octagon Glass",
|
description = "Blue Octagon Glass",
|
||||||
sunlight_propagates = false,
|
sunlight_propagates = true,
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
tiles = {
|
tiles = {
|
||||||
"scifi_nodes_octbl.png",
|
"scifi_nodes_octbl.png",
|
||||||
@ -391,7 +391,7 @@ minetest.register_node("scifi_nodes:octbl", {
|
|||||||
|
|
||||||
minetest.register_node("scifi_nodes:octppl", {
|
minetest.register_node("scifi_nodes:octppl", {
|
||||||
description = "Purple Octagon Glass",
|
description = "Purple Octagon Glass",
|
||||||
sunlight_propagates = false,
|
sunlight_propagates = true,
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
tiles = {
|
tiles = {
|
||||||
"scifi_nodes_octppl.png",
|
"scifi_nodes_octppl.png",
|
||||||
@ -407,7 +407,7 @@ minetest.register_node("scifi_nodes:octppl", {
|
|||||||
if has_unifieddyes_mod then
|
if has_unifieddyes_mod then
|
||||||
minetest.register_node("scifi_nodes:octwht", {
|
minetest.register_node("scifi_nodes:octwht", {
|
||||||
description = "Octagon Glass",
|
description = "Octagon Glass",
|
||||||
sunlight_propagates = false,
|
sunlight_propagates = true,
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike",
|
||||||
tiles = {
|
tiles = {
|
||||||
"scifi_nodes_octwht.png",
|
"scifi_nodes_octwht.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user