mirror of
https://github.com/Sokomine/locks.git
synced 2025-06-30 05:50:22 +02:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
ca94c8d43e | |||
63a2a54be2 | |||
09385b7da5 |
2
init.lua
2
init.lua
@ -801,3 +801,5 @@ dofile(minetest.get_modpath("locks").."/shared_locked_chest.lua");
|
||||
dofile(minetest.get_modpath("locks").."/shared_locked_sign_wall.lua");
|
||||
dofile(minetest.get_modpath("locks").."/shared_locked_xdoors2.lua");
|
||||
dofile(minetest.get_modpath("locks").."/shared_locked_furnace.lua");
|
||||
|
||||
minetest.log("action", "[locks] loaded.")
|
||||
|
4
mod.conf
4
mod.conf
@ -1,4 +0,0 @@
|
||||
name = locks
|
||||
description = This Mod for Minetest adds objects that can be locked and shared.
|
||||
depends = default
|
||||
optional_depends = pipeworks
|
@ -138,7 +138,7 @@ minetest.register_node("locks:door", {
|
||||
description = "Shared locked Wooden Door",
|
||||
node_placement_prediction = "",
|
||||
inventory_image = 'locks_xdoors2_door.png',
|
||||
wield_image = 'xdoors2_door.png',
|
||||
wield_image = 'locks_xdoors2_door.png',
|
||||
stack_max = 1,
|
||||
sunlight_propogates = true,
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
|
Reference in New Issue
Block a user