Hide mirrored tile nodes from crafting guide
This commit is contained in:
parent
a906877b17
commit
eb08587540
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user