mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
[mesecons] Update mesecons
- Also fix whitespaces in default/nodes.lua
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
-- All sides sticky block
|
||||
minetest.register_node("mesecons_stickyblocks:sticky_block_all", {
|
||||
description = "All-sides sticky block",
|
||||
tiles = {"default_grass_footsteps.png"},
|
||||
tiles = {"default_grass.png^default_footprint.png"},
|
||||
groups = {dig_immediate=2},
|
||||
mvps_sticky = function (pos, node)
|
||||
local connected = {}
|
||||
|
Reference in New Issue
Block a user