Hide mirrored tile nodes from crafting guide

This commit is contained in:
Wuzzy 2024-02-06 12:36:00 +01:00
parent a906877b17
commit eb08587540

View File

@ -90,6 +90,7 @@ local function register_tile(tile_node1, tile_node2, tile_groups, tile_snd, is_m
local drop
if is_mirrored then
groups.not_in_creative_inventory = 1
groups.not_in_craft_guide = 1
drop = "hades_tiles:floor_"..id2.."_"..id1
end
groups.tile = 1