Add files via upload

master
AiTechEye 2019-05-21 16:09:09 +02:00 committed by GitHub
parent f3222c92a0
commit 218f890d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -1,2 +1,3 @@
mesecons vexcazer
default? default
mesecons?

View File

@ -7,7 +7,7 @@ for i,v in ipairs({"FFFFFF","FF0000","ff009c","ff7700","00cbff","00FF00","0000FF
minetest.register_node("vexcazer_extras:glowing_" ..v, { minetest.register_node("vexcazer_extras:glowing_" ..v, {
description = "Glowing block", description = "Glowing block",
drawtype="glasslike", drawtype="glasslike",
tiles = {"gui_hb_bg.png^[colorize:#" .. v}, tiles = {"vexcazer_background.png^[colorize:#" .. v},
light_source = 14, light_source = 14,
paramtype = "light", paramtype = "light",
sunlight_propagates = true, sunlight_propagates = true,
@ -21,7 +21,7 @@ minetest.register_node("vexcazer_extras:unbreakable_glowing_" ..v, {
stack_max=1000, stack_max=1000,
drop="", drop="",
drawtype="glasslike", drawtype="glasslike",
tiles = {"gui_hb_bg.png^[colorize:#" .. v}, tiles = {"vexcazer_background.png^[colorize:#" .. v},
light_source = 14, light_source = 14,
paramtype = "light", paramtype = "light",
sunlight_propagates = true, sunlight_propagates = true,
@ -89,7 +89,7 @@ minetest.register_node("vexcazer_extras:black", {
range=15, range=15,
stack_max=1000, stack_max=1000,
drawtype="glasslike", drawtype="glasslike",
tiles = {"gui_hb_bg.png^[colorize:#000000"}, tiles = {"vexcazer_background.png^[colorize:#000000"},
drop="", drop="",
walkable=false, walkable=false,
damage_per_second=100, damage_per_second=100,
@ -181,7 +181,7 @@ minetest.register_node("vexcazer_extras:shadow", {
description = "Shadow", description = "Shadow",
range=15, range=15,
stack_max=1000, stack_max=1000,
inventory_image="gui_formbg.png", inventory_image="vexcazer_background.png",
drawtype="airlike", drawtype="airlike",
drop="", drop="",
walkable=false, walkable=false,