Turned stained_glass glasses into glasslike_framed_optional drawtype
|
@ -142,8 +142,8 @@ for h = 1, 12 do
|
||||||
|
|
||||||
minetest.register_node("stained_glass:" .. (h) .. "_" .. (b) .. "_" .. (s), {
|
minetest.register_node("stained_glass:" .. (h) .. "_" .. (b) .. "_" .. (s), {
|
||||||
description = "Stained Glass - " .. bright .. hues .. sat,
|
description = "Stained Glass - " .. bright .. hues .. sat,
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike_framed_optional",
|
||||||
tiles = {"stained_glass_" .. bright .. hues .. sat .. ".png"},
|
tiles = {"stained_glass_" .. bright .. hues .. sat .. ".png", "stained_glass_" .. bright .. hues .. sat .. "_detail.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = true,
|
||||||
|
@ -185,8 +185,8 @@ for h = 1, 12 do
|
||||||
|
|
||||||
minetest.register_node("stained_glass:" .. (h) .. "_8_", {
|
minetest.register_node("stained_glass:" .. (h) .. "_8_", {
|
||||||
description = "Stained Glass - light_" .. hues,
|
description = "Stained Glass - light_" .. hues,
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike_framed_optional",
|
||||||
tiles = {"stained_glass_light_" .. hues .. ".png"},
|
tiles = {"stained_glass_light_" .. hues .. ".png", "stained_glass_light_" .. hues .. "_detail.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = true,
|
||||||
|
@ -229,8 +229,8 @@ for h = 1, 12 do
|
||||||
|
|
||||||
minetest.register_node("stained_glass:" .. (h) .. "_9", {
|
minetest.register_node("stained_glass:" .. (h) .. "_9", {
|
||||||
description = "Stained Glass - pastel_" .. hues,
|
description = "Stained Glass - pastel_" .. hues,
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike_framed_optional",
|
||||||
tiles = {"stained_glass_pastel_" .. hues .. ".png"},
|
tiles = {"stained_glass_pastel_" .. hues .. ".png", "stained_glass_pastel_" .. hues .. "_detail.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = true,
|
||||||
|
@ -274,8 +274,8 @@ for h = 1, 12 do
|
||||||
|
|
||||||
minetest.register_node("stained_glass:" .. (h) .. "_91", {
|
minetest.register_node("stained_glass:" .. (h) .. "_91", {
|
||||||
description = "Stained Glass - faint_" .. hues,
|
description = "Stained Glass - faint_" .. hues,
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike_framed_optional",
|
||||||
tiles = {"stained_glass_faint_" .. hues .. ".png"},
|
tiles = {"stained_glass_faint_" .. hues .. ".png", "stained_glass_faint_" .. hues .. "_detail.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = true,
|
||||||
|
|
BIN
mods/stained_glass/textures/stained_glass_aqua_detail.png
Normal file
After Width: | Height: | Size: 609 B |
BIN
mods/stained_glass/textures/stained_glass_aqua_s50_detail.png
Normal file
After Width: | Height: | Size: 686 B |
BIN
mods/stained_glass/textures/stained_glass_blue_detail.png
Normal file
After Width: | Height: | Size: 514 B |
BIN
mods/stained_glass/textures/stained_glass_blue_s50_detail.png
Normal file
After Width: | Height: | Size: 653 B |
BIN
mods/stained_glass/textures/stained_glass_cyan_detail.png
Normal file
After Width: | Height: | Size: 574 B |
BIN
mods/stained_glass/textures/stained_glass_cyan_s50_detail.png
Normal file
After Width: | Height: | Size: 686 B |
BIN
mods/stained_glass/textures/stained_glass_dark_aqua_detail.png
Normal file
After Width: | Height: | Size: 540 B |
After Width: | Height: | Size: 548 B |
BIN
mods/stained_glass/textures/stained_glass_dark_blue_detail.png
Normal file
After Width: | Height: | Size: 465 B |
After Width: | Height: | Size: 510 B |
BIN
mods/stained_glass/textures/stained_glass_dark_cyan_detail.png
Normal file
After Width: | Height: | Size: 519 B |
After Width: | Height: | Size: 547 B |
BIN
mods/stained_glass/textures/stained_glass_dark_green_detail.png
Normal file
After Width: | Height: | Size: 467 B |
After Width: | Height: | Size: 523 B |
BIN
mods/stained_glass/textures/stained_glass_dark_lime_detail.png
Normal file
After Width: | Height: | Size: 541 B |
After Width: | Height: | Size: 557 B |
After Width: | Height: | Size: 524 B |
After Width: | Height: | Size: 558 B |
BIN
mods/stained_glass/textures/stained_glass_dark_orange_detail.png
Normal file
After Width: | Height: | Size: 539 B |
After Width: | Height: | Size: 556 B |
BIN
mods/stained_glass/textures/stained_glass_dark_red_detail.png
Normal file
After Width: | Height: | Size: 463 B |
After Width: | Height: | Size: 513 B |
After Width: | Height: | Size: 536 B |
After Width: | Height: | Size: 553 B |
After Width: | Height: | Size: 538 B |
After Width: | Height: | Size: 556 B |
BIN
mods/stained_glass/textures/stained_glass_dark_violet_detail.png
Normal file
After Width: | Height: | Size: 542 B |
After Width: | Height: | Size: 551 B |
BIN
mods/stained_glass/textures/stained_glass_dark_yellow_detail.png
Normal file
After Width: | Height: | Size: 513 B |
After Width: | Height: | Size: 550 B |
BIN
mods/stained_glass/textures/stained_glass_faint_aqua_detail.png
Normal file
After Width: | Height: | Size: 639 B |
BIN
mods/stained_glass/textures/stained_glass_faint_blue_detail.png
Normal file
After Width: | Height: | Size: 610 B |
BIN
mods/stained_glass/textures/stained_glass_faint_cyan_detail.png
Normal file
After Width: | Height: | Size: 528 B |
BIN
mods/stained_glass/textures/stained_glass_faint_green_detail.png
Normal file
After Width: | Height: | Size: 629 B |
BIN
mods/stained_glass/textures/stained_glass_faint_lime_detail.png
Normal file
After Width: | Height: | Size: 641 B |
After Width: | Height: | Size: 527 B |
After Width: | Height: | Size: 623 B |
BIN
mods/stained_glass/textures/stained_glass_faint_red_detail.png
Normal file
After Width: | Height: | Size: 611 B |
After Width: | Height: | Size: 623 B |
After Width: | Height: | Size: 621 B |
After Width: | Height: | Size: 620 B |
After Width: | Height: | Size: 531 B |
BIN
mods/stained_glass/textures/stained_glass_green_detail.png
Normal file
After Width: | Height: | Size: 513 B |
BIN
mods/stained_glass/textures/stained_glass_green_s50_detail.png
Normal file
After Width: | Height: | Size: 651 B |
BIN
mods/stained_glass/textures/stained_glass_light_aqua_detail.png
Normal file
After Width: | Height: | Size: 645 B |
BIN
mods/stained_glass/textures/stained_glass_light_blue_detail.png
Normal file
After Width: | Height: | Size: 641 B |
BIN
mods/stained_glass/textures/stained_glass_light_cyan_detail.png
Normal file
After Width: | Height: | Size: 532 B |
BIN
mods/stained_glass/textures/stained_glass_light_green_detail.png
Normal file
After Width: | Height: | Size: 644 B |
BIN
mods/stained_glass/textures/stained_glass_light_lime_detail.png
Normal file
After Width: | Height: | Size: 644 B |
After Width: | Height: | Size: 530 B |
After Width: | Height: | Size: 625 B |
BIN
mods/stained_glass/textures/stained_glass_light_red_detail.png
Normal file
After Width: | Height: | Size: 614 B |
After Width: | Height: | Size: 633 B |
After Width: | Height: | Size: 631 B |
After Width: | Height: | Size: 623 B |
After Width: | Height: | Size: 534 B |
BIN
mods/stained_glass/textures/stained_glass_lime_detail.png
Normal file
After Width: | Height: | Size: 606 B |
BIN
mods/stained_glass/textures/stained_glass_lime_s50_detail.png
Normal file
After Width: | Height: | Size: 692 B |
BIN
mods/stained_glass/textures/stained_glass_magenta_detail.png
Normal file
After Width: | Height: | Size: 596 B |
BIN
mods/stained_glass/textures/stained_glass_magenta_s50_detail.png
Normal file
After Width: | Height: | Size: 693 B |
BIN
mods/stained_glass/textures/stained_glass_medium_aqua_detail.png
Normal file
After Width: | Height: | Size: 594 B |
After Width: | Height: | Size: 630 B |
BIN
mods/stained_glass/textures/stained_glass_medium_blue_detail.png
Normal file
After Width: | Height: | Size: 514 B |
After Width: | Height: | Size: 596 B |
BIN
mods/stained_glass/textures/stained_glass_medium_cyan_detail.png
Normal file
After Width: | Height: | Size: 578 B |
After Width: | Height: | Size: 624 B |
After Width: | Height: | Size: 511 B |
After Width: | Height: | Size: 596 B |
BIN
mods/stained_glass/textures/stained_glass_medium_lime_detail.png
Normal file
After Width: | Height: | Size: 590 B |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 580 B |
After Width: | Height: | Size: 638 B |
After Width: | Height: | Size: 590 B |
After Width: | Height: | Size: 632 B |
BIN
mods/stained_glass/textures/stained_glass_medium_red_detail.png
Normal file
After Width: | Height: | Size: 504 B |
After Width: | Height: | Size: 598 B |
After Width: | Height: | Size: 599 B |
After Width: | Height: | Size: 636 B |
After Width: | Height: | Size: 587 B |
After Width: | Height: | Size: 632 B |
After Width: | Height: | Size: 601 B |
After Width: | Height: | Size: 635 B |
After Width: | Height: | Size: 575 B |
After Width: | Height: | Size: 619 B |
BIN
mods/stained_glass/textures/stained_glass_orange_detail.png
Normal file
After Width: | Height: | Size: 609 B |
BIN
mods/stained_glass/textures/stained_glass_orange_s50_detail.png
Normal file
After Width: | Height: | Size: 692 B |
BIN
mods/stained_glass/textures/stained_glass_pastel_aqua_detail.png
Normal file
After Width: | Height: | Size: 649 B |
BIN
mods/stained_glass/textures/stained_glass_pastel_blue_detail.png
Normal file
After Width: | Height: | Size: 625 B |
BIN
mods/stained_glass/textures/stained_glass_pastel_cyan_detail.png
Normal file
After Width: | Height: | Size: 533 B |
After Width: | Height: | Size: 637 B |
BIN
mods/stained_glass/textures/stained_glass_pastel_lime_detail.png
Normal file
After Width: | Height: | Size: 650 B |
After Width: | Height: | Size: 530 B |
After Width: | Height: | Size: 639 B |
BIN
mods/stained_glass/textures/stained_glass_pastel_red_detail.png
Normal file
After Width: | Height: | Size: 620 B |
After Width: | Height: | Size: 638 B |
After Width: | Height: | Size: 637 B |
After Width: | Height: | Size: 637 B |
After Width: | Height: | Size: 538 B |
BIN
mods/stained_glass/textures/stained_glass_red_detail.png
Normal file
After Width: | Height: | Size: 507 B |