diff --git a/dropbox.lua b/dropbox.lua index f9f3c17..e2b6479 100644 --- a/dropbox.lua +++ b/dropbox.lua @@ -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, diff --git a/secret.lua b/secret.lua index b7b00ed..7fc9a2f 100644 --- a/secret.lua +++ b/secret.lua @@ -15,7 +15,7 @@ local closed = "size[2,1]".. minetest.register_node("more_chests:secret", { description = "Secret Chest", tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png", - "default_chest_side.png", "default_chest_side.png", "chests.0gb.us_secret_front.png"}, + "default_chest_side.png", "default_chest_side.png", "secret_front.png"}, paramtype2 = "facedir", groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2}, legacy_facedir_simple = true, diff --git a/shared.lua b/shared.lua index 7386332..e1164bf 100644 --- a/shared.lua +++ b/shared.lua @@ -22,7 +22,7 @@ end minetest.register_node("chests_0gb_us:shared", { description = "Shared Chest", tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png", - "default_chest_side.png", "default_chest_side.png", "chests.0gb.us_shared_front.png"}, + "default_chest_side.png", "default_chest_side.png", "shared_front.png"}, paramtype2 = "facedir", groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2}, legacy_facedir_simple = true, diff --git a/textures/chests.0gb.us_dropbox_front.png b/textures/chests.0gb.us_dropbox_front.png deleted file mode 100644 index dd25a3c..0000000 Binary files a/textures/chests.0gb.us_dropbox_front.png and /dev/null differ diff --git a/textures/chests.0gb.us_dropbox_right.png b/textures/chests.0gb.us_dropbox_right.png deleted file mode 100644 index 6d53444..0000000 Binary files a/textures/chests.0gb.us_dropbox_right.png and /dev/null differ diff --git a/textures/chests.0gb.us_secret_front.png b/textures/chests.0gb.us_secret_front.png deleted file mode 100644 index 15fd140..0000000 Binary files a/textures/chests.0gb.us_secret_front.png and /dev/null differ diff --git a/textures/chests.0gb.us_shared_front.png b/textures/chests.0gb.us_shared_front.png deleted file mode 100644 index 8bff4c0..0000000 Binary files a/textures/chests.0gb.us_shared_front.png and /dev/null differ diff --git a/textures/chests.0gb.us_wifi_front_animated.png b/textures/chests.0gb.us_wifi_front_animated.png deleted file mode 100644 index 77bcb44..0000000 Binary files a/textures/chests.0gb.us_wifi_front_animated.png and /dev/null differ diff --git a/textures/chests.0gb.us_wifi_side.png b/textures/chests.0gb.us_wifi_side.png deleted file mode 100644 index f58fae9..0000000 Binary files a/textures/chests.0gb.us_wifi_side.png and /dev/null differ diff --git a/textures/chests.0gb.us_wifi_top.png b/textures/chests.0gb.us_wifi_top.png deleted file mode 100644 index 35c01d0..0000000 Binary files a/textures/chests.0gb.us_wifi_top.png and /dev/null differ diff --git a/wifi.lua b/wifi.lua index 8ff25ee..17b0bde 100644 --- a/wifi.lua +++ b/wifi.lua @@ -1,8 +1,8 @@ minetest.register_node("more_chests:wifi", { description = "Wifi Chest", - tiles = {"chests.0gb.us_wifi_top.png", "chests.0gb.us_wifi_top.png", "chests.0gb.us_wifi_side.png", - "chests.0gb.us_wifi_side.png", "chests.0gb.us_wifi_side.png", -{name="chests.0gb.us_wifi_front_animated.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2.0}} + tiles = {"wifi_top.png", "wifi_top.png", "wifi_side.png", + "wifi_side.png", "wifi_side.png", +{name="wifi_front_animated.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2.0}} }, paramtype2 = "facedir", groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2},