CHMOD everything (update)
0
mods/3dchest/License.txt
Normal file → Executable file
0
mods/3dchest/depends.txt
Normal file → Executable file
4
mods/3dchest/init.lua
Normal file → Executable file
@ -98,7 +98,7 @@ minetest.register_node("3dchest:chest", {
|
||||
walkable = false,
|
||||
groups = {choppy=2, dig_immediate = 2},
|
||||
legacy_facedir_simple = true,
|
||||
|
||||
|
||||
on_construct = function(pos)
|
||||
local param2 = minetest.get_node(pos).param2
|
||||
local meta = minetest.get_meta(pos)
|
||||
@ -233,7 +233,7 @@ minetest.register_node("3dchest:chest", {
|
||||
}
|
||||
local backnode = minetest.get_node(directions[dir])
|
||||
local upnode = minetest.get_node({x = directions[dir].x, y = directions[dir].y + 1, z = directions[dir].z})
|
||||
if (not backnode or (backnode and backnode.name ~= "air"))
|
||||
if (not backnode or (backnode and backnode.name ~= "air"))
|
||||
or (not upnode or (upnode and upnode.name ~= "air")) then
|
||||
minetest.chat_send_player(clicker:get_player_name(), "Cannot open chest's lid, move it.")
|
||||
return
|
||||
|
0
mods/3dchest/models/chest_proto.x
Normal file → Executable file
0
mods/3dchest/textures/default_chest3d.png
Normal file → Executable file
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
0
mods/ambience/README.md
Normal file → Executable file
0
mods/ambience/depends.txt
Normal file → Executable file
0
mods/ambience/init.lua
Normal file → Executable file
0
mods/ambience/sounds/SoundLicenses.txt
Normal file → Executable file
0
mods/ambience/sounds/beach.ogg
Normal file → Executable file
0
mods/ambience/sounds/bird1.ogg
Normal file → Executable file
0
mods/ambience/sounds/bird2.ogg
Normal file → Executable file
0
mods/ambience/sounds/bluejay.ogg
Normal file → Executable file
0
mods/ambience/sounds/canadianloon2.ogg
Normal file → Executable file
0
mods/ambience/sounds/cardinal.ogg
Normal file → Executable file
0
mods/ambience/sounds/coyote.ogg
Normal file → Executable file
0
mods/ambience/sounds/craw.ogg
Normal file → Executable file
0
mods/ambience/sounds/crestedlark.ogg
Normal file → Executable file
0
mods/ambience/sounds/cricket.ogg
Normal file → Executable file
0
mods/ambience/sounds/deer.ogg
Normal file → Executable file
0
mods/ambience/sounds/desertwind.ogg
Normal file → Executable file
0
mods/ambience/sounds/drippingwater1.ogg
Normal file → Executable file
0
mods/ambience/sounds/drippingwater2.ogg
Normal file → Executable file
0
mods/ambience/sounds/fire_large.ogg
Normal file → Executable file
0
mods/ambience/sounds/fire_small.ogg
Normal file → Executable file
0
mods/ambience/sounds/frog.ogg
Normal file → Executable file
0
mods/ambience/sounds/gull.ogg
Normal file → Executable file
0
mods/ambience/sounds/hornedowl.ogg
Normal file → Executable file
0
mods/ambience/sounds/lava.ogg
Normal file → Executable file
0
mods/ambience/sounds/peacock.ogg
Normal file → Executable file
0
mods/ambience/sounds/robin.ogg
Normal file → Executable file
0
mods/ambience/sounds/scuba.ogg
Normal file → Executable file
0
mods/ambience/sounds/seagull.ogg
Normal file → Executable file
0
mods/ambience/sounds/swim_splashing.ogg
Normal file → Executable file
0
mods/ambience/sounds/waterfall.ogg
Normal file → Executable file
0
mods/ambience/sounds/wind.ogg
Normal file → Executable file
0
mods/ambience/sounds/wolves.ogg
Normal file → Executable file
0
mods/biome_lib/API.txt
Normal file → Executable file
0
mods/biome_lib/README.md
Normal file → Executable file
0
mods/biome_lib/depends.txt
Normal file → Executable file
0
mods/biome_lib/init.lua
Normal file → Executable file
0
mods/biome_lib/locale/de.txt
Normal file → Executable file
0
mods/biome_lib/locale/fr.txt
Normal file → Executable file
0
mods/biome_lib/locale/template.txt
Normal file → Executable file
0
mods/biome_lib/locale/tr.txt
Normal file → Executable file
0
mods/plantlife_modpack/3dmushrooms/depends.txt
Normal file → Executable file
0
mods/plantlife_modpack/3dmushrooms/init.lua
Normal file → Executable file
0
mods/plantlife_modpack/3dmushrooms/models/3dmushrooms.obj
Normal file → Executable file
0
mods/plantlife_modpack/3dmushrooms/textures/3dmushrooms_brown.png
Normal file → Executable file
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
0
mods/plantlife_modpack/3dmushrooms/textures/3dmushrooms_brown_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
0
mods/plantlife_modpack/3dmushrooms/textures/3dmushrooms_red.png
Normal file → Executable file
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
0
mods/plantlife_modpack/3dmushrooms/textures/3dmushrooms_red_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |