Bugfix: Keys not in creative inventory

This commit is contained in:
Ben Deutsch 2015-10-03 22:50:25 +02:00
parent e45fe43192
commit dcef036dc0

View File

@ -235,6 +235,7 @@ minetest.register_tool('telemosaic:key', {
description = 'Telemosaic key',
inventory_image = 'telemosaic_key.png',
stack_max = 1,
groups = { not_in_creative_inventory = 1 },
})
minetest.register_node('telemosaic:extender_one', {