Changes to be committed:

modified:   dropbox.lua
	modified:   secret.lua
	modified:   shared.lua
	deleted:    textures/chests.0gb.us_dropbox_front.png
	deleted:    textures/chests.0gb.us_dropbox_right.png
	deleted:    textures/chests.0gb.us_secret_front.png
	deleted:    textures/chests.0gb.us_shared_front.png
	deleted:    textures/chests.0gb.us_wifi_front_animated.png
	deleted:    textures/chests.0gb.us_wifi_side.png
	deleted:    textures/chests.0gb.us_wifi_top.png
	modified:   wifi.lua
This commit is contained in:
Megaf
2014-06-11 01:43:03 -03:00
parent eb750bd15f
commit 5844043d4a
11 changed files with 7 additions and 7 deletions

View File

@ -7,8 +7,8 @@ end
minetest.register_node("more_chests:dropbox", {
description = "Dropbox",
tiles = {"default_chest_top.png", "default_chest_top.png", "chests.0gb.us_dropbox_right.png",
"default_chest_side.png", "default_chest_side.png", "chests.0gb.us_dropbox_front.png"},
tiles = {"default_chest_top.png", "default_chest_top.png", "dropbox_right.png",
"default_chest_side.png", "default_chest_side.png", "dropbox_front.png"},
paramtype2 = "facedir",
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2},
legacy_facedir_simple = true,