mirror of
https://github.com/minetest-mods/more_chests.git
synced 2025-06-29 22:00:33 +02:00
Compare commits
2 Commits
v1.1
...
nalc-1.2.0
Author | SHA1 | Date | |
---|---|---|---|
a290de6e39 | |||
f2ab35cd02 |
1
init.lua
1
init.lua
@ -5,3 +5,4 @@ dofile(minetest.get_modpath("more_chests").."/shared.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/wifi.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/aliases.lua")
|
||||
|
||||
minetest.log("action", "[more_chests] loaded.")
|
||||
|
BIN
textures/wifi_front.png
Normal file
BIN
textures/wifi_front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 864 B |
Binary file not shown.
Before Width: | Height: | Size: 462 B |
Binary file not shown.
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 833 B |
Binary file not shown.
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 741 B |
4
wifi.lua
4
wifi.lua
@ -4,9 +4,7 @@ local S = minetest.get_translator("more_chests")
|
||||
minetest.register_node("more_chests:wifi", {
|
||||
description = S("Wifi Chest"),
|
||||
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}}},
|
||||
"wifi_side.png", "wifi_side.png", "wifi_front.png"},
|
||||
paramtype2 = "facedir",
|
||||
groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2,},
|
||||
legacy_facedir_simple = true,
|
||||
|
Reference in New Issue
Block a user