mirror of
https://github.com/Sokomine/locks.git
synced 2025-06-30 05:50:22 +02:00
Corrige la texture de la porte vérouillé
This commit is contained in:
@ -138,7 +138,7 @@ minetest.register_node("locks:door", {
|
|||||||
description = "Shared locked Wooden Door",
|
description = "Shared locked Wooden Door",
|
||||||
node_placement_prediction = "",
|
node_placement_prediction = "",
|
||||||
inventory_image = 'locks_xdoors2_door.png',
|
inventory_image = 'locks_xdoors2_door.png',
|
||||||
wield_image = 'xdoors2_door.png',
|
wield_image = 'locks_xdoors2_door.png',
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
sunlight_propogates = true,
|
sunlight_propogates = true,
|
||||||
on_place = function(itemstack, placer, pointed_thing)
|
on_place = function(itemstack, placer, pointed_thing)
|
||||||
|
Reference in New Issue
Block a user