mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-26 14:23:45 +01:00
Fix some tabulation
This commit is contained in:
parent
ae33659168
commit
b6a44057a6
@ -123,10 +123,10 @@ minetest.register_node("3d_armor_stand:armor_stand", {
|
|||||||
allow_metadata_inventory_move = function(pos)
|
allow_metadata_inventory_move = function(pos)
|
||||||
return 0
|
return 0
|
||||||
end,
|
end,
|
||||||
on_metadata_inventory_put = function(pos)
|
on_metadata_inventory_put = function(pos)
|
||||||
update_entity(pos)
|
update_entity(pos)
|
||||||
end,
|
end,
|
||||||
on_metadata_inventory_take = function(pos)
|
on_metadata_inventory_take = function(pos)
|
||||||
update_entity(pos)
|
update_entity(pos)
|
||||||
end,
|
end,
|
||||||
after_destruct = function(pos)
|
after_destruct = function(pos)
|
||||||
|
Loading…
Reference in New Issue
Block a user