Code: Select all
data.extend{
{
type = "recipe",
name = "spidertrons",
ingredients = {
{type = "item", name = "spidertron", amount = 4},
},
results = {
{type = "item", name = "iron-plate", amount = 4},
},
}
}
- Put one spidertron into the ingredient slot
- Put a spidertron item in cursor
- Left click on the ingredient slot. The second spidertron is not put into the slot, but the item move sound plays. Right clicking works though.
- Put spidertron into player inventory
- Shift-click it into the ingredient slot. It does get moved.
Moving an item from cursor to ingredeint slot works if there is 2 or more items in the slot already.
This seems to happen for any item-with-entity-data with a stack size of 1

