You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
407 B
INI

{
["screen"]={
["screen_resized"]=1,
["touch"]=1,
["drag"]=1,
["drop"]=1,
["scroll"]=1,
["walk"]=1,
},
["keyboard"]={
["key_down"]=1,
["key_up"]=1,
["clipboard"]=1,
},
["redstone"]={
["redstone_changed"]=1,
},
["motion_sensor"]={
["motion"]=1,
},
["modem"]={
["modem_message"]=1,
},
["robot"]={
["inventory_changed"]=0,
},
["abstract_bus"]={
["bus_message"]=0,
},
}