Make mg:ignore breakable

This commit is contained in:
Novatux 2013-09-28 14:51:07 +02:00
parent c99cf60651
commit de26416a22

View File

@ -167,4 +167,5 @@ minetest.register_node("mg:ignore", {
description = "MG Ignore",
drawtype = "airlike",
sunlight_propagates = true,
groups = {snappy=2},
})