Code: Select all
data:extend(
{
{
type = "item",
name = "CustomConcrete",
icon = "__Testing__/graphics/icons/concrete.png",
flags = {"goes-to-main-inventory"},
order = "a",
stack_size = 100,
place_as_tile =
{
result = "customconcrete",
condition_size = 0,
condition = { "water-tile" }
}
},
})