Remove map from creative inventory

This commit is contained in:
Nils Dagsson Moskopp 2022-05-20 01:19:17 +02:00
parent 6a4c32b754
commit d0fb97c3a1
Signed by untrusted user who does not match committer: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 2 additions and 1 deletions

View File

@ -748,6 +748,7 @@ minetest.register_craftitem(
"maps:map",
{
description = "Map",
inventory_image = "maps_map.tga"
inventory_image = "maps_map.tga",
groups = { not_in_creative_inventory = 1 },
}
)