Change some textures

This commit is contained in:
palige
2015-08-30 11:49:32 +02:00
parent 57c8b9b371
commit f05ac54c3e
24 changed files with 29 additions and 22 deletions

View File

@ -136,8 +136,7 @@ end
minetest.register_node("moremesecons_commandblock:commandblock_off", {
description = "Craftable Command Block",
tiles = {"jeija_commandblock_off.png"},
inventory_image = minetest.inventorycube("jeija_commandblock_off.png"),
tiles = {"moremesecons_commandblock_off.png"},
groups = {cracky=2, mesecon_effector_off=1},
on_construct = construct,
after_place_node = after_place,
@ -150,7 +149,7 @@ minetest.register_node("moremesecons_commandblock:commandblock_off", {
})
minetest.register_node("moremesecons_commandblock:commandblock_on", {
tiles = {"jeija_commandblock_on.png"},
tiles = {"moremesecons_commandblock_on.png"},
groups = {cracky=2, mesecon_effector_on=1, not_in_creative_inventory=1},
light_source = 10,
drop = "moremesecons_commandblock:commandblock_off",
@ -165,7 +164,7 @@ minetest.register_node("moremesecons_commandblock:commandblock_on", {
})
minetest.register_craft({
output = "moremoremesecons_commandblock:commandblock_off",
output = "moremesecons_commandblock:commandblock_off",
recipe = {
{"group:mesecon_conductor_craftable","default:mese_crystal","group:mesecon_conductor_craftable"},
{"default:mese_crystal","group:mesecon_conductor_craftable","default:mese_crystal"},

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B