mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 07:10:21 +02:00
A bit of cleanup
This commit is contained in:
@ -4,9 +4,6 @@
|
||||
description = "Slippy block)",
|
||||
drawtype = "nodebox",
|
||||
tiles = {"mesecons_slippyblocks.png"},
|
||||
walkable = true,
|
||||
pointable = true,
|
||||
diggable = true,
|
||||
buildable_to = true,
|
||||
groups = {cracky=3,oddly_breakable_by_hand=3},
|
||||
drop = "mesecons_slippyblocks:slippy_block",
|
||||
@ -47,10 +44,6 @@
|
||||
description = "Slippy block)",
|
||||
drawtype = "nodebox",
|
||||
tiles = {"mesecons_slippyblocks.png"},
|
||||
walkable = true,
|
||||
pointable = true,
|
||||
diggable = true,
|
||||
buildable_to = false,
|
||||
groups = {cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory = 1},
|
||||
drop = "mesecons_slippyblocks:slippy_block",
|
||||
node_box = {
|
||||
|
Reference in New Issue
Block a user