mirror of
https://github.com/minetest-mods/more_chests.git
synced 2025-06-30 14:20:31 +02:00
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:
6
wifi.lua
6
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},
|
||||
|
Reference in New Issue
Block a user