Search found 62 matches

by hackamod
Mon Apr 25, 2022 8:03 pm
Forum: Show your Creations
Topic: Map Art
Replies: 1
Views: 2115

Map Art

Here is some map art, how it looks on the map: (blueprint at bottom) **EDIT** The substations and wires on the map image are at maximum spread **/EDIT** chip-boxes-map-view.png It can be made from any color belts and boxes, the map image remains the same. chip-boxes.png 0eNqlnd1u20YQhV9F4FULSAWX+0f6...
by hackamod
Mon Apr 25, 2022 4:53 pm
Forum: Modding help
Topic: on_player_dropped_item How to get item.name
Replies: 7
Views: 1746

on_player_dropped_item How to get item.name

script.on_event(defines.events.on_player_dropped_item, function(event) local droppedItemName = event.entity.stack.name ... ... ) This snippet gets the name of the item dropped on the ground, and seems to work as intended as is. (Let me know if you see something) 1: Is this the best way to determine...

Go to advanced search