mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-05 06:53:52 +01:00
Exclude technic:nothing from creative inventory
This commit is contained in:
parent
5ec2d10dbc
commit
5e7c47a619
@ -162,6 +162,7 @@ minetest.register_craft({
|
||||
minetest.register_craftitem("technic:nothing", {
|
||||
description = "",
|
||||
inventory_image = "blank.png",
|
||||
groups = { not_in_creative_inventory = 1 },
|
||||
})
|
||||
|
||||
if minetest.register_craft_predict then
|
||||
|
Loading…
Reference in New Issue
Block a user